From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#19749: orpheus does not build on mips64 Date: Wed, 4 Feb 2015 17:20:21 +0100 Message-ID: <20150204162021.GA23747@debian.eduroam.u-bordeaux.fr> References: <20150202222819.GA26430@debian> <87a90vcyyx.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ2iN-0008Iv-Ga for bug-guix@gnu.org; Wed, 04 Feb 2015 11:22:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ2iI-0001k8-7I for bug-guix@gnu.org; Wed, 04 Feb 2015 11:22:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:42841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ2iI-0001k4-3w for bug-guix@gnu.org; Wed, 04 Feb 2015 11:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YJ2iH-0004wK-Q3 for bug-guix@gnu.org; Wed, 04 Feb 2015 11:22:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87a90vcyyx.fsf@netris.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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mark H Weaver Cc: 19749@debbugs.gnu.org On Tue, Feb 03, 2015 at 01:04:38AM -0500, Mark H Weaver wrote: > The config.guess problem can be easily worked around by passing > --build= to configure. I would suggest something similar to > what I did in the gmp package to get it working on armhf: > (arguments `(#:configure-flags > '(;; Build a "fat binary", with routines for several > ;; sub-architectures. > "--enable-fat" > "--enable-cxx" > > ;; FIXME: gmp-6.0.0a's config.guess fails on > ;; multi-core armhf systems. > ,@(if (%current-target-system) > '() > (let ((triplet > (nix-system->gnu-triplet (%current-system)))) > (list (string-append "--build=" triplet))))))) > Would you like to try this? Alternatively, could we not simply copy a newer config.guess as a patch into the source tree? If yes, what would be preferable? Andreas