From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Golang programs keeping references [gnu: go: Update default to 1.11.] Date: Mon, 12 Nov 2018 12:45:21 -0500 Message-ID: <20181112174521.GA12396@jasmine.lan> References: <20181112093245.26230.94815@vcs0.savannah.gnu.org> <20181112093246.AC1D620498@vcs0.savannah.gnu.org> <20181112172925.GA8875@jasmine.lan> <87efbqb3gy.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="pf9I7BMVVzbSWLtt" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMGR2-0002gG-2F for guix-devel@gnu.org; Mon, 12 Nov 2018 12:55:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMGHZ-0001dL-Mf for guix-devel@gnu.org; Mon, 12 Nov 2018 12:45:57 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:35245) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gMGHZ-0001Bh-0i for guix-devel@gnu.org; Mon, 12 Nov 2018 12:45:53 -0500 Content-Disposition: inline In-Reply-To: <87efbqb3gy.fsf@ambrevar.xyz> 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: Pierre Neidhardt Cc: guix-devel@gnu.org --pf9I7BMVVzbSWLtt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 12, 2018 at 06:38:53PM +0100, Pierre Neidhardt wrote: > Yes, it should be statically linked. Isn't it the same issue as we recen= tly had > with go-1.11 itself? >=20 > The fix was >=20 > --8<---------------cut here---------------start------------->8--- > ;; Prevent installation of the build cache, which contains sto= re > ;; 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)) > --8<---------------cut here---------------end--------------->8--- >=20 > We should try that. I can try it now. --pf9I7BMVVzbSWLtt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlvpvDEACgkQJkb6MLrK fwgrbRAA0c+x0+bwe2LqvFC1GRe4VVpBtQR3NqkO5YQ9dhOSml6hUSvitlb5vaDX a1HOvf5j5nTv5NjbPHQwAwJ6xFHe+yUIj2vHPKLqySe8jYqrluLAYnoiZQrCWoPd cnf7pVfMJHgLkK2rVrDw/sQ98sdGcPCA2y/KmIZF0OudOgYMZLVrXQTb7B3EjbCO 3gNQjNTsH13TR6uVxd7iEooKEHkYmao0+ptSAomo+JpV/Jw+q2wiqSqF2SyFJANc bZ6yodpWEERvriwKziTCcLOxj6pz4aOFYr5pjFNbejAK3vaPXST6I+Tc1ZRj/fw4 T3HM79TBl1xoMOMRSxj69tUTBTOVmtMtzVSIw40xum/grfVY2gRS83SY8QP4CV1n nlU3BRmvq2eLG3j1DYepCJ645trftA1mppUMqbA+tptGk0IxRYBa/t4iiyaO3uRb SmO6sjmj+CUq3OLWE5DKqIz6d/vxi58v8WlV7ABaZE+4GvmuVWshk4t8fNIGoj8U lmOKFcBBIuikzkiayo0cUB5c5i4/oYGkI6I/x8wUIC4DXeF0+DqhtMJPbtCFrMgA yyxrNvFYcHjCZR7LbPlEtlllgylscHa06fH/dsulFtiO1z0hatWA625vOFmluGW2 iXkKaQyWdnogGohroJLm+pQ6Odxo6yQJZMgH8phn6Gl4rQNtKmI= =23P6 -----END PGP SIGNATURE----- --pf9I7BMVVzbSWLtt--