Bug 183898 - [PATCH] irc/BitchX: mark jobs unsafe
Summary: [PATCH] irc/BitchX: mark 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: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-12 15:20 UTC by Mathieu Arnold
Modified: 2013-11-26 15:00 UTC (History)
0 users

See Also:


Attachments
BitchX-1.2.f,1.patch (290 bytes, patch)
2013-11-12 15:20 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2013-11-12 15:20:00 UTC
Is not jobs safe.

Things happen out of order, somehow :

./term.c: In function 'term_init':
./term.c:879: warning: unused variable 'tmp'
./term.c: In function 'control_mangle':
./term.c:1859: warning: pointer targets in return differ in signedness
./term.c:1878: warning: pointer targets in return differ in signedness
./term.c: In function 'get_term_capability':
./term.c:1913: warning: pointer targets in passing argument 1 of 'control_mangle' differ in signedness
ar cru libtoc.a toc.o network.o util.o server.o interface.o buddy.o ll.o misc.o
cc -shared toc.o util.o cmd.o aim.o compat.o -fPIC -o aim.so -Ltoc -ltoc
/usr/bin/ld: cannot find -ltoc
gmake[2]: *** [aim.so] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[3]: Leaving directory `/wrkdirs/usr/ports/irc/bitchx/work/BitchX-1.2/dll/aim/toc'
gmake[2]: Leaving directory `/wrkdirs/usr/ports/irc/bitchx/work/BitchX-1.2/dll/aim'
gmake[1]: *** [all] Error 1
gmake[1]: Leaving directory `/wrkdirs/usr/ports/irc/bitchx/work/BitchX-1.2/dll'
gmake: *** [dll] Error 2
gmake: *** Waiting for unfinished jobs....
expr2.c: In function 'op':
expr2.c:1043: warning: 'c' is used uninitialized in this function
expr2.c:818: warning: 'd' is used uninitialized in this function
cc  -o BitchX alias.o alist.o  array.o art.o banlist.o bot_link.o cdcc.o cdns.o  chelp.o commands.o commands2.o compat.o cset.o ctcp.o dcc.o debug.o encrypt.o exec.o files.o flood.o fset.o functions.o funny.o glob.o hash.o hebrew.o help.o history.o hook.o if.o ignore.o input.o irc.o ircaux.o ircsig.o keys.o lastlog.o list.o log.o mail.o misc.o modules.o names.o network.o newio.o notice.o notify.o numbers.o output.o parse.o queue.o readlog.o reg.o screen.o server.o stack.o status.o struct.o tcl_public.o term.o timer.o translat.o user.o userlist.o vars.o who.o whowas.o window.o words.o   -lncurses -lssl -lcrypto -lm -lcrypt -L/usr/local/lib
gmake[1]: Leaving directory `/wrkdirs/usr/ports/irc/bitchx/work/BitchX-1.2/source'


Generated with FreeBSD Port Tools 0.99_9 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-12 15:20:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-12 15:20:08 UTC
Maintainer of irc/bitchx,

Please note that PR ports/183898 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/183898

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2013-11-12 15:23:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Take
Comment 4 Mathieu Arnold freebsd_committer freebsd_triage 2013-11-26 14:59:40 UTC
State Changed
From-To: feedback->closed

Committed, thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-11-26 14:59:48 UTC
Author: mat
Date: Tue Nov 26 14:59:40 2013
New Revision: 334941
URL: http://svnweb.freebsd.org/changeset/ports/334941

Log:
  Mark MAKE_JOBS_UNSAFE.
  
  maintainer timeout.
  
  PR:		ports/183898
  Submitted by:	mat

Modified:
  head/irc/bitchx/Makefile

Modified: head/irc/bitchx/Makefile
==============================================================================
--- head/irc/bitchx/Makefile	Tue Nov 26 14:57:45 2013	(r334940)
+++ head/irc/bitchx/Makefile	Tue Nov 26 14:59:40 2013	(r334941)
@@ -35,6 +35,7 @@ PLUGINS_DESC=	Build a handful of BitchX 
 OPTIONS_DEFAULT=PLUGINS SSL
 
 NO_STAGE=	yes
+MAKE_JOBS_UNSAFE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MIPV6}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"