Re: [elephant-devel] "file is not of required architecture"

2009-11-22 Thread Sebastian Tennant
Quoth Sebastian Tennant : > Quoth Ian Eslick : >> What were the problems you encountered and solutions you found? >> Anything we should add to the FAQ? > > Nothing (reliable) that isn't already addressed in the FAQ. I suspect there's > something in git SBCL (1.0.32.xx) which was causing me prob

Re: [elephant-devel] "file is not of required architecture"

2009-11-21 Thread Sebastian Tennant
Quoth Ian Eslick : > What were the problems you encountered and solutions you found? > Anything we should add to the FAQ? Nothing (reliable) that isn't already addressed in the FAQ. I suspect there's something in git SBCL (1.0.32.xx) which was causing me problems on my 32-bit Debian box but I'

Re: [elephant-devel] "file is not of required architecture"

2009-11-21 Thread Ian Eslick
What were the problems you encountered and solutions you found? Anything we should add to the FAQ? Sent from my iPhone On Nov 21, 2009, at 1:54 PM, Sebastian Tennant wrote: > Quoth "Leslie P. Polzer" : >> Can you send us the backtrace? Also try compiling libmemutil.so >> manually. >> Th

Re: [elephant-devel] "file is not of required architecture"

2009-11-21 Thread Sebastian Tennant
Quoth "Leslie P. Polzer" : > Can you send us the backtrace? Also try compiling libmemutil.so manually. > The patches shouldn't influence the compatibility but it can't harm to apply > them either. I've got elephant working on my Mac as well now - a 32-bit ClozureCL and a patched 32-bit BDB - so t

Re: [elephant-devel] "file is not of required architecture"

2009-11-19 Thread Ian Eslick
No problem! I'll add the FAQ to the site shortly. -Ian On Nov 19, 2009, at 3:09 PM, Sebastian Tennant wrote: > Quoth Ian Eslick : >> The reason I asked for the my-config.sexp is that the my-config you >> forwarded some time ago below will fail in the way you are talking >> about (undefined symb

Re: [elephant-devel] "file is not of required architecture"

2009-11-19 Thread Sebastian Tennant
Quoth Ian Eslick : > The reason I asked for the my-config.sexp is that the my-config you > forwarded some time ago below will fail in the way you are talking > about (undefined symbols as well as unrecognized arguments) because > this file is telling it to use BDB 4.5 headers to talk to 4.7

Re: [elephant-devel] "file is not of required architecture"

2009-11-19 Thread Ian Eslick
Seb, The reason I asked for the my-config.sexp is that the my-config you forwarded some time ago below will fail in the way you are talking about (undefined symbols as well as unrecognized arguments) because this file is telling it to use BDB 4.5 headers to talk to 4.7 libraries. BDB chan

Re: [elephant-devel] "file is not of required architecture"

2009-11-15 Thread Leslie P. Polzer
Sebastian Tennant wrote: > Quoth "Leslie P. Polzer" : >>> Berkeley DB error #22: Invalid argument >>> [Condition of type BDB-DB-ERROR] > >> Try again after removing libmemutil.so (thus causing Elephant to rebuild it). > > It fails before this file is built, i.e., there is no libmemutil.so. I

Re: [elephant-devel] "file is not of required architecture"

2009-11-14 Thread Sebastian Tennant
Quoth "Leslie P. Polzer" : >> Berkeley DB error #22: Invalid argument >> [Condition of type BDB-DB-ERROR] > Try again after removing libmemutil.so (thus causing Elephant to rebuild it). It fails before this file is built, i.e., there is no libmemutil.so. Instead, there's a strange directory

Re: [elephant-devel] "file is not of required architecture"

2009-11-13 Thread Leslie P. Polzer
Sebastian Tennant wrote: > Quoth Sebastian Tennant : >> Now let's see if I can get elephant's bdb store working on my Mac. > > Well, I'm a lot closer, but still not quite there yet. > > I compiled a 64-bit BerkeleyDB but now I get a 'Berkeley DB error #22: Invalid > argument' error message when I

Re: [elephant-devel] "file is not of required architecture"

2009-11-13 Thread Sebastian Tennant
Quoth Sebastian Tennant : > Now let's see if I can get elephant's bdb store working on my Mac. Well, I'm a lot closer, but still not quite there yet. I compiled a 64-bit BerkeleyDB but now I get a 'Berkeley DB error #22: Invalid argument' error message when I try to (open-store ...): bash-3.2$

Re: [elephant-devel] "file is not of required architecture"

2009-11-12 Thread Sebastian Tennant
Quoth "R. Matthew Emerson" : >> Any idea what the magic incantation to ./compile is, or which file I should >> look in to find out? > $ CFLAGS="-arch x86_64" LDFLAGS="-arch x86_64" ../dist/configure Ah!!! Thank you. They're the magic flags I was looking for. Now let's see if I can get elephant'

Re: [elephant-devel] "file is not of required architecture"

2009-11-12 Thread R. Matthew Emerson
On Nov 12, 2009, at 10:23 AM, Sebastian Tennant wrote: > Quoth Robert Synnott : >> If you install BDB from Oracle's source, you might get a 64bit build (or have >> the option to ask for one in the configuration stage). I gather that MacPorts >> hasn't been adapted too well for Snow Leopard as yet

Re: [elephant-devel] "file is not of required architecture"

2009-11-12 Thread Sebastian Tennant
Quoth Robert Synnott : > If you install BDB from Oracle's source, you might get a 64bit build (or have > the option to ask for one in the configuration stage). I gather that MacPorts > hasn't been adapted too well for Snow Leopard as yet. Noted, although I'm not actually running Snow Leopard. Any

Re: [elephant-devel] "file is not of required architecture"

2009-11-12 Thread Robert Synnott
If you install BDB from Oracle's source, you might get a 64bit build (or have the option to ask for one in the configuration stage). I gather that MacPorts hasn't been adapted too well for Snow Leopard as yet. Rob 2009/11/12 Sebastian Tennant : > Quoth "Leslie P. Polzer" : >> On Tue, Nov 10, 2009

Re: [elephant-devel] "file is not of required architecture"

2009-11-12 Thread Sebastian Tennant
Quoth "Leslie P. Polzer" : > On Tue, Nov 10, 2009 at 06:35:38PM +, Sebastian Tennant wrote: >> I've installed MacPort's db47 but am getting the same error as before: > Are you sure that it's compiled for 64bit? I've no doubt that's what the problem is. My Mac is a 64-bit machine but installin

Re: [elephant-devel] "file is not of required architecture"

2009-11-10 Thread Leslie P. Polzer
On Tue, Nov 10, 2009 at 06:35:38PM +, Sebastian Tennant wrote: > I've installed MacPort's db47 but am getting the same error as before: Are you sure that it's compiled for 64bit? ___ elephant-devel site list elephant-devel@common-lisp.net http://co

Re: [elephant-devel] "file is not of required architecture"

2009-11-10 Thread Sebastian Tennant
Quoth "Leslie P. Polzer" : > This passage is terribly outdated. Use BDB 4.7. Well I'll update the passage when I submit my patch. In the mean time, it'd be nice to get elephant working on my Mac (I bet it's fine under Debian). I've installed MacPort's db47 but am getting the same error as before

Re: [elephant-devel] "file is not of required architecture"

2009-11-10 Thread Leslie P. Polzer
On Tue, Nov 10, 2009 at 09:21:37AM +, Sebastian Tennant wrote: > Quoth "Leslie P. Polzer" : > > Is there a specific reason you're not using 4.7? > > Yes there is. It clearly states in the manual that elephant only works with > BerkeleyDB version 4.5. > > (info "(elephant)Berkeley DB") > ht

Re: [elephant-devel] "file is not of required architecture"

2009-11-10 Thread Sebastian Tennant
Quoth "Leslie P. Polzer" : > Is there a specific reason you're not using 4.7? Yes there is. It clearly states in the manual that elephant only works with BerkeleyDB version 4.5. (info "(elephant)Berkeley DB") http://common-lisp.net/project/elephant/doc/Berkeley-DB.html#Berkeley-DB Seb -- Ema

Re: [elephant-devel] "file is not of required architecture"

2009-11-10 Thread Leslie P. Polzer
Sebastian Tennant wrote: > Hi list, > > elephant-1.0(git) > SBCL(git) > Intel Core 2 DuoMacOS X Leopard > > I built and installed BerkeleyDB 4.5 as per /src/contrib/henrik's script. It > compiled prefectly cleanly, withtout any problems at all. Is there a

[elephant-devel] "file is not of required architecture"

2009-11-09 Thread Sebastian Tennant
Hi list, elephant-1.0(git) SBCL(git) Intel Core 2 DuoMacOS X Leopard I built and installed BerkeleyDB 4.5 as per /src/contrib/henrik's script. It compiled prefectly cleanly, withtout any problems at all. my-config.sexp reads: ((:compiler . :gcc) (:ber