[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#21075: 'Make Check' fail
From: |
Ludovic Courtès |
Subject: |
bug#21075: 'Make Check' fail |
Date: |
Fri, 17 Jul 2015 01:22:04 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Hi, owner,
owner <address@hidden> skribis:
> /home/rhys/Guix/guix/guix-daemon: error while loading shared libraries:
> libsqlite3.so.0: cannot open shared object file: No such file or directory
This is the culprit: The build daemon cannot be launched because that
library is not found.
Since you’re on GuixSD, that probably means that ld-wrapper is not in
the profile/environment (it would have added libsqlite3 to the RUNPATH
of guix-daemon.)
Can you please make sure that either you install ‘gcc-toolchain’ in your
profile (rather that gcc + binutils + glibc), or that you build using
‘guix environment guix’ as noted in ‘README’?
TIA,
Ludo’.
PS: Please keep address@hidden in Cc.