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: Mon, 24 Nov 2014 00:09:40 +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 1416784191 13232 80.91.229.3 (23 Nov 2014 23:09:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 23 Nov 2014 23:09:51 +0000 (UTC) Cc: Emacs development discussions To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 00:09:46 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 1XsgHq-0002zr-4i for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2014 00:09:46 +0100 Original-Received: from localhost ([::1]:50284 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsgHp-0007ij-G6 for ged-emacs-devel@m.gmane.org; Sun, 23 Nov 2014 18:09:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsgHm-0007ib-Az for emacs-devel@gnu.org; Sun, 23 Nov 2014 18:09:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsgHl-0002Ad-9f for emacs-devel@gnu.org; Sun, 23 Nov 2014 18:09:42 -0500 Original-Received: from mail-oi0-x234.google.com ([2607:f8b0:4003:c06::234]:47067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsgHl-0002AV-3m for emacs-devel@gnu.org; Sun, 23 Nov 2014 18:09:41 -0500 Original-Received: by mail-oi0-f52.google.com with SMTP id h136so5829659oig.25 for ; Sun, 23 Nov 2014 15:09:40 -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=7uhkef/4sE+NMalF6LFZtRkFk1VIUgyR6jqIsv1gMYc=; b=hOfFPBXFW7G4BEqcreG5xTgI2EVCf2quQHdJT0eUiDm0FLaHu5ug3z21RRK0RxuV8W VwqDJcDfkyzTcyrsaoMpICX9lWg4gd8iUhpV2yRj0l9gIyPo85eGWJIOtHOldcn+Ftqe +LanmrRMeLBm/bNFmkt5wVKrxS82pke1a2Vk2X0+U4PPNYkaTLTea4eqTlOchl5SSmQH 6kUxOfbOBqJPMZRpwWSIrBhSEnCO+7wAhhhqTlOQgQP+LMNpzqxW0a0D8XDV8pXYzX7R WL/FavJh29aQWHAmSbYR/jzlBEWH7ELE/W9uaU+se7SuICbTxOMTtJAnrHMSWaldDEQO Dw6Q== X-Received: by 10.60.55.68 with SMTP id q4mr9420634oep.64.1416784180696; Sun, 23 Nov 2014 15:09:40 -0800 (PST) Original-Received: by 10.60.47.84 with HTTP; Sun, 23 Nov 2014 15:09:40 -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::234 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:178136 Archived-At: >> 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] > > That line has been unchanged there for quite a while, I think. The > definition here is the same as it is in gnutls 2.12. Ok, I've now realized that I updated my GnuTLS library on 2014-11-10, from version 3.0.9 to 3.3.9: ftp://ftp.gnutls.org/gcrypt/gnutls/w32/gnutls-3.3.9-w32.zip I guess that explains the warning. Thanks. -- Dani Moncayo