ports/183898: [PATCH] irc/BitchX: mark jobs unsafe
Mathieu Arnold
mat at FreeBSD.org
Tue Nov 12 15:20:00 UTC 2013
>Number: 183898
>Category: ports
>Synopsis: [PATCH] irc/BitchX: mark jobs unsafe
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Nov 12 15:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Mathieu Arnold
>Release: FreeBSD 9.2-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC
>Description:
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)
>How-To-Repeat:
>Fix:
--- BitchX-1.2.f,1.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 333577)
+++ Makefile (working copy)
@@ -35,6 +35,7 @@
OPTIONS_DEFAULT=PLUGINS SSL
NO_STAGE= yes
+MAKE_JOBS_UNSAFE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPV6}
--- BitchX-1.2.f,1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list