Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90150 - ffmpeg-0.4.9_p20050226-r4 doesn't complete linking on libdc1394
Summary: ffmpeg-0.4.9_p20050226-r4 doesn't complete linking on libdc1394
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 90239 90294 90448 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-04-23 11:55 UTC by Sebastian Beßler
Modified: 2005-04-25 16:48 UTC (History)
3 users (show)

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


Attachments
The config log file created by emerge transcode (config.log,114.17 KB, text/plain)
2005-04-23 11:58 UTC, Sebastian Beßler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Beßler 2005-04-23 11:55:21 UTC
When i try to emerge transcode i get the error that it couldn't find libaviplay

Reproducible: Always
Steps to Reproduce:
1.emerge =media-video/transcode-0.6.14-r1
2.
3.

Actual Results:  
checking for pkgconfig support for avifile... yes
checking for avifile-config... /usr/bin/avifile-config
checking how to determine AVIFILE_CFLAGS... pkg-config
checking avifile.h usability... yes
checking avifile.h presence... yes
checking for avifile.h... yes
checking how to determine AVIFILE_LIBS... pkg-config
checking for GetAvifileVersion in -laviplay... no
configure: error: avifile requested, but cannot link against libaviplay

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/transcode-0.6.14-r1/work/transcode-0.6.14/config.log

!!! ERROR: media-video/transcode-0.6.14-r1 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
compile ;-)

localhost metatron # emerge info
Portage 2.0.51.20 (default-linux/x86/2005.0, gcc-3.4.3-20050110, glibc-2.3.5-r0,
2.6.11-nitro2 i686)
=================================================================
System uname: 2.6.11-nitro2 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.6.11
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer -mtune=athlon-xp
-mfpmath=sse -msse -mmmx -m3dnow"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer -mtune=athlon-xp
-mfpmath=sse -msse -mmmx -m3dnow"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="49"
LC_ALL="de_DE"
LDFLAGS="-Wl,-O1 -Wl,--sort-common"
LINGUAS="de de_DE en en_US"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/gentoo-de /usr/local/metatron"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex 3dnowext X Xaw3d a52 aac aalib acpi alsa apache2 apm avi
bash-completion bitmap-fonts bluetooth bzip2 bzlib calender cdparanoia cdr
clanJavaScript clanVoice crypt cscope cups curl curlwrappers dga divx4linux dts
dv dvb dvd dvdr dvdread emboss encode examples examplesexif f77 fam fame fastcgi
fbcon ffmpeg fftw flac font-server foomaticdb fortran ftp gcj gd gdbm gif ginac
glut gnustep gphoto2 gstreamer gtk gtk2 gtkhtml hal iconv ieee1394 imagemagick
imlib innodb insecure-drivers java javascript jikes joystick jpeg junit kde
libcaca libg++ libwww live lm_sensors logitech-mouse lzo mad matroska mcal mhash
mikmod mime mjpeg mmap mmx mmx2 mng mono motif mozdevelop mozilla mozsvg
mozxmlterm mp3 mpeg music mysql mythtv nas ncurses network nls nocd nptl nvidia
ogg oggvorbis openal opengl pam pcre pdflib perl php png posix ppds python qt
quicktime readline real recode rtc ruby samba sandbox scanner sdk sdl session
simplexml slang slp snmp speex spell sqlite sse ssl svg symlink szip tcltk tcpd
tga theora threads tidy tiff truetype truetype-fonts type1-fonts udev usb v4l
v4l2 vcd vdr videos vidix vorbis win32codecs wmf wxwindows xanim xface xine xml
xml2 xmms xosd xpm xprint xscreensaver xv xvid xvmc zlib video_cards_nvidia
linguas_de linguas_de_DE linguas_en linguas_en_US"
Unset:  ASFLAGS, CTARGET, MAKEOPTS
Comment 1 Sebastian Beßler 2005-04-23 11:58:17 UTC
Created attachment 57032 [details]
The config log file created by emerge transcode
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-23 19:02:10 UTC
You built avifile with ieee1394 useflag?
Can you paste output of ldd /usr/lib/libavformat.so ?
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-24 08:53:17 UTC
I'll take care of this tonight. As a workaround, build ffmpeg with -ieee1394 and should work.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-24 08:53:27 UTC
*** Bug 90239 has been marked as a duplicate of this bug. ***
Comment 5 Manuel Lauss 2005-04-24 10:00:01 UTC
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
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-24 10:34:21 UTC
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.
Comment 7 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-24 12:04:05 UTC
Commited in cvs a patch which fixes linking of ffmpeg to libdc1394. Re-emerge ffmpeg after syncing and it will be fixed.
Comment 8 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-24 16:41:36 UTC
*** Bug 90294 has been marked as a duplicate of this bug. ***
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2005-04-25 16:48:16 UTC
*** Bug 90448 has been marked as a duplicate of this bug. ***