[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Oddities with the dev86 package
From: |
Christopher Baines |
Subject: |
Oddities with the dev86 package |
Date: |
Sun, 16 Feb 2020 14:55:40 +0000 |
User-agent: |
mu4e 1.2.0; emacs 26.3 |
Hey,
I noticed that the dev86 package was a bit odd from looking at the
package reproducibility page in the Guix Data Service, it was appearing
in the "Matching" section for all architectures, which seemed a bit odd
[1].
1:
http://data.guix.gnu.org/revision/3c6aca4232d1a3638ec962bc7afe9121626c43ec/package-reproducibility
Playing with this package on the command line, it seems that whatever
system you ask Guix to generate a derivation for, it generates the same
derivation.
→ guix build -d --system=i686-linux dev86
/gnu/store/wmzryaqgxxank355d9c1i7ikz813j7qd-dev86-0.16.21.drv
→ guix build -d --system=x86_64-linux dev86
/gnu/store/wmzryaqgxxank355d9c1i7ikz813j7qd-dev86-0.16.21.drv
→ guix build -d --system=aarch64-linux dev86
/gnu/store/wmzryaqgxxank355d9c1i7ikz813j7qd-dev86-0.16.21.drv
This is particularly odd, as the package declares it only supports
i686-linux and x86_64-linux, so I wouldn't expect to be able to compute
a derivation for aarch64-linux.
I'm guessing this behaviour has something to do with the #:system
argument to the build system?
From looking at the package definition myself, I'd expect at least that
generating a aarch64-linux derivation would fail. I'm not sure what
should happen in the x86_64-linux case, I guess you can infer some
information from asking for an x86_64-linux derivation, and then getting
back a i686-linux one.
Thanks,
Chris
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Oddities with the dev86 package,
Christopher Baines <=