| Summary: | ffmpeg-0.4.9_p20050226-r4 doesn't complete linking on libdc1394 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sebastian Beßler <bugzilla> |
| Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | bevdv, gentoo-bugs2, samuel.robyr |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | The config log file created by emerge transcode | ||
|
Description
Sebastian Beßler
2005-04-23 11:55:21 UTC
Created attachment 57032 [details]
The config log file created by emerge transcode
You built avifile with ieee1394 useflag? Can you paste output of ldd /usr/lib/libavformat.so ? I'll take care of this tonight. As a workaround, build ffmpeg with -ieee1394 and should work. *** Bug 90239 has been marked as a duplicate of this bug. *** scarran mano # ldd /usr/lib/libavformat.so
linux-gate.so.1 => (0xffffe000)
liba52.so.0 => /usr/lib/liba52.so.0 (0xb7eb2000)
libm.so.6 => /lib/libm.so.6 (0xb7e8c000)
libdts.so.0 => /usr/lib/libdts.so.0 (0xb7e68000)
libz.so.1 => /lib/libz.so.1 (0xb7e57000)
libdl.so.2 => /lib/libdl.so.2 (0xb7e53000)
libavcodec.so => /usr/lib/libavcodec.so (0xb7bfa000)
libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0xb7b61000)
libc.so.6 => /lib/libc.so.6 (0xb7a2a000)
/lib/ld-linux.so.2 (0x80000000)
libfaac.so.0 => /usr/lib/libfaac.so.0 (0xb7a19000)
libxvidcore.so.4 => /usr/lib/libxvidcore.so.4 (0xb7904000)
libpostproc.so.0 => /usr/lib/libpostproc.so.0 (0xb78fc000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb78f6000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb78cd000)
libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0xb77cf000)
libstdc++.so.6 => /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/libstdc++.so.6 (0xb76ff000)
libmp4v2.so.0 => /usr/lib/libmp4v2.so.0 (0xb7657000)
libgcc_s.so.1 => /usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110/libgcc_s.so.1 (0xb764e000)
built with +ieee1394
I'm testing a patch which should work, just I had a little problem (typo in the patch) so I need to rebuild ffmpeg one more time, and takes a bit of time more. I hope tonight to commit the patch. Commited in cvs a patch which fixes linking of ffmpeg to libdc1394. Re-emerge ffmpeg after syncing and it will be fixed. *** Bug 90294 has been marked as a duplicate of this bug. *** |