pkgsrc-Bugs archive

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

pkg/41380: [devel/tla] MAKE_JOBS_SAFE=no is necessary



>Number:         41380
>Category:       pkg
>Synopsis:       [devel/tla] MAKE_JOBS_SAFE=no is necessary
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu May 07 17:15:00 +0000 2009
>Originator:     Ryo HAYASAKA
>Release:        NetBSD 5.99.11, pkgsrc-current
>Organization:
Japan Advanced Institute of Science and Technology (JAIST)
>Environment:
System: NetBSD bonnie.jaist.ac.jp 5.99.11 NetBSD 5.99.11 (MONOLITHIC) #74: Thu 
Apr 30 18:21:56 JST 2009 
root%bonnie.jaist.ac.jp@localhost:/usr/src/sys/arch/i386/compile/MONOLITHIC i386
Architecture: i386
Machine: i386
>Description:
tla needs MAKE_JOBS_SAFE=no in Makefile.

(set MAKE_JOBS=2 in mk.conf)
$ make
...
0 characters have exactly three case mappings
10610 characters have a numeric value
273 characters are non-decimal digits
gmake[2]: *** No rule to make target `bitset-lookup.d', needed by 
`bitset-lookup.o'.  Stop.
gmake[2]: Leaving directory 
`/usr/pkgsrc/devel/tla/work/tla-1.3.5/src/=build/hackerlab/unidata'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory 
`/usr/pkgsrc/devel/tla/work/tla-1.3.5/src/=build/hackerlab'
gmake: *** [all] Error 2
*** Error code 2

Stop.
make: stopped in /usr/pkgsrc/devel/tla
*** Error code 1
        
>How-To-Repeat:
        
>Fix:
Index: Makefile
===================================================================
RCS file: /usr/cvsup/pkgsrc/devel/tla/Makefile,v
retrieving revision 1.34
diff -d -p -u -r1.34 Makefile
--- Makefile    26 May 2008 02:13:18 -0000      1.34
+++ Makefile    7 May 2009 17:00:07 -0000
@@ -20,10 +20,9 @@ CHECK_PORTABILITY_SKIP+=     \
        src/tla/tests/changeset-tests/run-spaces-test.sh \
        src/tla/tests/changeset-tests/run-test.sh

-
+MAKE_JOBS_SAFE=        no
 REPLACE_BASH+= src/tla/tests/changeset-tests/chmod_random
 USE_TOOLS+=    bash
-
 USE_TOOLS+=    gmake pax

 HAS_CONFIGURE=         yes
        



Home | Main Index | Thread Index | Old Index