From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: missing input and more Date: Thu, 5 Feb 2015 16:59:24 +0100 Message-ID: <20150205155924.GA28451@debian.eduroam.u-bordeaux.fr> References: <20150205070425.GA25300@venom> <20150205103004.GA21848@debian.eduroam.u-bordeaux.fr> <87zj8s62rl.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJOq7-00008a-64 for guix-devel@gnu.org; Thu, 05 Feb 2015 10:59:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJOq3-0008Ms-2a for guix-devel@gnu.org; Thu, 05 Feb 2015 10:59:35 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:55607) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJOq2-0008MO-M5 for guix-devel@gnu.org; Thu, 05 Feb 2015 10:59:31 -0500 Content-Disposition: inline In-Reply-To: <87zj8s62rl.fsf@gmail.com> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org On Thu, Feb 05, 2015 at 07:01:18PM +0800, 宋文武 wrote: > Ah, I think libraries in 'Requires.private' should also be propagated, > otherwise, we got: > $ pkg-config --cflags gnutls > = Package 'zlib', required by 'GnuTLS', not found > If not propagated, other packages use gnutls have to add zlib to inputs, > even they never use it. For whatever reason, this command works for me: $ pkg-config --cflags gnutls -I/gnu/store/0mfgwxgqyhlvi5xyi1j2lbr3ygczsdyp-gnutls-3.2.21/include -I/gnu/store/gayyfjxgsbpym1dcnd3b9mzwj2fz3jvj-nettle-2.7.1/include -I/gnu/store/dm9cnj2ng8a58l88j4bs9zjf78ysjprv-libtasn1-4.2/include with the one that was currently in my profile, and $ pkg-config --cflags gnutls -I/gnu/store/msknn44rcfwfall90lz1kcklsd34iy21-gnutls-3.3.12/include -I/gnu/store/gayyfjxgsbpym1dcnd3b9mzwj2fz3jvj-nettle-2.7.1/include -I/gnu/store/dm9cnj2ng8a58l88j4bs9zjf78ysjprv-libtasn1-4.2/include with the latest version. Andreas