From unknown Fri Aug 15 14:48:21 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#18101 <18101@debbugs.gnu.org> To: bug#18101 <18101@debbugs.gnu.org> Subject: Status: gccgo fails to build (all platforms) Reply-To: bug#18101 <18101@debbugs.gnu.org> Date: Fri, 15 Aug 2025 21:48:21 +0000 retitle 18101 gccgo fails to build (all platforms) reassign 18101 guix submitter 18101 Mark H Weaver severity 18101 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 24 13:40:46 2014 Received: (at submit) by debbugs.gnu.org; 24 Jul 2014 17:40:46 +0000 Received: from localhost ([127.0.0.1]:36964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XAN0X-0003TJ-5p for submit@debbugs.gnu.org; Thu, 24 Jul 2014 13:40:45 -0400 Received: from eggs.gnu.org ([208.118.235.92]:32792) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XAN0V-0003T6-GV for submit@debbugs.gnu.org; Thu, 24 Jul 2014 13:40:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAN0F-00073k-OY for submit@debbugs.gnu.org; Thu, 24 Jul 2014 13:40:37 -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]:47911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAN0F-00073Z-1T for submit@debbugs.gnu.org; Thu, 24 Jul 2014 13:40:27 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAN07-0004Uj-5n for bug-guix@gnu.org; Thu, 24 Jul 2014 13:40:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAMzz-0006z2-Ly for bug-guix@gnu.org; Thu, 24 Jul 2014 13:40:19 -0400 Received: from world.peace.net ([96.39.62.75]:55138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAMzz-0006yy-Ij for bug-guix@gnu.org; Thu, 24 Jul 2014 13:40:11 -0400 Received: from c-24-62-95-23.hsd1.ma.comcast.net ([24.62.95.23] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1XAMzt-0004i8-5X; Thu, 24 Jul 2014 13:40:05 -0400 From: Mark H Weaver To: bug-guix@gnu.org Subject: gccgo fails to build (all platforms) Date: Thu, 24 Jul 2014 13:39:45 -0400 Message-ID: <87k3723bby.fsf@yeeloong.lan> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (-----) At the very end of the builds for gccgo, there is an error: cycle detected in the references of `/gnu/store/*-gccgo-4.8.3-lib' and that causes the build to fail. I wonder if this is fallout from when the gcc packages had their libs split into a different output. Maybe the "lib" and "out" outputs of gccgo reference each other, and perhaps this is a problem? Mark From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 31 18:30:53 2014 Received: (at 18101-done) by debbugs.gnu.org; 31 Jul 2014 22:30:53 +0000 Received: from localhost ([127.0.0.1]:53388 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XCys9-00018s-5A for submit@debbugs.gnu.org; Thu, 31 Jul 2014 18:30:53 -0400 Received: from world.peace.net ([96.39.62.75]:56671 ident=hope3) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XCys6-00018i-K8 for 18101-done@debbugs.gnu.org; Thu, 31 Jul 2014 18:30:51 -0400 Received: from c-24-62-95-23.hsd1.ma.comcast.net ([24.62.95.23] helo=yeeloong.lan) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1XCyrz-0007yw-Tf; Thu, 31 Jul 2014 18:30:44 -0400 From: Mark H Weaver To: 18101-done@debbugs.gnu.org Subject: Re: bug#18101: gccgo fails to build (all platforms) References: <87k3723bby.fsf@yeeloong.lan> Date: Thu, 31 Jul 2014 18:30:12 -0400 In-Reply-To: <87k3723bby.fsf@yeeloong.lan> (Mark H. Weaver's message of "Thu, 24 Jul 2014 13:39:45 -0400") Message-ID: <87y4v9yxe3.fsf@yeeloong.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 18101-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: 0.0 (/) Mark H Weaver writes: > At the very end of the builds for gccgo, there is an error: > > cycle detected in the references of `/gnu/store/*-gccgo-4.8.3-lib' > > and that causes the build to fail. > > I wonder if this is fallout from when the gcc packages had their libs > split into a different output. Maybe the "lib" and "out" outputs of > gccgo reference each other, and perhaps this is a problem? I fixed this by suppressing the separate "lib" output in gccgo, commit c4df90a594672042ae106730ab5ce07fe85cf46f. Closing this bug. Mark From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 11 10:29:56 2014 Received: (at 18101) by debbugs.gnu.org; 11 Aug 2014 14:29:56 +0000 Received: from localhost ([127.0.0.1]:39451 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGqbj-0004cS-K8 for submit@debbugs.gnu.org; Mon, 11 Aug 2014 10:29:55 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:33136) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XGqbh-0004cK-4y for 18101@debbugs.gnu.org; Mon, 11 Aug 2014 10:29:53 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 665143797; Mon, 11 Aug 2014 16:29:52 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LQgy4qadvzc1; Mon, 11 Aug 2014 16:29:52 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 0DD963662; Mon, 11 Aug 2014 16:29:51 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: 18101@debbugs.gnu.org Subject: Re: bug#18101: gccgo fails to build (all platforms) References: <87k3723bby.fsf@yeeloong.lan> <87y4v9yxe3.fsf@yeeloong.lan> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 Thermidor an 222 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Mon, 11 Aug 2014 16:29:51 +0200 In-Reply-To: <87y4v9yxe3.fsf@yeeloong.lan> (Mark H. Weaver's message of "Thu, 31 Jul 2014 18:30:12 -0400") Message-ID: <8738d3w140.fsf@gnu.org> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 18101 Cc: mhw@netris.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 (+) Mark H Weaver skribis: > Mark H Weaver writes: > >> At the very end of the builds for gccgo, there is an error: >> >> cycle detected in the references of `/gnu/store/*-gccgo-4.8.3-lib' >> >> and that causes the build to fail. >> >> I wonder if this is fallout from when the gcc packages had their libs >> split into a different output. Maybe the "lib" and "out" outputs of >> gccgo reference each other, and perhaps this is a problem? > > I fixed this by suppressing the separate "lib" output in gccgo, commit > c4df90a594672042ae106730ab5ce07fe85cf46f. Closing this bug. Good, probably the most pragmatic approach. Thanks! Ludo=E2=80=99. From unknown Fri Aug 15 14:48:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 09 Sep 2014 11:24:03 +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