Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21290 - ati-drivers 2.9.12 fails to install, + solution
Summary: ati-drivers 2.9.12 fails to install, + solution
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-19 17:00 UTC by Jason Rhinelander
Modified: 2003-05-19 17:57 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 Jason Rhinelander 2003-05-19 17:00:06 UTC
The 2.9.12 ati-drivers ebuild fails to install, giving:

>>> Unpacking source...
tar (child): fglrx-glc22-4.3.0-2.9.12.i586.tar.gz: Cannot open: No such file or
directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors


The fix to this is pretty simple - just change line 25 to:

tar zxf ${DISTDIR}/fglrx-glc22-4.3.0-${PV}.i586.tar.gz || die

(The change is adding the '${DISTDIR}/' part).
Comment 1 Luca Barbato gentoo-dev 2003-05-19 17:57:22 UTC
sorry, my bad, fixing now