Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834608 - app-misc/go-jira-1.0.28 - go mod tidy failed
Summary: app-misc/go-jira-1.0.28 - go mod tidy failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on: 834758
Blocks:
  Show dependency tree
 
Reported: 2022-03-05 08:33 UTC by Toralf Förster
Modified: 2022-03-08 13:27 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.80 KB, text/plain)
2022-03-05 08:33 UTC, Toralf Förster
Details
app-misc:go-jira-1.0.28:20220305-061854.log (app-misc:go-jira-1.0.28:20220305-061854.log,4.75 KB, text/plain)
2022-03-05 08:33 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,76.38 KB, application/x-bzip)
2022-03-05 08:34 UTC, Toralf Förster
Details
environment (environment,70.00 KB, text/plain)
2022-03-05 08:34 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,20.40 KB, application/x-bzip)
2022-03-05 08:34 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-03-05 08:33:56 UTC
	github.com/google/go-cmp/cmp.test imports
	github.com/google/go-cmp/cmp/cmpopts imports
	golang.org/x/xerrors: golang.org/x/xerrors@v0.0.0-20191204190536-9bdfabe68543: reading file:///var/tmp/portage/app-misc/go-jira-1.0.28/temp/go-proxy/golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.zip: no such file or directory
 * ERROR: app-misc/go-jira-1.0.28::gentoo failed (unpack phase):
 *   go mod tidy failed
 * 
 * Call stack:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-j4-20220228-020016

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
clang/llvm (if any):
/usr/lib/llvm/13
13.0.1
Python 3.9.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.59.0 *
The following VMs are available for generation-2:
1)	OpenJDK 11.0.14_p9 [openjdk-11]
2)	OpenJDK 8.322_p06 [openjdk-8]
*)	Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11]
4)	Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-8 
  [2]   openjdk-11 
  [3]   openjdk-bin-8 
  [4]   openjdk-bin-11  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php7.4
  [2]   php8.0
  [3]   php8.1 *

  HEAD of ::gentoo
commit 84d4ceef60f9d33916fb01cc6da8ba10289681d3
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Mar 5 04:51:56 2022 +0000

    2022-03-05 04:51:55 UTC

emerge -qpvO app-misc/go-jira
[ebuild  N    ] app-misc/go-jira-1.0.28
Comment 1 Toralf Förster gentoo-dev 2022-03-05 08:33:57 UTC
Created attachment 766303 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-03-05 08:33:58 UTC
Created attachment 766304 [details]
app-misc:go-jira-1.0.28:20220305-061854.log
Comment 3 Toralf Förster gentoo-dev 2022-03-05 08:34:00 UTC
Created attachment 766305 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2022-03-05 08:34:01 UTC
Created attachment 766306 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-03-05 08:34:02 UTC
Created attachment 766307 [details]
etc.portage.tar.bz2
Comment 6 Larry the Git Cow gentoo-dev 2022-03-08 13:27:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad9100728886b7a73ed2eba0710e3ab29622f52

commit 2ad9100728886b7a73ed2eba0710e3ab29622f52
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2022-03-07 08:43:52 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-08 13:27:18 +0000

    go-module.eclass: invoke "ego mod tidy" with nonfatal
    
    We previously invoked "mod tidy" without the ego helper function in a
    non-fatal way. This was switched to using the ego helper in
    f9ee55e698f8 ("go-module.eclass: use ego helper function") but without
    prefixing the call with nonfatal. Hence the semantic of the eclass
    changes: a previously non-fatal invocation became fatal, causing e.g.,
    bug #834695.
    
    [sam: fixes semantic change which wasn't advertised/seemingly intentional,
    so let's get this in now to avoid a significant number of ebuilds being broken.
    
    We can introduce this change if desired at a later point.
    
    Fixes: f9ee55e698f8 ("go-module.eclass: use ego helper function")
    Closes: https://bugs.gentoo.org/834758
    Closes: https://bugs.gentoo.org/834762
    Closes: https://bugs.gentoo.org/834607
    Closes: https://bugs.gentoo.org/834608
    Closes: https://bugs.gentoo.org/834625
    Closes: https://bugs.gentoo.org/834626
    Closes: https://bugs.gentoo.org/834630
    Closes: https://bugs.gentoo.org/834669
    Closes: https://bugs.gentoo.org/834603
    Closes: https://bugs.gentoo.org/834610
    Closes: https://bugs.gentoo.org/834711
    Closes: https://bugs.gentoo.org/834763
    Signed-off-by: Florian Schmaus <flow@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/24437
    Signed-off-by: Sam James <sam@gentoo.org>

 eclass/go-module.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)