Closed jschwartzentruber closed 2 years ago
Thanks (someone on gitter/matrix already reported that some days ago, but no one filed an issue yet)
The file will be created if you follow the guide here: https://www.msys2.org/docs/ci/#other-systems
The C:\msys64\usr\bin\bash -lc ' '
line is the important one.
We need to
The post install scripts are failing, which might be related:
ok, found the issue, will fix/re-release tomorrow.
and libxml2 needs a rebuild so users using this broken installer get the post_install script executed. and ca-certificates for good measure, even though the login shell should handle that, but better safe than sorry.
A new fixed installer is released now.
Thanks again for the report.
No problem, thanks for the quick fix!
The file will be created if you follow the guide here: https://www.msys2.org/docs/ci/#other-systems The
C:\msys64\usr\bin\bash -lc ' '
line is the important one.
This worked anyways with the 2022-01-18 release. Maybe it's worth noting there that bash -l ...
actually is necessary so the profile can perform first-run actions? I normally leave -l
off in scripts.
Yeah, good point, it's on my todo list for the docs.
Due to Linux starting a login shell either on login or when you connect via ssh not many users assume that it is needed with MSYS2.
The latest release from 2022-01-18 has an empty
msys64/usr/ssl/certs/ca-bundle.crt
and a number of other crt bundles are empty as well.vs previous release:
This prevents
pacman
from verifying mirrors and pulling any updates.