chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] ANN: new eggs, pthreads and sqlite3pth


From: Jörg F . Wittenberger
Subject: Re: [Chicken-users] ANN: new eggs, pthreads and sqlite3pth
Date: Mon, 18 Jan 2016 13:30:47 +0100
User-agent: Mozilla/5.0 (X11; Linux armv7l; rv:38.0) Gecko/20100101 Icedove/38.4.0

Am 17.01.2016 um 17:06 schrieb Mario Domenech Goulart:
> Hello Jörg,

> sqlite3pth's installation fails, so I haven't added it yet:

Yeah.  That's a known documented limitation.
https://github.com/0-8-15/sqlite3pth

"""(Sorry for this. For this. I can not rely on system installed sqlite
but must be sure to have the exact version. Otherwise the hashes of the
resulting database content will not match and replication break. Patches
for this are very welcome.)"""

I'd greatly welcome suggestions how to overcome this.  What can be done
in the .setup file?  Or should I include a full build of sqlite3 just to
make the automatic installation work?  That looks like an overkill to me.

So far I settled with the idea that this egg would require a manual
download and a symlink to a sqlite3 build (as documented).

As I know there is at least some interest to try this out, maybe you
could add it anyway.  Well figure out how to best make it install out of
the box then.

Thanks

/Jörg

> 
> $ chicken-install
> retrieving ...
> checking platform for `sqlite3pth' ...
> checking dependencies for `sqlite3pth' ...
> install order:
> ("sqlite3pth")
> installing sqlite3pth: ...
> changing current directory to .
>   '/home/mario/local/chicken-4.9.0.1/bin/csi' -bnq -setup-mode -e 
> "(require-library setup-api)" -e "(import setup-api)" -e 
> "(setup-error-handling)" -e "(extension-name-and-version '(\"sqlite3pth\" 
> \"\"))" 'sqlite3pth.setup'
>   '/home/mario/local/chicken-4.9.0.1/bin/csc' -feature compiling-extension 
> -setup-mode    -s -O3 -d2 -J -emit-type-file sqlite3pth.types sqlite3pth.scm 
> sqlite/sqlite3.o -L -pthread
> csc: file `sqlite/sqlite3.o' does not exist
> 
> Error: shell command failed with nonzero exit status 16384:
> 
>   '/home/mario/local/chicken-4.9.0.1/bin/csc' -feature compiling-extension 
> -setup-mode    -s -O3 -d2 -J -emit-type-file sqlite3pth.types sqlite3pth.scm 
> sqlite/sqlite3.o -L -pthread
> 
> 
> Error: shell command terminated with nonzero exit code
> 17920
> "'/home/mario/local/chicken-4.9.0.1/bin/csi' -bnq -setup-mode -e 
> \"(require-libr...
> 
> 
> Best wishes.
> Mario
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]