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=cT+NvNE7avaEpvDhBhvAUy48/nDZTZRPKi+USGYG3Y+ xizQZyfBKJ64hOF2J+huNGircE7fTMeVG28YLN9FgxCTgoKAEq7mblSQQp8YHC2N BWNpszy7JE+BqNftuTjinjS03XuFpy8rjP5FHIKn2/TiP7FeypYOtEpnEe0sIXWY = 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=kPpaEPSOgiIRHrbc9oBU5cX1E14=; b=yLy0bU5Q0XcemGN3a s1VvzM/ECUgOqi31zgtuWCGgDK8/HCD/HEEa0Lf/jgB4O5snx8I5Mvie1qCl7+Hi njhERGc/8ORoObsAtFpVLOW/BVqhL+ZcaHEcevrjCSX0RMEJildR42Qw6W0j6niv RYFnvdD3/rFwA1CrxWHRyAS9fk= 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=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f177.google.com X-Received: by 10.152.206.36 with SMTP id ll4mr5586728lac.64.1414516250438; Tue, 28 Oct 2014 10:10:50 -0700 (PDT) Message-ID: <544FCE0C.2030904@gmail.com> Date: Tue, 28 Oct 2014 18:10:36 +0100 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: BUG: gcc segfaults compiling python extensions References: <87oasw89eg DOT fsf AT eve DOT fritz DOT box> In-Reply-To: <87oasw89eg.fsf@eve.fritz.box> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 10/28/2014 5:08 PM, Florian Friesdorf wrote: > > Steps to reproduce: > > - 64bit Windows Server 2012 R2 > > - cygwin 32bit 1.7.32 (also with 1.7.33 test release) > > - download, unpack, cd > https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.6.1.tar.gz > > - python setup.py build > ... > building 'Crypto.Hash._MD2' extension > creating build/temp.cygwin-1.7.33-i686-2.7 > creating build/temp.cygwin-1.7.33-i686-2.7/src > gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/build=/usr/src/debug/python-2.7.8-1 -fdebug-prefix-map=/usr/src/ports/python/python-2.7.8-1.i686/src/Python-2.7.8=/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wstrict-prototypes -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.cygwin-1.7.33-i686-2.7/src/MD2.o > gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-i686-2.7/src/MD2.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o build/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_MD2.dll > error: command 'gcc' terminated by signal 11 > > - rererun: python setup.py build build find on W7-64 with cygwin32 bit CYGWIN_NT-6.1-WOW64 1.7.32(0.274/5/3) 2014-08-13 23:03 $ find . -name *.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_AES.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_ARC2.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_ARC4.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_Blowfish.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_CAST.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_DES.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_DES3.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Cipher/_XOR.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_MD2.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_MD4.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_RIPEMD160.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_SHA224.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_SHA256.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_SHA384.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Hash/_SHA512.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/PublicKey/_fastmath.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Util/strxor.dll ./build/lib.cygwin-1.7.32-i686-2.7/Crypto/Util/_counter.dll > > regards > Marko and Florian BLODA ? https://cygwin.com/acronyms/#BLODA -- 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