delorie.com/archives/browse.cgi | search |
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:from:to:cc:subject:date:message-id | |
:mime-version:content-type; q=dns; s=default; b=VIWzLzZDDakiIr7D | |
BiVTVicoZHe05u3jgrkpXKxbSB1O38Of2iN01zBQnjJSEkwjPfdgtKHRxGR4WLCo | |
Meimwkho9NV6CbwckgBA5nvCWcBksb0XRS3t6m1O+AJlIMVoIPbM3GcHllmITNw4 | |
0m8VKLXXYBYOBXlSS19aeQ3NiMs= | |
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:from:to:cc:subject:date:message-id | |
:mime-version:content-type; s=default; bh=I1p3Vg1BHEdZzFafA0j4yt | |
ULl/o=; b=KahnMJkqRboWrBvrCXshAUDn40dCtgJhEwQSYiF59FOWx0gJseKg6j | |
oDM0tPtscnV38lPxLisj8vwyvEDHhLzYBXMR0zuUg8dN/5lJxTns+/jMBBFbE3TZ | |
1Ul7MmqKb/oeTYJHu+8Nu5GivS1V+iaoj3okbiSmqlwoPlonsMOoo= | |
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 |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2 |
X-HELO: | 0x2c.org |
From: | Florian Friesdorf <flo AT chaoflow DOT net> |
To: | cygwin AT cygwin DOT com |
Cc: | marko AT miding DOT de |
Subject: | BUG: gcc segfaults compiling python extensions |
User-Agent: | Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) |
Date: | Tue, 28 Oct 2014 17:08:07 +0100 |
Message-ID: | <87oasw89eg.fsf@eve.fritz.box> |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
--=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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 -fdebu= g-prefix-map=3D/usr/src/ports/python/python-2.7.8-1.i686/build=3D/usr/src/d= ebug/python-2.7.8-1 -fdebug-prefix-map=3D/usr/src/ports/python/python-2.7.8= -1.i686/src/Python-2.7.8=3D/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wst= rict-prototypes -std=3Dc99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/p= ython2.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/l= ib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_MD2.dll error: command 'gcc' terminated by signal 11 - rererun: python setup.py build ... building 'Crypto.Hash._MD2' extension gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebu= g-prefix-map=3D/usr/src/ports/python/python-2.7.8-1.i686/build=3D/usr/src/d= ebug/python-2.7.8-1 -fdebug-prefix-map=3D/usr/src/ports/python/python-2.7.8= -1.i686/src/Python-2.7.8=3D/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wst= rict-prototypes -std=3Dc99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/p= ython2.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/l= ib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_MD2.dll building 'Crypto.Hash._MD4' extension gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebu= g-prefix-map=3D/usr/src/ports/python/python-2.7.8-1.i686/build=3D/usr/src/d= ebug/python-2.7.8-1 -fdebug-prefix-map=3D/usr/src/ports/python/python-2.7.8= -1.i686/src/Python-2.7.8=3D/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wst= rict-prototypes -std=3Dc99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/p= ython2.7 -c src/MD4.c -o build/temp.cygwin-1.7.33-i686-2.7/src/MD4.o gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-i686-= 2.7/src/MD4.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o build/l= ib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_MD4.dll error: command 'gcc' terminated by signal 11 - and rerun, and rerun building 'Crypto.Hash._MD4' extension gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebu= g-prefix-map=3D/usr/src/ports/python/python-2.7.8-1.i686/build=3D/usr/src/d= ebug/python-2.7.8-1 -fdebug-prefix-map=3D/usr/src/ports/python/python-2.7.8= -1.i686/src/Python-2.7.8=3D/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wst= rict-prototypes -std=3Dc99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/p= ython2.7 -c src/MD4.c -o build/temp.cygwin-1.7.33-i686-2.7/src/MD4.o gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-i686-= 2.7/src/MD4.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o build/l= ib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_MD4.dll building 'Crypto.Hash._SHA256' extension gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebu= g-prefix-map=3D/usr/src/ports/python/python-2.7.8-1.i686/build=3D/usr/src/d= ebug/python-2.7.8-1 -fdebug-prefix-map=3D/usr/src/ports/python/python-2.7.8= -1.i686/src/Python-2.7.8=3D/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wst= rict-prototypes -std=3Dc99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/p= ython2.7 -c src/SHA256.c -o build/temp.cygwin-1.7.33-i686-2.7/src/SHA256.o gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-i686-= 2.7/src/SHA256.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o buil= d/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_SHA256.dll error: command 'gcc' terminated by signal 11 building 'Crypto.Hash._SHA256' extension gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebu= g-prefix-map=3D/usr/src/ports/python/python-2.7.8-1.i686/build=3D/usr/src/d= ebug/python-2.7.8-1 -fdebug-prefix-map=3D/usr/src/ports/python/python-2.7.8= -1.i686/src/Python-2.7.8=3D/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wst= rict-prototypes -std=3Dc99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/p= ython2.7 -c src/SHA256.c -o build/temp.cygwin-1.7.33-i686-2.7/src/SHA256.o gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-i686-= 2.7/src/SHA256.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o buil= d/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_SHA256.dll building 'Crypto.Hash._SHA224' extension gcc -fno-strict-aliasing -ggdb -pipe -Wimplicit-function-declaration -fdebu= g-prefix-map=3D/usr/src/ports/python/python-2.7.8-1.i686/build=3D/usr/src/d= ebug/python-2.7.8-1 -fdebug-prefix-map=3D/usr/src/ports/python/python-2.7.8= -1.i686/src/Python-2.7.8=3D/usr/src/debug/python-2.7.8-1 -fwrapv -Wall -Wst= rict-prototypes -std=3Dc99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/p= ython2.7 -c src/SHA224.c -o build/temp.cygwin-1.7.33-i686-2.7/src/SHA224.o gcc -shared -Wl,--enable-auto-image-base -L. build/temp.cygwin-1.7.33-i686-= 2.7/src/SHA224.o -L/usr/lib/python2.7/config -L/usr/lib -lpython2.7 -o buil= d/lib.cygwin-1.7.33-i686-2.7/Crypto/Hash/_SHA224.dll error: command 'gcc' terminated by signal 11 regards Marko and Florian --=20 Florian Friesdorf <flo AT chaoflow DOT net> GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083 Jabber/XMPP: flo AT chaoflow DOT net IRC: chaoflow on freenode,ircnet,blafasel,OFTC --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBAgAGBQJUT79rAAoJEDj4maMMRfCDYwQP/ioCMIXm94oQ9Ek1CeSMc265 fJdr4Lh3hfmi6zUUV5t1uCKtpHgmbEs9787LBdWQiM7hHxw4uPHRhyec658vj4wI fUMCvHL20ra+EnroJXpwwXWZ2+JU2c0xKJc0uA2IMNwwAMeCJFYAL7g2UVG0NAYZ XMrBCDzZeDohSJ8HAJLDeEPpWYWRDLLW5p7MaVtJOt1HjM51soP4qznPOkaTnBp0 /9pHn7k+UhOLTU/YkbJZ+Pd/9BAr2K03+TBZCTLzVtqViFEgFdFpxCdL1yMxEhVG Zl0UrvL0TZ8BY7vDkO4OE9skSejsJHXSMm/cV6J42BzYxHHCIAXgJMfRyZ81zoqD 3p8PpwWfj2OT5TsK3WOJzcjprixzxagu3YxlTfawxaU2JodTZvOXNX9DRGcfdW54 yjnQRjAxf41nR6drJ7BxUwpUSCXcYB2ua2kPGXfJ5NyIpNvjOsaHjbSXeSE9GPCN 4ju1lZ6wJfNQ7IUvadG9TM+uFqmyImtzp8XY88BWeuEjc9tX6CNHwd0HJ6uE2fRE eTfwRgL11Kh8t+X/UMfU13t8LoYuHpd44alj+bAe23YWme3RN2IFOoXcx1w8DJB0 tUMGpgeW2DLEKCyEbucf8p1vCl+t60QWuwYLNUclBSId39bb0OsZ4geGSl28LBcM RCM5a3CgxcIv+Rpml3Pu =mzLw -----END PGP SIGNATURE----- --=-=-=--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |