Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20346 - libswf-0.99's unpack needs to be updated.
Summary: libswf-0.99's unpack needs to be updated.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-02 16:36 UTC by Priit Laes (IRC: plaes)
Modified: 2003-06-11 23:49 UTC (History)
0 users

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


Attachments
removing line tar xf dist.99.linux.tar (libswf-0.99.diff,222 bytes, patch)
2003-05-03 07:46 UTC, Sankara Krishnamoorthy
Details | Diff
remove line tar xf dist.99.linux.tar (libswf-0.99.diff,222 bytes, patch)
2003-05-03 07:47 UTC, Sankara Krishnamoorthy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2003-05-02 16:36:36 UTC
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...
Comment 1 Priit Laes (IRC: plaes) 2003-05-02 16:39:17 UTC
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"
Comment 2 Sankara Krishnamoorthy 2003-05-03 07:46:15 UTC
Created attachment 11430 [details, diff]
removing line tar xf dist.99.linux.tar
Comment 3 Sankara Krishnamoorthy 2003-05-03 07:47:11 UTC
Created attachment 11431 [details, diff]
remove line  tar xf dist.99.linux.tar
Comment 4 Sankara Krishnamoorthy 2003-05-03 07:49:02 UTC
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.




Comment 5 Patrick Kursawe (RETIRED) gentoo-dev 2003-05-15 11:27:37 UTC
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.
Comment 6 Patrick Kursawe (RETIRED) gentoo-dev 2003-05-15 11:28:08 UTC
setting to test-request
Comment 7 Patrick Kursawe (RETIRED) gentoo-dev 2003-06-11 23:41:40 UTC
No complaints, closing.
Comment 8 Patrick Kursawe (RETIRED) gentoo-dev 2003-06-11 23:48:36 UTC
want to set this to fixed
Comment 9 Patrick Kursawe (RETIRED) gentoo-dev 2003-06-11 23:49:04 UTC
fixing