Subject: pkg/34905: audio/festival is not MAKE_JOBS_SAFE
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <blair.sadewitz@gmail.com>
List: pkgsrc-bugs
Date: 10/25/2006 05:40:00
>Number: 34905
>Category: pkg
>Synopsis: audio/festival is not MAKE_JOBS_SAFE
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Oct 25 05:40:00 +0000 2006
>Originator: Blair Sadewitz
>Release: 4.99.3
>Organization:
>Environment:
NetBSD woody 4.99.3 NetBSD 4.99.3 (WOODY) #0: Tue Oct 24 19:48:26 EDT 2006 blair@woody:/home/build/kernel/WOODY amd64
>Description:
The build fails when using multiple make jobs.
>How-To-Repeat:
set MAKE_JOBS>1 and cd ${PKGSRCDIR}/audio/festival && make
>Fix:
MAKE_JOBS_SAFE=no in audio/festival/Makefile. Beyond that, I do not know.