Bug 86335 - security/py-xmlsec has incomplete dependancies and does not find nss properly
Summary: security/py-xmlsec has incomplete dependancies and does not find nss properly
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: Vsevolod Stakhov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-19 15:30 UTC by ADDRESS-HARVESTED-FROM-FREEBSD-PR
Modified: 2005-09-19 19:00 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 ADDRESS-HARVESTED-FROM-FREEBSD-PR 2005-09-19 15:30:13 UTC
      security/py-xmlsec has several problems:
1) on build - had to add: CONFIGURE_ARGS+= --with-nss=/usr/local --with-nspr=/usr/local  to make it build.
2) on first attempt to import with python:

Fix: 

Not known. Please consult maintainer (ports@freebsd.org)
How-To-Repeat:       See full description.
Comment 1 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-19 15:57:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vsevolod

I'll try to solve this problem.
Comment 2 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-19 16:36:46 UTC
I do not understand why adding such CONFIGURE_ARGS is needed as this port
builds successfully without it. About problem with importing undefined symbol:
you should update your libxml2 library (textproc/libxml2).
Comment 3 Vsevolod Stakhov freebsd_committer freebsd_triage 2005-09-19 18:59:57 UTC
State Changed
From-To: open->closed

Python related part has been committed.