delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/04/16/08:05:30

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 27F43389041D
Authentication-Results: sourceware.org;
dmarc=none (p=none dis=none) header.from=towo.net
Authentication-Results: sourceware.org; spf=none smtp.mailfrom=towo AT towo DOT net
Subject: Re: Regression in Cygwin 3.2.0
To: cygwin AT cygwin DOT com
References: <000b01d732a9$c15bf510$4413df30$@cl.cam.ac.uk>
From: Thomas Wolff <towo AT towo DOT net>
Message-ID: <6bdd010e-8634-0271-3254-a1140e411df8@towo.net>
Date: Fri, 16 Apr 2021 14:05:19 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.9.1
MIME-Version: 1.0
In-Reply-To: <000b01d732a9$c15bf510$4413df30$@cl.cam.ac.uk>
X-Provags-ID: V03:K1:JicZLL7hq5eyZobKLWQ9EPy2LuLIfnup3Uka/uCk9MeA9rnAWXA
r3pWvAR4cOW1FmNuDCVqYiaWT1sEqZoX2FnN8X4tTeY213/8Tx2EN6Jl/ZjUZwuC5ehTkc5
EsqaxHZFXbQ7gIlOWhw1yIQgVPHmyWNFmgfX7AtZoGwBqllHXyeLgKtf5YYczE+AczwwqKe
HTZzAjDiq9/zCELdSnqmA==
X-UI-Out-Filterresults: notjunk:1;V03:K0:YQwKORgHBc0=:YqGLnDh7fKBu/b1kKSotGm
Q/STKdLLgWbFDjiSp4rOaLIHBpIajn22mg+Fbe92FSddSKzEcW4geTSwHz4oe8+lG8crifGPh
PjQOcOvkBRbGLIOcobZL16dmRa7XFVgwGhGwN3EcjA2m/xExPdEV0c58InT/uqE2Xy8F44cw0
K5SARqqn3adkTgtQjWvhFpM7tSLYM45CH/Y3YBMh31UCptdMPj//H2YKhfnEOV4TlQ0yV122w
cAR6GkcEHdVUEyADJiKpjnk3mAQNB/Jmh28SPdT2fW2ZuzQ9H9gcgw+aJtGjGA5IImMukt+iN
ho3xuoicTtNe6IA02OxkNQcPFXElEEEs6XOwddBvtzXgxOsx5FPJaWJh3YDj6H9k9sYqt6OPw
vG/+DqV4xU9zh7rqQgIc/aFdYmQ3aD3H6Tb5syk2KxLU4WtELAerrEU7V/NKBbmKm47Oh9IEG
jd7nOm8w3dirGn37uRpCYbAz+HfLneCNJGsVZOgienNU0WViE7klKbOp3URr9PcdvZB72N4sM
5ijkBOLhEerIJ/5IJS3Qx4=
X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE,
RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE,
TXREP autolearn=no autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

Am 16.04.2021 um 12:17 schrieb David Allsopp via Cygwin:
> I'm unable to build OCaml using the mingw-w64 compilers with Cygwin 3.2.0.
> Windows 10.0.19042.928 (and tried on three different machines so far)
>
> Repro:
>
>   - Fresh Cygwin64 installation with make, libiconv, mingw64-x86_64-gcc-core
> and git added; fire up mintty
>   - git clone --depth 1 --recursive https://github.com/ocaml/ocaml
>   - cd ocaml && ./configure --host=x86_64-w64-mingw32 && make -j8 flexdll &&
> make -j8 world.opt
>
> This is consistently hanging with Cygwin 3.2.0 and seems possibly to have
> something to do with linking (the creation of runtime/ocamlrun.exe and
> stdlib/camlheader, which is also an executable, seem to be part of the
> problem).
>
> It can be immediately fixed by downgrading to Cygwin 3.1.7, cleaning the
> tree and repeating the build.
>
> I'm of course very happy to try to reduce this to a smaller repro case, but
> is there an obvious culprit in Cygwin 3.2.0 to check before I do?
The build fails for me with error messages but it does not hang.
You could have tried at least building without -j option, and running 
the build steps separately for better diagnostics.

>
> Many thanks,
>
>
> David
>
> --
> Problem reports:      https://cygwin.com/problems.html
> FAQ:                  https://cygwin.com/faq/
> Documentation:        https://cygwin.com/docs.html
> Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


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