On Sun, Jul 24, 2016 at 01:28:25PM +0200, Mario Domenech Goulart wrote:
> Hi Jeremy,
>
> > 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"

Generally speaking, I would avoid using "meta-file" as a distribution
mechanism, precisely for this reason: it's too easy to forget adding
particular files.  The targz distribution method works fine with GitHub.

We talked on IRC about using meta-file, but that was in an attempt to
avoid forking the upstream eggs, but that didn't work out.

Cheers,
Peter

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to