From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21075: 'Make Check' fail Date: Fri, 17 Jul 2015 01:22:04 +0200 Message-ID: <87615jbsdf.fsf@gnu.org> References: <87bnfccuj2.fsf@gnu-linux-guix.i-did-not-set--mail-host-address--so-tickle-me> 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]:40138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFsUd-0000qM-Dp for bug-guix@gnu.org; Thu, 16 Jul 2015 19:23:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFsUY-0005go-L5 for bug-guix@gnu.org; Thu, 16 Jul 2015 19:23:07 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:50042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFsUY-0005gk-I0 for bug-guix@gnu.org; Thu, 16 Jul 2015 19:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZFsUY-0002tK-8j for bug-guix@gnu.org; Thu, 16 Jul 2015 19:23:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87bnfccuj2.fsf@gnu-linux-guix.i-did-not-set--mail-host-address--so-tickle-me> (owner's message of "Thu, 16 Jul 2015 19:37:53 +1000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: owner Cc: 21075@debbugs.gnu.org Hi, owner, owner skribis: > /home/rhys/Guix/guix/guix-daemon: error while loading shared libraries: l= ibsqlite3.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=E2=80=99re 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 =E2=80=98gcc-toolchain=E2= =80=99 in your profile (rather that gcc + binutils + glibc), or that you build using =E2=80=98guix environment guix=E2=80=99 as noted in =E2=80=98README=E2=80= =99? TIA, Ludo=E2=80=99. PS: Please keep 21075@debbugs.gnu.org in Cc.