-
Notifications
You must be signed in to change notification settings - Fork 253
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
pkgconf not found #226
Comments
You can run "cmd" from the start menu and type "ridk version" there. What version of RubyInstaller did you use. Can you please post some screenshots? |
*Oh! he did not take my screenshot, but why?*
Hello,
screenshot nearby.
Regards
…--
Thomas Hofmann
Dorfen
***@***.***
On Thu, May 6, 2021 at 4:32 PM Lars Kanis ***@***.***> wrote:
What's the output from ridk version?
You can run "cmd" from the start menu and type "ridk version" there.
What version of RubyInstaller did you use. Can you please post some screenshots?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
There's no screenshot. What version of RubyInstaller did you use? How did you install it? Did you select "Add Ruby to PATH" in the installer? |
Version: how install:
|
I think your MSYS2 setup is too old. You might update the pacman database by "pacman -Sy" or running "ridk install 1 2 3" instead of the default of only components 1 and 3. The other option is to use the RubyInstaller-Devkit version, which installs a fresh MSYS2 with "pkgconf" and others preinstalled. You can use this MSYS2 also for multiple rubies or other purposes. See here: https://github.com/oneclick/rubyinstaller2/wiki/FAQ#user-content-shared-devkit |
Hello
|
I encountered this same problem installing Ruby 3.0.2 x64 on Windows 10. The Ruby installer attempts to install a now-two-year-old version of MSYS2 (the above-mentioned 20190524) first, and its version of pacman is unable to install the dev tools. The way I worked around it was to install the latest MSYS2 (20211130) standalone first, then install Ruby after it. Would it be possible to have the Ruby installer attempt to install a newer version of MSY2 (preferably latest or a known-good version updated every few months)? EDIT: clarify what version of MSYS2 fixed it |
What problems are you experiencing?
I've downloaded Rubyinstaller and installed it.
In the end it says that pkgconf not found.
Steps to reproduce
Download Rubyinstaller from https://rubyinstaller.org/downloads/
start installer
.. runs the msys2 installer
error message:
Fehler: Ziel nicht gefunden: pkgconf
Fehler: Ziel nicht gefunden: mingw-w64-x86_64-pkgconf
Install MSYS2 and MINGW development toolchain failed
Installation failed: pacman failed
What's the output from
ridk version
?can't see no ridk version, where should it be?
The text was updated successfully, but these errors were encountered: