From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: libgcrypt Date: Wed, 6 Feb 2013 23:35:21 +0100 Message-ID: <201302062335.21194.andreas@enge.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="Boundary-01=_pqtERX68g31goy6" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3DaV-0002x8-49 for bug-guix@gnu.org; Wed, 06 Feb 2013 17:35:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3DaQ-00007F-Oc for bug-guix@gnu.org; Wed, 06 Feb 2013 17:35:31 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:61629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3DaQ-00006g-Dy for bug-guix@gnu.org; Wed, 06 Feb 2013 17:35:26 -0500 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: bug-guix@gnu.org --Boundary-01=_pqtERX68g31goy6 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, I am now trying to configure and build guix with the packages built by guix. So I installed autoconf, automake, binutils, glibc, gcc and ld- wrapper; added export GUIX_LD_WRAPPER_ALLOW_IMPURITIES=yes to my .bashrc as well as PATH, LIBRARY_PATH, CPATH, MANPATH and PKG_CONFIG_PATH. As discussed before, I also added export ACLOCAL="aclocal -I $HOME/.guix-profile/share/aclocal" . Now configure gives the error: checking for libgcrypt shared library name... libgcrypt checking for guile... (cached) /home/privat/.guix-profile/bin/guile checking for guile-config... /home/privat/.guix-profile/bin/guile-config checking for guile-tools... /home/privat/.guix-profile/bin/guile-tools checking whether libgcrypt can be dynamically loaded... no configure: error: GNU libgcrypt does not appear to be usable; see `--with- libgcrypt-prefix' and `README'. The file config.log ends with the following lines: configure:7038: checking for libgcrypt shared library name configure:7040: result: libgcrypt configure:7047: checking for guile configure:7077: result: /home/privat/.guix-profile/bin/guile configure:7091: checking for guile-config configure:7109: found /home/privat/.guix-profile/bin/guile-config configure:7121: result: /home/privat/.guix-profile/bin/guile-config configure:7135: checking for guile-tools configure:7153: found /home/privat/.guix-profile/bin/guile-tools configure:7165: result: /home/privat/.guix-profile/bin/guile-tools configure:7175: checking whether libgcrypt can be dynamically loaded configure:7190: result: no configure:7194: error: GNU libgcrypt does not appear to be usable; see `-- with-libgcrypt-prefix' and `README'. Do you see why and how to solve it? Andreas --Boundary-01=_pqtERX68g31goy6 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit

Hello,

 

I am now trying to configure and build guix with the packages built by guix. So I installed autoconf, automake, binutils, glibc, gcc and ld-wrapper; added

export GUIX_LD_WRAPPER_ALLOW_IMPURITIES=yes

to my .bashrc as well as PATH, LIBRARY_PATH, CPATH, MANPATH and PKG_CONFIG_PATH.

 

As discussed before, I also added

export ACLOCAL="aclocal -I $HOME/.guix-profile/share/aclocal" .

 

Now configure gives the error:

checking for libgcrypt shared library name... libgcrypt

checking for guile... (cached) /home/privat/.guix-profile/bin/guile

checking for guile-config... /home/privat/.guix-profile/bin/guile-config

checking for guile-tools... /home/privat/.guix-profile/bin/guile-tools

checking whether libgcrypt can be dynamically loaded... no

configure: error: GNU libgcrypt does not appear to be usable; see `--with-libgcrypt-prefix' and `README'.

 

The file config.log ends with the following lines:

configure:7038: checking for libgcrypt shared library name

configure:7040: result: libgcrypt

configure:7047: checking for guile

configure:7077: result: /home/privat/.guix-profile/bin/guile

configure:7091: checking for guile-config

configure:7109: found /home/privat/.guix-profile/bin/guile-config

configure:7121: result: /home/privat/.guix-profile/bin/guile-config

configure:7135: checking for guile-tools

configure:7153: found /home/privat/.guix-profile/bin/guile-tools

configure:7165: result: /home/privat/.guix-profile/bin/guile-tools

configure:7175: checking whether libgcrypt can be dynamically loaded

configure:7190: result: no

configure:7194: error: GNU libgcrypt does not appear to be usable; see `--with-libgcrypt-prefix' and `README'.

 

Do you see why and how to solve it?

 

Andreas

 

--Boundary-01=_pqtERX68g31goy6--