security/nss port cannot be compiled with net/lam port installed. The problem is with file /usr/local/include/mpi.h, which interferes with nss's internal mpi.h file. Fix: 1. pkg_create -b lam-\* 2. pkg_delete -f lam-\* 3. make -C /usr/ports/security/nss (or portupgrade nss if necessary) 4. pkg_add lam-*.tbz How-To-Repeat: 1. Install net/lam and ensure that file /usr/local/include/mpi.h exists. 2. cd /usr/ports/security/nss && make
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer (via the GNATS Auto Assign Tool)
mezz 2007-12-11 19:27:53 UTC FreeBSD ports repository Modified files: security/nss Makefile security/nss/files patch-..::coreconf::FreeBSD.mk Log: Fix the build when net/lam installed in system. PR: ports/117623 and ports/114871 Reported by: Alexander Vasyanin <avasyanin@mail.ru> Koji Yokota <yokota@res.otaru-uc.ac.jp> Revision Changes Path 1.40 +1 -2 ports/security/nss/Makefile 1.8 +7 -6 ports/security/nss/files/patch-..::coreconf::FreeBSD.mk _______________________________________________ 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 The fix has been committed, thanks for report/test!