GNU bug report logs -
#75939
bug in compile wrapper when using MSVC from Msys2
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
I tested updated patches and they work for both Msys2 and *MinGW*. For completeness, I also tried using it from Cygwin and it works as expected.
________________________________
From: bug-automake-bounces+maiddaisuki=outlook.com <at> gnu.org <bug-automake-bounces+maiddaisuki=outlook.com <at> gnu.org> on behalf of Bruno Haible via Bug reports for Automake <bug-automake <at> gnu.org>
Sent: Monday, February 3, 2025 7:56 PM
To: bug-gnulib <at> gnu.org <bug-gnulib <at> gnu.org>; Kirill Makurin <maiddaisuki <at> outlook.com>
Cc: 75939 <at> debbugs.gnu.org <75939 <at> debbugs.gnu.org>; Karl Berry <karl <at> freefriends.org>
Subject: bug#75939: setting $MSYS2_ARG_CONV_EXCL in compile script?
Kirill Makurin wrote:
> I applied patches and they work for Msys2.
>
> I also tested it with (what I assume is) "Msys-based MinGW" (https://osdn.net/projects/mingw/) and it fails. Its `uname -s` reports `MINGW32_NT-6.2` and it has `MSYSTEM` set , and it lacks `cygpath`.
> ...
> I explicitly set `file_conv` to `mingw` in compile just for testing with this MinGW and there are no issues with double conversion.
Thanks for testing.
In the download area of https://osdn.net/projects/mingw/, I cannot see an
"Msys-based MinGW". Rather, the page says
"This is the official download site for the latest packages originating
from the MinGW.OSDN Project, (formerly the MinGW.org Project; however,
that domain is no longer associated with this project)."
Maybe the mix between the original MinGW and MSYS occurred on your machine?
Anyway, here's an update of the patch series, that should make things work
also in this situation (regardless how it originated).
I wouldn't want to test for the presence of 'cygpath' _without_ also testing
$MSYSTEM, because that could malfunction for people who access the original
MinGW binaries through a Cygwin environment (which is another mix-up that
people might do).
Bruno
[Message part 2 (text/html, inline)]
This bug report was last modified 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.