From patchwork Thu May 24 13:54:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Neumann X-Patchwork-Id: 161138 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id B9E54B6FD3 for ; Thu, 24 May 2012 23:55:04 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 79FF3A03C2; Thu, 24 May 2012 13:55:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jEEVEhWqyeMe; Thu, 24 May 2012 13:55:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 14393A03C8; Thu, 24 May 2012 13:55:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id C7E458F753 for ; Thu, 24 May 2012 13:55:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B2B698A145 for ; Thu, 24 May 2012 13:55:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9nunOTOko5WP for ; Thu, 24 May 2012 13:54:58 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from vwp2514.webpack.hosteurope.de (vwp2514.webpack.hosteurope.de [87.230.42.24]) by whitealder.osuosl.org (Postfix) with ESMTP id 7F02A8A02F for ; Thu, 24 May 2012 13:54:58 +0000 (UTC) Received: from port-87-234-241-131.static.qsc.de ([87.234.241.131] helo=[192.168.42.100]); authenticated by vwp2514.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) id 1SXYVE-0003bD-C8; Thu, 24 May 2012 15:54:56 +0200 Message-ID: <1337867696.2404.2.camel@sven> From: Sven Neumann To: Nigel Sollars Date: Thu, 24 May 2012 15:54:56 +0200 In-Reply-To: References: Organization: RAUMFELD GmbH X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-bounce-key: webpack.hosteurope.de; s.neumann@raumfeld.com; 1337867698; 6c917c61; Cc: buildroot@busybox.net Subject: Re: [Buildroot] GNUTLS X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net On Wed, 2012-05-23 at 20:59 -0400, Nigel Sollars wrote: > Hello, > > I checked out the latest git as of yesterday, gnutls fails the build > with > > checking > for /usr/local/panda-stuff/buildroot-src/git/buildroot-22052012/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc option to accept ISO C99... -std=gnu99 > checking > for /usr/local/panda-stuff/buildroot-src/git/buildroot-22052012/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 > configure: autobuild project... GnuTLS > configure: autobuild revision... 2.12.18 > configure: autobuild hostname... slacktab > configure: autobuild timestamp... 20120524T004953Z > checking for inline... inline > checking whether we are using the GNU C++ compiler... yes > checking > whether /usr/local/panda-stuff/buildroot-src/git/buildroot-22052012/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-g++ accepts -g... yes > checking dependency style > of /usr/local/panda-stuff/buildroot-src/git/buildroot-22052012/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-g++... gcc3 > checking for ld used by > GCC... /usr/local/panda-stuff/buildroot-src/git/buildroot-22052012/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld > checking if the linker > (/usr/local/panda-stuff/buildroot-src/git/buildroot-22052012/output/host/usr/--with-libgcrypt-prefix=bin/arm-unknown-linux-uclibcgnueabi-ld) is GNU ld... yes > checking for shared library run path origin... done > checking for libgcrypt... no > configure: error: > *** > *** Libgcrypt v1.4.0 or later was not found. You may want to get it > from > *** ftp://ftp.gnupg.org/gcrypt/libgcrypt/ > *** Try changing the --with-libgcrypt-prefix= option in gnutls.mk into --without-libgcrypt-prefix: Regards, Sven diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk index ce570d5..5fc69fd 100644 --- a/package/gnutls/gnutls.mk +++ b/package/gnutls/gnutls.mk @@ -8,7 +8,7 @@ GNUTLS_VERSION = 2.12.18 GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.bz2 GNUTLS_SITE = $(BR2_GNU_MIRROR)/gnutls GNUTLS_DEPENDENCIES = host-pkg-config libgcrypt -GNUTLS_CONF_OPT = --with-libgcrypt --with-libgcrypt-prefix=$(STAGING_DIR)/usr \ +GNUTLS_CONF_OPT = --with-libgcrypt --without-libgcrypt-prefix \ --without-p11-kit GNUTLS_INSTALL_STAGING = YES