Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Aug 2016 23:18:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211615] net/nsscache: fails to find _bsddb which is deprecated
Message-ID:  <bug-211615-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211615

            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@FreeBSD.org
          Reporter: yuri@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@FreeBSD.org> ---
Maintainer informed via mail

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



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