Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2014 15:02:39 GMT
From:      Jia-Shiun Li <jiashiun@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189202: [patch] devel/gobject-introspection is sound enough to parallel build
Message-ID:  <201405011502.s41F2do1070418@cgiserv.freebsd.org>
Resent-Message-ID: <201405011510.s41FA04S091090@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405011502.s41F2do1070418>