Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 6853

Summary: libswf tar file not found
Product: Gentoo Linux Reporter: Ole Tange <bugs.gentoo.org>
Component: Current packagesAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: normal CC: kevin
Priority: High    
Version: 1.3   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ole Tange 2002-08-21 14:01:48 UTC
 
Comment 1 Ole Tange 2002-08-21 14:02:35 UTC
# emerge libswf
Calculating dependencies ...done!
>>> emerge media-libs/libswf-0.99 to /
>>> md5 ;-) dist.99.linux.tar.Z
>>> Unpacking source...
>>> Unpacking dist.99.linux.tar.Z
tar: dist.99.linux.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
>>> Source unpacked.

Comment 2 SpanKY gentoo-dev 2002-08-21 16:59:46 UTC
i think the unpack function
    src_unpack() {
        unpack ${A}
        tar xf dist.99.linux.tar
    }
only existed because the older versions of emerge didnt handle .Z files 
properly (see Bug 5867)
this doesnt affect the installation of the package, but Ole is right, this code 
should just be removed ;)
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-26 09:23:33 UTC
ole: what version of portage?  could it be that all your recent bug reports are
due to the old buggy portage?
Comment 4 Ole Tange 2002-08-26 10:45:07 UTC
# gcc --version 
2.95.3 
# grep -v # /etc/make.conf 
GENTOO_MIRRORS="http://mirrors.sunsite.dk/gentoo 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
USE="mmx sse apm pcmcia pnp trusted gphoto2 cups slp X opengl xv kde qt qtmt 
arts evo sdl gd gif jpeg png tiff avi mpeg quicktime alsa dvd xmms oggvorbis 
flash encode ipv6 pam ssl crypt imap ldap tcpd mozilla mozirc spell truetype 
xml xml2 pdflib perl berkdb mysql postgres odbc innodb gdbm afs" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-mcpu=i686 -O2 -pipe" 
CXXFLAGS="-mcpu=i686 -O2 -pipe" 
CC=gcc-3.2 
CXX=g++-3.2 
GCJ=gcj-3.2 
# emerge --version 
Portage 2.0.28 
# epm -q glibc 
glibc-2.2.5-r5 
 
Comment 5 Ole Tange 2002-08-26 10:47:12 UTC
I think most of the recent bugreports are due to bug 6983. 
 
This bug, however, seems not to be. 
 
Comment 6 Daniel Robbins (RETIRED) gentoo-dev 2002-08-28 18:41:38 UTC
This bug has been fixed by enhancing ebuild.sh's error detection. Fix is in
_alpha3 and will be in 2.0.30 as well.