chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] A fix for parallel build (gmake -j)


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] A fix for parallel build (gmake -j)
Date: Thu, 06 Oct 2011 10:31:56 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

On Thu, 6 Oct 2011 17:24:36 +0300 Vitaly Magerya <address@hidden> wrote:

> Mario Domenech Goulart wrote:
>> This issue has been addressed by http://bugs.call-cc.org/ticket/526
>
> OK, I see.
>
> Any news on that bug? Will the fix be committed any time soon?
>
> (I maintain the FreeBSD port for chicken, and some people are asking
> why is it that the port doesn't build in parallel mode, hence my
> interest in the matter).

The problem is that the build system is a critical part of CHICKEN and
it has to be extensively tested on all platforms.  Testing it is a bit
hard, since even if make is finished successfully, it doesn't
necessarily means that CHICKEN was built correctly.

We'd be changing a critical part that works just for the sake of
speeding up a process that is rarely executed (the build process).

That said, I'd really like to see parallel builds working.  They can be
very useful for debugging (e.g., when comparing several chicken
versions/commits, git bisecting).


Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

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