Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518406 - net-libs/libmbim-9999 uses wrong git path
Summary: net-libs/libmbim-9999 uses wrong git path
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-07-28 18:59 UTC by Linus Lotz
Modified: 2016-09-17 14:04 UTC (History)
1 user (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 Linus Lotz 2014-07-28 18:59:22 UTC
git path in curent portage tree is:
EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"

but should be:
EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${PN}"

I tested the git URI and it merges fine

Reproducible: Always

Steps to Reproduce:
1. unmask net-libs/libmbim-9999
2. emerge net-libs/libmbim-9999

Actual Results:  
 * ERROR: net-libs/libmbim-9999::gentoo failed (unpack phase):
 *   Unable to fetch from any of EGIT_REPO_URI


Expected Results:  
successful emerge
Comment 1 Marian Kyral 2015-02-10 21:45:05 UTC
Hi,
I can confirm this bug and solution as well.
Comment 2 Joël 2016-07-22 15:23:05 UTC
Problem and fixed confirmed! Please apply the change to the Portage tree... :-)
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2016-09-17 14:04:05 UTC
Removed the faulty 9999 ebuild from the tree.