pkgsrc-Bugs archive

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

pkg/40738: [devel/buildtool] Makefile needs "MAKE_JOBS_SAFE=no"



>Number:         40738
>Category:       pkg
>Synopsis:       [devel/buildtool] Makefile needs "MAKE_JOBS_SAFE=no"
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Feb 24 17:55:00 +0000 2009
>Originator:     Ryo HAYASAKA
>Release:        NetBSD 5.99.7, pkgsrc-current
>Organization:
Japan Advanced Institute of Science and Technology (JAIST)
>Environment:
System: NetBSD bonnie.jaist.ac.jp 5.99.7 NetBSD 5.99.7 (MONOLITHIC) #26: Thu 
Feb 19 19:07:45 JST 2009 
root%bonnie.jaist.ac.jp@localhost:/usr/src/sys/arch/i386/compile/MONOLITHIC i386
Architecture: i386
Machine: i386
>Description:
make fails if MAKE_JOBS=2.

$ make
...
build ==> bt_sh
--- alias.o ---
--- cd.o ---
--- alias.o ---
cc -I. -I.. -O2 -pipe -mfpmath=sse -msse3 -march=athlon64 -c alias.c -o alias.o
--- cd.o ---
cc -I. -I.. -O2 -pipe -mfpmath=sse -msse3 -march=athlon64 -c cd.c -o cd.o
cd.c:51:36: error: nodes.h: No such file or directory
In file included from cd.c:52:
jobs.h:100: warning: 'union node' declared inside parameter list
jobs.h:100: warning: its scope is only this definition or declaration, which is 
probably not what you want
jobs.h:101: warning: 'union node' declared inside parameter list
jobs.h:102: warning: 'union node' declared inside parameter list
jobs.h:103: warning: 'union node' declared inside parameter list
jobs.h:106: warning: 'union node' declared inside parameter list
*** [cd.o] Error code 1
1 error

make: stopped in /f/ryoh/pkgsrc/devel/buildtool/work/buildtool-0.16/bt_sh
*** [subdir-build] Error code 1
1 error

make: stopped in /f/ryoh/pkgsrc/devel/buildtool/work/buildtool-0.16
*** Error code 2

Stop.
make: stopped in /f/ryoh/pkgsrc/devel/buildtool
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/devel/buildtool
        
>How-To-Repeat:
set MAKE_JOBS=2 then make
        
>Fix:
Index: Makefile
===================================================================
RCS file: /usr/cvsup/pkgsrc/devel/buildtool/Makefile,v
retrieving revision 1.23
diff -d -p -u -r1.23 Makefile
--- Makefile    20 Jun 2008 01:09:12 -0000      1.23
+++ Makefile    24 Feb 2009 17:49:33 -0000
@@ -9,6 +9,7 @@ MAINTAINER=     jmmv%NetBSD.org@localhost
 HOMEPAGE=      http://buildtool.sourceforge.net/
 COMMENT=       Portable build infrastructure

+MAKE_JOBS_SAFE=        no
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
        



Home | Main Index | Thread Index | Old Index