Bug 151611 - www/firefox35 fails to build with nspr-4.8
Summary: www/firefox35 fails to build with nspr-4.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beat Gaetzi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 22:20 UTC by toomas.aas
Modified: 2010-10-21 12:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description toomas.aas 2010-10-20 22:20:11 UTC
When attempting to build www/firefox35 port (3.5.14,1) while having nspr-4.8 installed, the build fails at configure step with this error:

configure: error: --with-system-nspr and --with-nspr-libs/cflags are mutually exclusive.
See 'configure --help'.
configure: error: ./configure failed for js/src

Looking at config.log, I spotted this line:

configure:12295: checking for NSPR - version >= 4.8.6

Upgrading nspr to 4.8.6 allows the build to proceed

Fix: 

Makefile should probably be updated to depend on nspr>=4.8.6
How-To-Repeat: cd /usr/ports/www/firefox35
make build
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-20 22:20:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gecko

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Beat Gaetzi freebsd_committer freebsd_triage 2010-10-20 22:28:19 UTC
Responsible Changed
From-To: gecko->beat

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-10-21 12:08:02 UTC
beat        2010-10-21 11:07:57 UTC

  FreeBSD ports repository

  Modified files:
    www/firefox          Makefile 
    www/firefox35        Makefile 
  Log:
  - Firefox needs at least nspr 4.8.6 to build
  
  PR:             ports/151611
  Submitted by:   Toomas Aas <toomas.aas AT raad.tartu.ee>
  
  Revision  Changes    Path
  1.230     +1 -1      ports/www/firefox/Makefile
  1.197     +1 -1      ports/www/firefox35/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Beat Gaetzi freebsd_committer freebsd_triage 2010-10-21 12:08:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!