From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1561 invoked by alias); 6 Dec 2017 19:14:31 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 1067 invoked by uid 89); 6 Dec 2017 19:14:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=dated, H*F:U*cygwin, denis X-HELO: smtp5-g21.free.fr Received: from smtp5-g21.free.fr (HELO smtp5-g21.free.fr) (212.27.42.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 06 Dec 2017 19:14:29 +0000 Received: from [192.168.0.11] (unknown [78.224.52.79]) by smtp5-g21.free.fr (Postfix) with ESMTPS id 1D3695FF13; Wed, 6 Dec 2017 20:14:25 +0100 (CET) From: Denis Excoffier Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.1 \(3445.4.7\)) Date: Thu, 07 Dec 2017 03:17:00 -0000 Subject: tar-1.29 fails to build probably in relation with SSP Message-Id: <8079FF48-EC42-48BA-9F8B-FEFC47010E50@Denis-Excoffier.org> To: The Cygwin Mailing List X-SW-Source: 2017-12/txt/msg00050.txt.bz2 Hello, I have installed the latest snapshot, dated 20171201, which includes the "e= xport SSP functions" commit (dated 20171127). I'm also up to date with the packages (gcc 6.4.0 etc.). My uname -a produce= s: CYGWIN_NT-6.1-WOW PC13169 2.10.0(0.323/5/3) i686 Cygwin I tried to build tar-1.29 and i get several errors, SSP-related i suppose, = the first ones being: In file included from /usr/include/stdlib.h:338:0, from ./stdlib.h:36, from acl-internal.h:23, from acl-internal.c:24: /usr/include/ssp/stdlib.h:9:20: error: expected declaration specifiers or '= ...' before 'mbstowcs' __ssp_decl(size_t, mbstowcs, (wchar_t *__buf, const char *__src, size_t __= n)) ^~~~~~~~ /usr/include/ssp/stdlib.h:9:30: error: expected declaration specifiers or '= ...' before '(' token __ssp_decl(size_t, mbstowcs, (wchar_t *__buf, const char *__src, size_t __= n)) ^ /usr/include/ssp/stdlib.h:16:28: error: expected declaration specifiers or = '...' before 'wcstombs' __ssp_redirect_raw(size_t, wcstombs, \ ^~~~~~~~ /usr/include/ssp/stdlib.h:17:5: error: expected declaration specifiers or '= ...' before '(' token (char *__buf, const wchar_t *__src, size_t __len), \ ^ I cannot figure out what i should be doing (instead of this e-mail). If i d= isable SSP (#define _FORTIFY_SOURCE 0 in tar-1.29/config.h.in), all goes well. In addition, i can tell that this tar-1.29 has built with no problem under = the Cygwin packages (cygwin-, cygwin-devel- and cygwin-doc-) that were up to date on the 2017-09-21 (must be one of 2.9.0-1 or -2 or -3). Hope this helps. Denis Excoffier. -- 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