From unknown Sat Jun 21 12:21:24 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#32949 <32949@debbugs.gnu.org> To: bug#32949 <32949@debbugs.gnu.org> Subject: Status: Go 1.11 keeps references to bootstrap Go, many other packages Reply-To: bug#32949 <32949@debbugs.gnu.org> Date: Sat, 21 Jun 2025 19:21:24 +0000 retitle 32949 Go 1.11 keeps references to bootstrap Go, many other packages reassign 32949 guix submitter 32949 Leo Famulari severity 32949 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 05 12:58:06 2018 Received: (at submit) by debbugs.gnu.org; 5 Oct 2018 16:58:06 +0000 Received: from localhost ([127.0.0.1]:38164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g8TQT-0003C5-QI for submit@debbugs.gnu.org; Fri, 05 Oct 2018 12:58:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40925) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g8TQR-0003BZ-P2 for submit@debbugs.gnu.org; Fri, 05 Oct 2018 12:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8TQL-0005v4-Bo for submit@debbugs.gnu.org; Fri, 05 Oct 2018 12:57:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47921) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g8TQK-0005uK-CJ for submit@debbugs.gnu.org; Fri, 05 Oct 2018 12:57:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g8TQG-0007RP-UL for bug-guix@gnu.org; Fri, 05 Oct 2018 12:57:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g8THe-0008Pd-27 for bug-guix@gnu.org; Fri, 05 Oct 2018 12:49:02 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:49313) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g8THd-0008NW-FI for bug-guix@gnu.org; Fri, 05 Oct 2018 12:48:57 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 740DE21FF4; Fri, 5 Oct 2018 12:48:55 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Fri, 05 Oct 2018 12:48:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:subject:message-id:mime-version:content-type; s= mesmtp; bh=ApH+I9Zp2EXgfSQriYqoNeQUsq4H/t0EuvcqcrUlumw=; b=CjIUu VtUvjqD+3NnNCYHeVTL6W1HsHtI8hvsBAlqkxbS/NQCG4zA62ddRnkHT6oo+2JKc vUcAieKEsfUDIr4Ui8v89/AKm/l/9I8+S2Qx46x5uhYCdBLb/sq+d7yUjzF4fmTv 2cCO/W4FtwU5GDc01x7zNcGnScNd4M23a1h5yg= 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=fm3; bh=ApH+I9Zp2EXgfSQriYqoNeQUsq4H/ t0EuvcqcrUlumw=; b=carCVn+mGdjpD1+I80kR9+kLej7sjS9HZ0F+fMta8Z0v/ ira66taNJmwXngB5fDsEcng3QgeZ/gwjBup9ZZOiUGBMmx+NRMJTQ/6m5xlAVtNy cOwdd/bZqUrOl7y7LpRAy5Sqf+2U6D3920FH2y0oLZQ8mhbfwXtwlCUFm3IcD4wh Bu9tdoZB1YgqSpz5DUFt8S0PwWnLrz47gxkXIlNzrBeEvisgFCW9IvMyk2gkAvFY ToUNIqGria2oXc9XBAycpYiI4J012l+ccoM87aa1vy54GALplFb3EvtlPE4Dd97k hOP9F7RwibdOiFBBhVYL65rBCqwqibcRlT2iDAzZg== X-ME-Sender: X-ME-Proxy: Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id 4DC83E4A3D for ; Fri, 5 Oct 2018 12:48:53 -0400 (EDT) Date: Fri, 5 Oct 2018 12:48:51 -0400 From: Leo Famulari To: bug-guix@gnu.org Subject: Go 1.11 keeps references to bootstrap Go, many other packages Message-ID: <20181005164851.GA2369@jasmine.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="+HP7ph2BbKc20aGI" Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) 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: -5.1 (-----) --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline We should figure out what's happening here and clean it up as a prerequisite to switching our default Go to 1.11. Go 1.11: $ guix gc --references /gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.1 /gnu/store/2b2md66fbzyspsmd5dj6zkj9hilac40r-tzdata-2018e /gnu/store/2vggh6ka830b73vaw6mc8krqwk59fw9m-sed-4.5 /gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.1 /gnu/store/5rxdjbk8h0bh1hbaan8y8ib13va2bcmw-net-base-5.3 /gnu/store/63gkgnixg6xj3m9cgl25ib2zxl51ngw0-coreutils-8.29 /gnu/store/6zz27h4l21b8f2mifrk9sidvib9cns2i-perl-5.26.1 /gnu/store/b5x786d3h552j2zp4ppvlz9dkbiqy2ng-ld-wrapper-0 /gnu/store/cyw1s5q7s7ql0vwkf34rzjb0cr6w1qnp-findutils-4.6.0 /gnu/store/dk23rrx1nycghfqr32qpcn261pl0gyp4-xz-5.2.3 /gnu/store/fbalwbm4yqldbfvcpaa2plhk4z7vszlz-gawk-4.2.1 /gnu/store/hxj9mdzhbjxmfj536crfscc0fhwwz4vy-tar-1.30 /gnu/store/i69323v107s0jj1l2vflwji1md537agi-grep-3.1 /gnu/store/iwfrjby868bx7fcc6mfl2z098j21ky5k-diffutils-3.6 /gnu/store/kc3xgspiq86ry6spyw874qk6pbxfpjx2-gzip-1.9 /gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27 /gnu/store/mkpys23vssbw4qnmg465s2swmnp49sk3-go-1.4.3 /gnu/store/nx21fqlb8jixwhbs83xlfp9a3h5p3g9a-make-4.2.1 /gnu/store/pp0bakrbyv9xmp1kyv2114l19s11b74z-gcc-6.4.0-lib /gnu/store/q98l02i6wjw3v0x8vbp42ng8wwwxrb4g-patch-2.7.6 /gnu/store/qhxgdgyiyq2ilvh17fqfw0njpqlg4gsc-file-5.32 /gnu/store/qvwvwbfz2hmjm0spz92sn1w3r5r8l2f8-bzip2-1.0.6 /gnu/store/rbrandv7anzjxqkr40d7fkanzssslk4b-bash-minimal-4.4.19 /gnu/store/srmqh29dpm50j8kj1pbqg2rgh053wgyp-binutils-2.30 /gnu/store/vjxqhnn5vf223prpkq6yk3vcjlvqdx15-pkg-config-0.29.2 /gnu/store/zd7wa5llagjg5iqjh2ri2c25j1gpzjz1-which-2.21 /gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0 Go 1.9: $ guix gc --references /gnu/store/j8gs5gh6fkhby3lcajyl07n93rv90i31-go-1.9.7 /gnu/store/2b2md66fbzyspsmd5dj6zkj9hilac40r-tzdata-2018e /gnu/store/5rxdjbk8h0bh1hbaan8y8ib13va2bcmw-net-base-5.3 /gnu/store/63gkgnixg6xj3m9cgl25ib2zxl51ngw0-coreutils-8.29 /gnu/store/6zz27h4l21b8f2mifrk9sidvib9cns2i-perl-5.26.1 /gnu/store/j8gs5gh6fkhby3lcajyl07n93rv90i31-go-1.9.7 /gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27 /gnu/store/pp0bakrbyv9xmp1kyv2114l19s11b74z-gcc-6.4.0-lib /gnu/store/rbrandv7anzjxqkr40d7fkanzssslk4b-bash-minimal-4.4.19 /gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib /gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0 --+HP7ph2BbKc20aGI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlu3lfAACgkQJkb6MLrK fwiF8A//fWWcfioXq3Ay7cMTVrf76Oii2y/Eu0Nlm2Hn2i6E4pOrUYbh1J3eWGkQ IdXAUh/+9WoI8Fv1Kn3cxqhqqYO2+p+DavGd35joI7HjqNhSUIH+KQlmxOk206VJ RLktC1oRYw1RRosZ1OLSWe2WOjC4JX6vzJ13yqnbLt6S+C+uO9uVl5yaPXO4HbvB fCh8Vk328RlJx+gVhcIR05JkjMDF/37doramis7RVawptmCkxM5/cBWxLsZ6+d8Y 7ZnZb28Gk0EICvCkDWdNIyb4nwnFjeM/XQn0Lun4r1oGDKOw4opfsW/vI8CfmeFs 6oCYVGjtjkP43D7VuK1j/QFa4mUNRtlKWEd/jEJ9HvDhlR8A7tIkA4GUg3ZX05MI dkwpXLiE3RytC+znFpyf4sFmFIp1Kp1XWCZMRqPYgL2m+kG1weJQsoW3wbO2VzZb KlmUqbGGGEbRACLDUONZRRPEyHtAVXDNJhjbJtK3eR5V/KbQXk8chKBozRSGBOvw P4QJjnzWv5bzO5Ph87M/NjXWaplqoH4VTZibPPL7KQOKgHhwzPx0VMly0LOhaLk9 4rUQAa8uSB4kun/FxSOaXzmfuNW9hYWGLOF8Aa5yWFpkvKf+kf+7H9Ni0+6Q5Y6z TvQ7Tu4KI0Mv0zteOR/dMhkVDKd9GLuuHtnzKO6AmZZxOadiKUE= =vW/V -----END PGP SIGNATURE----- --+HP7ph2BbKc20aGI-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 05 14:08:58 2018 Received: (at 32949) by debbugs.gnu.org; 5 Oct 2018 18:08:59 +0000 Received: from localhost ([127.0.0.1]:38186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g8UX4-0004zn-IR for submit@debbugs.gnu.org; Fri, 05 Oct 2018 14:08:58 -0400 Received: from mail-io1-f54.google.com ([209.85.166.54]:36997) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g8UX2-0004zW-KR for 32949@debbugs.gnu.org; Fri, 05 Oct 2018 14:08:57 -0400 Received: by mail-io1-f54.google.com with SMTP id m16-v6so7148357ioj.4 for <32949@debbugs.gnu.org>; Fri, 05 Oct 2018 11:08:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=MhlHCLZdK1MPaGX8YIBjdqJpMppxHA2+MnNi709Cjfs=; b=i/wVHvWkLZptyD9GQWVuioxyWqM3J2AmiX2HJK/GxUb2QWka6JE/cWQqLQPVePPCwf 9V+hgONRMMg+1MVzkOMP8ZTQomfABl14QkOVNfMb/kBNOxelUFWGvU6bQCslFUvWcqUk z2ChwwUAQFQGtQK8ncK/MHO+1QoLOH83BASV2/Rv+KJcNREzaYu6hlAf0wIwKptCD0Ti 9szxWj0J9ED1KuqdVb9ZzHkYeFrqO2GOZy3xX7VbJOyWA9SF8BsUmIzm8Mr57YwyVCsa 38IaXyFLJVIJrLvu2eh4gIY5wCa19Nc86QPBcSMi2/xSzdwSGhDqHPyZLuARZqpDbWdY jMBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MhlHCLZdK1MPaGX8YIBjdqJpMppxHA2+MnNi709Cjfs=; b=DRpwRDVI8N4COll6zZwNkSAC4NpaGIH/30EC1Y4hu6ijlyYbcS2PK3xq8OEGbl8Pvw POjBYi3jz7HZZAA4iUeBmpzLMf9zOtmqZxxN4ZCQ18cAzSaNOubuKjtre7bXo+BLyajD eRATM491XWG7Tp9hiar4Cz20qUVfVhELM8kS4I8R1sZunpLYi9awMC4mQqCknXyvfRMr TiBBWmPcC1ZAezBgZG250D4r5gK1SL6N0SBiOivFUDlMsRq1xA7O2jkpLePcZCXMNWwH +ujlGOt0LKISPC0JmRuXiksJxv/LjsyMa0gDfP3X1BOSOQqZWHIyCQszdR7wcSJ7yc0f gqVQ== X-Gm-Message-State: ABuFfoj44IMePkv7cbF1Xpd8R9Fz9Tsv7qCtAcaBcJlQ64qpiSVY59tM I+puPglX0YxjODgFvRYDU8lNi2LOKwfuNau2nUbvtNE1DQ== X-Google-Smtp-Source: ACcGV61MHcUJbMQFVeXKJV76ZOzKl0GHYu/H/am822QJ8C1sypsi0xawv0uQi4kKpzfyPqjLlBzRfq/lHl8/rob8950= X-Received: by 2002:a6b:ac45:: with SMTP id v66-v6mr9517082ioe.66.1538762930871; Fri, 05 Oct 2018 11:08:50 -0700 (PDT) MIME-Version: 1.0 References: <20181005164851.GA2369@jasmine.lan> In-Reply-To: <20181005164851.GA2369@jasmine.lan> From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Date: Fri, 5 Oct 2018 20:08:39 +0200 Message-ID: Subject: Re: bug#32949: Go 1.11 keeps references to bootstrap Go, many other packages To: Leo Famulari Content-Type: multipart/alternative; boundary="000000000000e3643305777f297c" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32949 Cc: 32949@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 (-) --000000000000e3643305777f297c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Leo, Leo Famulari ezt =C3=ADrta (id=C5=91pont: 2018. okt. 5.= , P, 19:02): > We should figure out what's happening here and clean it up as a > prerequisite to switching our default Go to 1.11. > > Go 1.11: > > $ guix gc --references > /gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.1 > /gnu/store/2b2md66fbzyspsmd5dj6zkj9hilac40r-tzdata-2018e > /gnu/store/2vggh6ka830b73vaw6mc8krqwk59fw9m-sed-4.5 > /gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.1 > /gnu/store/5rxdjbk8h0bh1hbaan8y8ib13va2bcmw-net-base-5.3 > /gnu/store/63gkgnixg6xj3m9cgl25ib2zxl51ngw0-coreutils-8.29 > /gnu/store/6zz27h4l21b8f2mifrk9sidvib9cns2i-perl-5.26.1 > /gnu/store/b5x786d3h552j2zp4ppvlz9dkbiqy2ng-ld-wrapper-0 > /gnu/store/cyw1s5q7s7ql0vwkf34rzjb0cr6w1qnp-findutils-4.6.0 > /gnu/store/dk23rrx1nycghfqr32qpcn261pl0gyp4-xz-5.2.3 > /gnu/store/fbalwbm4yqldbfvcpaa2plhk4z7vszlz-gawk-4.2.1 > /gnu/store/hxj9mdzhbjxmfj536crfscc0fhwwz4vy-tar-1.30 > /gnu/store/i69323v107s0jj1l2vflwji1md537agi-grep-3.1 > /gnu/store/iwfrjby868bx7fcc6mfl2z098j21ky5k-diffutils-3.6 > /gnu/store/kc3xgspiq86ry6spyw874qk6pbxfpjx2-gzip-1.9 > /gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27 > /gnu/store/mkpys23vssbw4qnmg465s2swmnp49sk3-go-1.4.3 > /gnu/store/nx21fqlb8jixwhbs83xlfp9a3h5p3g9a-make-4.2.1 > /gnu/store/pp0bakrbyv9xmp1kyv2114l19s11b74z-gcc-6.4.0-lib > /gnu/store/q98l02i6wjw3v0x8vbp42ng8wwwxrb4g-patch-2.7.6 > /gnu/store/qhxgdgyiyq2ilvh17fqfw0njpqlg4gsc-file-5.32 > /gnu/store/qvwvwbfz2hmjm0spz92sn1w3r5r8l2f8-bzip2-1.0.6 > /gnu/store/rbrandv7anzjxqkr40d7fkanzssslk4b-bash-minimal-4.4.19 > /gnu/store/srmqh29dpm50j8kj1pbqg2rgh053wgyp-binutils-2.30 > /gnu/store/vjxqhnn5vf223prpkq6yk3vcjlvqdx15-pkg-config-0.29.2 > /gnu/store/zd7wa5llagjg5iqjh2ri2c25j1gpzjz1-which-2.21 > /gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0 > > Last time I have seen this kind of thing it was because our strip phase in gnu-build-system strips only some directories, and the package had binaries in a directory not on that list, so there remained references. Could you check if this is the case here? I was trying to check this myself, but I am having problems with my network, and the go downloads fail. > Go 1.9: > > $ guix gc --references /gnu/store/j8gs5gh6fkhby3lcajyl07n93rv90i31-go-1.9= .7 > /gnu/store/2b2md66fbzyspsmd5dj6zkj9hilac40r-tzdata-2018e > /gnu/store/5rxdjbk8h0bh1hbaan8y8ib13va2bcmw-net-base-5.3 > /gnu/store/63gkgnixg6xj3m9cgl25ib2zxl51ngw0-coreutils-8.29 > /gnu/store/6zz27h4l21b8f2mifrk9sidvib9cns2i-perl-5.26.1 > /gnu/store/j8gs5gh6fkhby3lcajyl07n93rv90i31-go-1.9.7 > /gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27 > /gnu/store/pp0bakrbyv9xmp1kyv2114l19s11b74z-gcc-6.4.0-lib > /gnu/store/rbrandv7anzjxqkr40d7fkanzssslk4b-bash-minimal-4.4.19 > /gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib > /gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0 > Best regards, g_bor --000000000000e3643305777f297c Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello Leo,

<= div dir=3D"ltr">Leo Famulari <leo@f= amulari.name> ezt =C3=ADrta (id=C5=91pont: 2018. okt. 5., P, 19:02):=
We should figure out what's ha= ppening here and clean it up as a
prerequisite to switching our default Go to 1.11.

Go 1.11:

$ guix gc --references /gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.= 1
/gnu/store/2b2md66fbzyspsmd5dj6zkj9hilac40r-tzdata-2018e
/gnu/store/2vggh6ka830b73vaw6mc8krqwk59fw9m-sed-4.5
/gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.1
/gnu/store/5rxdjbk8h0bh1hbaan8y8ib13va2bcmw-net-base-5.3
/gnu/store/63gkgnixg6xj3m9cgl25ib2zxl51ngw0-coreutils-8.29
/gnu/store/6zz27h4l21b8f2mifrk9sidvib9cns2i-perl-5.26.1
/gnu/store/b5x786d3h552j2zp4ppvlz9dkbiqy2ng-ld-wrapper-0
/gnu/store/cyw1s5q7s7ql0vwkf34rzjb0cr6w1qnp-findutils-4.6.0
/gnu/store/dk23rrx1nycghfqr32qpcn261pl0gyp4-xz-5.2.3
/gnu/store/fbalwbm4yqldbfvcpaa2plhk4z7vszlz-gawk-4.2.1
/gnu/store/hxj9mdzhbjxmfj536crfscc0fhwwz4vy-tar-1.30
/gnu/store/i69323v107s0jj1l2vflwji1md537agi-grep-3.1
/gnu/store/iwfrjby868bx7fcc6mfl2z098j21ky5k-diffutils-3.6
/gnu/store/kc3xgspiq86ry6spyw874qk6pbxfpjx2-gzip-1.9
/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27
/gnu/store/mkpys23vssbw4qnmg465s2swmnp49sk3-go-1.4.3
/gnu/store/nx21fqlb8jixwhbs83xlfp9a3h5p3g9a-make-4.2.1
/gnu/store/pp0bakrbyv9xmp1kyv2114l19s11b74z-gcc-6.4.0-lib
/gnu/store/q98l02i6wjw3v0x8vbp42ng8wwwxrb4g-patch-2.7.6
/gnu/store/qhxgdgyiyq2ilvh17fqfw0njpqlg4gsc-file-5.32
/gnu/store/qvwvwbfz2hmjm0spz92sn1w3r5r8l2f8-bzip2-1.0.6
/gnu/store/rbrandv7anzjxqkr40d7fkanzssslk4b-bash-minimal-4.4.19
/gnu/store/srmqh29dpm50j8kj1pbqg2rgh053wgyp-binutils-2.30
/gnu/store/vjxqhnn5vf223prpkq6yk3vcjlvqdx15-pkg-config-0.29.2
/gnu/store/zd7wa5llagjg5iqjh2ri2c25j1gpzjz1-which-2.21
/gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0


Last time I have seen this kind o= f thing it was because our strip phase in gnu-build-system strips only some= directories, and
the package had binaries in a directory not on = that list, so there remained references. Could you check if this is the cas= e here?
I was trying to check this myself, but I am having proble= ms with my network, and the go downloads fail.=C2=A0
=C2=A0=
Go 1.9:

$ guix gc --references /gnu/store/j8gs5gh6fkhby3lcajyl07n93rv90i31-go-1.9.7=
/gnu/store/2b2md66fbzyspsmd5dj6zkj9hilac40r-tzdata-2018e
/gnu/store/5rxdjbk8h0bh1hbaan8y8ib13va2bcmw-net-base-5.3
/gnu/store/63gkgnixg6xj3m9cgl25ib2zxl51ngw0-coreutils-8.29
/gnu/store/6zz27h4l21b8f2mifrk9sidvib9cns2i-perl-5.26.1
/gnu/store/j8gs5gh6fkhby3lcajyl07n93rv90i31-go-1.9.7
/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27
/gnu/store/pp0bakrbyv9xmp1kyv2114l19s11b74z-gcc-6.4.0-lib
/gnu/store/rbrandv7anzjxqkr40d7fkanzssslk4b-bash-minimal-4.4.19
/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib
/gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0
=
Best regards,
g_bor=C2=A0
--000000000000e3643305777f297c-- From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 06 13:05:40 2018 Received: (at 32949) by debbugs.gnu.org; 6 Oct 2018 17:05:40 +0000 Received: from localhost ([127.0.0.1]:38805 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g8q1M-0008Oy-0f for submit@debbugs.gnu.org; Sat, 06 Oct 2018 13:05:40 -0400 Received: from mail-it1-f170.google.com ([209.85.166.170]:39628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1g8q1J-0008Oi-Ow for 32949@debbugs.gnu.org; Sat, 06 Oct 2018 13:05:38 -0400 Received: by mail-it1-f170.google.com with SMTP id w200-v6so6899674itc.4 for <32949@debbugs.gnu.org>; Sat, 06 Oct 2018 10:05:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=wFB5KUMEBf6IYLZ6vE1Uo7lykBwNPm/XsZlRxlVfcaM=; b=G12PvNU7TZKyS+FmdJo+cN07Mkoy4oEqim7k9jOQ75yAWMnujoSVHXjfa1vZpt03k/ YG2/NWTcQJFpMv0vg41xbXPmC+Wmt6VepKk2rHrihf+M6rAKZtahLY9wFNkg8pX70WdX XKxZmaCFDinofyAQaHDRCV+alX1AT9oZJH5XIeaPEQZUjRRLZDmUAJdy911RmC6++Wql DLnRZUPaFOZd4/iwbb0/wqj2vQCZs/8NAOKNT0xCVKxDaorTsON0oBseOlYn4kA8jP5+ CGFCHAQ64azmwSqTKwgYmMOWSr3zbjbs3mE3+N66kDxOKTF0A5xen82qFQlzk8qV4Am2 nx0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wFB5KUMEBf6IYLZ6vE1Uo7lykBwNPm/XsZlRxlVfcaM=; b=iGP8oRnqbBsiDGKdMIcgZjLAWiR2bDZeMc7wiTKqKRrRkMLkhNe0hpRro9D853bAqN neiuADoKhJsTVqd32aRSV+9qvXvZW5Q+dOTLEwloWQuU1AoJnSY4/h5fNrqH4N3caEKh QKI4H/Gq4PMMittORmL9HoUABBKKzroRDPW4CnuHIFCppO/h34F9gSrRSqIT3IeXeUN1 gXIv9/kppKHxa6sGqbOp3wU2mQmte876KWegRyLB8swSUAnZ918x5sCNjZkMBWDuyGJt F96hRiIK5lz0N9QuTC4OMjKDIUuM71bLCGsR+VpLsfnjVUOKdYqnIRS2v2DmsRfGn8AO RV2A== X-Gm-Message-State: ABuFfojcTIEUFlyeX6djtlaYWfysEkwVJ1IDwGy4CzMKaj5ODeQZ8K6S PX3Lv7yukKqJ/ncREARzjWRJ9sx2ggzGp/Rrv4TmZU4= X-Google-Smtp-Source: ACcGV62yeXiJ3isqB3rqvrG8ZksUOeICVH/hhmT7Le8H8QtunjOLTY4rCNVcOMnGkrqb/ZA3SH7ez/PP1EctVe0L8Gw= X-Received: by 2002:a02:7a12:: with SMTP id a18-v6mr12958093jac.42.1538845532131; Sat, 06 Oct 2018 10:05:32 -0700 (PDT) MIME-Version: 1.0 References: <20181005164851.GA2369@jasmine.lan> In-Reply-To: From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Date: Sat, 6 Oct 2018 19:05:20 +0200 Message-ID: Subject: Re: bug#32949: Go 1.11 keeps references to bootstrap Go, many other packages To: Leo Famulari Content-Type: multipart/alternative; boundary="0000000000004e952e057792654d" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 32949 Cc: 32949@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 (-) --0000000000004e952e057792654d Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello Leo, I have found a possible source of the references. In the package output, in the pkg/obj/go-build directory there are a huge amount of test logs, and the bootstrap go is stat-ed during these tests. See for example the file pkg/obj/go-build/f7/f749... I'm not very much into go, but I believe, that these should not be needed. G=C3=A1bor Boskovits ezt =C3=ADrta (id=C5=91pont: 201= 8. okt. 5., P, 20:08): > Hello Leo, > > Leo Famulari ezt =C3=ADrta (id=C5=91pont: 2018. okt. = 5., P, > 19:02): > >> We should figure out what's happening here and clean it up as a >> prerequisite to switching our default Go to 1.11. >> >> Go 1.11: >> >> $ guix gc --references >> /gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.1 >> /gnu/store/2b2md66fbzyspsmd5dj6zkj9hilac40r-tzdata-2018e >> /gnu/store/2vggh6ka830b73vaw6mc8krqwk59fw9m-sed-4.5 >> /gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.1 >> /gnu/store/5rxdjbk8h0bh1hbaan8y8ib13va2bcmw-net-base-5.3 >> /gnu/store/63gkgnixg6xj3m9cgl25ib2zxl51ngw0-coreutils-8.29 >> /gnu/store/6zz27h4l21b8f2mifrk9sidvib9cns2i-perl-5.26.1 >> /gnu/store/b5x786d3h552j2zp4ppvlz9dkbiqy2ng-ld-wrapper-0 >> /gnu/store/cyw1s5q7s7ql0vwkf34rzjb0cr6w1qnp-findutils-4.6.0 >> /gnu/store/dk23rrx1nycghfqr32qpcn261pl0gyp4-xz-5.2.3 >> /gnu/store/fbalwbm4yqldbfvcpaa2plhk4z7vszlz-gawk-4.2.1 >> /gnu/store/hxj9mdzhbjxmfj536crfscc0fhwwz4vy-tar-1.30 >> /gnu/store/i69323v107s0jj1l2vflwji1md537agi-grep-3.1 >> /gnu/store/iwfrjby868bx7fcc6mfl2z098j21ky5k-diffutils-3.6 >> /gnu/store/kc3xgspiq86ry6spyw874qk6pbxfpjx2-gzip-1.9 >> /gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27 >> /gnu/store/mkpys23vssbw4qnmg465s2swmnp49sk3-go-1.4.3 >> /gnu/store/nx21fqlb8jixwhbs83xlfp9a3h5p3g9a-make-4.2.1 >> /gnu/store/pp0bakrbyv9xmp1kyv2114l19s11b74z-gcc-6.4.0-lib >> /gnu/store/q98l02i6wjw3v0x8vbp42ng8wwwxrb4g-patch-2.7.6 >> /gnu/store/qhxgdgyiyq2ilvh17fqfw0njpqlg4gsc-file-5.32 >> /gnu/store/qvwvwbfz2hmjm0spz92sn1w3r5r8l2f8-bzip2-1.0.6 >> /gnu/store/rbrandv7anzjxqkr40d7fkanzssslk4b-bash-minimal-4.4.19 >> /gnu/store/srmqh29dpm50j8kj1pbqg2rgh053wgyp-binutils-2.30 >> /gnu/store/vjxqhnn5vf223prpkq6yk3vcjlvqdx15-pkg-config-0.29.2 >> /gnu/store/zd7wa5llagjg5iqjh2ri2c25j1gpzjz1-which-2.21 >> /gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0 >> >> > Last time I have seen this kind of thing it was because our strip phase i= n > gnu-build-system strips only some directories, and > the package had binaries in a directory not on that list, so there > remained references. Could you check if this is the case here? > I was trying to check this myself, but I am having problems with my > network, and the go downloads fail. > > >> Go 1.9: >> >> $ guix gc --references >> /gnu/store/j8gs5gh6fkhby3lcajyl07n93rv90i31-go-1.9.7 >> /gnu/store/2b2md66fbzyspsmd5dj6zkj9hilac40r-tzdata-2018e >> /gnu/store/5rxdjbk8h0bh1hbaan8y8ib13va2bcmw-net-base-5.3 >> /gnu/store/63gkgnixg6xj3m9cgl25ib2zxl51ngw0-coreutils-8.29 >> /gnu/store/6zz27h4l21b8f2mifrk9sidvib9cns2i-perl-5.26.1 >> /gnu/store/j8gs5gh6fkhby3lcajyl07n93rv90i31-go-1.9.7 >> /gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27 >> /gnu/store/pp0bakrbyv9xmp1kyv2114l19s11b74z-gcc-6.4.0-lib >> /gnu/store/rbrandv7anzjxqkr40d7fkanzssslk4b-bash-minimal-4.4.19 >> /gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib >> /gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0 >> > > Best regards, > g_bor > Best regards, g_bor --0000000000004e952e057792654d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello Leo,

I have found a possible sour= ce of the references.
In the package output, in the pkg/obj/go-bu= ild directory there are a huge amount of
test logs, and the boots= trap go is stat-ed during these tests.
See for example the file p= kg/obj/go-build/f7/f749...

I'm not very much into go, but= I believe, that these should not be needed.

G=C3=A1bor Boskovits <boskovits@gmail.com> ezt =C3=ADrta (id=C5=91pont: 2= 018. okt. 5., P, 20:08):
Hello Leo,

Leo Famulari <leo@famulari.name> ezt =C3=ADrta (id=C5=91pont: 2018. okt. 5.,= P, 19:02):
We should figure out wh= at's happening here and clean it up as a
prerequisite to switching our default Go to 1.11.

Go 1.11:

$ guix gc --references /gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.= 1
/gnu/store/2b2md66fbzyspsmd5dj6zkj9hilac40r-tzdata-2018e
/gnu/store/2vggh6ka830b73vaw6mc8krqwk59fw9m-sed-4.5
/gnu/store/4d3gc2qjfi7n87ljs7mbn9y9zplj5spw-go-1.11.1
/gnu/store/5rxdjbk8h0bh1hbaan8y8ib13va2bcmw-net-base-5.3
/gnu/store/63gkgnixg6xj3m9cgl25ib2zxl51ngw0-coreutils-8.29
/gnu/store/6zz27h4l21b8f2mifrk9sidvib9cns2i-perl-5.26.1
/gnu/store/b5x786d3h552j2zp4ppvlz9dkbiqy2ng-ld-wrapper-0
/gnu/store/cyw1s5q7s7ql0vwkf34rzjb0cr6w1qnp-findutils-4.6.0
/gnu/store/dk23rrx1nycghfqr32qpcn261pl0gyp4-xz-5.2.3
/gnu/store/fbalwbm4yqldbfvcpaa2plhk4z7vszlz-gawk-4.2.1
/gnu/store/hxj9mdzhbjxmfj536crfscc0fhwwz4vy-tar-1.30
/gnu/store/i69323v107s0jj1l2vflwji1md537agi-grep-3.1
/gnu/store/iwfrjby868bx7fcc6mfl2z098j21ky5k-diffutils-3.6
/gnu/store/kc3xgspiq86ry6spyw874qk6pbxfpjx2-gzip-1.9
/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27
/gnu/store/mkpys23vssbw4qnmg465s2swmnp49sk3-go-1.4.3
/gnu/store/nx21fqlb8jixwhbs83xlfp9a3h5p3g9a-make-4.2.1
/gnu/store/pp0bakrbyv9xmp1kyv2114l19s11b74z-gcc-6.4.0-lib
/gnu/store/q98l02i6wjw3v0x8vbp42ng8wwwxrb4g-patch-2.7.6
/gnu/store/qhxgdgyiyq2ilvh17fqfw0njpqlg4gsc-file-5.32
/gnu/store/qvwvwbfz2hmjm0spz92sn1w3r5r8l2f8-bzip2-1.0.6
/gnu/store/rbrandv7anzjxqkr40d7fkanzssslk4b-bash-minimal-4.4.19
/gnu/store/srmqh29dpm50j8kj1pbqg2rgh053wgyp-binutils-2.30
/gnu/store/vjxqhnn5vf223prpkq6yk3vcjlvqdx15-pkg-config-0.29.2
/gnu/store/zd7wa5llagjg5iqjh2ri2c25j1gpzjz1-which-2.21
/gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0


Last time I have seen this kind o= f thing it was because our strip phase in gnu-build-system strips only some= directories, and
the package had binaries in a directory not on = that list, so there remained references. Could you check if this is the cas= e here?
I was trying to check this myself, but I am having proble= ms with my network, and the go downloads fail.=C2=A0
=C2=A0=
Go 1.9:

$ guix gc --references /gnu/store/j8gs5gh6fkhby3lcajyl07n93rv90i31-go-1.9.7=
/gnu/store/2b2md66fbzyspsmd5dj6zkj9hilac40r-tzdata-2018e
/gnu/store/5rxdjbk8h0bh1hbaan8y8ib13va2bcmw-net-base-5.3
/gnu/store/63gkgnixg6xj3m9cgl25ib2zxl51ngw0-coreutils-8.29
/gnu/store/6zz27h4l21b8f2mifrk9sidvib9cns2i-perl-5.26.1
/gnu/store/j8gs5gh6fkhby3lcajyl07n93rv90i31-go-1.9.7
/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27
/gnu/store/pp0bakrbyv9xmp1kyv2114l19s11b74z-gcc-6.4.0-lib
/gnu/store/rbrandv7anzjxqkr40d7fkanzssslk4b-bash-minimal-4.4.19
/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib
/gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0
=
Best regards,
g_bor=C2=A0
<= /blockquote>

Best regards,
g_bor=C2=A0
--0000000000004e952e057792654d-- From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 01 23:24:25 2018 Received: (at 32949-done) by debbugs.gnu.org; 2 Nov 2018 03:24:25 +0000 Received: from localhost ([127.0.0.1]:59143 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gIQ4P-0006ik-GT for submit@debbugs.gnu.org; Thu, 01 Nov 2018 23:24:25 -0400 Received: from wout1-smtp.messagingengine.com ([64.147.123.24]:57525) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gIQ4N-0006iX-Tk for 32949-done@debbugs.gnu.org; Thu, 01 Nov 2018 23:24:24 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id E73677FF; Thu, 1 Nov 2018 23:24:17 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 01 Nov 2018 23:24:18 -0400 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=5iFOXubX55oOpEZzYv99IQI2 OwAJZGEI1je/IgBa6Bw=; b=s5s4SqnAUbkkTBqpc19GrhXunif14Vm91SUEwmp/ B4j4ZK3+z/ll9B6mDDZ3bY1EYiFnXkXU55ByC6EA3QQFXdqcCkAz23dLvv4I8N2G 1PErGmYyfDN7JdXgWOTsuGKECyu6edkYztNa30zb+Lukf3Gsw0xp1ab006d2ft8O qoI= 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=fm1; bh=5iFOXu bX55oOpEZzYv99IQI2OwAJZGEI1je/IgBa6Bw=; b=ApBOttPjCACTHJJaNK/rL+ Qm0qHhcRmtY0LKynTwsH2gRoVFv3vGZG1oDOMELVSO197Tk4JsQYnOe6R3iJGzWW 8LIitCEj/KfmOOG0H1tQCrCC+zTuo14s9H2kxNOsbLThZjLw4c7XmzRTfOJ3537C YXv3TIxnDI2OUGxrrwZgQVcfqg3QR0/1pjUUXJarISHnYxw57tU5B7FN4b6M3qok alN1OvB2MkEPzfP8S6rxCcGTZwXLrNawpRpLCtUss98Zt2TcqOjK6Lht8rcc8gd1 QoUevccuRb7zkRhpWJMKgyn1zoOYd6f4Tlm4BQpHWgJVmgAoTsQjsWqfRLwc3hsA == X-ME-Sender: X-ME-Proxy: Received: from localhost (unknown [172.56.34.213]) by mail.messagingengine.com (Postfix) with ESMTPA id 98DB3E467B; Thu, 1 Nov 2018 23:24:16 -0400 (EDT) Date: Thu, 1 Nov 2018 23:24:15 -0400 From: Leo Famulari To: =?iso-8859-1?Q?G=E1bor?= Boskovits Subject: Re: bug#32949: Go 1.11 keeps references to bootstrap Go, many other packages Message-ID: <20181102032415.GA19599@jasmine.lan> References: <20181005164851.GA2369@jasmine.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="T4sUOijqQbZv57TR" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 32949-done Cc: 32949-done@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 (-) --T4sUOijqQbZv57TR Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 06, 2018 at 07:05:20PM +0200, G=E1bor Boskovits wrote: > I have found a possible source of the references. > In the package output, in the pkg/obj/go-build directory there are a huge > amount of > test logs, and the bootstrap go is stat-ed during these tests. > See for example the file pkg/obj/go-build/f7/f749... Thank you, this was exactly the problem! Fixed with commit b3325eb306b33541edcb343d75d8457624744375. --T4sUOijqQbZv57TR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlvbw18ACgkQJkb6MLrK fwiR3A/+OVr/lMl9HI+h/FQYO4jw9JJUJ1F3t6NjYwNgb8gJwHkJ272uyI1YtgaB 4uZEZbjyyjLLLJ3SPVA/6LgRiV+t0+yJAdBpKEbqUuBQ7XhVujGO00zjBJn64OUa 3nJz81blAR0GDiHXuv2SPjtLFIbIqNgcUgYEk+NZtLpG4/fMyfi31ubhAqWDNg/0 rPO5iqbgMgsMFHcxjXLUxX73fCAD1WCWtpgQzJfVbwtLgJN6JF9HGR1BhWZZ1dih dsZKZzMJ+2f5QJqxyLpBhsgDvAc+AktyNDkgtFBOZwFyYtYiweZLjYVORNoaoz/o qRGma88DiLhVhmg0pLo9ffMsIPG5a1FCCrfAH8scDZm8hP/LvJEhoTrmMd12dFUY 6jUXdWYPW4IU5vRrGYxTSIluaVWEl+jHoWXwzXaQoAfX7uinKvn1qw1S1vpx4EBA otftYUEaVUDx4nkMUI2MEFNZUZw86Xutwal84CG5wuvLx6YucK5+nhPuEL3qrmny RYA8BFXaoLwv4k16PONKlXy3dnyCvNIC604D3ZBtGsWtAqkMkmBB31oXvKyT7kgn WrWBZcui8s9wMcIvlF7z7XXwQlF4fd/EvWzmH1YziPMP7huh71o1ikJDjET/jFzi Dyzr1+4Qh2JNHcoxshFc8BxUNZV5V6eTyRL+rjAyUuUDt+BduFE= =Mo8s -----END PGP SIGNATURE----- --T4sUOijqQbZv57TR-- From unknown Sat Jun 21 12:21:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 30 Nov 2018 12: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