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:date:from:to:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; q=dns; s= | |
default; b=fxve7s06rFaayMwuMbILTCCHIAk89xBU1zxyWd4W3E5/M+GIOXDKB | |
e5S2DB2E+/PSE/XDEDzcFLWUS2s2lZdd1v6gVTFxVhHL2u7I8CPbjo1JGenQr9yj | |
l+NjFjqO404ldRi2dR1j+a2bpM3cq5pdvuCz7VguTbRFyTVgyCzsnw= | |
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:subject:message-id:reply-to | |
:references:mime-version:content-type:in-reply-to; s=default; | |
bh=8uPCFfz6J3JFmHhY3UN+snzzrMM=; b=MBqzMLtTJCYdZge6YRuNEuk0Z8Oe | |
62aPU+7law+h4NCHQDOxwyvBUuM4NDA+mdJIeoQlDLwPGNEDTqZOE5uRO+h8I4Qc | |
eLrS8lVWXr3cLUS52H27jhBChtgpbxlPQ9sThveWk4JcqNT6VNsq+t4OgVSLninn | |
pmj36teoMmDG0Cs= | |
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=-6.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 |
X-HELO: | calimero.vinschen.de |
Date: | Tue, 28 Jan 2014 12:11:02 +0100 |
From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Maintainer for git? |
Message-ID: | <20140128111102.GM2821@calimero.vinschen.de> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <CAAXzdLX0YQTBVOkjUq3f-Jr03Cx5PzsY3_gRYO9rpp_GXOQKYw AT mail DOT gmail DOT com> <CALgEz7qhf85-kdBCqFWWjni8rw8iTvabtdnBu=z4-tVmy_+jTg AT mail DOT gmail DOT com> <CAAXzdLXQ-MfUQj6Zh4FSCgGgwwZ82OpkPTWznp5vVFXXeeKvHw AT mail DOT gmail DOT com> <CALgEz7o7Sm2+NF=Fc3Wpp+Fy=+LQiz0aAc-+Pp+s=-Pjw--AuQ AT mail DOT gmail DOT com> <CAM7Q9ZvnA4ukDXdbQExX7mje=6yx=0STzQTKAbWhG3jApGHmJw AT mail DOT gmail DOT com> <20140123105142 DOT GN2357 AT calimero DOT vinschen DOT de> <20140125115958 DOT GU2357 AT calimero DOT vinschen DOT de> <CAAXzdLXVygRPOM0bm8+m2FHXieWV7OdtKp7T52_N9uoYt4v-BQ AT mail DOT gmail DOT com> <CAM7Q9Zs_3oyCkiyU+jbwgePaCxDXxQg+4fZ4R5JwE0Ucp1xf+w AT mail DOT gmail DOT com> <CAEotdwnMZ++rmkOmjy+cFF=fHvcWWP2uMSQ548Q6m9WwXk4mOg AT mail DOT gmail DOT com> |
MIME-Version: | 1.0 |
In-Reply-To: | <CAEotdwnMZ++rmkOmjy+cFF=fHvcWWP2uMSQ548Q6m9WwXk4mOg@mail.gmail.com> |
User-Agent: | Mutt/1.5.21 (2010-09-15) |
--U+BazGySraz5kW0T Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hey guys, On Jan 27 16:14, David Conrad wrote: > On Mon, Jan 27, 2014 at 10:12 AM, Chris O'Bryan wrote: > > On Sun, Jan 26, 2014 at 4:45 PM, Steven Penny wrote: > >> On Sat, Jan 25, 2014 at 5:59 AM, Corinna Vinschen wrote > >>> For the time being, I've build a new OpenSSL version 1.0.1f-2 with the > >>> "no-sse2" flag. With this version I could clone the linx repo without > >>> error. Please give it a try. > >> > >> I can confirm this fixes my problems as well > >> > > > > This fixed my issue, too. Good hunch on the SSE stuff! > > >=20 > With the new OpenSSL from Corinna I was able to clone both the linux > and ffmpeg repos with Adam's latest git-1.8.5.2. >=20 > Many thanks to Corinna, Adam, and all those who have tested this. I > hope to see a new git on the mirrors soon! many thanks to all of you for your feedback. Chris and I discussed this problem further and we applied a patch to the Cygwin DLL which saves and restores the FPU state and XMM registers on 32 bit as well when a thread gets interrupted for signal handling. For testing I reverted my local OpenSSL to the previous 1.0.1f-1 and tried to fetch the Linux git repo a couple of times without error, so I'm carefully optimistic that we can revert to an SSE2-enabled OpenSSL as soon as we release the next Cygwin version 1.7.28, which is due very soon now. I'd be grateful if you could do some more testing as well. Please revert your OpenSSL package to 1.0.1f-1 via setup, and then fetch the latest 2014-01-28 Cygwin snapshot DLL from http://cygwin.com/snapshots/, With this combination, you should be able to git clone the same as with the SSE2-less OpenSSL. Thanks in advance, Corinna --=20 Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat --U+BazGySraz5kW0T Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJS55BGAAoJEPU2Bp2uRE+gWfkP/2J6VxPg7veJxwJeSvQ1B/tn 7OOc9zcFEOwkqZ6gdYZPSa2yS785RQ1ylOBh6f1hWzXZsXDTjMO9mNg/cYG23OMD vUa42E58e3N62rpYbcGz2M8CA0hTKXkoghHXUQWH2mtQHfsuNvDhp84qCX2Ck0IA KU+NfE1AadQOzXofg1TY+WbAG8+gjzmEasF2y7VGQRzaur2oD+8SGNDTYV4cXmtZ 0bsgzQqVbKZdrarHYCE91hsvU5xeQx6r7LmW+uR7l1Qgh1bjigitFIKghXte+Wih 3Ez+c/NRh7H8F+6DBA91wYuAhZ20oUYOMpU+961zZGES6nLNsbS0hMsl+5XJtlSZ jdAx8njSWiiEhZh2FcxIZ5c3mcP207Wvva5GniHoSENigmZjrcKlSkyObxwUpMkr gyivPT1u2hKGZR40mEGTGdAH1jtIBZSXOHi1xStolIiNME3M1VraXAy05J1NYWKm ixNy6wy9SnUeE4WnzQ7ocUoHg/8LTC8Tw+zt+jfxH08MqGRW9oopziwLjDsKrHcq FEyHuKMiol20N6ED1zii7tCe8hrnm26xJOFRQ3FWdEuGIfh4z7gyO2I+KoHTyfkk 5CpWZ69T/S7vqNNafeBTmENy2MZCS96jFHC52SqYto/8ADVvG+tx7ZZ66CKQewl+ AftidmaQ5PS/AsnySUfv =qDJF -----END PGP SIGNATURE----- --U+BazGySraz5kW0T--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |