Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85897 - games-action/xshipwars fails to unpack data.
Summary: games-action/xshipwars fails to unpack data.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-19 06:08 UTC by Priit Laes (IRC: plaes)
Modified: 2005-03-19 10:19 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2005-03-19 06:08:07 UTC
This happens during the installation....

To run the application, use the command "unvedit &"

make[1]: Leaving directory `/home/root/tmp/portage/xshipwars-1.34.0/work/xsw-1.34.0/unvedit'
tar: /usr/portage/distfiles/stimages1.7.tar.bz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors

Basically the filename in the ebuild is wrong...

        dodir ${GAMES_DATADIR}/${PN}
        tar -jxC ${D}/${GAMES_DATADIR}/${PN} -f ${DISTDIR}/xswdata-1.33d.tar.bz2
-        tar -jxC ${D}/${GAMES_DATADIR}/${PN} -f ${DISTDIR}/stimages1.7.tar.bz
+        tar -jxC ${D}/${GAMES_DATADIR}/${PN} -f ${DISTDIR}/stimages1.7.tar.bz2
        tar -jxC ${D}/${GAMES_DATADIR}/${PN} -f ${DISTDIR}/babylon5images1.1.tar.bz2
        tar -zxC ${D}/${GAMES_DATADIR}/${PN} -f ${DISTDIR}/stsounds1.4.tgz



Reproducible: Always
Steps to Reproduce:
Comment 1 SpanKY gentoo-dev 2005-03-19 10:19:35 UTC
oops, fixed in cvs, thanks