From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Build failure (master; MS-Windows) Date: Sun, 23 Nov 2014 23:52:53 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1416783185 31790 80.91.229.3 (23 Nov 2014 22:53:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2014 22:53:05 +0000 (UTC) Cc: Emacs development discussions To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 23 23:52:59 2014 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 1Xsg1b-0007Yr-3Y for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 23:52:59 +0100 Original-Received: from localhost ([::1]:50259 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xsg1a-0004YK-Of for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 17:52:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xsg1X-0004X9-Fl for emacs-devel@gnu.org; Sun, 23 Nov 2014 17:52:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xsg1W-0006YM-FJ for emacs-devel@gnu.org; Sun, 23 Nov 2014 17:52:55 -0500 Original-Received: from mail-oi0-x236.google.com ([2607:f8b0:4003:c06::236]:33841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xsg1W-0006YI-AI for emacs-devel@gnu.org; Sun, 23 Nov 2014 17:52:54 -0500 Original-Received: by mail-oi0-f54.google.com with SMTP id u20so5943483oif.27 for ; Sun, 23 Nov 2014 14:52:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nD8hiBxu7Tt6JMVAf63esQbdo/BQw8Bo1zs+t1jlN+o=; b=tHtiBqMwoNxtgP3M0cP0lv4BIIPM/tLGVmoIWGI7l1EUywIL9O1nf52qdiIP6lIepX rqJNqpAWpHg1h/uwPb+g0FIstO/wgHj3/ISZrq5y29Dx2WbntWrjPl6dSHpOot0sn+ph Ma9QOlsMiTZH2XA3sdkMpWoyuZ8CERIndxiqoOmcCmXGczQihOIycxeS14oflTHq/tH/ mtnhI/qz6RnUDEnx12p5FBVS58LuEB/l/YJE84eg7QON60FajKr6O66SwzJ7a0PECB6m YQUOENXLzUuieiA98vGG4hP2nALaBVaRZCoCcyRbvMiY9r4Q98qyKHb21YEV7NA6gCvR Mulw== X-Received: by 10.60.38.227 with SMTP id j3mr4232153oek.5.1416783173656; Sun, 23 Nov 2014 14:52:53 -0800 (PST) Original-Received: by 10.60.47.84 with HTTP; Sun, 23 Nov 2014 14:52:53 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::236 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:178134 Archived-At: >> c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:954:12: error: >> incompatible type for argument 1 of >> 'fn_gnutls_x509_crt_get_fingerprint' > > Hm. Looks like a cut'n'paste error in the Windows function definition > for that function. Could you check whether the fix I just pushed helps? Now I the bootstrap ends without errors, but I still see these warnings: c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:130:1: warning: 'gnutls_connection_end_t' is deprecated [-Wdeprecated-declarations] c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c: In function 'gnutls_certificate_details': c:/cygwin64/home/Dani/devel/emacs/repo/src/gnutls.c:871:26: warning: initialization makes pointer from integer without a cast [enabled by default] which were not present in a similar build from 2014-11-08 (for which I keep the full output of "make"). -- Dani Moncayo