On Wed, Mar 13, 2019 at 05:38:12AM -0300, Jeronimo Pellegrini wrote:
> So, I decided to create one for Chicken, but I get this error
> when compiling:
> 
[...]
> rm -rf 
> /home/jeronimo/pkg/openwrt-18.06.2/build_dir/target-mips_24kc_musl/chicken-5.0.0/.pkgdir/chicken-scheme.installed
>  
> /home/jeronimo/pkg/openwrt-18.06.2/build_dir/target-mips_24kc_musl/chicken-5.0.0/.pkgdir/chicken-scheme
> mkdir -p 
> /home/jeronimo/pkg/openwrt-18.06.2/build_dir/target-mips_24kc_musl/chicken-5.0.0/.pkgdir/chicken-scheme
> 
> So it looks like the cause is here: execvp: /usr/bin/env: Argument list too 
> long.
> I suppose that the cross-compiling toolchain is adding lots to an already 
> long argument 
> list. Does that make sense? Is there some change I can make to Chicken's
> Makefiles that could perhaps help to work around that?

Hi Jeronimo,

I figure the prefix is repeated a lot of times, so maybe you can change
the prefix from
/home/jeronimo/pkg/openwrt-18.06.02/build_dir/target-mips_24kc_musl/ to
something smaller, like /tmp/owrt, and see if that helps.

Cheers,
Peter

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to