From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Can't build trunk - LIBGNUTLS_LIBS (src/Makefile) now expands to null string Date: Fri, 11 Oct 2013 18:28:15 +0000 Message-ID: <20131011182815.GA2941@acm.acm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1381516625 4533 80.91.229.3 (11 Oct 2013 18:37:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Oct 2013 18:37:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 11 20:37:08 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VUhaG-0004da-OD for ged-emacs-devel@m.gmane.org; Fri, 11 Oct 2013 20:37:08 +0200 Original-Received: from localhost ([::1]:55892 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUhaG-0003Ea-Cf for ged-emacs-devel@m.gmane.org; Fri, 11 Oct 2013 14:37:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUha6-0003D6-Ik for emacs-devel@gnu.org; Fri, 11 Oct 2013 14:37:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUhZy-00055B-SC for emacs-devel@gnu.org; Fri, 11 Oct 2013 14:36:58 -0400 Original-Received: from colin.muc.de ([193.149.48.1]:52890 helo=mail.muc.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUhZy-00054t-Lm for emacs-devel@gnu.org; Fri, 11 Oct 2013 14:36:50 -0400 Original-Received: (qmail 88154 invoked by uid 3782); 11 Oct 2013 18:30:07 -0000 Original-Received: from acm.muc.de (pD95185F3.dip0.t-ipconnect.de [217.81.133.243]) by colin.muc.de (tmda-ofmipd) with ESMTP; Fri, 11 Oct 2013 20:30:06 +0200 Original-Received: (qmail 26140 invoked by uid 1000); 11 Oct 2013 18:28:15 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 8.x X-Received-From: 193.149.48.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164112 Archived-At: Hi, Emacs. I "haven't changed anything". Yet, in the trunk, just updated, my make bootstrap fails at link time. There are lots of undefined references to gnutls_*. Further investigation shows that in .../src/Makefile, LIBGNUTLS_LIBS has become the emptry string, whereas in Emacs 24.3, it expanded to "-lgnutls". This seems likely to be a symptom of the error. Please help me get this sorted out. Thanks! -- Alan Mackenzie (Nuremberg, Germany).