From simon at josefsson.org Thu Jun 7 16:00:47 2007 From: simon at josefsson.org (Simon Josefsson) Date: Thu, 07 Jun 2007 16:00:47 +0200 Subject: FYI: Building under uClinux Message-ID: <874pljampc.fsf@mocca.josefsson.org> In case anyone is interested in building libgpg-error, libgcrypt, gnutls and/or gsasl under uClinux, here are some brief instructions: http://josefsson.org/uclinux/ http://permalink.gmane.org/gmane.linux.uclinux.devel/11539 /Simon From Torrey.McMahon at sun.com Mon Jun 11 17:03:34 2007 From: Torrey.McMahon at sun.com (Torrey McMahon) Date: Mon, 11 Jun 2007 11:03:34 -0400 Subject: Solaris /dev/urandom issue Message-ID: <466D6446.20307@sun.com> Using the configure script in 1.2.4 I see that the solaris builds don't include /dev/urandom support. "configure" line 20974 *-solaris* | *-irix* | *-dec-osf* | *-netbsd* ) NAME_OF_DEV_RANDOM="/dev/random" NAME_OF_DEV_URANDOM="/dev/random" # DYNLINK_MOD_CFLAGS="-shared $CFLAGS_PIC" ;; Solaris has included /dev/urandom for a while now. Can a simple test be included to test for /dev/urandom and, if present, use it? From wk at gnupg.org Wed Jun 13 19:36:12 2007 From: wk at gnupg.org (Werner Koch) Date: Wed, 13 Jun 2007 19:36:12 +0200 Subject: Solaris /dev/urandom issue In-Reply-To: <4659F6A5.4090003@yahoo.com> (Torrey McMahon's message of "Sun, 27 May 2007 17:22:45 -0400") References: <4659F6A5.4090003@yahoo.com> Message-ID: <87k5u7bvub.fsf@wheatstone.g10code.de> On Sun, 27 May 2007 23:22, tmcmahon2 at yahoo.com said: > Using the configure script in gcrypt 1.2.4 I see that the solaris bits > don't include /dev/urandom support. Thanks for noting. This will eventually be changed. In fact GnuPG changed that a long time ago and it makes sense to use the same code here. Shalom-Salam, Werner From silverburgh.meryl at gmail.com Sun Jun 17 05:00:12 2007 From: silverburgh.meryl at gmail.com (Meryl Silverburgh) Date: Sat, 16 Jun 2007 22:00:12 -0500 Subject: No subject Message-ID: <701fce30706162000m3b7fba44g37f8fe50ae1deb48@mail.gmail.com> I am trying to compile 'libgcrypt' on ubuntu, but I get this error: Can you please tell tell me how to fix it? I have download, make, install libgpg-error-1.5, but it does not help. i486-linux-gnu-gcc -I/home/scheung/src/vlc-trunk/extras/contrib/include -I/home/scheung/src/vlc-trunk/extras/contrib/include -isystem /home/scheung/src/vlc-trunk/extras/contrib/include -Wall -o .libs/basic basic.o -L/home/scheung/src/vlc-trunk/extras/contrib/lib ../src/.libs/libgcrypt.so -lnsl -Wl,--rpath -Wl,/home/scheung/src/vlc-trunk/extras/contrib/lib basic.o: In function `check_cbc_mac_cipher': basic.c:(.text+0x3b3): undefined reference to `gpg_strerror' basic.c:(.text+0x4ed): undefined reference to `gpg_strerror' basic.c:(.text+0x568): undefined reference to `gpg_strerror' basic.c:(.text+0x67f): undefined reference to `gpg_strerror' basic.o: In function `check_aes128_cbc_cts_cipher': basic.c:(.text+0xb59): undefined reference to `gpg_strerror' basic.o:basic.c:(.text+0xbb0): more undefined references to `gpg_strerror' follow collect2: ld returned 1 exit status make[5]: *** [basic] Error 1 make[5]: Leaving directory `/home/scheung/src/vlc-trunk/extras/contrib/src/libgcrypt/tests' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/scheung/src/vlc-trunk/extras/contrib/src/libgcrypt' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/scheung/src/vlc-trunk/extras/contrib/src/libgcrypt' make[2]: *** [.gcrypt] Error 2 make[2]: Leaving directory `/home/scheung/src/vlc-trunk/extras/contrib/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/home/scheung/src/vlc-trunk/extras/contrib' make: *** [all] Error 2 From wk at gnupg.org Mon Jun 18 12:54:04 2007 From: wk at gnupg.org (Werner Koch) Date: Mon, 18 Jun 2007 12:54:04 +0200 Subject: none In-Reply-To: <701fce30706162000m3b7fba44g37f8fe50ae1deb48@mail.gmail.com> (Meryl Silverburgh's message of "Sat, 16 Jun 2007 22:00:12 -0500") References: <701fce30706162000m3b7fba44g37f8fe50ae1deb48@mail.gmail.com> Message-ID: <87wsy1zg6r.fsf@wheatstone.g10code.de> On Sun, 17 Jun 2007 05:00, silverburgh.meryl at gmail.com said: > Can you please tell tell me how to fix it? I have download, make, > install libgpg-error-1.5, but it does not help. You need to install the libgpg-error-dev package. Libgcrypt's configure script should have stopped with an error explaining that libgpg-error is required. Shalom-Salam, Werner