Bug 117623 - security/nss port does not compile with net/lam port installed
Summary: security/nss port does not compile with net/lam port installed
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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 06:30 UTC by Alexander Vasyanin
Modified: 2007-12-11 19:30 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 Alexander Vasyanin 2007-10-29 06:30:02 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-29 06:30:17 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-29 06:30:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-12-11 19:27:57 UTC
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"
Comment 4 Jeremy Messenger freebsd_committer freebsd_triage 2007-12-11 19:28:12 UTC
State Changed
From-To: open->closed

The fix has been committed, thanks for report/test!