[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] parallel build failure
From: |
Shawn Rutledge |
Subject: |
Re: [Chicken-hackers] parallel build failure |
Date: |
Tue, 14 Apr 2009 10:35:09 -0700 |
On Tue, Apr 14, 2009 at 5:08 AM, felix winkelmann <address@hidden> wrote:
> Please do not change the dependencies lightheartedly. The dependency chain
> is somewhat subtle - the compilation of the setup modules happens in a tricky
> situation: the import-library of setup-api is required for setup-download.
>
> Parallel builds are not supported.
Parallel builds are normal and expected on Gentoo though - you can set
the -j option globally. (I use -j3 on my dual-core box, and I didn't
have any trouble building chicken, but maybe it just happened to
work.) So hopefully there is a way to override it for a single
ebuild, if chicken really can't be reliably built that way.