Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484748 - sys-devel/llvm-9999 - fatal: http://llvm.org/git/compiler-rt.git/info/refs not valid: is this a git repository?
Summary: sys-devel/llvm-9999 - fatal: http://llvm.org/git/compiler-rt.git/info/refs no...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-13 11:15 UTC by Marcin Mirosław
Modified: 2013-09-13 17:54 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 Marcin Mirosław 2013-09-13 11:15:00 UTC
>>> Verifying ebuild manifests
>>> Running pre-merge checks for sys-devel/llvm-9999
 * Checking for at least 1200 megabytes disk space at "/var/tmp/portage/sys-devel/llvm-9999/temp" ...                                                          [ ok ]

>>> Emerging (1 of 1) sys-devel/llvm-9999
 * Checking for at least 1200 megabytes disk space at "/var/tmp/portage/sys-devel/llvm-9999/temp" ...                                                          [ ok ]
>>> Unpacking source...
Initialized empty Git repository in /usr/portage/distfiles/git3-src/compiler-rt.git/
 * Fetching HEAD from http://llvm.org/git/compiler-rt.git ...
fatal: http://llvm.org/git/compiler-rt.git/info/refs not valid: is this a git repository?
git fetch --no-tags http://llvm.org/git/compiler-rt.git --unshallow
fatal: http://llvm.org/git/compiler-rt.git/info/refs not valid: is this a git repository?
 * ERROR: sys-devel/llvm-9999::gentoo failed (unpack phase):
 *   Unable to fetch from any of EGIT_REPO_URI
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_unpack
 *   environment, line 4602:  Called git-r3_fetch 'http://llvm.org/git/compiler-rt.git'
 *   environment, line 2528:  Called die
 * The specific snippet of code:
 *       [[ -n ${success} ]] || die "Unable to fetch from any of EGIT_REPO_URI";
 * 
 * If you need support, post the output of `emerge --info '=sys-devel/llvm-9999::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-devel/llvm-9999::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-devel/llvm-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/llvm-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-devel/llvm-9999/work'
 * S: '/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999'

>>> Failed to emerge sys-devel/llvm-9999, Log file:

Maybe can be used mirror https://github.com/llvm-mirror/llvm as backup repository ?

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-13 14:26:42 UTC
Well, the github thingie says 'unofficial'. I'll need to check whether the commits match...
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-13 15:10:55 UTC
Ok, backup URL added. I've fixed a few small bugs in git-r3 as well :).

I've tested it with llvm.org blocked using iptables. I'm not sure if it will work all the same with the specific kind of error you've seen.
Comment 3 Marcin Mirosław 2013-09-13 17:54:52 UTC
So there are two benefits of this bug:)
Thanks.