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
Responsible Changed From-To: freebsd-ports-bugs->gecko Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: gecko->beat I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!