Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 359207 - xorg-2.eclass: Git update failing while emerging x11-drivers/xf86-video-ati-9999 due to error in eclass
Summary: xorg-2.eclass: Git update failing while emerging x11-drivers/xf86-video-ati-9...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-16 19:26 UTC by Ben Morris
Modified: 2011-03-17 13:24 UTC (History)
0 users

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


Attachments
Fixed xorg-2.eclass (xorg-2.eclass,14.60 KB, text/plain)
2011-03-16 19:26 UTC, Ben Morris
Details

Note You need to log in before you can comment on or make changes to this bug.
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.