unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26022: 32-bit to 64-bit cross-builds
@ 2017-03-08  9:46 Efraim Flashner
  2017-03-09 15:29 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Efraim Flashner @ 2017-03-08  9:46 UTC (permalink / raw)
  To: 26022

[-- Attachment #1: Type: text/plain, Size: 741 bytes --]

Currently in build-aux/hydra we have i686->x86_64 cross-builds disabled,
but this is not the only one we should eliminate. Currently on
core-updates we have armhf->mips64el attempts and also armhf and i686->
aarch64 attemps, all of which fail as expected.

I propose we add two sub-lists of %supported-architectures, 32-bit and
64-bit; we can use them in package difinitions to eliminate 32-bit
architectures from building 64-bit only packages, and use them in
build-aux/hydra to prevent 32-bit -> 64-bit cross-builds.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#26022: 32-bit to 64-bit cross-builds
  2017-03-08  9:46 bug#26022: 32-bit to 64-bit cross-builds Efraim Flashner
@ 2017-03-09 15:29 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-03-09 15:29 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 26022-done

Efraim Flashner <efraim@flashner.co.il> skribis:

> Currently in build-aux/hydra we have i686->x86_64 cross-builds disabled,
> but this is not the only one we should eliminate. Currently on
> core-updates we have armhf->mips64el attempts and also armhf and i686->
> aarch64 attemps, all of which fail as expected.
>
> I propose we add two sub-lists of %supported-architectures, 32-bit and
> 64-bit; we can use them in package difinitions to eliminate 32-bit
> architectures from building 64-bit only packages, and use them in
> build-aux/hydra to prevent 32-bit -> 64-bit cross-builds.

I believe this if fixed in 9ec2a4d3fec44f08a55df9f5f3d1a04b83e7fcf6, not
by specifying a list of valid cross-builds, but by fixing the logic in
the ‘from-32-to-64?’ procedure.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-09 15:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-08  9:46 bug#26022: 32-bit to 64-bit cross-builds Efraim Flashner
2017-03-09 15:29 ` Ludovic Courtès

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).