Skip site navigation (1)Skip section navigation (2)
Date:      18 Jan 2013 17:00:41 -0500
From:      Howard Goldstein <hg@cally.queue.to>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175421: [WORKAROUND] www/firefox is MAKE_JOBS_SAFE but never uses more than one cpu
Message-ID:  <20130118220041.26368.qmail@cally.queue.to>
Resent-Message-ID: <201301182210.r0IMA0JO033330@freefall.freebsd.org>

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

>Number:         175421
>Category:       ports
>Synopsis:       [WORKAROUND] www/firefox is MAKE_JOBS_SAFE but never uses more than one cpu
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 18 22:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Howard Goldstein
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD cally.queue.to 9.1-STABLE FreeBSD 9.1-STABLE #19 r245273: Thu Jan 10 19:38:30 EST 2013 hg@cally.queue.to:/usr/obj/usr/src/sys/CALLY amd64

www/firefox from r310622

	
>Description:
	
www/firefox no longer uses more than one cpu when building even though it is marked and safe for multiple jobs.

In the build after all of the config a brief warning is shown:
  gmake: jobserver unavailable

  The rest of the warning says that gmake is forcing -j1 and one cpu 
  building

>How-To-Repeat:
	

>Fix:
To work around, set MOZ_MAKE_FLAGS in the build environment

MOZ_MAKE_FLAGS='-j6'
export MOZ_MAKE_FLAGS
make install
	


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



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