Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

6 views
Skip to first unread message

bugzilla...@freebsd.org

unread,
Aug 5, 2016, 7:18:17 PM8/5/16
to
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-p...@FreeBSD.org
Reporter: yu...@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 <bugz...@FreeBSD.org> ---
Maintainer informed via mail

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-p...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-b...@freebsd.org"

bugzilla...@freebsd.org

unread,
Aug 5, 2016, 7:38:37 PM8/5/16
to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211615

yu...@rawbw.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Not A Bug
Status|New |Closed

--- Comment #2 from yu...@rawbw.com ---
This is actually a bug in python:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211616
0 new messages