Author Topic: Error by packing of VLC-2.0.2  (Read 549 times)

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3731
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Error by packing of VLC-2.0.2
« on: July 18, 2012, 11:37:08 AM »
Servus,

by packing of VLC-2.0.2, get this error, and i've no idea, where should i look.

Code: [Select]
libtool: link: /usr/bin/nm -B  .libs/libxcb_glx_plugin_la-glx.o .libs/libxcb_glx_plugin_la-opengl.o .libs/libxcb_glx_plugin_la-events.o   ../../compat/.libs/libcompat.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libxcb_glx_plugin.exp
libtool: link: /bin/grep -E -e "^vlc_entry" ".libs/libxcb_glx_plugin.exp" > ".libs/libxcb_glx_plugin.expT"
libtool: link: /usr/bin/nm -B  .libs/libcaca_plugin_la-caca.o   ../../compat/.libs/libcompat.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libcaca_plugin.exp
libtool: link: mv -f ".libs/libxcb_glx_plugin.expT" ".libs/libxcb_glx_plugin.exp"
libtool: link: echo "{ global:" > .libs/libxcb_glx_plugin.ver
libtool: link:  cat .libs/libxcb_glx_plugin.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libxcb_glx_plugin.ver
libtool: link: /bin/grep -E -e "^vlc_entry" ".libs/libcaca_plugin.exp" > ".libs/libcaca_plugin.expT"
libtool: link:  echo "local: *; };" >> .libs/libxcb_glx_plugin.ver
libtool: link:  gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/libxcb_glx_plugin_la-glx.o .libs/libxcb_glx_plugin_la-opengl.o .libs/libxcb_glx_plugin_la-events.o  -Wl,--whole-archive ../../compat/.libs/libcompat.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/daniel/src/rpm/BUILD/vlc-2.0.2/src/.libs -Wl,-rpath -Wl,/usr/lib64 ../../src/.libs/libvlccore.so -ldbus-1 -lrt -ldl -lm -lpthread -lxcb -lGL -L/usr/lib64 -lSM -lICE -lX11   -O2 -mtune=athlon64 -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id   -Wl,-soname -Wl,libxcb_glx_plugin.so -Wl,-version-script -Wl,.libs/libxcb_glx_plugin.ver -o .libs/libxcb_glx_plugin.so
libtool: link: mv -f ".libs/libcaca_plugin.expT" ".libs/libcaca_plugin.exp"
libtool: link: echo "{ global:" > .libs/libcaca_plugin.ver
libtool: link:  cat .libs/libcaca_plugin.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libcaca_plugin.ver
libtool: link:  echo "local: *; };" >> .libs/libcaca_plugin.ver
libtool: link:  gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/libcaca_plugin_la-caca.o  -Wl,--whole-archive ../../compat/.libs/libcompat.a -Wl,--no-whole-archive  -Wl,-rpath -Wl,/home/daniel/src/rpm/BUILD/vlc-2.0.2/src/.libs -Wl,-rpath -Wl,/usr/lib64 ../../src/.libs/libvlccore.so -ldbus-1 -lrt -ldl -lm -lpthread -lcaca -L/usr/lib64 -lSM -lICE -lX11   -O2 -mtune=athlon64 -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id   -Wl,-soname -Wl,libcaca_plugin.so -Wl,-version-script -Wl,.libs/libcaca_plugin.ver -o .libs/libcaca_plugin.so
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make[5]: *** [libxcb_glx_plugin.la] Fehler 1
make[5]: *** Warte auf noch nicht beendete Prozesse...
libtool: link: ( cd ".libs" && rm -f "libcaca_plugin.la" && ln -s "../libcaca_plugin.la" "libcaca_plugin.la" )


Thanks for any help...

Offline ghostbunny

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1155
Re: Error by packing of VLC-2.0.2
« Reply #1 on: July 18, 2012, 12:06:54 PM »
Hi Leiche,

could you post the complete build log (as downloadable file :D please). I think the error happens earlier then the beginning of your partial log.
The full life is a big mess

PS:
I'm German. Sorry because of possible mistakes in my written messages xD


Offline TerryN

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 723
Re: Error by packing of VLC-2.0.2
« Reply #2 on: July 18, 2012, 12:07:18 PM »

Code: [Select]
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status


Error suggests that libmesagl1-devel not installed.

Terry.
Dell E521 - AMD 64 X2 5000+, 4GB RAM, ATI X1300 graphics
PCLinuxOS 2013 (KDE)
|Twitter|

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3731
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Error by packing of VLC-2.0.2
« Reply #3 on: July 18, 2012, 12:16:10 PM »

Code: [Select]
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status


Error suggests that libmesagl1-devel not installed.

Terry.

it is installed

Code: [Select]
rpm -qa | grep mesa
lib64mesaegl1-7.11.2-2pclos2012
lib64mesaglesv2_2-7.11.2-2pclos2012
lib64mesaglw1-7.11.2-2pclos2012
lib64mesagl1-7.11.2-2pclos2012
lib64mesaopenvg1-7.11.2-2pclos2012
lib64mesaglu1-7.11.2-2pclos2012
mesa-7.11.2-2pclos2012
lib64mesaglesv2_2-devel-7.11.2-2pclos2012
lib64mesaglesv1_1-7.11.2-2pclos2012
lib64mesaopenvg1-devel-7.11.2-2pclos2012
lib64mesaglu1-devel-7.11.2-2pclos2012
lib64mesagl1-devel-7.11.2-2pclos2012
lib64mesaglw1-devel-7.11.2-2pclos2012
lib64mesaegl1-devel-7.11.2-2pclos2012
lib64mesaglesv1_1-devel-7.11.2-2pclos2012

I'm really mess here, sorry...

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3731
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Error by packing of VLC-2.0.2
« Reply #4 on: July 18, 2012, 12:25:27 PM »
Hi Leiche,

could you post the complete build log (as downloadable file :D please). I think the error happens earlier then the beginning of your partial log.


Here it is

http://minus.com/l0irGuPX1IqUB

 :)

Offline ghostbunny

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1155
Re: Error by packing of VLC-2.0.2
« Reply #5 on: July 18, 2012, 12:57:46 PM »
Do you have libglapi-devel installed?
The full life is a big mess

PS:
I'm German. Sorry because of possible mistakes in my written messages xD


Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3731
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Error by packing of VLC-2.0.2
« Reply #6 on: July 18, 2012, 01:06:35 PM »
yepp i have

Code: [Select]
[daniel@pclos-tester ~]$ rpm -qa | grep glapi
lib64glapi0-7.11.2-2pclos2012
lib64glapi0-devel-7.11.2-2pclos2012
[daniel@pclos-tester ~]$

 ::)

Offline ghostbunny

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1155
Re: Error by packing of VLC-2.0.2
« Reply #7 on: July 18, 2012, 01:56:46 PM »
mh i have no idea what are you missing else

maybe disable this plugin
The full life is a big mess

PS:
I'm German. Sorry because of possible mistakes in my written messages xD