From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 22 20:20:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 911211065673 for ; Tue, 22 May 2012 20:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 52D828FC0C for ; Tue, 22 May 2012 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4MKK164057444 for ; Tue, 22 May 2012 20:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4MKK1CC057443; Tue, 22 May 2012 20:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 22 May 2012 20:20:01 GMT Resent-Message-Id: <201205222020.q4MKK1CC057443@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, Howard Goldstein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F6EC1065680 for ; Tue, 22 May 2012 20:16:57 +0000 (UTC) (envelope-from hg@cally.queue.to) Received: from pickle.queue.to (pickle.queue.to [71.180.69.18]) by mx1.freebsd.org (Postfix) with ESMTP id DDFB58FC18 for ; Tue, 22 May 2012 20:16:56 +0000 (UTC) Received: (qmail 11251 invoked from network); 22 May 2012 16:10:15 -0400 Received: from cally.queue.to (172.16.0.6) by pickle.queue.to with ESMTP; 22 May 2012 16:10:15 -0400 Received: (qmail 6499 invoked by uid 1000); 22 May 2012 16:10:15 -0400 Message-Id: <20120522201015.6498.qmail@cally.queue.to> Date: 22 May 2012 16:10:15 -0400 From: Howard Goldstein To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/168239: editors/libreoffice does not honor MAKE_JOBS_UNSAFE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Howard Goldstein List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 20:20:01 -0000 >Number: 168239 >Category: ports >Synopsis: editors/libreoffice does not honor MAKE_JOBS_UNSAFE >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 22 20:20:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Howard Goldstein >Release: FreeBSD 8.3-STABLE amd64 >Organization: >Environment: System: FreeBSD cally.queue.to 8.3-STABLE FreeBSD 8.3-STABLE #7: Thu May 10 20:35:31 EDT 2012 hg@cally.queue.to:/usr/obj/usr/src/sys/CALLY amd64 NB this is an 8.3 stable that does not actually succeed at building libreoffice because of the old libstdc++ and because of other bitrot involved in building it on an 8.X box >Description: MAKE_JOBS_UNSAFE=yes is set in the Makefile, however the configure script pulls the kernel OID for the number of cpus resulting in multiple jobs running despite the MAKE_JOBS_UNSAFE setting >How-To-Repeat: make configure , and then check work/libreoffice-core-3.5.2.2/configure looking for BUILD_NCPUS. It will not be 1 which is what it should be >Fix: make patch manually edit configure script so that BUILD_NCPUS=1 is always set (search configure script for FreeBSD and the OID pull; it's with openbsd) >Release-Note: >Audit-Trail: >Unformatted: