delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/08/12/07:26:47

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
q=dns; s=default; b=rS7FUZGwZbzJGYTMPaO3eux6AQCAXFjdAHm5G5JniCD
SlMUx1a6XIMFGDzljHl3wUGc44cowGWEWPffmT1kLclvhEhA5OEmqIjS8u+r9lk8
RD7rfjcjuGM9gDgUftLiL8O0CmIt3uG/a6kLhFtsNxZEoyg8WoIbQoK2GabZfiIw
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
s=default; bh=AV4ffMcRAO+Igr3c730wHzAandI=; b=NWKlTSOOZOJkJ5Sb7
h+va/E2Fx79GpWh2Gpw/AOBqSDEU1MqDzOJKJhbY3he7MNeEK7ltYxdd6pd4LzC+
xkd7AEzwrpgWzyiFIxD9LEK+WKfkAV4LOEpO5eRHdfmSP0/HHn2Y3n9+JV4Od46l
95cPiFxrXl4gV4Jnez0lDpnmSQ=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Spam-SWARE-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_PGP_INLINE,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.2
X-Received: by 10.112.6.98 with SMTP id z2mr9741171lbz.2.1376306786266; Mon, 12 Aug 2013 04:26:26 -0700 (PDT)
Message-ID: <5208C660.7050007@gmail.com>
Date: Mon, 12 Aug 2013 15:26:24 +0400
From: LRN <lrn1986 AT gmail DOT com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Thunderbird/26.0a1
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: redefinition of __fpending
References: <E4C62E40-CEF3-400D-B41D-FF3C3BCA9021 AT Denis-Excoffier DOT org> <20130812100541 DOT GA2691 AT calimero DOT vinschen DOT de>
In-Reply-To: <20130812100541.GA2691@calimero.vinschen.de>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12.08.2013 14:05, Corinna Vinschen wrote:
> On Aug 11 09:20, Denis Excoffier wrote:
>> Hello,
>>
>> I don't really know what is going on, but the new (since 1.7.23) __fpending() declaration
>> in /usr/include/stdio_def.h (line 47) seems to prevent the following to compile (redefinition
>> of __fpending, i'm using GCC-4.8.1):
>> - m4-1.4.16
>> - grep-2.14
>> - findutils-4.5.11
>>
>> These packages use fpending.c from gnulib.
> 
> Big sigh.
> 
> The gnulib-related configure test checks for the declaration of
> __fpending, but the build environment still tries to compile gnulib's
> fpending.c.  But __fpending is defined as inline function in stdio_ext.h
> so the definition in fpending.c clashes with the one in stdio_ext.h.
> 
> That's a bug in the gnulib build environment.  The definition of
> __fpending should be skipped if HAVE_DECL___FPENDING is 1.
> 
> The problem is that this doesn't really help us a lot since all
> packages with integrated gnulib are affected.
> 
> I'm not sure how to fix this yet.
This is fixed in upstream gnulib.

Obviously, that doesn't really help you much - you still need to either
patch packages, or update their copies of gnulib.

- -- 
O< ascii ribbon - stop html email! - www.asciiribbon.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)

iQEcBAEBAgAGBQJSCMZeAAoJEOs4Jb6SI2CwnAkIANvlrNJsGl49P6v/u+MFpRi+
3Q5WiGpMbJXdS5PlWwei5WjI43ctdYudO/alPkiKOI/A74wnVt/rzSspdGtIZxcD
x4UMfGxfkLurAmxHoPBGaGH/TuqdpI3U+XtO8+JNbVT9eXT1+1K4XlxZwl+1F4K1
hTKOsMq+T0Tkxl7K3CM3wdEB1yBXdCimt2eg4wN/dMLSM+YsjisNuGZIOE0Af2YN
mg7y+no9tHt5jLnxXVapBWj+ddzGT5wt33yq/iGYCdgFtNiGRwa/S7JVPB2n/xVz
RMsWFJn6w3KE6rKdkNjM+/KyjYkRgMmswQ0METFeYQ+tmPwxFVPuRZ4aOGpuc1s=
=2BKV
-----END PGP SIGNATURE-----

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019