Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693998 - app-misc/mkcert-1.4.0 : go: golang.org/.../net@v..#Get https:/.../v0.0.0-20180627171509-e514e69ffb8b.mod:
Summary: app-misc/mkcert-1.4.0 : go: golang.org/.../net@v..#Get https:/.../v0.0.0-2018...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: go-1.13-sandbox
  Show dependency tree
 
Reported: 2019-09-10 19:26 UTC by Toralf Förster
Modified: 2020-05-02 18:35 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.06 KB, text/plain)
2019-09-10 19:26 UTC, Toralf Förster
Details
app-misc:mkcert-1.4.0:20190910-191331.log (app-misc:mkcert-1.4.0:20190910-191331.log,1.93 KB, text/plain)
2019-09-10 19:26 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,86.35 KB, text/plain)
2019-09-10 19:26 UTC, Toralf Förster
Details
environment (environment,17.20 KB, text/plain)
2019-09-10 19:26 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.93 KB, application/x-bzip)
2019-09-10 19:26 UTC, Toralf Förster
Details
mkcert-1.4.1.ebuild (mkcert-1.4.1.ebuild,2.59 KB, text/plain)
2020-03-29 12:54 UTC, bdouxx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-09-10 19:26:07 UTC
>>> Compiling source in /var/tmp/portage/app-misc/mkcert-1.4.0/work/mkcert-1.4.0 ...
/var/tmp/portage/app-misc/mkcert-1.4.0/work/mkcert-1.4.0/src/github.com/FiloSottile/mkcert /var/tmp/portage/app-misc/mkcert-1.4.0/work/mkcert-1.4.0
go: golang.org/x/net@v0.0.0-20180627171509-e514e69ffb8b: Get https://proxy.golang.org/golang.org/x/net/@v/v0.0.0-20180627171509-e514e69ffb8b.mod: dial tcp: lookup proxy.golang.org on 127.0.0.1:53: read udp 127.0.0.1:45775->127.0.0.1:53: read: connection refused
 * ERROR: app-misc/mkcert-1.4.0::gentoo failed (compile phase):
 *   (no error message)
 * 

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma_systemd-libressl-20190908-101602

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.37.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository timestamp:

==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Tue, 10 Sep 2019 18:46:08 +0000

emerge -qpvO app-misc/mkcert
[ebuild  N    ] app-misc/mkcert-1.4.0
Comment 1 Toralf Förster gentoo-dev 2019-09-10 19:26:09 UTC
Created attachment 589658 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-09-10 19:26:12 UTC
Created attachment 589660 [details]
app-misc:mkcert-1.4.0:20190910-191331.log
Comment 3 Toralf Förster gentoo-dev 2019-09-10 19:26:15 UTC
Created attachment 589662 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-09-10 19:26:17 UTC
Created attachment 589664 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-09-10 19:26:20 UTC
Created attachment 589666 [details]
etc.portage.tbz2
Comment 6 bdouxx 2020-03-15 23:21:33 UTC
Hi

Same problem on other package ( after update to >=dev-lang/go-13)

for example https://bugs.gentoo.org/693764

their solution which work for me ( No experience in Go, I don't know what is GO111MODULE)

 src_compile() {
        pushd src/${EGO_PN} || die
-       GOPATH="${S}" go install -v ${EGO_PN} || die
+       GO111MODULE=off GOPATH="${S}" go install -v ${EGO_PN} || die
        popd || die
 }
Comment 7 bdouxx 2020-03-29 12:54:59 UTC
Created attachment 626942 [details]
mkcert-1.4.1.ebuild

new ebuild with new process (go-module , EGO_SUM, go-module_set_globals, ...)
Comment 8 Larry the Git Cow gentoo-dev 2020-05-02 18:35:42 UTC
The bug has been closed via the following commit(s):

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

commit a313d0053038ac99a7c75dad60964e220d8d3f68
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2020-05-02 18:31:54 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2020-05-02 18:34:56 +0000

    app-misc/mkcert: 1.4.1 bump
    
    Closes: https://bugs.gentoo.org/679344
    Closes: https://bugs.gentoo.org/693998
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 app-misc/mkcert/Manifest            | 35 +++++++++++++++++++++
 app-misc/mkcert/mkcert-1.4.1.ebuild | 62 +++++++++++++++++++++++++++++++++++++
 2 files changed, 97 insertions(+)