Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 20:13:06 GMT
From:      Jia-Shiun Li <jiashiun@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189319: [patch]  now builds ok without MAKE_JOBS_UNSAFE
Message-ID:  <201405032013.s43KD6pv000797@cgiserv.freebsd.org>
Resent-Message-ID: <201405032020.s43KK0u0079544@freefall.freebsd.org>

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

>Number:         189319
>Category:       ports
>Synopsis:       [patch]  now builds ok without MAKE_JOBS_UNSAFE
>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:   Sat May 03 20:20: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 #32 r265228: Sat May  3 00:16:42 CST 2014     jsli@4cbsd:/usr/obj/usr/src/sys/Minimal  amd64

>Description:
net-im/empathy seems to have been fixed parallel build since being marked MAKE_JOBS_UNSAFE in ports/145443.

jsli@4cbsd:/usr/ports/net-im/empathy # 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/net-im/empathy # time make -DBATCH MAKE_JOBS_NUMBER=1024 build
..
..
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/usr/ports/net-im/empathy/work/empathy-2.34.0'
gmake[2]: Leaving directory `/usr/ports/net-im/empathy/work/empathy-2.34.0'
gmake[1]: Leaving directory `/usr/ports/net-im/empathy/work/empathy-2.34.0'
152.406u 53.322s 1:04.36 319.6% 22822+362k 0+956io 0pf+0w
jsli@4cbsd:/usr/ports/net-im/empathy # 

>How-To-Repeat:

>Fix:
patch attached to enable parallel build.

Patch attached with submission follows:

--- empathy.orig/Makefile	2014-04-11 20:13:13.000000000 +0800
+++ empathy/Makefile	2014-05-04 01:46:03.000000000 +0800
@@ -38,7 +38,6 @@
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
 USE_PYTHON=	yes
-MAKE_JOBS_UNSAFE=yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-Werror \


>Release-Note:
>Audit-Trail:
>Unformatted:



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