GNU bug report logs -
#57055
[PATCH 0/2] gnu: Add guile-srfi-146.
Previous Next
Full log
View this message in rfc822 format
Maxime Devos <maximedevos <at> telenet.be> writes:
> [[PGP Signed Part:Undecided]]
>
> On 08-08-2022 10:36, pukkamustard wrote:
>> + (inputs (list guile-3.0))
>
> guile-3.0 is used as a compiler, so it needs to be in native-inputs.
> Does "guix build guile-srfi-146 --target=aarch64-linux-gnu" (or with
> another target) work?
It does not!
Adding guile-3.0 to both native-inputs and inputs seems to solve this
(also for guile-srfi-158).
However, I then get following error:
```
no code for module (srfi srfi-128)
```
guile-srfi-128 is built using the guile-build-system. Maybe something
not working properly with guile-build-system and cross-compilation?
Do you have any ideas or suggestions on how to fix this?
>> + (license license:lgpl3+)))
>
> There are also some (ISC?) bits on
> <https://inqlab.net/git/guile-srfi-146.git/tree/srfi/srfi-146.scm>.
Yes, the sample SRFI implementation is licensed under ISC. Afaiu,
there's no problem in relicensing this as LGPL-3.0-or-later. I think a
lot of the guile-srfi-* libraries do this.
> Also, Guix does not yet install the 'LICENSES' subdirectory, see
> <https://issues.guix.gnu.org/54234#1>.
Noted.
Cheers,
pukkamustard
This bug report was last modified 2 years and 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.