From: steve j. <st...@si...> - 2001-08-01 10:06:29
|
Hi, Earlier tonight I was installing roundup and ran into the following trouble while running python -c 'import test;test.go()' (as specified in the INSTALL.txt): ---begin paste--- [stevej@missdevil roundup-0.2.3]$ python -c 'import test;test.go()' ...............EEEE. ====================================================================== ERROR: testChanges (test.test_db.bsddb3DBTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_db.py", line 190, in setUp setupSchema(self.db, 1) File "test/test_db.py", line 12, in setupSchema status.create(name="unread") File "roundup/hyperdb.py", line 109, in create newid = str(self.count() + 1) File "roundup/hyperdb.py", line 731, in count return self.db.countnodes(self.classname) File "roundup/backends/back_bsddb3.py", line 123, in countnodes db = cldb or self.getclassdb(classname) File "roundup/backends/back_bsddb3.py", line 72, in getclassdb return bsddb3.btopen(path, 'n') File "/usr/local/lib/python2.1/site-packages/bsddb3/__init__.py", line 149, in btopen d.open(file, _db.DB_BTREE, flags, mode) DBNoSuchFileError: (2, 'No such file or directory') ====================================================================== ERROR: testExceptions (test.test_db.bsddb3DBTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_db.py", line 190, in setUp setupSchema(self.db, 1) File "test/test_db.py", line 12, in setupSchema status.create(name="unread") File "roundup/hyperdb.py", line 109, in create newid = str(self.count() + 1) File "roundup/hyperdb.py", line 731, in count return self.db.countnodes(self.classname) File "roundup/backends/back_bsddb3.py", line 123, in countnodes db = cldb or self.getclassdb(classname) File "roundup/backends/back_bsddb3.py", line 72, in getclassdb return bsddb3.btopen(path, 'n') File "/usr/local/lib/python2.1/site-packages/bsddb3/__init__.py", line 149, in btopen d.open(file, _db.DB_BTREE, flags, mode) DBNoSuchFileError: (2, 'No such file or directory') ====================================================================== ERROR: testRetire (test.test_db.bsddb3DBTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_db.py", line 190, in setUp setupSchema(self.db, 1) File "test/test_db.py", line 12, in setupSchema status.create(name="unread") File "roundup/hyperdb.py", line 109, in create newid = str(self.count() + 1) File "roundup/hyperdb.py", line 731, in count return self.db.countnodes(self.classname) File "roundup/backends/back_bsddb3.py", line 123, in countnodes db = cldb or self.getclassdb(classname) File "roundup/backends/back_bsddb3.py", line 72, in getclassdb return bsddb3.btopen(path, 'n') File "/usr/local/lib/python2.1/site-packages/bsddb3/__init__.py", line 149, in btopen d.open(file, _db.DB_BTREE, flags, mode) DBNoSuchFileError: (2, 'No such file or directory') ====================================================================== ERROR: testExceptions (test.test_db.bsddb3ReadOnlyDBTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test/test_db.py", line 200, in setUp setupSchema(db, 1) File "test/test_db.py", line 12, in setupSchema status.create(name="unread") File "roundup/hyperdb.py", line 109, in create newid = str(self.count() + 1) File "roundup/hyperdb.py", line 731, in count return self.db.countnodes(self.classname) File "roundup/backends/back_bsddb3.py", line 123, in countnodes db = cldb or self.getclassdb(classname) File "roundup/backends/back_bsddb3.py", line 72, in getclassdb return bsddb3.btopen(path, 'n') File "/usr/local/lib/python2.1/site-packages/bsddb3/__init__.py", line 149, in btopen d.open(file, _db.DB_BTREE, flags, mode) DBNoSuchFileError: (2, 'No such file or directory') ---------------------------------------------------------------------- Ran 20 tests in 0.669s FAILED (errors=4) ---end paste--- I'm currently running with a newly installed python 2.1, bsddb3 on a redhat 7.0 machine (I also ripped the python 1.5.2 rpms tonight also) and am wondering if there's something obvious that I missed or something less obvious that I can help track down. thanks in advance and I look forward to poking around with it more, steve -- steve jenson <st...@si...> http://sieve.net/ PGP fingerprint: 79D0 4836 11E4 A43A 0179 FC97 3AE2 008E 1E57 6138 |