Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 628226 - xorg-2.eclass multiple ebuild failures due to wrong EGIT_REPO_URI
Summary: xorg-2.eclass multiple ebuild failures due to wrong EGIT_REPO_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-18 20:14 UTC by cyrillic
Modified: 2017-08-19 08:28 UTC (History)
2 users (show)

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 cyrillic 2017-08-18 20:14:03 UTC
When I tried to compile x11-drivers/xf86-video-amdgpu-9999 it was unable to fetch the source due to "git" missing from the path.

That line in the eclass should read :
${EGIT_REPO_URI:="https://anongit.freedesktop.org/git/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}.git"}

Reproducible: Always
Comment 1 Arfrever Frehtes Taifersar Arahesis 2017-08-19 08:00:20 UTC
EGIT_REPO_URI was changed in:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0578e0ac1dea75f57ae374c2428188ffb57e1bb9
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-08-19 08:28:09 UTC
Thanks for the fix. I've pushed it immediately.


commit 0e0597f06b4d81627addcda44b7be87f27144ba8
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: Sat Aug 19 10:27:08 2017
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Sat Aug 19 10:27:37 2017

    xorg-2.eclass: Fix EGIT_REPO_URI, #628226