ports/162541: [patch] lang/s9fes: mark MAKE_JOBS_UNSAFE

Jan Beich jbeich at tormail.net
Sun Nov 13 21:00:32 UTC 2011


>Number:         162541
>Category:       ports
>Synopsis:       [patch] lang/s9fes: mark MAKE_JOBS_UNSAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 13 21:00:31 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jan Beich
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
>Description:
>How-To-Repeat:
$ make MAKE_JOBS_NUMBER=4 FORCE_MAKE_JOBS=
===>  Building for s9fes-20101004
sed -e "s, at LIBDIR@,/usr/local/share/s9fes," <s9.1 |gzip -9 >s9.1.gz
rm -f arse-core.image
gcc -g -Wall -ansi -pedantic -O2 -Dunix  -DDEFAULT_LIBRARY_PATH="\".:~/s9fes:/usr/local/share/s9fes\""  -DEXTENSIONS="sys_init(); curs_init();"  -DNETWORK -DCURSES_RESET  -DBIG_REAL -I . -o unix.o -c ext/unix.c
env S9FES_LIBRARY_PATH=.:lib:ext:contrib ./s9 !arse-core -n -l ext/unix.scm -l ext/curses.scm  -l contrib/arse.scm -d arse-core.image
gcc -o s9.o -g -Wall -ansi -pedantic -O2 -Dunix  -DDEFAULT_LIBRARY_PATH="\".:~/s9fes:/usr/local/share/s9fes\""  -DEXTENSIONS="sys_init(); curs_init();"  -DNETWORK -DCURSES_RESET  -DBIG_REAL -c s9.c
env: ./s9: No such file or directory
*** Error code 127
gcc -g -Wall -ansi -pedantic -O2 -Dunix  -DDEFAULT_LIBRARY_PATH="\".:~/s9fes:/usr/local/share/s9fes\""  -DEXTENSIONS="sys_init(); curs_init();"  -DNETWORK -DCURSES_RESET  -DBIG_REAL -I . -o curses.o -c ext/curses.c
s9.c: In function 'pp_min':
s9.c:2795: warning: passing argument 2 of 'limit' from incompatible pointer type
ext/unix.c: In function 'pp_sys_getpwent':
ext/unix.c:330: warning: implicit declaration of function 'setpwent'
ext/unix.c:336: warning: implicit declaration of function 'getpwent'
ext/unix.c:336: warning: assignment makes pointer from integer without a cast
ext/unix.c:347: warning: implicit declaration of function 'endpwent'
ext/unix.c: In function 'pp_sys_lchown':
ext/unix.c:422: warning: implicit declaration of function 'lchown'
ext/unix.c: In function 'pp_sys_lutimes':
ext/unix.c:459: warning: implicit declaration of function 'lutimes'
ext/unix.c: In function 'pp_sys_gettimeofday':
ext/unix.c:863: warning: implicit declaration of function 'gettimeofday'
ext/unix.c: In function 'pp_sys_usleep':
ext/unix.c:904: warning: implicit declaration of function 'usleep'
1 error
>Fix:
--- jobs.diff begins here ---
Index: lang/s9fes/Makefile
===================================================================
RCS file: /a/.csup/ports/lang/s9fes/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- lang/s9fes/Makefile	9 Oct 2010 00:30:33 -0000	1.16
+++ lang/s9fes/Makefile	13 Nov 2011 19:58:10 -0000
@@ -17,6 +17,7 @@ WRKSRC=		${WRKDIR}/s9
 
 MAN1=		s9.1
 MANCOMPRESSED=	yes
+MAKE_JOBS_UNSAFE=yes
 
 post-patch:
 	${REINPLACE_CMD} -e "s,PREFIX=.*,PREFIX=${PREFIX}," ${WRKSRC}/Makefile
--- jobs.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list