[Bug 211615] net/nsscache: fails to find _bsddb which is deprecated

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Aug 5 23:18:10 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211615

            Bug ID: 211615
           Summary: net/nsscache: fails to find _bsddb which is deprecated
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: yuri at rawbw.com

bsddb is deprecated since 2.6:
https://docs.python.org/2/library/bsddb.html#module-bsddb

bsddb3 module should be used instead.


---error---
Traceback (most recent call last):
  File "/usr/local/bin/nsscache", line 28, in <module>
    from nss_cache import app
  File "/usr/local/lib/python2.7/site-packages/nss_cache/app.py", line 34, in
<module>
    from nss_cache import command
  File "/usr/local/lib/python2.7/site-packages/nss_cache/command.py", line 35,
in <module>
    from nss_cache.caches import cache_factory
  File
"/usr/local/lib/python2.7/site-packages/nss_cache/caches/cache_factory.py",
line 29, in <module>
    from nss_cache.caches import nssdb
  File "/usr/local/lib/python2.7/site-packages/nss_cache/caches/nssdb.py", line
21, in <module>
    import bsddb
  File "/usr/local/lib/python2.7/bsddb/__init__.py", line 67, in <module>
    import _bsddb
ImportError: No module named _bsddb

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainer informed via mail

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list