René Paris

Results 14 comments of René Paris

Since https://github.com/msys2/MINGW-packages/issues/20510 was closed due to duplication, I'd like to know what the current status of this issue is, or if it is possible for me to help you out...

I scanned through the CI-Build errors, and currently see three different issues: - MINGW64: - `tangleboot.exe: fatal: web file 'tangle.web' not found.` [CI-Build Line 8410](https://github.com/msys2/MINGW-packages/actions/runs/7753937970/job/21728217818?pr=19921#step:11:8410) - Preceeded by `WEBINPUTS=.:../../../texk/web2c TEXMFCNF=../../../texk/web2c/../kpathsea...

Seems for me, as the MinGW64 issue is related to by https://github.com/msys2/msys2-runtime/issues/208, caused by https://github.com/msys2/msys2-runtime/commit/9944652c41fb96f555d221865f4ed5d0c8b33514

See also https://github.com/msys2/msys2-runtime/issues/208

Just integrated the build artifacts 😞 :x:`python3 -c "import sys; print(sys.argv)" --dir=/this:./there` - Actual: `['-c', '--dir=/this:./there']` - Expected: `['-c', '--dir=C:\\msys64\\this;.\\there']` :x:`python3 -c "import sys; print(sys.argv)" --dir=./this:./there` - Actual: `['-c', '--dir=./this:./there']`...

@dscho It seems as your commit https://github.com/msys2/msys2-runtime/commit/9944652c41fb96f555d221865f4ed5d0c8b33514 broke the pathconv rules as described [here](https://www.msys2.org/docs/filesystem-paths/). Unfortunately, the rules are not complete w.r.t. relative paths. The official documentation says: ```bash $ python3...

Sorry, but this does not work, 'cause the example I gave was arbitrary. The broken package uses the following variable `WEBINPUTS=.:../../../texk/web2c` (see https://github.com/msys2/MINGW-packages/pull/19921#issuecomment-2042220562). I've looked into the build scripts, but...

@lazka - what is your opinion on that?