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:date:from:to:cc:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=B09ImM87JLo40UGPEhq/7nWRvrBpnEwkhUtLpYc9jFTMhLeekhWX1 aZPP2I0GsPiyrxnJJklwxCxmAhgVorHHJitbbaY91Kwf/FQRFQfqiuG8nt457Ert Ib+4pz1TkwuKbxlEE10n0FYyW7yH5bvH57JyN7JQW7W2Jv0JCfxgxk= 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:date:from:to:cc:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=kI2jmXdC5vRfU4aJV1rvnGnRvuU=; b=jgimhxjdonKMILatWHR6a1rgJKh9 5S2Fzx9EFcrD9kVxZ/up+rOuhtusfILvEf+Ahxc/+y9UeL8ccAPuJF1FaHP2zQpL dGADDF7tO3EslfXmgPdVBz+/rEZ5Mt4GCZ7Mi69Xx1HgY59SQuasygioy0WdYSL1 vK0nzo/rjY3XbB0= 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 X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_20,RDNS_NONE autolearn=no version=3.3.1 Date: Wed, 31 Jul 2013 11:59:49 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Cc: JonY <10walls AT gmail DOT com> Subject: Re: [BUG ?] Failed to rebuild Cygwin Message-ID: <20130731095949.GV4166@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com, JonY <10walls AT gmail DOT com> References: <003401ce8dcb$a630b310$f2921930$%fedin AT samsung DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <003401ce8dcb$a630b310$f2921930$%fedin@samsung.com> User-Agent: Mutt/1.5.21 (2010-09-15) On Jul 31 12:55, Pavel Fedin wrote: > Hello! > > I have occasionally found a little problem in path check code. Attempt to > reference thing like '/..' fails, however at least under Linux this resolves > to root, and you can actually attempt to go past-root as many times as you > want, e. g. '/../../../..'. The bug was occasionally revealed by 'make' test > suite. > I wanted to fix it, but cannot rebuild Cygwin DLL. The build ends up in: > --- cut --- > x86_64-w64-mingw32-g++ -o strace.exe strace.o path.o -L/usr/lib/w32api > -static -lntdll > /usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/crt2.o: In function > `__tmainCRTStartup': > /usr/src/debug/mingw64-x86_64-runtime-3.0b_svn5935-1/crt/crtexe.c:285: > undefined reference to `_set_invalid_parameter_handler' > /usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libmingwex.a(lib64_libming > wex_a-mingw_pformat.o): In function `__pformat_exponent_digits': > /usr/src/debug/mingw64-x86_64-runtime-3.0b_svn5935-1/stdio/mingw_pformat.c:1 > 76: undefined reference to `_get_output_format' > collect2: error: ld returned 1 exit status > Makefile:143: recipe for target `cygwin-console-helper.exe' failed > make[3]: *** [cygwin-console-helper.exe] Error 1 > --- cut --- > Likely some MinGW CRT bug ? This also occurs on Fedora right now. AFAICS, the culprit is that the latest Cygwin w32api package doesn't match the files from mingw-crt for some reason. The build uses -L/usr/lib/w32api (-L/usr/i686-pc-cygwin/lib/w32api when cross building on Fedora), so the libs are taken from the w32api-runtime package. However, the compiler uses the default crt file /usr/i686-w64-mingw32/sys-root/mingw/lib/../lib/crt2.o which is provided by the mingw-crt package. This is a bug in Cygwin's Makefile since you should never use the w32api stuff for mingw executables, only for Cygwin executables, but still... JonY, do you have an idea why the mingw-crt differs that much from the w32api stuff that the above error occurs? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- 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