-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSYS2 + MINGW fails to install properly #88
Comments
If winstorecompat can not be found, it usually means, that the package database isn't up-to-date. So it seems to me, that |
Literally a fresh install of windows and ruby installer.
|
Did you choose ridk install option 3 alone? Option 2 updates the package database ( |
I didn't select option 2... Also sorry that my last message was a bit blunt (uncool of me) and thanks for the work you've put into this project. It is hugely useful! So I guess that solves the issue. |
This package is not part of msys2-20161025 and therefore install fails when no MSYS2 update (ridk install 2) was done before. Since I don't know any gem which required this package, it's safe to not install it per default. This makes install step 2 optional. See also #88
I removed package |
RubyInstaller-2.4.3-1 - 2017-12-19 ### Changed - Update to ruby-2.4.3, see [release notes](https://www.ruby-lang.org/en/news/2017/12/14/ruby-2-4-3-released/). - Ignore invalid character encodings when scaning registry for MSYS2. [#86](#86) - Update of the SSL CA certificate list. - Uninstall old RubyInstaller version when doing update. It avoids broken and orphaned links in the startmenu [#78](#78 (comment)). See also [updating RubyInstaller](https://github.com/oneclick/rubyinstaller2/wiki/FAQ#q-what-is-recommended-way-to-update-a-ruby-installation). ### Removed - Remove package 'winstorecompat' from default dev tools, to make `ridk install` step 2 optional. [#88](#88)
I solved the problem by running the pacman install again, except I removed the
mingw-w64-x86_64-winstorecompat-git
packageWhat problems are you experiencing?
Install MSYS2 and MINGW development toolchain ... > pacman -S --needed --noconfirm autoconf autoconf2.13 ... warning: file-5.28-2 is up to date -- skipping warning: gawk-4.1.4-1 is up to date -- skipping warning: grep-2.26-1 is up to date -- skipping warning: m4-1.4.17-4 is up to date -- skipping warning: sed-4.2.2-2 is up to date -- skipping warning: wget-1.18-1 is up to date -- skipping error: target not found: mingw-w64-x86_64-winstorecompat-git Install MSYS2 and MINGW development toolchain failed Installation failed: pacman failed
Steps to reproduce
ridk install
on a fresh installWhat's the output from
ridk version
?The text was updated successfully, but these errors were encountered: