GNU bug report logs - #33379
Cuirass doesn't try to build 'wine' for x86_64

Previous Next

Package: guix;

Reported by: Clément Lassieur <clement <at> lassieur.org>

Date: Wed, 14 Nov 2018 14:17:01 UTC

Severity: normal

Done: Clément Lassieur <clement <at> lassieur.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33379 in the body.
You can then email your comments to 33379 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#33379; Package guix. (Wed, 14 Nov 2018 14:17:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Clément Lassieur <clement <at> lassieur.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 14 Nov 2018 14:17:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Clément Lassieur <clement <at> lassieur.org>
To: Bug Guix <bug-guix <at> gnu.org>
Subject: Cuirass doesn't try to build 'wine' for x86_64
Date: Wed, 14 Nov 2018 15:15:44 +0100
Hi,

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.

Cheers,
Clément




Information forwarded to bug-guix <at> gnu.org:
bug#33379; Package guix. (Wed, 14 Nov 2018 14:56:03 GMT) Full text and rfc822 format available.

Message #8 received at 33379 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Clément Lassieur <clement <at> lassieur.org>
Cc: 33379 <at> debbugs.gnu.org
Subject: Re: bug#33379: Cuirass doesn't try to build 'wine' for x86_64
Date: Wed, 14 Nov 2018 15:55:24 +0100
Hello,

Clément Lassieur <clement <at> 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 sent to Clément Lassieur <clement <at> lassieur.org>:
You have taken responsibility. (Wed, 14 Nov 2018 15:23:03 GMT) Full text and rfc822 format available.

Notification sent to Clément Lassieur <clement <at> lassieur.org>:
bug acknowledged by developer. (Wed, 14 Nov 2018 15:23:03 GMT) Full text and rfc822 format available.

Message #13 received at 33379-done <at> debbugs.gnu.org (full text, mbox):

From: Clément Lassieur <clement <at> lassieur.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 33379-done <at> debbugs.gnu.org
Subject: Re: bug#33379: Cuirass doesn't try to build 'wine' for x86_64
Date: Wed, 14 Nov 2018 16:22:01 +0100
Ludovic Courtès <ludo <at> gnu.org> writes:

> Hello,
>
> Clément Lassieur <clement <at> 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?

No, I'm fine with closing the bug.  Thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Dec 2018 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 135 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.