Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739726 - app-admin/gkrellm-9999 - update EGIT_REPO_URI
Summary: app-admin/gkrellm-9999 - update EGIT_REPO_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL: https://git.srcbox.net/gkrellm/gkrell...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-31 08:38 UTC by Duncan
Modified: 2020-09-03 19:31 UTC (History)
0 users

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 Duncan 2020-08-31 08:38:14 UTC
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";
*
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2020-08-31 08:50:40 UTC
(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.
Comment 2 Larry the Git Cow gentoo-dev 2020-09-03 19:31:31 UTC
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(-)