when emerging media-libs/libswf following error message appears: >>> md5 ;-) dist.99.linux.tar.Z >>> Unpacking source... >>> Unpacking dist.99.linux.tar.Z to /var/tmp/portage/libswf-0.99/work tar: dist.99.linux.tar: Cannot open: No such file or directory tar: Error is not recoverable: exiting now >>> Source unpacked. >>> Install libswf-0.99 into /var/tmp/portage/libswf-0.99/image/ category media-libs man: strip: /var/tmp/portage/libswf-0.99/image//usr/bin/pstoff /var/tmp/portage/libswf-0.99/image//usr/bin/imgtofi >>> Completed installing into /var/tmp/portage/libswf-0.99/image/ >>> Merging media-libs/libswf-0.99 to / .... and installation successfully completed...
bash-2.05b# emerge info Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.3, glibc-2.3.1-r4) ================================================================= System uname: 2.4.20-gentoo-r3 i686 Pentium III (Coppermine) GENTOO_MIRRORS=" http://trumpetti.atm.tut.fi/gentoo/" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="/usr/testage" USE="x86 ssl -3dfx -3dnow aalib -acl -acpi -afs alsa apache2 apm -arts -atlas avi berkdb -bonobo -canna -cdr -cjk crypt -cups curl -debug dga directfb -doc -dvb dvd -emacs encode -esd -ethereal -ev6 evo fbcon firebird flash freetds -freewnn gb gd gdbm -ggi gif -gnome -gphoto2 gpm -gps gtk gtk2 gtkhtml -guile icc icc-pgo imap imlib innodb ipv6 java jikes jpeg -junit -kde -kerberos ladcca lcms ldap -leim -libg++ libgda libwww lirc -maildir -matrox mbox mikmod mmx motif mozilla mpeg mpi -mule mysql nas ncurses -nhc98 -nls -nocardbus oav -oci8 -odbc oggvorbis opengl oss pam pcmcia pda pdflib perl plotutils png pnp -postgres -prebuilt python qt quicktime readline ruby samba sasl -scanner sdl -selinux -slang -slp -snmp -socks5 -spell sse -static -svga tcltk tcpd tetex tiff truetype trusted usb wavelan wmf X -Waw3d -xface -xinerama xml xml2 xmms xv -zeo zlib" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-march=pentium3 -O3 -pipe -ffast-math -fprefetch-loop-arrays -fforce-addr -falign-functions=4" CXXFLAGS="-march=pentium3 -O3 -pipe -ffast-math -fprefetch-loop-arrays -fforce-addr -falign-functions=4" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache"
Created attachment 11430 [details, diff] removing line tar xf dist.99.linux.tar
Created attachment 11431 [details, diff] remove line tar xf dist.99.linux.tar
dist.99.linux.tar.Z to /var/tmp/portage/libswf-0.99/work - at this point it is as good as tar zxvf. so the tar xf dist.99.linux.tar is redudant and wrong in the ebuild file src_unpack() { unpack ${A} tar xf dist.99.linux.tar } however the install continues as it has the files it needs in the work dir.
please try the modified version which should be in portage soon - didn't bump the revision since it doesn't change anything for people who already have installed it.
setting to test-request
No complaints, closing.
want to set this to fixed
fixing