From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: Golang programs keeping references [gnu: go: Update default to 1.11.] Date: Mon, 12 Nov 2018 18:38:53 +0100 Message-ID: <87efbqb3gy.fsf@ambrevar.xyz> References: <20181112093245.26230.94815@vcs0.savannah.gnu.org> <20181112093246.AC1D620498@vcs0.savannah.gnu.org> <20181112172925.GA8875@jasmine.lan> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMGAv-0006l4-Ti for guix-devel@gnu.org; Mon, 12 Nov 2018 12:39:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMGAs-0001db-6f for guix-devel@gnu.org; Mon, 12 Nov 2018 12:39:01 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:36563) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gMGAr-0001co-5B for guix-devel@gnu.org; Mon, 12 Nov 2018 12:38:58 -0500 In-reply-to: <20181112172925.GA8875@jasmine.lan> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Yes, it should be statically linked. Isn't it the same issue as we recentl= y had with go-1.11 itself? The fix was =2D-8<---------------cut here---------------start------------->8--- ;; 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 was ;; installed. ;; TODO This should be moved into the 'install' phase when Go 1.= 9 is ;; removed. (add-before 'install 'delete-extraneous-files (lambda _ (delete-file-recursively "../pkg/obj") #t)) =2D-8<---------------cut here---------------end--------------->8--- We should try that. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlvpuq0ACgkQm9z0l6S7 zH8J2wf/Zo9voWPaSg1k8hAb37v2hOszADyLq2SsJECv7X8sSKyd/TSTRtuEMyWx pUhT7Z8D/YO6gdQSXZLUtGrU4YaE01Bi6UGKVcD5xcIY0CZR1izq2NLvZuD9eOkM 5x99L31fhxa4W4yJYUVspEcp98uqRbvYlS4PcltFUv5S+9hlDBFKupWdAsgp/Fhf 6PUHu0Ztb6KRbW6358KTzf8zdGiErupJvNyvnHSZ7yMC0CZO6M23Qd4jAgnVzMIg 78UPbI1FSBHM9A89AuUuGNl1D8Yd+wwbu2z9wNMyI+Euj8Ccu5EGcwQNAJs55Ua0 paIUo80I3JvTprHHoPZv3iEY5UjAjw== =1Ks3 -----END PGP SIGNATURE----- --=-=-=--