From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#18702: libsodium fails to build on i686 Date: Sat, 17 Jan 2015 17:06:01 -0500 Message-ID: <8761c5jc52.fsf@netris.org> References: <87fveswkgc.fsf@netris.org> <87twztxmn0.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCbWM-0004PP-HT for bug-guix@gnu.org; Sat, 17 Jan 2015 17:07:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YCbWI-0003Gv-GM for bug-guix@gnu.org; Sat, 17 Jan 2015 17:07:06 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:51528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YCbWI-0003Gp-DF for bug-guix@gnu.org; Sat, 17 Jan 2015 17:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YCbWI-0006Ln-57 for bug-guix@gnu.org; Sat, 17 Jan 2015 17:07:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87twztxmn0.fsf@netris.org> (Mark H. Weaver's message of "Wed, 14 Jan 2015 13:06:27 -0500") 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-done@debbugs.gnu.org Mark H Weaver writes: > 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 I'm closing this bug now. Mark