Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676642 - git-r3.eclass - fatal: not a git repository: '/usr/portage/distfiles/git3-src/iputils_iputils.git'
Summary: git-r3.eclass - fatal: not a git repository: '/usr/portage/distfiles/git3-src...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Michał Górny
URL: https://github.com/iputils/iputils.git
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-28 16:28 UTC by contactopublico57
Modified: 2019-01-29 14:59 UTC (History)
0 users

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


Attachments
ebuild URI fails for source (file_676642.txt,2.37 KB, text/plain)
2019-01-28 16:28 UTC, contactopublico57
Details

Note You need to log in before you can comment on or make changes to this bug.
Description contactopublico57 2019-01-28 16:28:15 UTC
Created attachment 563074 [details]
ebuild URI fails for source

[32;01m * [39;49;00mPackage:    net-misc/iputils-99999999
[32;01m * [39;49;00mRepository: gentoo
[32;01m * [39;49;00mMaintainer: base-system@gentoo.org
[32;01m * [39;49;00mUSE:        abi_x86_64 amd64 arping elibc_glibc filecaps idn ipv6 kernel_linux ssl userland_GNU
[32;01m * [39;49;00mFEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
 [32;01m*[0m Repository id: iputils_iputils.git
 [32;01m*[0m To override fetched repository properties, use:
 [32;01m*[0m   EGIT_OVERRIDE_REPO_IPUTILS_IPUTILS
 [32;01m*[0m   EGIT_OVERRIDE_BRANCH_IPUTILS_IPUTILS
 [32;01m*[0m   EGIT_OVERRIDE_COMMIT_IPUTILS_IPUTILS
 [32;01m*[0m   EGIT_OVERRIDE_COMMIT_DATE_IPUTILS_IPUTILS
 [32;01m*[0m 
 [32;01m*[0m Fetching [1mhttps://github.com/iputils/iputils.git[22m ...
git fetch https://github.com/iputils/iputils.git +HEAD:refs/git-r3/HEAD
fatal: not a git repository: '/usr/portage/distfiles/git3-src/iputils_iputils.git'
 [31;01m*[0m ERROR: net-misc/iputils-99999999::gentoo failed (unpack phase):
 [31;01m*[0m   Unable to fetch from any of EGIT_REPO_URI
 [31;01m*[0m 
 [31;01m*[0m Call stack:
 [31;01m*[0m     ebuild.sh, line  124:  Called src_unpack
 [31;01m*[0m   environment, line 4133:  Called git-r3_src_unpack
 [31;01m*[0m   environment, line 2528:  Called git-r3_src_fetch
 [31;01m*[0m   environment, line 2522:  Called git-r3_fetch
 [31;01m*[0m   environment, line 2444:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m       [[ -n ${success} ]] || die "Unable to fetch from any of EGIT_REPO_URI";
 [31;01m*[0m 
 [31;01m*[0m If you need support, post the output of `emerge --info '=net-misc/iputils-99999999::gentoo'`,
 [31;01m*[0m the complete build log and the output of `emerge -pqv '=net-misc/iputils-99999999::gentoo'`.
 [31;01m*[0m The complete build log is located at '/usr/portage/logs/net-misc:iputils-99999999:20190128-161817.log'.
 [31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/iputils-99999999/temp/build.log'.
 [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/net-misc/iputils-99999999/temp/environment'.
 [31;01m*[0m Working directory: '/var/tmp/portage/net-misc/iputils-99999999/work'
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-01-28 19:12:02 UTC
WORKSFORME
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-01-28 19:13:32 UTC
Looks like you managed to damage the local copy.  Just remove that directory and let it fetch fresh.
Comment 3 contactopublico57 2019-01-29 14:59:24 UTC
29 Jan., 2019ll

It would appear that there is an ongoing failure to fetch from the git repo specified in the ebuild.

There have been 4 replies indicating the process works for some.  

[31;01m*[0m ERROR: net-misc/iputils-99999999::gentoo failed (unpack phase):
 [31;01m*[0m   Unable to fetch from any of EGIT_REPO_URI
 [31;01m*[0m 
 [31;01m*[0m Call stack:
 [31;01m*[0m     ebuild.sh, line  124:  Called src_unpack
 [31;01m*[0m   environment, line 4133:  Called git-r3_src_unpack
 [31;01m*[0m   environment, line 2528:  Called git-r3_src_fetch
 [31;01m*[0m   environment, line 2522:  Called git-r3_fetch
 [31;01m*[0m   environment, line 2444:  Called die
 [31;01m*[0m The specific snippet of code:
 [31;01m*[0m       [[ -n ${success} ]] || die "Unable to fetch from any of EGIT_REPO_URI";

Prior installed package downloads from gentoo repo:

net-misc/iputils-20180629::gentoo was built with the following:
USE="arping filecaps idn ipv6 ssl -SECURITY_HAZARD -caps -clockdiff -doc -gcrypt -libressl -nettle -rarpd -rdisc -static -tftpd -tracepath -traceroute" ABI_X86="(64)"

T