Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158288 - vlc-0.8.4a fails to compile if lzo-1.x is not installed
Summary: vlc-0.8.4a fails to compile if lzo-1.x is not installed
Status: RESOLVED DUPLICATE of bug 148847
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-16 06:29 UTC by treebeard00
Modified: 2006-12-16 06:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description treebeard00 2006-12-16 06:29:55 UTC
Steps to reproduce: 

1. remove lzo-1.x from the system
2. re-emerge vlc

Actual result:
vlc fails because it doesnt find liblzo


i686-pc-linux-gnu-ar cru libffmpeg_plugin.a libffmpeg_plugin_a-ffmpeg.o libffmpeg_plugin_a-video.o libffmpeg_plugin_a-audio.o libffmpeg_plugin_a-video_filter.o libffmpeg_plugin_a-chroma.o libffmpeg_plugin_a-encoder.o libffmpeg_plugin_a-postprocess.o libffmpeg_plugin_a-demux.o
i686-pc-linux-gnu-ranlib libffmpeg_plugin.a
i686-pc-linux-gnu-gcc -Wsign-compare -Wall -march=pentium-m -O2 -pipe -pipe -o libffmpeg_plugin.so libffmpeg_plugin.a -L/usr/lib -shared -lpthread -fpic -fPIC -lavformat -lavcodec -lmp3lame -lz -llzo -ldl -lvorbisenc -lavutil -lvorbis -lm -logg -lpostproc -lz -lmp3lame -lm -u vlc_entry__0_8_4
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -llzo
collect2: ld returned 1 exit status
make[6]: *** [libffmpeg_plugin.so] Error 1
make[6]: Leaving directory `/var/tmp/portage/vlc-0.8.4a-r1/work/vlc-0.8.4a/modules/codec/ffmpeg'
make[5]: *** [all-modules] Error 1
make[5]: Leaving directory `/var/tmp/portage/vlc-0.8.4a-r1/work/vlc-0.8.4a/modules/codec/ffmpeg'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/vlc-0.8.4a-r1/work/vlc-0.8.4a/modules/codec'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/var/tmp/portage/vlc-0.8.4a-r1/work/vlc-0.8.4a/modules/codec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/vlc-0.8.4a-r1/work/vlc-0.8.4a/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vlc-0.8.4a-r1/work/vlc-0.8.4a'
make: *** [all] Error 2

!!! ERROR: media-video/vlc-0.8.4a-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  vlc-0.8.4a-r1.ebuild, line 224:   Called die
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-16 06:40:21 UTC

*** This bug has been marked as a duplicate of 148847 ***