2011/6/13 Jim Pryor <[email protected]>:
> Thanks Thomas and Jim, that looks right. But puzzling enough, I'm still
> having troubles.
> [...]
> ==> Starting package()...
> [...]
> make[1]: *** [install-libs] Error 1
> make[1]: *** Waiting for unfinished jobs....
> [...]

Hello Jim,

this looks as if make install was still using parallel execution,
which might be the reason for the trouble. Try adding the `export
MAKEFLAGS="${MAKEFLAGS/-j?/}"` line to the package() function as well
as the build() function in the PKGBUILD script.

I just checked and I don't have a -j? option in my /etc/makepkg.conf
on the system where I built my CHICKEN package without trouble, so
this is another indication that the problem is related to that flag.

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.

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

Reply via email to