Bug 182125 - cad/gmsh: set MAKE_JOBS_UNSAFE
Summary: cad/gmsh: set 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: Stephen Montgomery-Smith
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-15 21:30 UTC by Thierry Thomas
Modified: 2013-09-15 22:50 UTC (History)
1 user (show)

See Also:


Attachments
gmsh.diff (619 bytes, patch)
2013-09-15 21:30 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas freebsd_committer freebsd_triage 2013-09-15 21:30:00 UTC
	Gmsh fails on redports:
	https://redports.org/~thierry/20130915103801-15392-144687/gmsh-2.8.2.log

	If MAKE_JOBS_UNSAFE is set, it builds successfully:
	https://redports.org/~thierry/20130915190601-11654-144707/gmsh-2.8.2.log

Fix: Apply the hereunder patch:

	(Note: as usual, this is just a workaround - perhaps a better
	fix could be found in the port's Makefiles?)
How-To-Repeat: 	Build on a MP machine.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-15 21:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stephen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-15 22:41:43 UTC
Author: stephen
Date: Sun Sep 15 21:41:35 2013
New Revision: 327360
URL: http://svnweb.freebsd.org/changeset/ports/327360

Log:
  - Set make_jobs_unsafe.
  
  PR:		ports/182125
  Submitted by:	Thierry Thomas <thierry@FreeBSD.org>

Modified:
  head/cad/gmsh/Makefile

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Sun Sep 15 21:37:31 2013	(r327359)
+++ head/cad/gmsh/Makefile	Sun Sep 15 21:41:35 2013	(r327360)
@@ -32,6 +32,8 @@ USE_GMAKE=	yes
 USE_GL=		yes
 ALL_TARGET=	all
 
+MAKE_JOBS_UNSAFE=	yes
+
 MAN1=		gmsh.1
 
 CMAKE_ARGS+=	-DCMAKE_SKIP_RPATH:BOOL=YES
_______________________________________________
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"
Comment 3 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2013-09-15 22:42:39 UTC
State Changed
From-To: open->closed

Committed, thanks.