[haiku-commits] Re: r35356 - haiku/trunk/src/bin/bash

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 31 Jan 2010 10:52:21 +0100

On 2010-01-31 at 10:06:57 [+0100], Matt Madia <mattmadia@xxxxxxxxx> wrote:
> On Sun, Jan 31, 2010 at 08:51,  <ingo_weinhold@xxxxxx> wrote:
> > Author: bonefish
> > Date: 2010-01-31 09:51:35 +0100 (Sun, 31 Jan 2010)
> > New Revision: 35356
> > Changeset: http://dev.haiku-os.org/changeset/35356/haiku
> >
> > Modified:
> >   haiku/trunk/src/bin/bash/Jamfile
> > Log:
> > Added missing builtext.h dependency declarations. The dependencies were
> > introduced with the update to bash 4. That could cause the bash build to 
> > fail
> > when built with multiple jobs. Thanks to Matt for investigating this!
[...]
> Even with this, I still need the following to successfully complete
> jam -qj8 bash on a clean generated folder:
[...]
> +Depends "<src!bin!bash!builtins>builtins.o" :
> "<src!bin!bash!builtins>builtins.c" ;
> +

This doesn't do anything for me. The build still fails in about on out of 20 
iterations.

> BTW, i was incorrect in my other email, the dependency is indeed in
> the output of jam -q -dd bash,  but for some reason without explicitly
> mentioning it in bash/builtins/Jamfile, jam will fail (at least in
> FreeBSD 8.0)  I haven't tested this revision of Haiku in Haiku.

I've tested under OpenSuse 11.2. I consider this a jam bug (as I've 
expressed in #4091, too).

CU, Ingo

Other related posts: