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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=x3xvuBhUfub91mnb GqyLxhI8/5ApRPYs0bWxJ+GcOYHLu+zkQUq/DwG/ruHh8hvngNIO2UymN3Td7Idh l1b1tu5V1FvWOo+6nEkr29i5bVtD/YScp4iqAYFeI7t/gO/DkBDltudaXvP1Fdjn eukgvRSTkAStfE+QySwW+r8QFI8= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=Agod6mpzZ/HF/PL+dpi88c UkDBw=; b=DQ+oja0Sn6VkGEdPfqwSMTSXNYgRr407eQXsqIKWFDybyC2n66LLQO C9DCp7n5+rK8P8UcuOWp+fB0hsBmaOFieGvF2EVU9MBHdXOp5UIAVEkynVv5HmKQ 6dhLcEDEilt01wsAi+gTOr2erut5O/9XBj8V3IbSe3ik6qUDCccHY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1253, UD:signal.h, signalh, signal.h X-HELO: limerock03.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: build of coreutils fails with many many messages To: cygwin AT cygwin DOT com References: <59531E97-547C-48F8-9735-8F50C2741C87 AT Denis-Excoffier DOT org> From: Ken Brown Message-ID: <56FE558B.1030205@cornell.edu> Date: Fri, 1 Apr 2016 07:03:39 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <59531E97-547C-48F8-9735-8F50C2741C87@Denis-Excoffier.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 4/1/2016 2:18 AM, Denis Excoffier wrote: > Hello, > > I tried to build coreutils-8.25 with the latest cygwin (2.5.0-0.10 or 2.4.1-1) > and all the latest packages, and as 'configure' seems to pass ok, 'make' > fails with hundreds of lines of messages like below. > > Please can someone reproduce this (Windows 7, 32bits)? > > Regards, > > Denis Excoffier > > > In file included from /usr/include/sys/signal.h:112:0, > from /usr/include/signal.h:6, > from ./lib/signal.h:52, > from ./lib/sys/select.h:108, > from /usr/include/sys/time.h:47, > from ./lib/sys/time.h:39, > from ./lib/sys/select.h:87, > from /usr/include/sys/types.h:85, > from ./lib/sys/types.h:28, > from /usr/include/sys/unistd.h:12, > from /usr/include/unistd.h:4, > from ./lib/unistd.h:40, > from ./lib/stdlib.h:96, > from lib/malloca.h:23, > from lib/malloca.c:22: > /usr/include/cygwin/signal.h:178:3: error: unknown type name 'pthread_attr_t' > pthread_attr_t *sigev_notify_attributes; /* notification attributes */ This looks like the gnulib issue that I reported in http://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00054.html. Try applying the fix from that thread to the gnulib tree in the coreutils sources. Ken -- 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