From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#18101: gccgo fails to build (all platforms) Date: Thu, 31 Jul 2014 18:30:12 -0400 Message-ID: <87y4v9yxe3.fsf@yeeloong.lan> References: <87k3723bby.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCysP-0001AV-74 for bug-guix@gnu.org; Thu, 31 Jul 2014 18:31:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCysI-0005OF-Vi for bug-guix@gnu.org; Thu, 31 Jul 2014 18:31:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:46447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCysI-0005O9-SM for bug-guix@gnu.org; Thu, 31 Jul 2014 18:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XCysI-00019M-Iu for bug-guix@gnu.org; Thu, 31 Jul 2014 18:31:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87k3723bby.fsf@yeeloong.lan> (Mark H. Weaver's message of "Thu, 24 Jul 2014 13:39:45 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 18101-done@debbugs.gnu.org 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