From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#18702: libsodium fails to build on i686 Date: Mon, 13 Oct 2014 02:30:11 -0400 Message-ID: <87fveswkgc.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZ9x-0004eZ-Ic for bug-guix@gnu.org; Mon, 13 Oct 2014 02:31:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdZ9q-0006wO-Hs for bug-guix@gnu.org; Mon, 13 Oct 2014 02:31:09 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:50827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZ9q-0006wK-EN for bug-guix@gnu.org; Mon, 13 Oct 2014 02:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XdZ9p-0004iC-UI for bug-guix@gnu.org; Mon, 13 Oct 2014 02:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZ9F-0004cN-4e for bug-guix@gnu.org; Mon, 13 Oct 2014 02:30:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdZ91-0006p4-Or for bug-guix@gnu.org; Mon, 13 Oct 2014 02:30:25 -0400 Received: from world.peace.net ([96.39.62.75]:38790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdZ91-0006ot-M7 for bug-guix@gnu.org; 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 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: --8<---------------cut here---------------start------------->8--- 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 --8<---------------cut here---------------end--------------->8--- Mark