From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: FAIL: tests/guix-register.sh Date: Tue, 24 Sep 2013 22:59:49 +0200 Message-ID: <87vc1qorzu.fsf@gnu.org> References: <8761tr84aw.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOZn1-0008FJ-Ca for guix-devel@gnu.org; Tue, 24 Sep 2013 17:05:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOZmv-0000qU-Ok for guix-devel@gnu.org; Tue, 24 Sep 2013 17:04:59 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:58033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOZmv-0000qM-Hu for guix-devel@gnu.org; Tue, 24 Sep 2013 17:04:53 -0400 In-Reply-To: <8761tr84aw.fsf@karetnikov.org> (Nikita Karetnikov's message of "Tue, 24 Sep 2013 04:13:43 +0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: guix-devel@gnu.org Nikita Karetnikov skribis: > HEAD (caf96debc257dee9ad8b0ea74cc6a8241c30dad4) fails. =E2=80=98guix-reg= ister.log=E2=80=99: > > + type -P sqlite3 > /usr/local/bin/sqlite3 > + echo 'select * from ValidPaths where path=3D"/nix/store/z4pyj3rbgpqpd3m= j0rxpbbpg45hlfcbh-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 =E2=80=98sqlite=E2=80=99 program is using a= t run time a libsqlite.so that does not match the sqlite.h it was compiled against. Could it be that something=E2=80=99s wrong with your setup? (Erroneous LD_LIBRARY_PATH, etc.) Thanks, Ludo=E2=80=99.