Linux Make fails on XBMCProjectm when compiling....

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
wsnipex Offline
Team-XBMC packaging monkey
Posts: 1,821
Joined: Jun 2011
Reputation: 51
Post: #11
post the output of:

ls -latr /usr/lib/i386-linux-gnu/libGL*
ls -latr /usr/lib/i386-linux-gnu/mesa/libGL*
find quote
hogfan Offline
Fan
Posts: 380
Joined: Nov 2009
Reputation: 0
Post: #12
Code:
xbmc@XBMC:~$ xbmc@XBMC:~/xbmc$ ls -latr /usr/lib/i386-linux-gnu/libGL*
-bash: xbmc@XBMC:~/xbmc$: No such file or directory
-rw-r--r-- 1 root root 423258 2011-07-27 06:20 /usr/lib/i386-linux-gnu/libGLEW.a
lrwxrwxrwx 1 root root     20 2012-04-03 21:31 /usr/lib/i386-linux-gnu/libGLU.so.1 -> libGLU.so.1.3.071100
xbmc@XBMC:~$ -rw-r--r-- 1 root root 353544 2011-07-27 06:20 /usr/lib/i386-linux-gnu/libGLEW.so.1.6.0
-rw-r--r--: command not found
xbmc@XBMC:~$ lrwxrwxrwx 1 root root     16 2011-07-27 06:20 /usr/lib/i386-linux-gnu/libGLEW.so.1.6 -> libGLEW.so.1.6.0
lrwxrwxrwx: command not found
xbmc@XBMC:~$ lrwxrwxrwx 1 root root     16 2011-07-27 06:20 /usr/lib/i386-linux-gnu/libGLEW.so -> libGLEW.so.1.6.0
lrwxrwxrwx: command not found
xbmc@XBMC:~$ -rw-r--r-- 1 root root 423258 2011-07-27 06:20 /usr/lib/i386-linux-gnu/libGLEW.a
-rw-r--r--: command not found
xbmc@XBMC:~$ lrwxrwxrwx 1 root root     20 2012-04-03 21:31 /usr/lib/i386-linux-gnu/libGLU.so.1 -> libGLU.so.1.3.071100
lrwxrwxrwx: command not found
xbmc@XBMC:~$ lrwxrwxrwx 1 root root     11 2012-04-03 21:31 /usr/lib/i386-linux-gnu/libGLU.so -> libGLU.so.1
lrwxrwxrwx: command not found
xbmc@XBMC:~$ lrwxrwxrwx 1 root root     13 2012-04-03 21:31 /usr/lib/i386-linux-gnu/libGL.so -> mesa/libGL.so
-bash: mesa/libGL.so: No such file or directory
xbmc@XBMC:~$ -rw-r--r-- 1 root root 460448 2012-04-03 21:31 /usr/lib/i386-linux-gnu/libGLU.so.1.3.071100
-rw-r--r--: command not found
xbmc@XBMC:~$ -rw-r--r-- 1 root root 719156 2012-04-03 21:31 /usr/lib/i386-linux-gnu/libGLU.a
-rw-r--r--: command not found
xbmc@XBMC:~$ xbmc@XBMC:~/xbmc$ ls -latr /usr/lib/i386-linux-gnu/mesa/libGL*
-bash: xbmc@XBMC:~/xbmc$: No such file or directory
xbmc@XBMC:~$

-hogfan

[Image: watched-fanart.jpg]
find quote
fritsch Offline
Posting Freak
Posts: 1,276
Joined: Aug 2011
Reputation: 36
Post: #13
There is something one should do before copy and pasting "Strings".
Quote:Every Command is a string, but not every String is a command. (Eddy van Wiseguy)

Try again.
find quote
hogfan Offline
Fan
Posts: 380
Joined: Nov 2009
Reputation: 0
Post: #14
First command:
Code:
xbmc@XBMC:~$ ls -latr /usr/lib/i386-linux-gnu/libGL*
-rw-r--r-- 1 root root 353544 2011-07-27 06:20 /usr/lib/i386-linux-gnu/libGLEW.so.1.6.0
lrwxrwxrwx 1 root root     16 2011-07-27 06:20 /usr/lib/i386-linux-gnu/libGLEW.so.1.6 -> libGLEW.so.1.6.0
lrwxrwxrwx 1 root root     16 2011-07-27 06:20 /usr/lib/i386-linux-gnu/libGLEW.so -> libGLEW.so.1.6.0
-rw-r--r-- 1 root root 423258 2011-07-27 06:20 /usr/lib/i386-linux-gnu/libGLEW.a
lrwxrwxrwx 1 root root     20 2012-04-03 21:31 /usr/lib/i386-linux-gnu/libGLU.so.1 -> libGLU.so.1.3.071100
lrwxrwxrwx 1 root root     11 2012-04-03 21:31 /usr/lib/i386-linux-gnu/libGLU.so -> libGLU.so.1
lrwxrwxrwx 1 root root     13 2012-04-03 21:31 /usr/lib/i386-linux-gnu/libGL.so -> mesa/libGL.so
-rw-r--r-- 1 root root 460448 2012-04-03 21:31 /usr/lib/i386-linux-gnu/libGLU.so.1.3.071100
-rw-r--r-- 1 root root 719156 2012-04-03 21:31 /usr/lib/i386-linux-gnu/libGLU.a
xbmc@XBMC:~$

Second Command:

Code:
xbmc@XBMC:~$ ls -latr /usr/lib/i386-linux-gnu/mesa/libGL*
lrwxrwxrwx 1 root root 10 2012-04-03 21:31 /usr/lib/i386-linux-gnu/mesa/libGL.so -> libGL.so.1

-hogfan

[Image: watched-fanart.jpg]
find quote
wsnipex Offline
Team-XBMC packaging monkey
Posts: 1,821
Joined: Jun 2011
Reputation: 51
Post: #15
your symlink points to nothing, meaning libgl1-mesa-glx is not (properly) installed.
find quote
hogfan Offline
Fan
Posts: 380
Joined: Nov 2009
Reputation: 0
Post: #16
Thanks for the direction. I removed and re-installed libgl1-mesa-glx. The compile went successfully this time. The think the proprietary nvidia driver may have caused the symlink issue, because that install complained about not being able to create a symlink because it already existed when I ran the setup to install the 295.53 driver. Anyway, I have XBMC again. Of course after the updates LIRC is apparently broken again! I'm thinking its about time to replace the Xbox DVD Dongle with something better, even though it works great. I'm just tired of it breaking with every update and having to re-compile the driver and lirc. Thanks for all the help. If somebody could post the proper way to install the nvidia driver from a repo it would be beneficial. I have always used the proprietary installer because that's all I could get to work with beta versions of that driver. Thanks again.

-hogfan

[Image: watched-fanart.jpg]
find quote
Post Reply