* bug#33379: Cuirass doesn't try to build 'wine' for x86_64
@ 2018-11-14 14:15 Clément Lassieur
2018-11-14 14:55 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Clément Lassieur @ 2018-11-14 14:15 UTC (permalink / raw)
To: 33379
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#33379: Cuirass doesn't try to build 'wine' for x86_64
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
2018-11-14 15:22 ` Clément Lassieur
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-11-14 14:55 UTC (permalink / raw)
To: Clément Lassieur; +Cc: 33379
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’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#33379: Cuirass doesn't try to build 'wine' for x86_64
2018-11-14 14:55 ` Ludovic Courtès
@ 2018-11-14 15:22 ` Clément Lassieur
0 siblings, 0 replies; 3+ messages in thread
From: Clément Lassieur @ 2018-11-14 15:22 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 33379-done
Ludovic Courtès <ludo@gnu.org> writes:
> 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?
No, I'm fine with closing the bug. Thank you!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-11-14 15:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2018-11-14 15:22 ` Clément Lassieur
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).