Im trying to emerge k3b, but when compiling transcode, emerge fails with this error -------------------------------------------------------------------- gcc -DHAVE_CONFIG_H -I.. -I. -I.. -I. -Wall -I./ -I../src -I../avilib -I../libac3 -I./../libac3 -I../libmpeg2 -I./../libmpeg2 -I../libvo -I./../src -I./../avilib -I./../libvo -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -I/usr/include/libmpeg3 -I/usr/local/include/libmpeg3 -I/usr/include -I/usr/local/include -I/usr/include/avifile-0.7 -I/usr/include/freetype2 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/include/libxml2 -I/usr/include/quicktime -I/usr/local/include/quicktime -I/usr/include/libxml2 -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/local/include -I/usr/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -D_REENTRANT -funroll-loops -ffast-math -Wall -DMOD_PATH=\"/usr/lib/transcode\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -O3 -O3 -march=athlon-xp -fomit-frame-pointer -pipe -DDCT_YUV_PRECISION=1 -g -MT import_im.lo -MD -MP -MF .deps/import_im.Tpo -c import_im.c -fPIC -DPIC -o .libs/import_im.o /bin/sh ../libtool --mode=link gcc -D_REENTRANT -funroll-loops -ffast-math -Wall -DMOD_PATH=\"/usr/lib/transcode\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -O3 -O3 -march=athlon-xp -fomit-frame-pointer -pipe -DDCT_YUV_PRECISION=1 -g -o import_im.la -rpath /usr/lib/transcode -module -avoid-version import_im.lo -L/usr/lib -L/usr/X11R6/lib -L/usr/lib -L/usr/lib -lMagick -lfreetype -ljpeg -lpng -lexif -ldpstk -ldps -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -lm -lpthread -ldl grep: /var/tmp/portage/libexif-0.5.12-r1/image/usr/lib/libexif.la: No such file or directory /bin/sed: can't read /var/tmp/portage/libexif-0.5.12-r1/image/usr/lib/libexif.la: No such file or directory libtool: link: `/var/tmp/portage/libexif-0.5.12-r1/image/usr/lib/libexif.la' is not a valid libtool archive make[3]: *** [import_im.la] Error 1 make[3]: Leaving directory `/var/tmp/portage/transcode-0.6.12-r1/work/transcode-0.6.12/import' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/transcode-0.6.12-r1/work/transcode-0.6.12/import' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/transcode-0.6.12-r1/work/transcode-0.6.12' make: *** [all] Error 2 !!! ERROR: media-video/transcode-0.6.12-r1 failed. !!! Function src_compile, Line 107, Exitcode 2 !!! (no error message) ----------------------------------------------------------------------- Portage 2.0.50-r7 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7-rc2) ================================================================= System uname: 2.6.7-rc2 i686 AMD Athlon(tm) XP 2000+ Gentoo Base System version 1.4.16 ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CFLAGS="-O3 -march=athlon-xp -fomit-frame-pointer -pipe" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O3 -march=athlon-xp -fomit-frame-pointer -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="http://ftp.isu.edu.tw/pub/Linux/Gentoo http://www.zentek-international.com/mirrors/gentoo/ ftp://ftp.isu.edu.tw/pub/Linux/Gentoo ftp://linux.thai.net/pub/mirrors/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow X alsa apm arts avi berkdb cdr crypt cups dvd encode esd foomaticdb gdbm gif gnome gpm gtk gtk2 imlib java jpeg kde libg++ libwww mad mikmod mmx motif mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang spell ssl svga tcltk tcpd truetype x86 xml2 xmms xv zlib" Reproducible: Always Steps to Reproduce: 1. 2. 3.
Maybe bug #43907 is of any use for you. Please try to emerge libexif and then transcode. And post the result here.
Ive tried re emerge libexif and then emerge transcode again, but got the same result. Failed at the same place, ie " /bin/sed: can't read /var/tmp/portage/libexif-0.5.12-r1/image/usr/lib/libexif.la: No such file or directory libtool: link: `/var/tmp/portage/libexif-0.5.12-r1/image/usr/lib/libexif.la' is not a valid libtool archive " Somehow, after I re emerge imagemagick, and emerge transcode again, all went well. So I guess this bug is fixed.?