From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 1 15:10:00 2014 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 ESMTPS id CEDFC76F for ; Thu, 1 May 2014 15:10:00 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AB4631605 for ; Thu, 1 May 2014 15:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s41FA0Wp091091 for ; Thu, 1 May 2014 15:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s41FA04S091090; Thu, 1 May 2014 15:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 1 May 2014 15:10:00 GMT Resent-Message-Id: <201405011510.s41FA04S091090@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, Jia-Shiun Li 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 ESMTPS id 6F519150 for ; Thu, 1 May 2014 15:02:39 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C98C1596 for ; Thu, 1 May 2014 15:02:39 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s41F2dbk070426 for ; Thu, 1 May 2014 15:02:39 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s41F2do1070418; Thu, 1 May 2014 15:02:39 GMT (envelope-from nobody) Message-Id: <201405011502.s41F2do1070418@cgiserv.freebsd.org> Date: Thu, 1 May 2014 15:02:39 GMT From: Jia-Shiun Li To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189202: [patch] devel/gobject-introspection is sound enough to parallel build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 15:10:01 -0000 >Number: 189202 >Category: ports >Synopsis: [patch] devel/gobject-introspection is sound enough to parallel build >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: Thu May 01 15:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Jia-Shiun Li >Release: 11.0-CURRENT >Organization: >Environment: FreeBSD 4cbsd 11.0-CURRENT FreeBSD 11.0-CURRENT #31 r264726: Tue Apr 22 01:19:28 CST 2014 jsli@4cbsd:/usr/obj/usr/src/sys/Minimal amd64 >Description: It's been a while since MAKE_JOBS_UNSAFE was set in ports/146645. And gobject-introspection has evolved from 0.6.10 to 1.36.0. It looks safe enough to parallel build now. jsli@4cbsd:/usr/ports/devel/gobject-introspection # sysctl kern.smp.cpus hw.model kern.smp.cpus: 4 hw.model: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz jsli@4cbsd:/usr/ports/devel/gobject-introspection # time make -DBATCH MAKE_JOBS_NUMBER=64 .. .. gmake[1]: Leaving directory `/usr/ports/devel/gobject-introspection/work/gobject-introspection-1.36.0' ====> Compressing man pages (compress-man) 32.810u 10.694s 0:26.53 163.9% 18465+377k 0+296io 0pf+0w jsli@4cbsd:/usr/ports/devel/gobject-introspection # >How-To-Repeat: >Fix: patch attached to enable parallel build. Patch attached with submission follows: --- gobject-introspection.orig/Makefile 2014-03-06 17:13:24.000000000 +0800 +++ gobject-introspection/Makefile 2014-05-01 22:47:52.000000000 +0800 @@ -23,7 +23,6 @@ USE_PYTHON= 2 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib >Release-Note: >Audit-Trail: >Unformatted: