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: Sat, 15 Dec 2018 19:19:49 +0100 Message-ID: <877egasldm.fsf@ambrevar.xyz> References: <20181112093245.26230.94815@vcs0.savannah.gnu.org> <20181112093246.AC1D620498@vcs0.savannah.gnu.org> <20181112172925.GA8875@jasmine.lan> <87efbqb3gy.fsf@ambrevar.xyz> <20181112174820.GB12396@jasmine.lan> <20181112175102.GA12783@jasmine.lan> <87a7lev8r8.fsf@ambrevar.xyz> <87ftv079ll.fsf@gnu.org> <87pnu4e9un.fsf@ambrevar.xyz> <87wooc17pw.fsf@gnu.org> <87a7l8dtjk.fsf@ambrevar.xyz> <87h8fey82x.fsf@gnu.org> 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]:55107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYEXj-0002xv-V4 for guix-devel@gnu.org; Sat, 15 Dec 2018 13:20:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYEXg-0005QH-Nm for guix-devel@gnu.org; Sat, 15 Dec 2018 13:20:03 -0500 In-reply-to: <87h8fey82x.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > So hmm, you=E2=80=99re right! I=E2=80=99m sure I saw go packages somewhe= re, dunno=E2=80=A6 Just looked at the source: after my Go 1.11 update, Syncthing was updated t= o use vendored dependencies, just like go-ipfs. This is why it does not contains= any go ref. From the package declaration: ;; Since the update to Go 1.11, Go programs have been keeping ;; spurious references to all their dependencies: ;; . ;; For Syncthing, this increases the size of the 'out' closure ;; from 87.6 MiB to 253.5 MiB. So, we use the bundled ;; dependencies until the bug is resolved. =20=20=20=20=20=20=20=20=20=20=20=20=20=20 So yup, "guix size" is not happy with Go... =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlwVRcUACgkQm9z0l6S7 zH+LRQgAnSVPnPW4RbJRICYbjMXB0Xj6uuiqZVvrvfOiyWRDVfPzPLtGCEtzsnIz zRhpYAw8Ab7Sw/zACo+rRl9UvvKu2uqbLDaJZDs1dYMP9cF1MlMiDOzLD0nGhvh9 78cAg320QQi3XUg64qTFPEYzGUr2lu5M/HsbNvbMKz+A/8RSNwYBrxJOthPf3AAz mYWfx665NKj6KnGhoo6ghtqWl8tsMZl1ayEHfPG+vgWvmCxYhaYSlNS8m5k0jUbh sZUWWCaitrT+/19WvQSy3ZL16o7T9dvOWxhhUBLyslhZT11kqk2nUCfJqjdp9iVX RqtK3WFeZHhUGdGQ4Ci4OPbUqPvINw== =aIPM -----END PGP SIGNATURE----- --=-=-=--