delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/10/28/13:38:26

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:subject:in-reply-to:references:date
:message-id:mime-version:content-type; q=dns; s=default; b=PzViS
8sIRME0lOpuGoIdHvR/CaGNR5fAjO4ojW50k67NwT2luTnKQj5VOSozNxnyB4T1D
nkUtfjTeVWG/F5xi3Ykjs/SE5h9wu9n322sa5nFMgFV+Dm4wOVcUtHL69qLZqAM1
JRPcF5vb6/i6WWluzryESbXWLWwQAHPBmfMaOA=
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:subject:in-reply-to:references:date
:message-id:mime-version:content-type; s=default; bh=iOWa+uTBIeX
3m+VT6sK5qHcsfcU=; b=QfdeKQNmThGIqG5dzY1Krw6r4STL/6T8H4lAmcfG66h
0lU6Ql1xHeVbWYV8ecmyaS+Uiq+cS+nPrHszW0WEwQMi4UdOq8n1t7vqE/7U6ysU
XCQdqiUepjjwf1JbHDWOu5ftkOJ0kLV/y241CsuiG8XgOx3oVW+fW5XTVUUdMf6I
=
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: Marco Atzeri <marco DOT atzeri AT gmail DOT com>, cygwin AT cygwin DOT com, marko AT miding DOT de
Subject: Re: BUG: gcc segfaults compiling python extensions
In-Reply-To: <544FCE0C.2030904@gmail.com>
References: <87oasw89eg DOT fsf AT eve DOT fritz DOT box> <544FCE0C DOT 2030904 AT gmail DOT com>
User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu)
Date: Tue, 28 Oct 2014 18:38:02 +0100
Message-ID: <87lho0858l.fsf@eve.fritz.box>
MIME-Version: 1.0
X-IsSubscribed: yes

--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Tue, Oct 28 2014, Marco Atzeri wrote:
> 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 -fd=
ebug-prefix-map=3D/usr/src/ports/python/python-2.7.8-1.i686/build=3D/usr/sr=
c/debug/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 -=
Wstrict-prototypes -std=3Dc99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/includ=
e/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-i6=
86-2.7/src/MD2.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/_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

With Win7-64 cygwin32 and cygwin64 we do not see the error - the builds
work fine there.

We see the error on CYGWIN_NT-6.3-WOW64, Windows 2012 Server R2 64bit
with 32bit cygwin.

> BLODA ?
>
> https://cygwin.com/acronyms/#BLODA

No Software from that list is installed. It's a fresh installation of
Windows 2012 Server R2. We had only added Firefox, when we got the error
the first time. Currently installed are:

7-zip
Akamai Netsession Interface
Mozilla Firefox 33.0
Mozilla Maintenance Service
Notepad++
Oracle VM Virtualbox 4.3.18

Rebaseall also does not fix the problem.

--=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)

iQIcBAEBAgAGBQJUT9R6AAoJEDj4maMMRfCDgQEQAKMn5+8Ex6fg2abjJsBhjrID
hwq6zvGM9s5EI3eruMFiosk8JndazvM+zGVQTDgCQogrMGKHgJLV46UMPIoJ3DJ7
OOOf6FeiTJQoZbsrS15Lv/v0c/7T2OoNd7s7iZHdtjF3G1WMKCIclvNTq9O6iByp
ig/xWpWLwDfwl8VNO0fKHMSCcNFV23bnItkY9EYPEYCIa34Lw90mn4OiTOHAp2oG
KxtVhTFY2hQUa0xHh9k2YSg11OFcMTVAzuVsf3R1mhz0VSoGbVVwZKcj1V14Wmzr
Nr/i0zi2iay62kFZ/6Qu5piYolm7KOXcR6kw3I+rsaIac4wTHqLrWiLNNiyc83Co
vGGZzNhDl0a2GVWuWBUyUaqV96y1L53Lt5MVYhd3U8QGswJbYKo4oBcQ/nbd8eLX
lNXwi7WSeWhI1ySX9Uoumy2mdUA+/OoO4AN2KGZ6jqyLH4IkjI4FYNDlJvjdGLWb
1Qd032vwnUUS9FWd+VdNEi1oGBki+xbCAaadPLtugSHsQb24xeRUTX9DSb7nb2WJ
+OrDz21kOmtS5U1VYAuY492ieAzVDJ0oSLOnJqH1e/TJQDjSVmO5a5HnsanzPdXX
V3M0rC24s5DoCSi6xv6lGfYKYEfobDhJ0cnZm/wM0+W/eM13avBjij8pHgxx42Oy
fvQ59yR8o7fh1VQMw+ZC
=TKAS
-----END PGP SIGNATURE-----
--=-=-=--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019