From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 3 20:20:01 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 DC8D4B10 for ; Sat, 3 May 2014 20:20: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 B972D11A6 for ; Sat, 3 May 2014 20:20: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 s43KK0rB079546 for ; Sat, 3 May 2014 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s43KK0u0079544; Sat, 3 May 2014 20:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 3 May 2014 20:20:00 GMT Resent-Message-Id: <201405032020.s43KK0u0079544@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 6D9E5A4D for ; Sat, 3 May 2014 20:13:07 +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 5AF6D113F for ; Sat, 3 May 2014 20:13:07 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s43KD6Ma000802 for ; Sat, 3 May 2014 20:13:06 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s43KD6pv000797; Sat, 3 May 2014 20:13:06 GMT (envelope-from nobody) Message-Id: <201405032013.s43KD6pv000797@cgiserv.freebsd.org> Date: Sat, 3 May 2014 20:13:06 GMT From: Jia-Shiun Li To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189319: [patch] now builds ok without MAKE_JOBS_UNSAFE 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: Sat, 03 May 2014 20:20:01 -0000 >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: