Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200522 - x-modular.eclass tries to fetch wrong repo for xorg-server
Summary: x-modular.eclass tries to fetch wrong repo for xorg-server
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-27 15:08 UTC by Xake
Modified: 2008-10-29 14:46 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 Xake 2007-11-27 15:08:12 UTC
According to the log message in cvs a update some time ago enabled you to rename any xorg related ebuild to somthing-9999*.ebuild and it would automatically make something that fetched and build the component from git.

The problem is this does not work for xorg-server.

The error message:
 * git check out start -->
 *    checkout from: git://anongit.freedesktop.org/git/xorg/xserver/xorg-server
fatal: The remote end hung up unexpectedly
fetch-pack from 'git://anongit.freedesktop.org/git/xorg/xserver/xorg-server' failed.

The problem:
x-modular.eclass tries to fetch git://anongit.freedesktop.org/git/xorg/${MODULE}/${PN} but the problem is that for the server the correct repo seems to be just git://anongit.freedesktop.org/git/xorg/${MODULE} (e.i. git://anongit.freedesktop.org/git/xorg/xserver instead of git://anongit.freedesktop.org/git/xorg/xserver/xorg-server)
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2008-10-29 14:46:35 UTC
The ebuild takes care of that now. All fixed.

Thanks