From unknown Thu Jun 19 14:14:18 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#36816 <36816@debbugs.gnu.org> To: bug#36816 <36816@debbugs.gnu.org> Subject: Status: gcc-toolchain 9.1.0 can't link even a tiny simple C program Reply-To: bug#36816 <36816@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:14:18 +0000 retitle 36816 gcc-toolchain 9.1.0 can't link even a tiny simple C program reassign 36816 guix submitter 36816 Danny Milosavljevic severity 36816 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 11:16:22 2019 Received: (at submit) by debbugs.gnu.org; 26 Jul 2019 15:16:22 +0000 Received: from localhost ([127.0.0.1]:43175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr1xE-0002lZ-LR for submit@debbugs.gnu.org; Fri, 26 Jul 2019 11:16:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:40423) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr1xC-0002jz-OW for submit@debbugs.gnu.org; Fri, 26 Jul 2019 11:16:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56821) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hr1xB-0006sT-JC for bug-guix@gnu.org; Fri, 26 Jul 2019 11:16:18 -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.2 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hr1xA-00006c-Lx for bug-guix@gnu.org; Fri, 26 Jul 2019 11:16:17 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:37508) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hr1xA-0008TR-EK for bug-guix@gnu.org; Fri, 26 Jul 2019 11:16:16 -0400 Received: from localhost (178.112.128.107.wireless.dyn.drei.com [178.112.128.107]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 0FA103361B79 for ; Fri, 26 Jul 2019 17:16:12 +0200 (CEST) Date: Fri, 26 Jul 2019 17:16:04 +0200 From: Danny Milosavljevic To: Subject: gcc-toolchain 9.1.0 can't link even a tiny simple C program Message-ID: <20190726171604.0ecaf41e@scratchpost.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/LQAN1FhKqHKxa5g/1lde_sp"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 85.13.145.193 X-Spam-Score: -2.3 (--) 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: -3.3 (---) --Sig_/LQAN1FhKqHKxa5g/1lde_sp Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, so I've got a new drive and installed Guix (from the iso from the homepage)= on it. Then I ran guix pull. Then I installed gcc-toolchain and tried to compile the following program: int main() { return 42; } using gcc a.c but I get: ld: cannot find crt1.o: No such file or directory ld: cannot find crti.o: No such file or directory I tried rebooting, to no avail. It used to work. FWIW, I restored my $HOME from backup, but I think the per-user profiles ar= e in /var/guix/profiles/per-user, and I didn't restore anything in /var. --Sig_/LQAN1FhKqHKxa5g/1lde_sp Content-Type: application/pgp-signature Content-Description: Digitale Signatur von OpenPGP -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl07GTQACgkQ5xo1VCww uqUKhAf/R5NxYchA7MBhcfUT8rN6kvUrb5Cwq4IOHkKsL4xnboefeRiUahK8lwmR CYN4CuIqiae5dF7nskDe2nRy7sxkc/RrXrtoC6jdrQZ/06BkXBEOt00QLsNFqXzh rmb+hM0s9sC4VR5xLmtSfbiRXIvwUgRFDHttarbn9hha/7u7sBnC0u2hGvyNwD2/ 5GO8+vA4zlDo33nsWRxt0LRbsbicAwVX3vLG1xRSnFMLC6Aj9VsQRVQBJZ+o7C22 uWQNCCFKeK0sM10ZGZMrlZco+/rbpAYuaFbzwBj03aiGalydDzKx7c7naQbLaOp6 g29heqFhNorj9S4k3D197dFVH6jJRg== =yo7m -----END PGP SIGNATURE----- --Sig_/LQAN1FhKqHKxa5g/1lde_sp-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 26 12:25:10 2019 Received: (at 36816) by debbugs.gnu.org; 26 Jul 2019 16:25:10 +0000 Received: from localhost ([127.0.0.1]:43263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr31q-0005xS-1L for submit@debbugs.gnu.org; Fri, 26 Jul 2019 12:25:10 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:49946) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hr31o-0005x5-9G for 36816@debbugs.gnu.org; Fri, 26 Jul 2019 12:25:09 -0400 Received: from localhost (178.112.128.107.wireless.dyn.drei.com [178.112.128.107]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 71D5733679E8 for <36816@debbugs.gnu.org>; Fri, 26 Jul 2019 18:25:06 +0200 (CEST) Date: Fri, 26 Jul 2019 18:25:01 +0200 From: Danny Milosavljevic To: 36816@debbugs.gnu.org Subject: Re: bug#36816: gcc-toolchain 9.1.0 can't link even a tiny simple C program Message-ID: <20190726182501.4b7a9ad4@scratchpost.org> In-Reply-To: <20190726171604.0ecaf41e@scratchpost.org> References: <20190726171604.0ecaf41e@scratchpost.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/DxepE3kWKaZbsysLlqJDtT8"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36816 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 (-) --Sig_/DxepE3kWKaZbsysLlqJDtT8 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hmm, $ guix environment --ad-hoc gcc-toolchain makes it work in there. Maybe I forgot to actually reboot? brb... --Sig_/DxepE3kWKaZbsysLlqJDtT8 Content-Type: application/pgp-signature Content-Description: Digitale Signatur von OpenPGP -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl07KV0ACgkQ5xo1VCww uqVW0Af/a74jcRhdQcR1MYuhB3ZaaaaG3uxNUf8Fw0GJnZQ1oDucdWD7GhQY/Dbq wwtbBNemKUYWXi+rc8GLoLjxr1ku9P469kdxtLXH7VITCY9QBFtMlTJ02xCY8cYH /KvQQy1VEsB5lo3+mFpfDxGopBvw/1XQSIMKKtz0kezdnaA2yalPTnnaLojsHVSl vx5qNs/aAblDi/0SOgpCe//sarpi73afWQCXO3AmV6fda/8RE0oDTNxKd/4l4ACR Ax1kbIwZ+07NKXegyCXCs8UXz2iSx0wml0VsGTz+g3udGH72XCVrZfnyim8BehSg ht4QJUHjjmVeV9ZjfJENgR6Lmqh76A== =1m+E -----END PGP SIGNATURE----- --Sig_/DxepE3kWKaZbsysLlqJDtT8-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 27 09:25:02 2019 Received: (at 36816-done) by debbugs.gnu.org; 27 Jul 2019 13:25:02 +0000 Received: from localhost ([127.0.0.1]:43902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrMh4-0002gK-A7 for submit@debbugs.gnu.org; Sat, 27 Jul 2019 09:25:02 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:48348) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hrMh2-0002fy-5V for 36816-done@debbugs.gnu.org; Sat, 27 Jul 2019 09:25:00 -0400 Received: from localhost (178.113.129.99.wireless.dyn.drei.com [178.113.129.99]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 467B63360F91 for <36816-done@debbugs.gnu.org>; Sat, 27 Jul 2019 15:24:58 +0200 (CEST) Date: Sat, 27 Jul 2019 15:24:54 +0200 From: Danny Milosavljevic To: 36816-done@debbugs.gnu.org Subject: Re: bug#36816: gcc-toolchain 9.1.0 can't link even a tiny simple C program Message-ID: <20190727152454.3d301895@scratchpost.org> In-Reply-To: <20190726182501.4b7a9ad4@scratchpost.org> References: <20190726171604.0ecaf41e@scratchpost.org> <20190726182501.4b7a9ad4@scratchpost.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/8Htro2zxGrmYsthM2Xp7reX"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36816-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 (-) --Sig_/8Htro2zxGrmYsthM2Xp7reX Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Yep, works after reboot. Sorry for the noise. --Sig_/8Htro2zxGrmYsthM2Xp7reX Content-Type: application/pgp-signature Content-Description: Digitale Signatur von OpenPGP -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl08UKYACgkQ5xo1VCww uqXiMgf+MOjZKiD44I8t54fCX7NHheUkQ4tSgndXjCgLqv09aXqfrD81lilKBHxm rPMjgDpVWMc/nWTD2OYZ08exqxdhvHYbzTBImluYCU5/ilWcHtDSJjkQdYnzlHik XyYMLKeFeTuYDGs0AGxvm2zmEqgyMOOmfblheO4KaZ3BiO1OlOO57b+ia9LZKKqv iUfN+zRMTLPmyZom5yIkRaOhKcnZ44JEIMPPHg66PlUGJ3gOECp/mKlPU4fxxleb +06Hw0Ze0PWwzgXaIpAQXInPRian6uhbGAxq48ZpmgB8L4VoCIcNabjVpNfKxcqG A5Hf0Q3Ah4xEfhUp5LvHwV7kQGqwkg== =Gaec -----END PGP SIGNATURE----- --Sig_/8Htro2zxGrmYsthM2Xp7reX-- From unknown Thu Jun 19 14:14:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 25 Aug 2019 11:24:06 +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