Alexpux / MSYS2-pacman

MSYS2 port of Arch Linux packman package manager.
GNU General Public License v2.0
164 stars 34 forks source link

latest pacman has known issue #22

Closed revelator closed 8 years ago

revelator commented 8 years ago

The latest msys2 pacman will sometimes keel over when checking arch=('any') or other types. This issue is known on linux and is caused by a recent update checking if arch is an array.

This breaks building some packages like gcc so it should be reverted untill the script works as it should.

Alexpux commented 8 years ago

Fix it locally. Patch is testing for this issue upstream. Will fix it when it will be committed