HolyBlackCat / quasi-msys2

Cross-compile C/C++ from Linux to Windows using MSYS2 packages
zlib License
97 stars 6 forks source link

Unable to install environment. #3

Closed gogagum closed 1 year ago

gogagum commented 1 year ago

Command make install _gcc _gdb _boost fails:

$make install _gcc _gdb _boost
Downloading package database...
database.db                            100%[============================================================================>]   1,81M  3,03MB/s    за 0,6s    
Updating keyring...
keyring.original_unfiltered            100%[============================================================================>]  53,59K  --.-KB/s    за 0,02s   
Found keys:
* Alexpux (AD351C50AE085775EB59333B5F92EFC1A47D45A1)
* Elieux (87771331B3F1FF5263856A6D974C8BE49078F532)
* lazka (5F944B027F7FE2091985AA2EFA11531AA0AA7F57)
database.db.sig                        100%[============================================================================>]     566  --.-KB/s    за 0s      
Database signature is valid.
Extracting package database...
Processing package database...
Note: package 'mingw-w64-ucrt-x86_64-curl' has alternative 'mingw-w64-ucrt-x86_64-curl-gnutls'.
Note: package 'mingw-w64-ucrt-x86_64-curl' has alternative 'mingw-w64-ucrt-x86_64-curl-winssl'.
Note: package 'mingw-w64-ucrt-x86_64-libgit2' has alternative 'mingw-w64-ucrt-x86_64-libgit2-winhttp'.
Note: package 'mingw-w64-ucrt-x86_64-libmodplug' has alternative 'mingw-w64-ucrt-x86_64-libopenmpt-modplug'.
Note: package 'mingw-w64-ucrt-x86_64-libssh2' has alternative 'mingw-w64-ucrt-x86_64-libssh2-wincng'.
Note: package 'mingw-w64-ucrt-x86_64-libgnurx' has alternative 'mingw-w64-ucrt-x86_64-libsystre'.
Note: package 'mingw-w64-ucrt-x86_64-lua51' has alternative 'mingw-w64-ucrt-x86_64-luajit'.
Note: package 'mingw-w64-ucrt-x86_64-perl-digest-sha' has alternative 'mingw-w64-ucrt-x86_64-perl'.
Note: package 'mingw-w64-ucrt-x86_64-pkg-config' has alternative 'mingw-w64-ucrt-x86_64-pkgconf'.
Note: package 'mingw-w64-ucrt-x86_64-scotch' has alternative 'mingw-w64-ucrt-x86_64-scotch-int64'.
Note: package 'mingw-w64-ucrt-x86_64-ctags' has alternative 'mingw-w64-ucrt-x86_64-universal-ctags-git'.
Warning: 'mingw-w64-ucrt-x86_64-wxwidgets-common' is provided by both
  'mingw-w64-ucrt-x86_64-wxwidgets3.0-msw' (selected by default) and
  'mingw-w64-ucrt-x86_64-wxwidgets3.1-msw'
Warning: 'mingw-w64-ucrt-x86_64-wxconfig' is provided by both
  'mingw-w64-ucrt-x86_64-wxwidgets3.0-msw' (selected by default) and
  'mingw-w64-ucrt-x86_64-wxwidgets3.1-msw'
Warning: 'mingw-w64-ucrt-x86_64-wxwidgets-common' is provided by both
  'mingw-w64-ucrt-x86_64-wxwidgets3.0-msw' (selected by default) and
  'mingw-w64-ucrt-x86_64-wxwidgets3.2-common'
Warning: 'mingw-w64-ucrt-x86_64-wxconfig' is provided by both
  'mingw-w64-ucrt-x86_64-wxwidgets3.0-msw' (selected by default) and
  'mingw-w64-ucrt-x86_64-wxwidgets3.2-msw'
Note: see `pacmake help` for instructions on changing alternatives.
Restaring 'make'...
Makefile:436: *** Unknown package: '«~/tmp/quasi-msys2»'.  Останов.
Makefile:893: *** Unable to execute `make  -r __database_load PKG@@«~/tmp/quasi-msys2»`, exit code 2.  Останов.

make --version output:

GNU Make 4.4
...
HolyBlackCat commented 1 year ago

Should be fixed now, please try again.

gogagum commented 1 year ago

I confirm the issue is resolved.