Can't update vlc (new compiler error)

Garrett Cooper youshi10 at u.washington.edu
Wed May 2 23:54:33 PDT 2007


Philipp Ost wrote:
> Hi list,
> 
> I can't update vlc from 0.8.6.b,2 to 0.8.6.b_1,2 because I get the 
> following error when doing 'portupgrade vlc':
> 
> ----8<----
> c++ -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pipe -pthread 
> -pthread -o vlc vlc-vlc.o -pthread -pthread /usr/local/lib/libintl.so 
> /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib -pthread 
> -L/usr/ports/multimedia/vlc/work/fake//usr/local/lib -L/usr/local/lib 
> -L/usr/X11R6/lib src/libvlc.a ./modules/misc/memcpy/libmemcpymmx.a 
> ./modules/video_chroma/libi420_rgb_mmx.a 
> ./modules/video_chroma/libi422_yuy2_mmx.a 
> ./modules/video_chroma/libi420_ymga_mmx.a 
> ./modules/video_chroma/libi420_yuy2_mmx.a 
> ./modules/misc/memcpy/libmemcpymmxext.a 
> ./modules/misc/memcpy/libmemcpy3dn.a ./modules/demux/liblive555.a 
> ./modules/audio_filter/converter/libdcatofloat32.a 
> ./modules/codec/libtheora.a /usr/local/lib/libhal.so 
> /usr/local/lib/libintl.so /usr/local/lib/libdbus-1.so -pthread 
> /usr/local/lib/libiconv.so -L/usr/local/live/UsageEnvironment 
> -lUsageEnvironment -L/usr/local/live/groupsock -lgroupsock 
> -L/usr/local/live/BasicUsageEnvironment -lBasicUsageEnvironment 
> -L/usr/local/live/liveMedia -lliveMedia /usr/local/lib/libdca.so -lm 
> /usr/local/lib/libtheora.so /usr/local/lib/libogg.so -Wl,--rpath 
> -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
> c++: ./modules/audio_filter/converter/libdcatofloat32.a: No such file or 
> directory
> gmake[2]: *** [vlc] Error 1
> gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.6b'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.6b'
> gmake: *** [all] Error 2
> *** Error code 2
> 
> Stop in /usr/ports/multimedia/vlc.
> *** Error code 1
> 
> Stop in /usr/ports/multimedia/vlc.
> ** Command failed [exit code 1]: /usr/bin/script -qa 
> /tmp/portupgrade.30857.0 env UPGRADE_TOOL=portupgrade 
> UPGRADE_PORT=vlc-0.8.6.b,2 UPGRADE_PORT_VER=0.8.6.b,2 make
> ** Fix the problem and try again.
> ** Listing the failed packages (*:skipped / !:failed)
>     ! multimedia/vlc (vlc-0.8.6.b,2)    (new compiler error)
> --->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
> #
> ----8<----
> 
> The complete "build log" can be found here: 
> <http://www.familie-ost.info/~pj/vlc_compiler_error>
> 
> 
> This is on FreeBSD 6.2-STABLE from Fri Apr 27 16:46:21 CEST 2007 (i386) 
> with a freshly updated ports tree.
> 
> 
> Regards,
> Philipp

It's missing a dependency. Look at the original source's website because 
it may offer some clues as to what package(s) is/are required to compile 
vlc against.

-Garrett



More information about the freebsd-ports mailing list