Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 766728 - [kde overlay] kde-plasma/plasma-firewall git repo auth issue
Summary: [kde overlay] kde-plasma/plasma-firewall git repo auth issue
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo KDE team
URL: https://mail.kde.org/pipermail/plasma...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-23 18:57 UTC by AutumnalAntlers
Modified: 2021-01-31 17:28 UTC (History)
0 users

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


Attachments
build.log (build.log,3.88 KB, text/x-log)
2021-01-23 18:57 UTC, AutumnalAntlers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description AutumnalAntlers 2021-01-23 18:57:13 UTC
Created attachment 684249 [details]
build.log

Hi! I'm running GentooLTO, and have bumped my KDE packages up to live builds; most of them are working great, but the ebuild for plasma-firewall fails. It seems like a git auth issues, and can be worked around by redirecting to another mirror of the repo.

Error:
> emerge kde-plasma/plasma-firewall
...
* Repository id: plasma_plasma-firewall.git
 * To override fetched repository properties, use:
 *   EGIT_OVERRIDE_REPO_PLASMA_PLASMA_FIREWALL
 *   EGIT_OVERRIDE_BRANCH_PLASMA_PLASMA_FIREWALL
 *   EGIT_OVERRIDE_COMMIT_PLASMA_PLASMA_FIREWALL
 *   EGIT_OVERRIDE_COMMIT_DATE_PLASMA_PLASMA_FIREWALL
 * 
 * Fetching https://invent.kde.org/plasma/plasma-firewall.git ...
git fetch https://invent.kde.org/plasma/plasma-firewall.git +HEAD:refs/git-r3/HEAD
fatal: could not read Username for 'https://invent.kde.org': terminal prompts disabled
 * ERROR: kde-plasma/plasma-firewall-9999::kde failed (unpack phase):
 *   Unable to fetch from any of EGIT_REPO_URI
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_unpack
 *   environment, line 5274:  Called kde.org_src_unpack
 *   environment, line 4224:  Called git-r3_src_unpack
 *   environment, line 4133:  Called git-r3_src_fetch
 *   environment, line 4127:  Called git-r3_fetch
 *   environment, line 4049:  Called die
 * The specific snippet of code:
 *       [[ -n ${success} ]] || die "Unable to fetch from any of EGIT_REPO_URI";
...

Workaround:
EGIT_OVERRIDE_REPO_PLASMA_PLASMA_FIREWALL="https://github.com/KDE/plasma-firewall" \
emerge kde-plasma/plasma-firewall
Comment 1 AutumnalAntlers 2021-01-23 18:59:39 UTC
And I should mention, I'm using the KDE repo via layman.
Comment 2 Andreas Sturmlechner gentoo-dev 2021-01-23 19:13:12 UTC
Please let us devs choose $alias, if necessary.

Pinged upstream about it, it is not where a plasma component is expected to be.
Comment 3 Larry the Git Cow gentoo-dev 2021-01-24 13:28:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=e22a4a4f669b8a0ba1dd7b73dfc289c898db4546

commit e22a4a4f669b8a0ba1dd7b73dfc289c898db4546
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-01-24 13:28:10 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-01-24 13:28:10 +0000

    kde-plasma/plasma-firewall: Temporarily(?) set to KDE_ORG_CATEGORY=network
    
    Closes: https://bugs.gentoo.org/766728
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild | 1 +
 kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild         | 1 +
 2 files changed, 2 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2021-01-31 17:28:06 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=73dafc8a29efdadff930e963e0df2fae1f7822e1

commit 73dafc8a29efdadff930e963e0df2fae1f7822e1
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2021-01-31 17:27:48 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-01-31 17:27:48 +0000

    kde-plasma/plasma-firewall: Repo moved to correct upstream category
    
    See also: https://mail.kde.org/pipermail/plasma-devel/2021-January/119270.html
    
    Bug: https://bugs.gentoo.org/766728
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 kde-plasma/plasma-firewall/plasma-firewall-5.21.49.9999.ebuild | 1 -
 kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild         | 1 -
 2 files changed, 2 deletions(-)