ports/64886: net/nicotine does not start

Tilman Linneweh arved at FreeBSD.org
Mon Mar 29 15:52:17 UTC 2004


Synopsis: net/nicotine does not start

Responsible-Changed-From-To: freebsd-ports-bugs->perky
Responsible-Changed-By: arved
Responsible-Changed-When: Mon Mar 29 07:45:23 PST 2004
Responsible-Changed-Why: 
Something is wrong with the bsddb python module. 

perky, can you look at this?

% cat bdbtest
import bsddb
x = bsddb.hashopen("bsddb.test")
x["one"] = "1"
print x
x.close()
x = bsddb.hashopen("bsddb.test")
print x

% python bdbtest
Traceback (most recent call last):
  File "bdbtest", line 2, in ?
    x = bsddb.hashopen("bsddb.test")
  File "/usr/local/lib/python2.3/bsddb/__init__.py", line 192, in hashopen
    d.open(file, db.DB_HASH, flags, mode)
bsddb._db.DBInvalidArgError: (22, 'Invalid argument -- architecture lacks fast mutexes: applications cannot be threaded')


http://www.freebsd.org/cgi/query-pr.cgi?pr=64886



More information about the freebsd-ports-bugs mailing list