Subject: toolchain/35925: maketars emits errors with build.sh -j 4
To: None <toolchain-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <ef@math.uni-bonn.de>
List: netbsd-bugs
Date: 03/05/2007 16:10:00
>Number: 35925
>Category: toolchain
>Synopsis: maketars emits errors with build.sh -j 4
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: toolchain-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Mar 05 16:10:00 +0000 2007
>Originator: Edgar Fuß
>Release: NetBSD 4.0 beta 2
>Organization:
Mathematisches Institut der Universität Bonn, Computerabteilung
>Environment:
System: NetBSD weser.math.uni-bonn.de 3.1 NetBSD 3.1 (WAP05-Server-MP) #2: Tue Nov 14 17:32:20 CET 2006 root@weser.math.uni-bonn.de:/usr/obj/sys/arch/amd64
/compile.amd64/wap05serv-mp amd64
Architecture: x86_64
Machine: amd64
>Description:
When build.sh is called with -j 4, in the makesetfiles stage, maketars emits the following error message several times:
[: all: unexpected operator
When -j 4 is replaced by -j 1, the error doesn't occur.
>How-To-Repeat:
cd <directory containing 4.0 beta 2 source>
./buld.sh -j4 release
>Fix:
Unknown