X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 49B7F385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1709252739; bh=BfaZjM0r3frhuyyOIp1tnedvYYO7VU5tKns02Zy21uU=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=OntjSvl6iMsGk0N6F47J7ScVevcq1BivF7fQK7JqyO+C/44QSQEva0DAtDLivMD8s Ha+cyMbyqRC90LiIzyDC5ah9tOiTGn9SzG8Abn9hd/ry1GXRzU4dvgdWvl1C7oj/0J g0zzSKmjq+Ua4HDwVPmOlcjfIg5ICGJHf1z4VOUg= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4EBDB3858D34 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 4EBDB3858D34 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709252717; cv=none; b=NPs5OhlUJS6IpheyYmkmFteC4qyUusjAI+jagDnZnVxijtA8BWeIMr+9jGvZ4NwO5hq8Jt4Sy3TG66l46gqPwxJFOOefZCVM031HVaX9iciF5jrejochcTB0PH7CAm0gL1Z09EoM/fIeCpaLqp8R+KePkF99NOND83dd47QcQis= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709252717; c=relaxed/simple; bh=JtHoKkfWviKM7kXWYhzzS8iQaWAWe2BbRYm+Ls+OLiY=; h=Date:From:To:Subject:Message-Id:Mime-Version; b=n75lNweDNsmZd990K2+MJmp2cmjNXWckrxMlJ7mpwA784sDc1hvjtkrXr+8EDWOpPFyMKsRJvH5KfE68L+7GRwgVNbdIYIvZyj2+6PxAWKOu5R7PhyLQ1ElF1jQLWTQVX2x3YvQcD3/FgHaJMn1ewLXB1ITyUR3PcRCprwWgRPI= ARC-Authentication-Results: i=1; server2.sourceware.org Date: Fri, 1 Mar 2024 09:25:10 +0900 To: cygwin AT cygwin DOT com Subject: Re: Regression: Cygwin 3.5.1 freezes when launching several mingw processes in parallel Message-Id: <20240301092510.e56a1716b9fd71f53525006d@nifty.ne.jp> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Takashi Yano via Cygwin Reply-To: Takashi Yano Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Thu, 29 Feb 2024 18:19:45 +0000 Kate Deplaix wrote: > To reproduce this: > > * > make sure you have a fresh installed of cygwin 3.5.1 > * > install the following packages: autoconf, make, patch, curl, mingw64-x86_64-gcc-g++, mingw64-i686-gcc-g++ > * > curl -LO https://github.com/ocaml/opam/releases/download/2.2.0-beta1/opam-full-2.2.0-beta1.tar.gz > * tar xvf opam-full-2.2.0-beta1.tar.gz > * cd opam-full-2.2.0-beta1 > * make cold > > * > * I tried to reproduce this, however, make cold failed with the error: Usage: cygpath (-d|-m|-u|-w|-t TYPE) [-f FILE] [OPTION]... NAME... cygpath [-c HANDLE] cygpath [-ADHOPSW] cygpath [-F ID] Convert Unix and Windows format paths, or output system path information Output type options: -d, --dos print DOS (short) form of NAMEs (C:\PROGRA~1\) -m, --mixed like --windows, but with regular slashes (C:/WINNT) -M, --mode report on mode of file (binmode or textmode) -u, --unix (default) print Unix form of NAMEs (/cygdrive/c/winnt) -w, --windows print Windows form of NAMEs (C:\WINNT) -t, --type TYPE print TYPE form: 'dos', 'mixed', 'unix', or 'windows' Path conversion options: -a, --absolute output absolute path -l, --long-name print Windows long form of NAMEs (with -w, -m only) -p, --path NAME is a PATH list (i.e., '/bin:/usr/bin') -U, --proc-cygdrive Emit /proc/cygdrive path instead of cygdrive prefix when converting Windows path to UNIX path. -s, --short-name print DOS (short) form of NAMEs (with -w, -m only) -C, --codepage CP print DOS, Windows, or mixed pathname in Windows codepage CP. CP can be a numeric codepage identifier, or one of the reserved words ANSI, OEM, or UTF8. If this option is missing, cygpath defaults to the character set defined by the current locale. System information: -A, --allusers use `All Users' instead of current user for -D, -O, -P -D, --desktop output `Desktop' directory and exit -H, --homeroot output `Profiles' directory (home root) and exit -O, --mydocs output `My Documents' directory and exit -P, --smprograms output Start Menu `Programs' directory and exit -S, --sysdir output system directory and exit -W, --windir output `Windows' directory and exit -F, --folder ID output special folder with numeric ID and exit Try `cygpath --help' for more information. ** Fatal error: Cannot run cygpath -m Any idea? -- Takashi Yano -- 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