chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] New Eggs: SRFI-121, SRFI-127, SRFI-133


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] New Eggs: SRFI-121, SRFI-127, SRFI-133
Date: Sun, 24 Jul 2016 13:28:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hi Jeremy,

On Sat, 23 Jul 2016 15:03:48 -0600 Jeremy Steward <address@hidden> wrote:

> I've taken the opportunity to package SRFI-121 (Generators), SRFI-127
> (Lazy Sequences), and SRFI-133 (Vectors [R7RS-compatible]) for
> CHICKEN. The eggs all pass salmonella and shouldn't contain any
> errors.

Thanks a lot for the new eggs.  Please, see some comments below.

> The repositories can be found below:
>
> https://github.com/scheme-requests-for-implementation/srfi-121
> https://github.com/scheme-requests-for-implementation/srfi-127

Installation of srfi-127 fails because "lseqs/lseqs-impl.scm" is
referenced but it is not in the list of files to be fetched (it is in
the repository, but not listed in .meta's `files').

Error: (open-input-file) cannot open file - No such file or directory: 
"lseqs/lseqs-impl.scm"

> https://github.com/scheme-requests-for-implementation/srfi-133
>
...
>
> Cheers, and let me know if (when?) you find any bugs, either in the
> installation / setup or otherwise.

Note that all .setup files install (dynld-name "file-without-extension"), 
but the compiler output is written to files with .so extension
(hardcoded).

All the best.
Mario
-- 
http://parenteses.org/mario



reply via email to

[Prev in Thread] Current Thread [Next in Thread]