--- Begin Message ---
Subject: |
Package `guile-newt' cannot be cross-compiled |
Date: |
Sun, 07 Aug 2022 13:00:53 +0000 |
The `guile-newt' package that is used for the installation UI can't
be cross-compiled as it tries to load the `newt' dynamic library when
the Guile code is compiled. I've tried to find a solution/fix but I
don't know much about how Guile byte-code compilation works.
The compilation error can be reproduced with (#56536 was pushed a few
hours ago, so a git pull may be needed):
./pre-inst-env guix build guile-newt --target=aarch64-linux-gnu
I think this is one of the last remaining bits before being able to
fully cross compile an installation image.
—
Jean-Pierre De Jesus DIAZ
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#57037: Package `guile-newt' cannot be cross-compiled |
Date: |
Mon, 08 Aug 2022 10:58:30 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Hello,
> The `guile-newt' package that is used for the installation UI can't
> be cross-compiled as it tries to load the `newt' dynamic library when
> the Guile code is compiled. I've tried to find a solution/fix but I
> don't know much about how Guile byte-code compilation works.
Fixed with bde902cb78c529174155e2d46ed814123182619f.
> I think this is one of the last remaining bits before being able to
> fully cross compile an installation image.
I think that guile-parted will also be problematic.
Thanks,
Mathieu
--- End Message ---