Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Sep 2005 14:23:15 GMT
From:      rik <freebsd-ports@rikrose.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/86335: security/py-xmlsec has incomplete dependancies and does not find nss properly
Message-ID:  <200509191423.j8JENFgp071013@www.freebsd.org>
Resent-Message-ID: <200509191430.j8JEUDh1050654@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         86335
>Category:       ports
>Synopsis:       security/py-xmlsec has incomplete dependancies and does not find nss properly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 19 14:30:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     rik
>Release:        5.3
>Organization:
N/A
>Environment:
FreeBSD hidden 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004     root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
      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:
>How-To-Repeat:
      See full description.
>Fix:
      Not known. Please consult maintainer (ports@freebsd.org)
>Release-Note:
>Audit-Trail:
>Unformatted:
 >>> import xmlsec
 Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "/usr/local/lib/python2.4/site-packages/xmlsec.py", line 44, in ?
     import libxml2
 ImportError: No module named libxml2
 >>> 
 
 Dependancy on textproc/py-libxml2 is missing.
 
 3) Upon installing py-libxml2, and trying again:
 
 >>> import xmlsec
 Traceback (most recent call last):
   File "<stdin>", line 1, in ?
   File "/usr/local/lib/python2.4/site-packages/xmlsec.py", line 44, in ?
     import libxml2
   File "/usr/local/lib/python2.4/site-packages/libxml2.py", line 1, in ?
     import libxml2mod
 ImportError: /usr/local/lib/python2.4/site-packages/libxml2mod.so: Undefined symbol "xmlSchemaIsValid"
 >>> 
 
 Suspect some work needs putting into this.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509191423.j8JENFgp071013>