From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#18702: libsodium fails to build on i686 Date: Wed, 14 Jan 2015 13:06:27 -0500 Message-ID: <87twztxmn0.fsf@netris.org> References: <87fveswkgc.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBSLW-0001Tu-0L for bug-guix@gnu.org; Wed, 14 Jan 2015 13:07:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBSLO-0001Dp-KM for bug-guix@gnu.org; Wed, 14 Jan 2015 13:07:09 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:48198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBSLO-0001Dl-HQ for bug-guix@gnu.org; Wed, 14 Jan 2015 13:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YBSLO-0003Yl-93 for bug-guix@gnu.org; Wed, 14 Jan 2015 13:07:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87fveswkgc.fsf@netris.org> (Mark H. Weaver's message of "Mon, 13 Oct 2014 02:30:11 -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: 18702@debbugs.gnu.org Mark H Weaver writes: > Hydra has never successfully built libsodium on i686, though it succeeds > on both x86_64 and mips64el. See: > > http://hydra.gnu.org/job/gnu/master/libsodium-1.0.0.i686-linux > http://hydra.gnu.org/job/gnu/master/libsodium-0.5.0.i686-linux > > The configure script apparently hangs here: > > checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no > checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC > checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes > checking if gcc -std=gnu99 static flag -static works... building of `/gnu/store/61lwfp7mk1da0kip76i1kn4gxf0mfp4n-libsodium-1.0.0.drv' timed out after 3600 seconds of silence > @ build-failed /gnu/store/61lwfp7mk1da0kip76i1kn4gxf0mfp4n-libsodium-1.0.0.drv - timeout This problem seems to be fixed on the core-updates branch, where we have our first successful libsodium build on i686: http://hydra.gnu.org/build/196512 http://hydra.gnu.org/job/gnu/core-updates/libsodium-1.0.0.i686-linux Mark