all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: "Clément Lassieur" <clement@lassieur.org>
Cc: 33379@debbugs.gnu.org
Subject: bug#33379: Cuirass doesn't try to build 'wine' for x86_64
Date: Wed, 14 Nov 2018 15:55:24 +0100	[thread overview]
Message-ID: <87pnv7emjn.fsf@gnu.org> (raw)
In-Reply-To: <87h8gjagof.fsf@lassieur.org> ("Clément Lassieur"'s message of "Wed, 14 Nov 2018 15:15:44 +0100")

Hello,

Clément Lassieur <clement@lassieur.org> skribis:

> Cuirass doesn't try to build 'wine' for x86_64.
>
> See https://berlin.guixsd.org/eval/1561?status=succeeded
>
> The job name is 'wine-staging-3.20.x86_64-linux', but the system is
> i686-linux.

That’s on purpose, as noted in the ‘wine’ package definition:

     `(;; Force a 32-bit build targeting a similar architecture, i.e.:
       ;; armhf for armhf/aarch64, i686 for i686/x86_64.
       #:system ,@(match (%current-system)
                    ((or "armhf-linux" "aarch64-linux")
                     `("armhf-linux"))
                    (_
                     `("i686-linux")))

Either we should turn it into a bug report about the ‘wine’ package, or
close it as not-a-bug since Cuirass is behaving as expected.  WDYT?

Ludo’.

  reply	other threads:[~2018-11-14 14:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-14 14:15 bug#33379: Cuirass doesn't try to build 'wine' for x86_64 Clément Lassieur
2018-11-14 14:55 ` Ludovic Courtès [this message]
2018-11-14 15:22   ` Clément Lassieur

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

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

  git send-email \
    --in-reply-to=87pnv7emjn.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=33379@debbugs.gnu.org \
    --cc=clement@lassieur.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.