From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Please test the merge of the concurrency branch Date: Fri, 9 Dec 2016 08:40:58 -0800 Organization: UCLA Computer Science Department Message-ID: <14f5bab1-f96c-e812-9def-31b55057bea2@cs.ucla.edu> References: <83oa0lgnzx.fsf@gnu.org> <87mvg52k7o.fsf@codethink.co.uk> <83inqtgjb5.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1481301717 28626 195.159.176.226 (9 Dec 2016 16:41:57 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 9 Dec 2016 16:41:57 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 Cc: emacs-devel@gnu.org To: Eli Zaretskii , Robert Marshall Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 09 17:41:51 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cFOF5-0006U1-7H for ged-emacs-devel@m.gmane.org; Fri, 09 Dec 2016 17:41:51 +0100 Original-Received: from localhost ([::1]:47613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFOF9-00034D-A4 for ged-emacs-devel@m.gmane.org; Fri, 09 Dec 2016 11:41:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFOEO-0000w4-AQ for emacs-devel@gnu.org; Fri, 09 Dec 2016 11:41:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFOEN-00031L-HD for emacs-devel@gnu.org; Fri, 09 Dec 2016 11:41:08 -0500 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:59326) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cFOEH-0002xN-R7; Fri, 09 Dec 2016 11:41:01 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id E62E91601F4; Fri, 9 Dec 2016 08:40:59 -0800 (PST) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 6tMaevKLbyGJ; Fri, 9 Dec 2016 08:40:59 -0800 (PST) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 3D0601601F1; Fri, 9 Dec 2016 08:40:59 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 3txvB3ZH_p2N; Fri, 9 Dec 2016 08:40:59 -0800 (PST) Original-Received: from Penguin.CS.UCLA.EDU (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 2341F1601EA; Fri, 9 Dec 2016 08:40:59 -0800 (PST) In-Reply-To: <83inqtgjb5.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:210191 Archived-At: On 12/09/2016 08:26 AM, Eli Zaretskii wrote: > Thanks, please try again. On Fedora 24 x86-64: CC sysdep.o sysdep.c:61:1: error: function declaration isn=E2=80=99t a prototype=20 [-Werror=3Dstrict-prototypes] extern int h_errno; ^~~~~~ In file included from sysdep.c:56:0: sysdep.c:61:12: error: redundant redeclaration of =E2=80=98__h_errno_loca= tion=E2=80=99=20 [-Werror=3Dredundant-decls] extern int h_errno; ^ /usr/include/netdb.h:61:13: note: previous declaration of=20 =E2=80=98__h_errno_location=E2=80=99 was here extern int *__h_errno_location (void) __THROW __attribute__ ((__const__= )); ^~~~~~~~~~~~~~~~~~