The current gkrellm-9999 ebuild EGIT_REPO_URI: EGIT_REPO_URI="https://git.srcbox.net/gkrellm" ... fails fetching with the below error. The problem is that's the dir the repo is in, not the repo itself. Appending the repo so the setting is... EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git" ... works. Here's the unpack phase with the existing URI and the error: >>> Unpacking source... Initialized empty Git repository in /p/src/git3-src/gkrellm.git/ * Repository id: gkrellm.git * To override fetched repository properties, use: * EGIT_OVERRIDE_REPO_GKRELLM * EGIT_OVERRIDE_BRANCH_GKRELLM * EGIT_OVERRIDE_COMMIT_GKRELLM * EGIT_OVERRIDE_COMMIT_DATE_GKRELLM * * Fetching https://git.srcbox.net/gkrellm ... git fetch https://git.srcbox.net/gkrellm +HEAD:refs/git-r3/HEAD fatal: could not read Username for 'https://git.srcbox.net': terminal prompts disabled * ERROR: app-admin/gkrellm-9999::gentoo failed (unpack phase): * Unable to fetch from any of EGIT_REPO_URI * * Call stack: * ebuild.sh, line 125: Called src_unpack * environment, line 2177: Called git-r3_src_unpack * environment, line 1612: Called git-r3_src_fetch * environment, line 1606: Called git-r3_fetch * environment, line 1528: Called die * The specific snippet of code: * [[ -n ${success} ]] || die "Unable to fetch from any of EGIT_REPO_URI"; *
(In reply to Duncan from comment #0) > The current gkrellm-9999 ebuild EGIT_REPO_URI: > > EGIT_REPO_URI="https://git.srcbox.net/gkrellm" > > ... fails fetching with the below error. > > The problem is that's the dir the repo is in, not the repo itself. Or, alternatively, the URI was originally correct and the problem is that perhaps recently something on the server was changed.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5779b57a0bc73bf4896796ffe9d7a933fa253dbe commit 5779b57a0bc73bf4896796ffe9d7a933fa253dbe Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2020-09-03 19:26:42 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2020-09-03 19:31:27 +0000 app-admin/gkrellm: Fixed EGIT_REPO_URI Thanks-to: Duncan <1i5t5.duncan@cox.net> Closes: https://bugs.gentoo.org/739726 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> app-admin/gkrellm/gkrellm-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)