From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#34570: Failure to build swig/graphviz Date: Tue, 19 Feb 2019 10:34:01 +0100 Message-ID: <20190219093401.GA6522@jurong> References: <20190219091131.GA6251@jurong> <20190219101632.7b0c1b7d@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gw1nr-0004Us-73 for bug-guix@gnu.org; Tue, 19 Feb 2019 04:35:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gw1nq-0000hc-Dy for bug-guix@gnu.org; Tue, 19 Feb 2019 04:35:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54621) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gw1nq-0000gX-8C for bug-guix@gnu.org; Tue, 19 Feb 2019 04:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gw1np-0006CR-Va for bug-guix@gnu.org; Tue, 19 Feb 2019 04:35:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20190219101632.7b0c1b7d@scratchpost.org> 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" To: Danny Milosavljevic Cc: 34570@debbugs.gnu.org On Tue, Feb 19, 2019 at 10:16:32AM +0100, Danny Milosavljevic wrote: > I think that the test suite contains multiple sets of tests and and earlier set > failed (the 514 perl5 tests apparently didn't fail; the warning shouldn't > make tests fail anyway). What's before what you posted in the log? Lots of lines similar to these: > > \@ build-log 23167 506 > > In file included from /gnu/store/im7irb1qnmvwypz53dxv5i75wy94dcz5-glibc-2.28/include/bits/libc-header-start.h:33:0, > > from /gnu/store/im7irb1qnmvwypz53dxv5i75wy94dcz5-glibc-2.28/include/string.h:26, > > from multi_import_b_wrap.cxx:341: > > /gnu/store/im7irb1qnmvwypz53dxv5i75wy94dcz5-glibc-2.28/include/features.h:381:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] > > # warning _FORTIFY_SOURCE requires compiling with optimization (-O) In the meantime I got around the problem by copying the build from berlin, so I also cannot reproduce the failed build. Apparently some machine did correctly compute the derivation; if there is not an obvious error somewhere, it might be easier to close the bug report as not reproducible or non-deter- ministic. Andreas