unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: Mark H Weaver <mhw@netris.org>
Cc: 19749@debbugs.gnu.org
Subject: bug#19749: orpheus does not build on mips64
Date: Wed, 4 Feb 2015 17:20:21 +0100	[thread overview]
Message-ID: <20150204162021.GA23747@debian.eduroam.u-bordeaux.fr> (raw)
In-Reply-To: <87a90vcyyx.fsf@netris.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=<triplet> 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

  reply	other threads:[~2015-02-04 16:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-02 22:28 bug#19749: orpheus does not build on mips64 Andreas Enge
2015-02-03  6:04 ` Mark H Weaver
2015-02-04 16:20   ` Andreas Enge [this message]
2015-02-05 16:08     ` Mark H Weaver
2015-02-09 16:10 ` bug#19749: Carlos Pita
2015-02-09 16:36   ` bug#19749: Carlos Pita
2015-02-09 16:50 ` bug#19749: Carlos Pita
2019-02-19 22:53 ` bug#19749: Progress Andreas Enge
2019-02-20  5:52   ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150204162021.GA23747@debian.eduroam.u-bordeaux.fr \
    --to=andreas@enge.fr \
    --cc=19749@debbugs.gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).