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

Bug 359207

Summary: xorg-2.eclass: Git update failing while emerging x11-drivers/xf86-video-ati-9999 due to error in eclass
Product: Gentoo Linux Reporter: Ben Morris <ben>
Component: EclassesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Fixed xorg-2.eclass

Description Ben Morris 2011-03-16 19:26:18 UTC
Created attachment 266175 [details]
Fixed xorg-2.eclass

While trying to rebuild x11-drivers/xf86-video-ati-9999 (from the X11 overlay), I recieved the following error:

git.eclass: can't update from git://anongit.freedesktop.org/git/xorg/driver.

(Note, this differs from the correct URL, git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati).

I believe the problem lies in xorg-2.eclass, since revision 1.31*, where one instance of PACKAGE_NAME was not changed to XORG_PACKAGE_NAME (line 96). Adding a fixed xorg-2.eclass to an overlay allowed me to emerge x11-drivers/xf86-video-ati-9999 correctly.


* http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/xorg-2.eclass?r1=1.30&r2=1.31
Comment 1 Ben Morris 2011-03-17 13:24:38 UTC
Looks like Revision 1.34 fixed it.