Skip to content
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

Current installer/installation instructions are broken #633

Closed
NathanDunfield opened this issue Jun 12, 2016 · 9 comments
Closed

Current installer/installation instructions are broken #633

NathanDunfield opened this issue Jun 12, 2016 · 9 comments

Comments

@NathanDunfield
Copy link

Following the instructions at http://msys2.github.io/ on a clean Windows 10 machine, I got the following error after completing Step 6 and trying to bring up a MSYS2 window via the Start menu:

'C:\msys64\msys2_shell.bat' is not recognized as an internal or external command,
operable program or batch file.

I believe this is likely caused by commit 2c4e6d7 and that a new binary installer needs to be made to fix this.

@huhlig
Copy link

huhlig commented Jun 19, 2016

Steps to reproduce.

  1. Download http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20160205.exe
  2. Run previously downloaded file
  3. Run pacman -Syuu
  4. Profit?

@rhythmnewt
Copy link

Any workaround available?

@DavidEGrayson
Copy link
Sponsor

DavidEGrayson commented Jul 8, 2016

@dimkanewtown Please see the warning printed by the filesystem package when it is upgraded. This warning is printed by pacman when you upgrade the filesystem package. This warning is also here:

https://github.com/Alexpux/MSYS2-packages/blob/master/filesystem/filesystem.install

Here is the text of the warning:

  WARNING: the shell starting scripts have been unified. Please update your
  shortcuts to the following targets, otherwise they will STOP WORKING:

      * MSYS2_ROOT\msys2_shell.cmd -mingw32
      * MSYS2_ROOT\msys2_shell.cmd -mingw64
      * MSYS2_ROOT\msys2_shell.cmd -msys\n\n'

@rhythmnewt
Copy link

Yep, should've been reading onscreen messages more closely. Thanks!

@mati865
Copy link
Collaborator

mati865 commented Sep 21, 2016

Would you like to try new installer https://msys2.github.io?

@NathanDunfield
Copy link
Author

NathanDunfield commented Sep 28, 2016

I tried out the new installer and it completely fixes this issue. Closing ticket. Thanks!

@mati865
Copy link
Collaborator

mati865 commented Sep 28, 2016

Unfortunately new installer introduces new issue.
You have to manually create mingw32 and mingw64 dirs in /msys64 or add --force to pacman when installing first i686 or x86_64 mingw package.

@elieux
Copy link
Member

elieux commented Sep 29, 2016

@mati865, is it due to this issue? msys2/msys2-launcher#1

@mati865
Copy link
Collaborator

mati865 commented Sep 29, 2016

@elieux, @Alexpux probably fixed it already 730cd21 but he cannot release new installer until he returns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants