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

Bug 21290

Summary: ati-drivers 2.9.12 fails to install, + solution
Product: Gentoo Linux Reporter: Jason Rhinelander <gentoo>
Component: New packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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