You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing msys2 as a dependency I get an error when running pacman
Expected Behavior
Installation succeeds
Project Configuration
I'm creating a package which depends on msys2, just add_deps("msys2").
Additional Information and Error Logs
C:\Users\user\AppData\Local\.xmake\packages\m\msys2-base\2024.01.13\a77fa58bdf6d49bbbfa0c92a5cf82862\usr\bin\bash.exe -leo pipefail -c "pacman --noconfirm -S --needed --overwrite *"
error: target not found: AppData
warning: 'AppData' is a file, did you mean -U/--upgrade instead of -S/--sync?
error: target not found: Application Data
warning: 'Application Data' is a file, did you mean -U/--upgrade instead of -S/--sync?
...
The text was updated successfully, but these errors were encountered:
Xmake Version
2.9.4
Operating System Version and Architecture
Windows 11 Home 23H2
Describe Bug
When installing msys2 as a dependency I get an error when running pacman
Expected Behavior
Installation succeeds
Project Configuration
I'm creating a package which depends on msys2, just
add_deps("msys2")
.Additional Information and Error Logs
The text was updated successfully, but these errors were encountered: