ports/160814: [PATCH] security/tor: mark MAKE_JOBS_UNSAFE

Dmitry Marakasov amdmi3 at amdmi3.ru
Sun Sep 18 23:50:05 UTC 2011


>Number:         160814
>Category:       ports
>Synopsis:       [PATCH] security/tor: mark MAKE_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:   Sun Sep 18 23:50:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Mar  8 09:48:52 MSK
>Description:
Mark MAKE_JOBS_UNSAFE, parallel build fails:

---
cc -DHAVE_CONFIG_H -I. -I../..    -I../../src/common -I/usr/local/include/event2 -I/usr/local/include -I/usr/include  -O2 -pipe -march=prescott  -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv -fPIE -Wstack-protector --param ssp-buffer-size=1 -Wall -fno-strict-aliasing -MT util_codedigest.o -MD -MP -MF .deps/util_codedigest.Tpo -c -o util_codedigest.o util_codedigest.c
mv -f .deps/util_codedigest.Tpo .deps/util_codedigest.Po
rm -f libor.a
ar cru libor.a address.o log.o util.o  compat.o container.o mempool.o  memarea.o di_ops.o procmon.o  util_codedigest.o  
ranlib libor.a
mv -f .deps/compat_libevent.Tpo .deps/compat_libevent.Po
rm -f libor-event.a
ar cru libor-event.a compat_libevent.o 
ranlib libor-event.a
mv -f .deps/crypto.Tpo .deps/crypto.Po
rm -f libor-crypto.a
ar cru libor-crypto.a crypto.o aes.o  tortls.o torgzip.o 
ranlib libor-crypto.a
Making all in or
make: don't know how to make ./libtor.a. Stop
*** Error code 1
1 error
---

Port maintainer (bf at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- tor-0.2.2.33.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/security/tor/Makefile,v
retrieving revision 1.72
diff -u -u -r1.72 Makefile
--- Makefile	17 Sep 2011 04:39:51 -0000	1.72
+++ Makefile	18 Sep 2011 23:40:35 -0000
@@ -49,6 +49,7 @@
 		TOR_CPPFLAGS_libevent="-I${LOCALBASE}/include/event2 -I${LOCALBASE}/include" \
 		TOR_LDFLAGS_libevent="-L${LOCALBASE}/lib/event2" \
 		TOR_LIBEVENT_LIBS="-levent-2.0"
+MAKE_JOBS_UNSAFE=yes
 
 OPTIONS=	BUFFREELISTS "freelists for buffer RAM" on \
 		INSTR_DOWNLOADS "instrument downloads for analysis" off \
--- tor-0.2.2.33.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list