From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 15 20:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BC3C51FB for ; Sun, 15 Sep 2013 20:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9AB30241A for ; Sun, 15 Sep 2013 20:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8FKU0VM089511 for ; Sun, 15 Sep 2013 20:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8FKU0ep089510; Sun, 15 Sep 2013 20:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Sep 2013 20:30:00 GMT Resent-Message-Id: <201309152030.r8FKU0ep089510@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thierry Thomas Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B6BD1B0; Sun, 15 Sep 2013 20:25:22 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from mx1b.lautre.net (etna.lautre.net [80.67.160.72]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E72223FE; Sun, 15 Sep 2013 20:25:22 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1b.lautre.net (Postfix) with ESMTPSA id C06007E0F4; Sun, 15 Sep 2013 22:25:16 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id A740942D2E8D; Sun, 15 Sep 2013 22:25:15 +0200 (CEST) Message-Id: <20130915202515.A740942D2E8D@graf.pompo.net> Date: Sun, 15 Sep 2013 22:25:15 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/182125: cad/gmsh: set MAKE_JOBS_UNSAFE Cc: stephen@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Sep 2013 20:30:00 -0000 >Number: 182125 >Category: ports >Synopsis: cad/gmsh: set MAKE_JOBS_UNSAFE >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 15 20:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 9.2-BETA2 i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 9.2-BETA2 FreeBSD 9.2-BETA2 #0 r253984: Tue Aug 6 19:35:52 CEST 2013 thierry@graf.pompo.net:/usr/obj/usr/src/sys/GRAF130324 i386 >Description: 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 >How-To-Repeat: Build on a MP machine. >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?) --- gmsh.diff begins here --- diff -u cad/gmsh.orig/Makefile cad/gmsh/Makefile --- cad/gmsh.orig/Makefile 2013-08-10 11:38:49.000000000 +0200 +++ cad/gmsh/Makefile 2013-09-15 21:05:56.000000000 +0200 @@ -1,5 +1,5 @@ # Created by: Pedro Giffuni -# $FreeBSD: head/cad/gmsh/Makefile 324253 2013-08-04 22:27:55Z stephen $ +# $FreeBSD: thierry/cad/gmsh/Makefile 16948 2013-09-15 19:05:56Z thierry $ PORTNAME= gmsh PORTVERSION= 2.8.2 @@ -32,6 +32,8 @@ USE_GL= yes ALL_TARGET= all +MAKE_JOBS_UNSAFE= yes + MAN1= gmsh.1 CMAKE_ARGS+= -DCMAKE_SKIP_RPATH:BOOL=YES Common subdirectories: cad/gmsh.orig/files and cad/gmsh/files --- gmsh.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: