[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FAIL: tests/guix-register.sh
From: |
Ludovic Courtès |
Subject: |
Re: FAIL: tests/guix-register.sh |
Date: |
Tue, 24 Sep 2013 22:59:49 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Nikita Karetnikov <address@hidden> skribis:
> HEAD (caf96debc257dee9ad8b0ea74cc6a8241c30dad4) fails. ‘guix-register.log’:
>
> + type -P sqlite3
> /usr/local/bin/sqlite3
> + echo 'select * from ValidPaths where
> path="/nix/store/z4pyj3rbgpqpd3mj0rxpbbpg45hlfcbh-guile-bootstrap-2.0";'
> + sqlite3 /home/tester/guix-test3/t-register-6453/nix/var/nix/db/db.sqlite
> SQLite header and source version mismatch
That seems to indicate that the ‘sqlite’ program is using at run time a
libsqlite.so that does not match the sqlite.h it was compiled against.
Could it be that something’s wrong with your setup? (Erroneous
LD_LIBRARY_PATH, etc.)
Thanks,
Ludo’.