Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82298 - dev-lisp/cl-elephant Berkeley DB error: No such file or directory
Summary: dev-lisp/cl-elephant Berkeley DB error: No such file or directory
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Lisp Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-16 16:56 UTC by Matthew Kennedy (RETIRED)
Modified: 2005-04-13 22:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Kennedy (RETIRED) gentoo-dev 2005-02-16 16:56:33 UTC
>>
>> Berkeley DB error: No such file or directory
>>     [Condition of type SLEEPYCAT:DB-ERROR]
>>
>> Restarts:
>>    0: [ABORT] Abort handling SLIME request.
>>    1: [ABORT] Return to Top-Level.
>>
>> Backtrace:
>>    0: (SLEEPYCAT:DB-ENV-OPEN #<Alien (* T) at #x0806DCB8> "/home/garry/testdb" :JOINENV NIL ...)
>>    1: ((METHOD OPEN-CONTROLLER NIL (STORE-CONTROLLER)) (#(6 0 3 2 1 ...) . #()) #<unused-arg> #<STORE-CONTROLLER {5832F80D}> (:RECOVER NIL :RECOVER-FATAL NIL :THREAD ...))
>>   --more--
>
> Garry, I just tried this for myself in SBCL 0.8.19 and CMUCL 19a and I get the
> same thing.  Looks like a genuine Gentoo bug, so thanks for drawing it to my
> attention.  I'll create a bug report for it later and add you to the CC list.
>
> Best regards,
>
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2005-04-13 22:45:47 UTC
Test case

(asdf:oos 'asdf:load-op :elephant)
(use-package "ELE")
(open-store "/tmp/testdb")
(add-to-root "my key" "my value")
(get-from-root "my key")
(close-store)

succeeds...