Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 763231 - dev-vcs/git-9999-r3 - EGIT_BRANCH=pu doesn't exist in upstream
Summary: dev-vcs/git-9999-r3 - EGIT_BRANCH=pu doesn't exist in upstream
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-03 01:42 UTC by hugegameartgd
Modified: 2021-02-09 09:50 UTC (History)
3 users (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 hugegameartgd 2021-01-03 01:42:55 UTC
Upstream changed branch name to "seen":
https://git.kernel.org/pub/scm/git/git.git/log/?h=seen

```
>>> Emerging dev-vcs/git-9999-r3::gentoo
>>> Unpacking source...
 * git-r3: git protocol is completely unsecure and may render the ebuild
 * easily susceptible to MITM attacks (even if used only as fallback). Please
 * use https instead.
 * [URI: git://git.kernel.org/pub/scm/git/git.git]
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To suppress this warning, run:
hint: 
hint:   git config --global advice.defaultBranchName false
hint: 
hint: Alternatively, you can configure the initial branch name to use in all
hint: of your new repositories, which will also suppress this warning:
hint: 
hint:   git config --global init.defaultBranch <name>
hint: 
hint: Common names are 'main', 'trunk' and 'development'. The initial branch
hint: that was created can be renamed via this command:
hint: 
hint:   git branch -m <name>
Initialized empty Git repository in /var/cache/distfiles/git3-src/git_git.git/
 * Repository id: git_git.git
 * To override fetched repository properties, use:
 *   EGIT_OVERRIDE_REPO_GIT_GIT
 *   EGIT_OVERRIDE_BRANCH_GIT_GIT
 *   EGIT_OVERRIDE_COMMIT_GIT_GIT
 *   EGIT_OVERRIDE_COMMIT_DATE_GIT_GIT
 * 
 * Fetching git://git.kernel.org/pub/scm/git/git.git ...
git fetch git://git.kernel.org/pub/scm/git/git.git +refs/heads/pu:refs/heads/pu
fatal: couldn't find remote ref refs/heads/pu
 * ERROR: dev-vcs/git-9999-r3::gentoo failed (unpack phase):
 *   Unable to fetch from any of EGIT_REPO_URI
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_unpack
 *   environment, line 4010:  Called git-r3_src_unpack
 *   environment, line 2355:  Called git-r3_src_fetch
 *   environment, line 2349:  Called git-r3_fetch
 *   environment, line 2271:  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 '=dev-vcs/git-9999-r3::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-vcs/git-9999-r3::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-vcs/git-9999-r3/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-vcs/git-9999-r3/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-vcs/git-9999-r3/work'
 * S: '/var/tmp/portage/dev-vcs/git-9999-r3/work/git-9999'

>>> Failed to emerge dev-vcs/git-9999-r3
```
Comment 1 Larry the Git Cow gentoo-dev 2021-02-09 09:50:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2f7e525f1733b0a576d8c51ee29fc765ea759c

commit 3b2f7e525f1733b0a576d8c51ee29fc765ea759c
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2021-02-09 09:49:52 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-02-09 09:50:10 +0000

    dev-vcs/git: "pu" branch has been renamed to "seen"
    
    Closes: https://bugs.gentoo.org/763231
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 dev-vcs/git/git-2.26.2.ebuild  | 4 ++--
 dev-vcs/git/git-2.28.0.ebuild  | 4 ++--
 dev-vcs/git/git-2.29.2.ebuild  | 4 ++--
 dev-vcs/git/git-2.30.0.ebuild  | 4 ++--
 dev-vcs/git/git-2.30.1.ebuild  | 4 ++--
 dev-vcs/git/git-9999-r1.ebuild | 4 ++--
 dev-vcs/git/git-9999-r2.ebuild | 4 ++--
 dev-vcs/git/git-9999-r3.ebuild | 4 ++--
 dev-vcs/git/git-9999.ebuild    | 4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)