From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 11 14:45:37 2020 Received: (at submit) by debbugs.gnu.org; 11 Feb 2020 19:45:37 +0000 Received: from localhost ([127.0.0.1]:57576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1bTU-0002mB-TH for submit@debbugs.gnu.org; Tue, 11 Feb 2020 14:45:37 -0500 Received: from lists.gnu.org ([209.51.188.17]:42545) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1bTS-0002m2-Kf for submit@debbugs.gnu.org; Tue, 11 Feb 2020 14:45:35 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38991) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j1bTR-0006W9-9E for guix-patches@gnu.org; Tue, 11 Feb 2020 14:45:34 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j1bTP-0000Uz-Ak for guix-patches@gnu.org; Tue, 11 Feb 2020 14:45:32 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:50768) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j1bTO-0000QZ-NJ for guix-patches@gnu.org; Tue, 11 Feb 2020 14:45:31 -0500 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1j1bTM-0003GW-0W for guix-patches@gnu.org; Tue, 11 Feb 2020 14:45:28 -0500 Date: Tue, 11 Feb 2020 14:45:27 -0500 (EST) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: guix-patches@gnu.org Subject: go: update to 1.13 Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 104.248.1.95 X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) Hi Guix, The following is the minimal patch to update Go to 1.13. I'm motivated to do this, in part, because of the go modules transition [0]. In the short term, this will allow users of the go tooling to use the newest modules behavior. The Guix go tooling, however, is not ready for modules [1], so in this commit, I configure the go-build-system to use the old behavior. Eventually the switch to do so will go away upstream, so we'll need to update the build system. Some things to be aware of when reviewing: I believe that in Go 1.13, the upstream issued that lead to excessive references being maintained in go programs [2] has been fixed, but I did not undo our workaround. With 1.13 the behavior of `go get` changed to download packages from Google's mirror at proxy.golang.org by default [3] as opposed to directly from upstream. This is configurable by users, and I don't think it is a FSDG issue (if it is, I think it would be on privacy grounds), but we could change the default behavior if needed. I replaced the go-1.12 package with go-1.13, rather than having both. guix refresh -l go says that "Building the following 51 packages would ensure 175 dependent packages are rebuilt," so I have prepared the commit against master. I tested the commit by building syncthing and restic on my x86_64 system. [0] https://blog.golang.org/v2-go-modules [1] https://lists.gnu.org/archive/html/guix-devel/2020-02/msg00110.html [2] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33620 [3] https://golang.org/doc/go1.13#modules Thanks, Jack From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 11 14:48:45 2020 Received: (at 39570) by debbugs.gnu.org; 11 Feb 2020 19:48:45 +0000 Received: from localhost ([127.0.0.1]:57587 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1bWX-0002rF-7C for submit@debbugs.gnu.org; Tue, 11 Feb 2020 14:48:45 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:41510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1bWV-0002r2-N0 for 39570@debbugs.gnu.org; Tue, 11 Feb 2020 14:48:43 -0500 Received: from lib-its13.lib.duke.edu ([152.3.118.151] helo=localhost.localdomain) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1j1bWM-0003KC-Lw; Tue, 11 Feb 2020 14:48:35 -0500 From: Jack Hill To: 39570@debbugs.gnu.org Subject: [PATCH] gnu: go: update to 1.13.2 Date: Tue, 11 Feb 2020 14:48:20 -0500 Message-Id: <20200211194820.24012-1-jackhill@jackhill.us> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 39570 Cc: jackhill@jackhill.us X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/golang.scm (go-1.12): Rename to go-1.13, [version]: Update to 1.13.7 (go): Update to go-1.13 * guix/build/go-build-system.scm (setup-go-environment): Set GO111MODULE to off. --- gnu/packages/golang.scm | 9 ++++----- guix/build/go-build-system.scm | 4 ++++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 9102469749..798600f680 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -216,11 +216,11 @@ in the style of communicating sequential processes (@dfn{CSP}).") (supported-systems '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux")) (license license:bsd-3))) -(define-public go-1.12 +(define-public go-1.13 (package (inherit go-1.4) (name "go") - (version "1.12.16") + (version "1.13.7") (source (origin (method url-fetch) @@ -228,7 +228,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "1y0x10fsvgpc1x24b9q9y6kv9b0kwf7879am3p0gym2abgc5wvnf")))) + "1x21kfpzfkvmqd42pan6nl862m7jjl4niqxxpcgm46awbz645bg4")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) @@ -367,7 +367,6 @@ in the style of communicating sequential processes (@dfn{CSP}).") (docs (string-append doc_out "/share/doc/" ,name "-" ,version)) (src (string-append (assoc-ref outputs "tests") "/share/" ,name "-" ,version))) - (delete-file-recursively "../pkg/bootstrap") ;; Prevent installation of the build cache, which contains ;; store references to most of the tools used to build Go and ;; would unnecessarily increase the size of Go's closure if it @@ -405,7 +404,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") ,@(package-native-inputs go-1.4))) (supported-systems %supported-systems))) -(define-public go go-1.12) +(define-public go go-1.13) (define-public go-github-com-alsm-ioprogress (let ((commit "063c3725f436e7fba0c8f588547bee21ffec7ac5") diff --git a/guix/build/go-build-system.scm b/guix/build/go-build-system.scm index 4bc0156a88..3337552d96 100644 --- a/guix/build/go-build-system.scm +++ b/guix/build/go-build-system.scm @@ -141,6 +141,10 @@ dependencies, so it should be self-contained." ;; Using the current working directory as GOPATH makes it easier for packagers ;; who need to manipulate the unpacked source code. (setenv "GOPATH" (getcwd)) + ;; Go 1.13 uses go modules by default. The go build system does not + ;; currently support modules, so turn modules off to continue using the old + ;; GOPATH behavior. + (setenv "GO111MODULE" "off") (setenv "GOBIN" (string-append (assoc-ref outputs "out") "/bin")) (let ((tmpdir (tmpnam))) (match (go-inputs inputs) -- 2.25.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 11 15:24:54 2020 Received: (at control) by debbugs.gnu.org; 11 Feb 2020 20:24:54 +0000 Received: from localhost ([127.0.0.1]:57628 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1c5W-0005jK-2L for submit@debbugs.gnu.org; Tue, 11 Feb 2020 15:24:54 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50343) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1c5T-0005j7-FI for control@debbugs.gnu.org; Tue, 11 Feb 2020 15:24:51 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 4116121731 for ; Tue, 11 Feb 2020 15:24:46 -0500 (EST) Received: from imap6 ([10.202.2.56]) by compute6.internal (MEProxy); Tue, 11 Feb 2020 15:24:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ajgrf.com; h= mime-version:message-id:date:from:to:subject:content-type; s= fm2; bh=fYjIa62Iog+9XRumgar9W7+YG0SGbNsecDHydtf4NVs=; b=a1OtJOYN W63+JiEtLUpLQA11r2rkXpfhysV3szwEGszTCFx4UsQXlY3+df6YxZybErEXwsRq BUBbOgK3GdijTq66C6IxMFGQTLX8DtRiHdeK2k9OI4if12bJZCdD2DGLSpwmKZ8y WSkjPrRUeD0KMVGPG7d7gwEyuN1bycYPP25PA6r5etHPCQK5hgFxeXhAM1KBg8kY VtghQ/H+W6WLqlBrb9IDHlU2hLcUX98gDTiBGHVENxWNhnMnW2ioHGqaj4mlTNX7 ZjMvKtRMmQ+y9tw/lHrnmPsUCAvSC9FXeCOTOv7p6RL0hNVGUctqPoO/0FuMxjKU OmdpPa3K/l3p9Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=fYjIa62Iog+9XRumgar9W7+YG0SGb NsecDHydtf4NVs=; b=fZfHRJp63132PP/GyXSg0C51ypmTiMZnBSDuSzE6A/NHP KeYL2f0/1kHvuVb/cMJpUnt4DAXdcFA0ofNICMf7g3/WtFCOZ5G803YWs6zwhnoD HFzhXq2B7WIM4HKjv62oQXq1SgbLhZ8/tPTGOjfx4bYy/1YYpiRQmdiHcjIzUETG 4kByvG20jXH3echwhWjkbvKluzxjNgSNp1PDoMI/qS0Hn7n5xpRsEtt+TJKs7Dxr WeVhW7k9uLyAO6TZnTKZCjP/trJLXpAzGimOTJSVXpHS2q+tgayELk23W975Lvn5 Rsghk6whNnXD6PkRbysDmz2lRFStXFGPV8L+ps8rQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrieefgdduvdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucfgmhhpthihuchsuhgsjhgvtghtucdluddtmdenuc fjughrpefofgggkfffhffvufgtsehttdertderredtnecuhfhrohhmpedftehlvgigucfi rhhifhhfihhnfdcuoegrsegrjhhgrhhfrdgtohhmqeenucevlhhushhtvghrufhiiigvpe dtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegrsegrjhhgrhhfrdgtohhm X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 146D01400A1; Tue, 11 Feb 2020 15:24:46 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.1.7-802-g7a41c81-fmstable-20200203v1 Mime-Version: 1.0 Message-Id: <26ba5b3f-41df-4b19-a92d-ce1ecef175c8@www.fastmail.com> Date: Tue, 11 Feb 2020 20:24:23 +0000 From: "Alex Griffin" To: control@debbugs.gnu.org Subject: Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: retitle 39570 [PATCH] go: update to 1.13 tags 39570 patch Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ajgrf.com] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [66.111.4.26 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [66.111.4.26 listed in wl.mailspike.net] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) retitle 39570 [PATCH] go: update to 1.13 tags 39570 patch From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 11 17:56:00 2020 Received: (at 39570-done) by debbugs.gnu.org; 11 Feb 2020 22:56:00 +0000 Received: from localhost ([127.0.0.1]:57703 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1eRk-0002qj-AY for submit@debbugs.gnu.org; Tue, 11 Feb 2020 17:56:00 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:33705) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1eRi-0002qW-EC for 39570-done@debbugs.gnu.org; Tue, 11 Feb 2020 17:55:59 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id E4F86220CA for <39570-done@debbugs.gnu.org>; Tue, 11 Feb 2020 17:55:52 -0500 (EST) Received: from imap6 ([10.202.2.56]) by compute6.internal (MEProxy); Tue, 11 Feb 2020 17:55:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ajgrf.com; h= mime-version:message-id:date:from:to:subject:content-type; s= fm2; bh=QGQZPmbEzCOfWG4z9D40UR2Fu1+TsDory1zeCGju7LI=; b=VuvgmuD7 rCulvw75PiHjHNfyRFXfWpIclhbkfzCQwHUc74ppg1wD9WNQAhm+4jAWhukQ8d2I xvBG3Evr89DnX/58sukYzy0XptWI1pyUSipU/X1w5y+KtNYvvtjed/HiZDRElkUJ JcT69tsHFS44AZRHK5n5Lawv8Wl6CQiv/iHUXgYCAeKW1s5282SQbrm+0ocmQQjn 2YZS1zodOoPofz4rwKFg1PsQTSyknYMUmnczXc5xQ2JOWwe2bgKNndgeqUPAr0dd fquEiGe1Rwt3aq6Q0TbPMOxRmDos4wqbLMiu/yKNhYp4IuCbGllXCjGZrtroVeJf 6DQdqGxIDSjrmA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=QGQZPmbEzCOfWG4z9D40UR2Fu1+Ts Dory1zeCGju7LI=; b=xGFUHpumQqZOw2WYE6H0/z6WcFfE/Sc20DY6oH2VFwii0 kvAyMTJyxqOAVSxqsU+I1H1M7IgqSfJHG9eEbouKf1sz7uu6Kdf/A3WaPYzN0HZ7 wYvRc4rLTAsuNS1V8bLMQPooMW8PE/QFxhOibsao3rwAoP3A8vau+0xJZVtktKFD Z7Kw+yo1i99UpUIiZURgBHIdFgTd8UlJRcPH8mOXtaLbtUdl9iiUPGCTp3SOFozv ykGbiw/9qepxp+056ZZDmSJ2ugsEwsdpF4jWW3C8F78Z9h+kScabTwjT6g8k+aEi MxL5fyWUDlLce9WXwpbdmeOrtP7/wDbaSO9iYkUxw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrieefgdduieduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfffhffvufgtsehttdertd erredtnecuhfhrohhmpedftehlvgigucfirhhifhhfihhnfdcuoegrsegrjhhgrhhfrdgt ohhmqeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpe grsegrjhhgrhhfrdgtohhm X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id AC4E11400A1; Tue, 11 Feb 2020 17:55:52 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.1.7-802-g7a41c81-fmstable-20200203v1 Mime-Version: 1.0 Message-Id: <015e137d-a3ca-469c-9f43-509cdef80917@www.fastmail.com> Date: Tue, 11 Feb 2020 22:55:19 +0000 From: "Alex Griffin" To: 39570-done@debbugs.gnu.org Subject: Re: [PATCH] go: update to 1.13 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39570-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) I just split this up into 2 patches and committed to master. Thanks for contributing! -- Alex Griffin From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 11 21:45:36 2020 Received: (at 39570) by debbugs.gnu.org; 12 Feb 2020 02:45:36 +0000 Received: from localhost ([127.0.0.1]:57756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1i1v-0008BS-Sx for submit@debbugs.gnu.org; Tue, 11 Feb 2020 21:45:36 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:44304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1i1u-0008BE-9W for 39570@debbugs.gnu.org; Tue, 11 Feb 2020 21:45:34 -0500 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1j1i1m-00017L-S7 for 39570@debbugs.gnu.org; Tue, 11 Feb 2020 21:45:27 -0500 Date: Tue, 11 Feb 2020 21:45:26 -0500 (EST) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: 39570@debbugs.gnu.org Subject: [PATCH] go: update to 1.13 Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 39570 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Alex, Awesome, thanks for fixing it up and pushing. Best, Jack From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 12 16:43:13 2020 Received: (at 39570) by debbugs.gnu.org; 12 Feb 2020 21:43:13 +0000 Received: from localhost ([127.0.0.1]:59133 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1zmr-0003gm-4Q for submit@debbugs.gnu.org; Wed, 12 Feb 2020 16:43:13 -0500 Received: from wout3-smtp.messagingengine.com ([64.147.123.19]:43741) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j1zmo-0003gZ-Ri for 39570@debbugs.gnu.org; Wed, 12 Feb 2020 16:43:11 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 010C08BF; Wed, 12 Feb 2020 16:43:04 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Wed, 12 Feb 2020 16:43:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=sE5oJxnJL6L9788aXD798+qD yCS7sIbo+/8+OEOhQ9g=; b=J4o6Hh8RPwXFagTMUxoclZwGiwt/wGJsld6hlXJG WpPTqTommYtRKuUyZejbKhL+TVYXi0nl8HvOhJEeQnWsutxTM22x2hVAs++F/cW4 MqZrh0TDv0+RPoXl1llQT0wX0GmXgTXrg+zJIKSwU26Yg0Xkq+24NarGgnt6pLZq yfg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=sE5oJx nJL6L9788aXD798+qDyCS7sIbo+/8+OEOhQ9g=; b=Z1LvmrG8SApBC70/8uRp/9 xRS3WQlWxoalE4WFv7BNJWIN+S9wzMhAgpGy4eCKHmDv+X4bTPKgM6p3NUveWnuQ 1QDftXq6lTn9VFCKc3mX7ixMy7VCN67R0dU2CnQfNw6sUvEJqqFfsFXTllraaM/b sP1KQMgdujJjNxY/2ddsPIy4GDViTSXq30XJ5aCJyQSjxTykHRSnNjG/YbZATE7s PRQJKQh2tjhOKidBGXd7aniOHdXZUz+eQ9p18cgndNEyGon91p/GJOrRb6p6kyJk cFRyvxLebQ9l0Zg2SvQ/bRyhEB3yqkeib36+7ajG2x6GUj2UhlLzFRPy773yuGAw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrieeigddujecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcuhfgr mhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuffhomhgrihhnpe hgohhlrghnghdrohhrghenucfkphepieelrdduvddurdehtddrvdehvdenucevlhhushht vghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrg hrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (ool-457932fc.dyn.optonline.net [69.121.50.252]) by mail.messagingengine.com (Postfix) with ESMTPA id F14BE3060A88; Wed, 12 Feb 2020 16:43:03 -0500 (EST) Date: Wed, 12 Feb 2020 16:43:02 -0500 From: Leo Famulari To: Jack Hill Subject: Re: [bug#39570] go: update to 1.13 Message-ID: <20200212214302.GA20114@jasmine.lan> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 39570 Cc: 39570@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Tue, Feb 11, 2020 at 02:45:27PM -0500, Jack Hill wrote: > I believe that in Go 1.13, the upstream issued that lead to excessive > references being maintained in go programs [2] has been fixed, but I did not > undo our workaround. I wonder, should it be a goal to undo it? It's not idiomatic for Guix, but it is for Go. I had stopped thinking of it as a workaround. > With 1.13 the behavior of `go get` changed to download packages from > Google's mirror at proxy.golang.org by default [3] as opposed to directly > from upstream. This is configurable by users, and I don't think it is a FSDG > issue (if it is, I think it would be on privacy grounds), but we could > change the default behavior if needed. I don't see any issues here. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 12 17:01:47 2020 Received: (at 39570) by debbugs.gnu.org; 12 Feb 2020 22:01:47 +0000 Received: from localhost ([127.0.0.1]:59145 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j204p-00048A-5t for submit@debbugs.gnu.org; Wed, 12 Feb 2020 17:01:47 -0500 Received: from minsky.hcoop.net ([104.248.1.95]:53982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j204n-00047x-IJ for 39570@debbugs.gnu.org; Wed, 12 Feb 2020 17:01:46 -0500 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1j204i-00027a-0e; Wed, 12 Feb 2020 17:01:40 -0500 Date: Wed, 12 Feb 2020 17:01:37 -0500 (EST) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: Leo Famulari Subject: Re: [bug#39570] go: update to 1.13 In-Reply-To: <20200212214302.GA20114@jasmine.lan> Message-ID: References: <20200212214302.GA20114@jasmine.lan> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 39570 Cc: 39570@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Wed, 12 Feb 2020, Leo Famulari wrote: > On Tue, Feb 11, 2020 at 02:45:27PM -0500, Jack Hill wrote: >> I believe that in Go 1.13, the upstream issued that lead to excessive >> references being maintained in go programs [2] has been fixed, but I did not >> undo our workaround. > > I wonder, should it be a goal to undo it? It's not idiomatic for Guix, > but it is for Go. I had stopped thinking of it as a workaround. Perhaps not. I don't see a strong need to revert, but wanted to point out that the original reason for doing that had changed. Best, Jack From unknown Mon Aug 18 15:40:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 12 Mar 2020 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator