Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Patrick May
On 29 Jun 2008, at 20:56, Ian Eslick wrote: I'll talk to the Clozure developers when I get a chance; it's possible one of them will have an easier time figuring out what's causing this problem. Cheers, Ian Ian, Thanks. Let me know if you'd like me to run any other tests. Regards

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Ian Eslick
I'll talk to the Clozure developers when I get a chance; it's possible one of them will have an easier time figuring out what's causing this problem. Cheers, Ian On Jun 29, 2008, at 2:58 PM, Patrick May wrote: On 29 Jun 2008, at 12:00, Ian Eslick wrote: Well Patrick, I'm sorry to say that

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Patrick May
On 29 Jun 2008, at 12:00, Ian Eslick wrote: Well Patrick, I'm sorry to say that I'm stumped. I no longer have access to a 32-bit PPC system to debug this locally. I remember having problems with the 64-bit CCL on Intel the last time I tried to run CCL and was waiting for them to go to prod

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Ian Eslick
Well Patrick, I'm sorry to say that I'm stumped. I no longer have access to a 32-bit PPC system to debug this locally. I remember having problems with the 64-bit CCL on Intel the last time I tried to run CCL and was waiting for them to go to production before running it again. Have you

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Patrick May
On 29 Jun 2008, at 10:17, Ian Eslick wrote: Chris got unstable to work on ccl, so my best guess is that there are stale fasls. Try :force t on asdf:load-op or ensuring that all fasls are deleted in the src/db-bdb directory. The error your forwarded refers to constants in DB-BDB-C46 when the

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Ian Eslick
Chris got unstable to work on ccl, so my best guess is that there are stale fasls. Try :force t on asdf:load-op or ensuring that all fasls are deleted in the src/db-bdb directory. The error your forwarded refers to constants in DB-BDB-C46 when they should be referring to DB-BDB-C45. If yo

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-29 Thread Patrick May
On 28 Jun 2008, at 21:23, Ian Eslick wrote: Patrick, Can you send the contents of your my-config.sexp? Also, what version of uffi are you using? The big hint here is that the BDB constants your are loading are coming from the C46 constants package and not the C45 package that you should

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-28 Thread Ian Eslick
Patrick, Can you send the contents of your my-config.sexp? Also, what version of uffi are you using? The big hint here is that the BDB constants your are loading are coming from the C46 constants package and not the C45 package that you should be loading to match the BDB 4.5 that you're

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-28 Thread Chris Van Dusen
erry > > -Original Message- > From: Chris Van Dusen <[EMAIL PROTECTED]> > > Date: Thu, 26 Jun 2008 21:21:33 > To:Elephant bugs and development > Subject: Re: [elephant-devel] Problem installing with latest Clozure > > > I'm having a problem on PPC

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-28 Thread Patrick May
On 27 Jun 2008, at 10:20, Henrik Hjelte wrote: >>no package named "DB-BDB-C47" The C47 here looks to me like there is something remaining from your old attempt with 4.7 Delete all fasls, and isn't libberkeley-db.dylib created when you compile for the first time? Try removing it, or just dow

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-28 Thread Patrick May
On 27 Jun 2008, at 10:20, Henrik Hjelte wrote: >>no package named "DB-BDB-C47" The C47 here looks to me like there is something remaining from your old attempt with 4.7 Delete all fasls, and isn't libberkeley-db.dylib created when you compile for the first time? Try removing it, or just dow

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-27 Thread Patrick May
On 27 Jun 2008, at 10:20, Henrik Hjelte wrote: >>no package named "DB-BDB-C47" The C47 here looks to me like there is something remaining from your old attempt with 4.7 Delete all fasls, and isn't libberkeley-db.dylib created when you compile for the first time? Try removing it, or just dow

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-27 Thread Henrik Hjelte
>>no package named "DB-BDB-C47" The C47 here looks to me like there is something remaining from your old attempt with 4.7 Delete all fasls, and isn't libberkeley-db.dylib created when you compile for the first time? Try removing it, or just download a fresh copy of elephant. /Henrik On Fri, Jun

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-27 Thread Patrick May
It's a copy of the OSX Defaults section of config.sexp with only the :berkeley-db-cachesize changed. Thanks, Patrick On 27 Jun 2008, at 09:24, Ian Eslick wrote: Check your my-config.sexp Ian On Jun 27, 2008, at 9:00 AM, Patrick May wrote: On 27 Jun 2008, at 07:08, Ian Eslick wrote: Th

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-27 Thread Ian Eslick
Check your my-config.sexp Ian On Jun 27, 2008, at 9:00 AM, Patrick May wrote: On 27 Jun 2008, at 07:08, Ian Eslick wrote: The right command is (open-store '(:BDB "dirname")) Thanks for the help. I installed BDB 4.5 and used the above form. This is the result: ? (open-store '(:BDB "/

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-27 Thread Patrick May
On 27 Jun 2008, at 07:08, Ian Eslick wrote: The right command is (open-store '(:BDB "dirname")) Thanks for the help. I installed BDB 4.5 and used the above form. This is the result: ? (open-store '(:BDB "/Users/Patrick/src/lisp/elephant-bdb/")) ; loading system definition from ele-bdb.a

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-27 Thread Patrick May
On 27 Jun 2008, at 07:09, Ian Eslick wrote: We don't support BDB 4.7 yet (4.5 and 4.6 only) Thanks, I'll install 4.5. Regards, Patrick [EMAIL PROTECTED] S P Engineering, Inc. Large scale, mission-critical, distributed OO systems design and implementation. (C++, Java, Common L

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-27 Thread Ian Eslick
We don't support BDB 4.7 yet (4.5 and 4.6 only) Sent from my BlackBerry -Original Message- From: Chris Van Dusen <[EMAIL PROTECTED]> Date: Thu, 26 Jun 2008 21:21:33 To:Elephant bugs and development Subject: Re: [elephant-devel] Problem installing with latest Clozure I

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-27 Thread Ian Eslick
The right command is (open-store '(:BDB "dirname")) Sent from my BlackBerry -Original Message- From: Patrick May <[EMAIL PROTECTED]> Date: Thu, 26 Jun 2008 22:16:00 To:Elephant bugs and development Subject: Re: [elephant-devel] Problem installing with latest Clo

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-27 Thread Henrik Hjelte
On Fri, Jun 27, 2008 at 4:21 AM, Chris Van Dusen <[EMAIL PROTECTED]> wrote: > I'm having a problem on PPC Mac with CCL, as well, although the error that I'm getting is > It seems like you are compiling against BerkeleyDB 4.7, is that version really working? I think it is 4.5 and 4.6 that is suppor

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-26 Thread Chris Van Dusen
I'm having a problem on PPC Mac with CCL, as well, although the error that I'm getting is: Berkeley DB error #22: Invalid argument [Condition of type BDB-DB-ERROR] In the Slime buffer, it shows: ; loading system definition from /Users/chrisvandusen/.asdf-install- dir/systems/ele-bdb.asd i

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-26 Thread Patrick May
On 26 Jun 2008, at 09:01, Ian Eslick wrote: Those errors seem to indicate a pretty messed up installation. Can you pull a fresh version of Elephant from the elphant-unstable darcs repository (http://www.common-lisp.net/project/elephant/darcs/elephant-unstable ) and try again. The build did

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-26 Thread Patrick May
On 26 Jun 2008, at 09:01, Ian Eslick wrote: Those errors seem to indicate a pretty messed up installation. Can you pull a fresh version of Elephant from the elphant-unstable darcs repository (http://www.common-lisp.net/project/elephant/darcs/elephant-unstable ) and try again. The build did

Re: [elephant-devel] Problem installing with latest Clozure

2008-06-26 Thread Ian Eslick
Those errors seem to indicate a pretty messed up installation. Can you pull a fresh version of Elephant from the elphant-unstable darcs repository (http://www.common-lisp.net/project/elephant/darcs/elephant-unstable ) and try again. The build did once work on Clozure as recent as 0.9 - but

[elephant-devel] Problem installing with latest Clozure

2008-06-25 Thread Patrick May
Hi, I'm trying to build Elephant with the latest Clozure and BDB on a PPC Mac. My my-config.sexp looks like this: #+(and (or sbcl allegro openmcl lispworks) (not (or mswindows windows)) (or macosx darwin)) ((:compiler . :gcc) (:berkeley-db-include-dir . "/usr/local/BerkeleyDB.4.7/includ