Bug 162541 - [patch] lang/s9fes: mark MAKE_JOBS_UNSAFE
Summary: [patch] lang/s9fes: mark MAKE_JOBS_UNSAFE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-13 21:00 UTC by Jan Beich
Modified: 2011-11-16 03:30 UTC (History)
0 users

See Also:


Attachments
jobs.diff (484 bytes, patch)
2011-11-13 21:00 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2011-11-13 21:00:31 UTC

How-To-Repeat: $ make MAKE_JOBS_NUMBER=4 FORCE_MAKE_JOBS=
===>  Building for s9fes-20101004
sed -e "s,@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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-13 21:01:07 UTC
Maintainer of lang/s9fes,

Please note that PR ports/162541 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162541

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-13 21:01:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2011-11-14 04:23:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

y
Comment 4 Nils M Holm 2011-11-15 15:24:04 UTC
On 2011-11-13T21:01:07+0000, Edwin Groothuis wrote:
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.

Looks fine to me, please go ahead!

Nils

-- 
Nils M Holm  < n m h @ t 3 x . o r g >  www.t3x.org
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-11-16 03:21:44 UTC
eadler      2011-11-16 03:21:34 UTC

  FreeBSD ports repository

  Modified files:
    lang/s9fes           Makefile 
  Log:
  - mark port unsafe with -j
  
  PR:             ports/162541
  Submitted by:   Jan Beich <jbeich@tormail.net>
  Approved by:    "Nils M Holm" <nmh@t3x.org> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.17      +1 -0      ports/lang/s9fes/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Eitan Adler freebsd_committer freebsd_triage 2011-11-16 03:21:52 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!