Summary: | stable media-video/vlc-0.8.6i fails with stable media-video/ffmpeg-0.4.9_p20070616) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rémi Cardona (RETIRED) <remi> |
Component: | New packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | baucheta |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
config.log |
Description
Rémi Cardona (RETIRED)
![]() Created attachment 160398 [details]
build.log
hmm are you sure your ffmpeg hasn't been built with swscaler ? like -r1 or -r2 do ? Can I have the config.log ? Same problem here. Indeed, the stable ebuild is missing "--enable-swscaler" in : myconf="${myconf} --enable-gpl --enable-pp --disable-strip" whereas it is present in -r1 and -r2 still needs the config.log; it was fine here with stable ffmpeg. I think the most straightforward solution is to make swscaler a useflag for ffmpeg, and add checks for it in packages that need ffmpeg with or without swscaler. (In reply to comment #5) > I think the most straightforward solution is to make swscaler a useflag for > ffmpeg, and add checks for it in packages that need ffmpeg with or without > swscaler. Been discussed multiple times: It breaks abi without changing the .so number, so no thanks. (In reply to comment #4) > still needs the config.log; it was fine here with stable ffmpeg. I've been running a bunch of 0.8.6i builds with stable ffmpeg lately and never seen any failure, so I still need the config.log -> needinfo Created attachment 160640 [details]
config.log
Sorry for the delay :)
reopening configure:47851: i686-pc-linux-gnu-gcc -o conftest -Wsign-compare -Wall -O2 -march=pentium4 -mmmx -msse -msse2 -mfpmath=sse -pipe -pipe -I/usr/include/ffmpeg -DSYS_LINUX -Wl,--as-needed -lpostproc -lavformat -lavcodec -lz -la52 -lmp3lame -lxvidcore -ldc1394_control -lfaac -lfaad -ltheora -lvorbisenc -lraw1394 -lavutil -lvorbis -lm -logg -lm conftest.c -lavcodec -lavutil >&5 /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: warning: libfaad.so.0, needed by /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libavcodec.so, not found (try using -rpath or -rpath-link) /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libavcodec.so: undefined reference to `faacDecDecode' /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libavcodec.so: undefined reference to `faacDecInit2' /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libavcodec.so: undefined reference to `faacDecClose' /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libavcodec.so: undefined reference to `faacDecOpen' /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libavcodec.so: undefined reference to `faacDecSetConfiguration' forgot to run revdep-rebuild ? :) (In reply to comment #10) > forgot to run revdep-rebuild ? :) Guilty as charged... Sorry for the noise :) |