ports/152895: [PATCH] graphics/pstoedit: mark MAKE_JOBS_UNSAFE
Dmitry Marakasov
amdmi3 at amdmi3.ru
Tue Dec 7 18:50:05 UTC 2010
>Number: 152895
>Category: ports
>Synopsis: [PATCH] graphics/pstoedit: mark MAKE_JOBS_UNSAFE
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 07 18:50:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Dmitry Marakasov
>Release: FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Fri Jul 30 02:50:28 MSD 2010
>Description:
The port is not make jobs safe, sporadically fails with:
---
/bin/sh /usr/local/bin/libtool --tag=CXX --mode=link c++ -O2 -fno-strict-aliasing -pipe -DHAVE_LIBGD -DINTERNALBOOL -L/usr/local/lib -o libpstoedit.la -rpath /usr/local/lib -no-undefined dynload.lo callgs.lo lexyy.lo miscutil.lo cbstream.lo psimage.lo drvbase.lo base64writer.lo poptions.lo subpath.lo pstoedit.lo -lstdc++ -lm -lgd
/bin/sh /usr/local/bin/libtool --tag=CXX --mode=link c++ -O2 -fno-strict-aliasing -pipe -DHAVE_LIBGD -DINTERNALBOOL -L/usr/local/lib -o libp2edrvwmf.la -rpath /usr/local/lib/pstoedit -no-undefined -lEMF -lm -L. libpstoedit.la -module drvwmf.lo initlibrary.lo -lgd
libtool: link: cannot find the library `libpstoedit.la' or unhandled argument `libpstoedit.la'
*** Error code 1
---
Full log: http://people.freebsd.org/~amdmi3/pstoedit-3.50_4.log
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
Build on multiprocessor machine with FORCE_MAKE_JOBS=yes
>Fix:
--- pstoedit-3.50_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/pstoedit/Makefile,v
retrieving revision 1.62
diff -u -u -r1.62 Makefile
--- Makefile 4 Dec 2010 07:32:09 -0000 1.62
+++ Makefile 7 Dec 2010 18:19:19 -0000
@@ -26,6 +26,7 @@
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
+MAKE_JOBS_UNSAFE=yes
MAN1= pstoedit.1
--- pstoedit-3.50_4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list