ports/168239: editors/libreoffice does not honor MAKE_JOBS_UNSAFE

Howard Goldstein hg at cally.queue.to
Tue May 22 20:20:01 UTC 2012


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



More information about the freebsd-ports-bugs mailing list