From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#19708: Bowtie fails to build Date: Tue, 27 Jan 2015 22:47:27 +0100 Message-ID: <20150127214727.GA6287@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37322) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGDzS-00015a-Ss for bug-guix@gnu.org; Tue, 27 Jan 2015 16:48:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGDzO-0003eR-Gy for bug-guix@gnu.org; Tue, 27 Jan 2015 16:48:06 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:39660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGDzO-0003eN-EU for bug-guix@gnu.org; Tue, 27 Jan 2015 16:48:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YGDzO-0003Fi-3Y for bug-guix@gnu.org; Tue, 27 Jan 2015 16:48:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37219) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGDyz-00010Y-5w for bug-guix@gnu.org; Tue, 27 Jan 2015 16:47:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGDyv-0003H1-VF for bug-guix@gnu.org; Tue, 27 Jan 2015 16:47:37 -0500 Received: from mout.kundenserver.de ([212.227.17.10]:49662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGDyv-0003Go-Mb for bug-guix@gnu.org; Tue, 27 Jan 2015 16:47:33 -0500 Content-Disposition: inline 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: 19708@debbugs.gnu.org Hello, bowtie currently fails to build on all three architectures on hydra. On i686, the error message is: Makefile:146: *** bowtie2 compilation requires a 64-bit platform . Stop. Surprisingly, the same error message is shown on mip64el (!). >From its description, I do not expect users to run the program on mips, so it might be the safest option to disable the build of these two architectures. On x86_64, the error message is g++: error: unrecognized command line option '-stdlib=libstdc++' See http://hydra.gnu.org/build/204787 . Andreas