From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#47159: 28.0.50; gnutls not recognized in build process without pkg-config Date: Sat, 20 Mar 2021 09:44:11 +0300 Message-ID: References: <8635wwfuit.fsf@protected.rcdrun.com> <87sg4trotr.fsf@gnus.org> <87tup7o9p6.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21893"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.0.6 (2021-03-06) Cc: Glenn Morris , 47159@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Mar 20 07:48:24 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lNVPM-0005YY-6L for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 20 Mar 2021 07:48:24 +0100 Original-Received: from localhost ([::1]:33106 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lNVPK-0000BL-OR for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 20 Mar 2021 02:48:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37936) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lNVP2-0000Ai-H1 for bug-gnu-emacs@gnu.org; Sat, 20 Mar 2021 02:48:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39853) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lNVP0-000674-F2 for bug-gnu-emacs@gnu.org; Sat, 20 Mar 2021 02:48:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lNVP0-0006wc-Dh for bug-gnu-emacs@gnu.org; Sat, 20 Mar 2021 02:48:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 20 Mar 2021 06:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47159 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 47159-submit@debbugs.gnu.org id=B47159.161622287026676 (code B ref 47159); Sat, 20 Mar 2021 06:48:02 +0000 Original-Received: (at 47159) by debbugs.gnu.org; 20 Mar 2021 06:47:50 +0000 Original-Received: from localhost ([127.0.0.1]:51399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lNVOn-0006wB-Ri for submit@debbugs.gnu.org; Sat, 20 Mar 2021 02:47:50 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:51801) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lNVOj-0006vs-BK for 47159@debbugs.gnu.org; Sat, 20 Mar 2021 02:47:48 -0400 Original-Received: from localhost ([::ffff:41.202.241.53]) (AUTH: PLAIN securesender, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 0000000000027F3B.0000000060559A8A.00002ED4; Fri, 19 Mar 2021 23:47:38 -0700 Content-Disposition: inline In-Reply-To: <87tup7o9p6.fsf@gnus.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:202721 Archived-At: * Lars Ingebrigtsen [2021-03-19 11:00]: > Glenn Morris writes: > > >> I can't see any explicit checks for pkg-config in configure.ac. > > > > PKG_PROG_PKG_CONFIG(0.9.0) > > > > Perhaps you want to check the result of that and make it fatal, > > but only in some cases. Or perhaps users should read configure output. > > Ah, thanks. I've now added a warning about this just above the error > about the missing library, so that should help, and probably not lead to > too many false positives. I have now done git pull and removed pkg-config from system temporarily, this below is the message I got, even though I do have gnutls in the system. ... checking for pkg-config... no ... checking for GifMakeMapObject in -lgif... yes configure: error: The following required libraries were not found: gnutls Maybe some development libraries/packages are missing? To build anyway, give: --with-gnutls=ifavailable as options to configure.