From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Guile-SSH found at configure-time but not at run-time Date: Fri, 09 Dec 2016 21:35:52 +0100 Message-ID: <874m2c96xj.fsf@gnu.org> References: <20161201010110.2325efc9@scratchpost.org> <1480970772-30287-1-git-send-email-h.goebel@crazy-compilers.com> <87eg1lumcg.fsf@gnu.org> <58494E16.9010909@crazy-compilers.com> <87fulxchc6.fsf@gnu.org> <584AD2C6.10403@crazy-compilers.com> 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]:49382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFRtg-0007Oe-6q for guix-devel@gnu.org; Fri, 09 Dec 2016 15:36:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFRtb-0001KJ-Ai for guix-devel@gnu.org; Fri, 09 Dec 2016 15:36:00 -0500 In-Reply-To: <584AD2C6.10403@crazy-compilers.com> (Hartmut Goebel's message of "Fri, 9 Dec 2016 16:50:30 +0100") 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" To: Hartmut Goebel Cc: guix-devel@gnu.org Hartmut Goebel skribis: > Am 09.12.2016 um 15:22 schrieb Ludovic Court=C3=A8s: >> You need to install Guile-SSH to fix this (Guile-SSH was found at >> configure-time but not at run-time, leading to this error.) > > I wonder how this can happen. I'm running within "guix environment guix". In =E2=80=98guix environment guix=E2=80=99, Guile-SSH is definitely going t= o be found; you can confirm this by looking at =E2=80=98config.log=E2=80=99. However, if you type =E2=80=9Cmake install=E2=80=9D from there, then it may= be the case that Guile-SSH is no longer visible in the installed environment. HTH! Ludo=E2=80=99.