Date: Mon, 29 Mar 2004 07:52:17 -0800 (PST) From: Tilman Linneweh <arved@FreeBSD.org> To: arved@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perky@FreeBSD.org Subject: Re: ports/64886: net/nicotine does not start Message-ID: <200403291552.i2TFqHeA044738@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403291552.i2TFqHeA044738>