manjaro / pamac

This repo has been archived. Our code is now hosted at
https://gitlab.manjaro.org/
GNU General Public License v3.0
223 stars 38 forks source link

Pamac 6.2.3 broken (Arch) #404

Closed EvanWashkow closed 6 years ago

EvanWashkow commented 6 years ago

Just got the new update today, however, it is broken. Both from Antergos' build server (6.2.3-2) and pamac-aur from the AUR (6.2.3-1).

Issues: I can open the application fine, however, I can't 1) refresh the package database or 2) install any packages (gets stuck "Checking inter-conflicts").

Please fix.

EvanWashkow commented 6 years ago

For now, I have reverted to 6.2.2 (command below if anyone else needs it). sudo pacman -U /var/cache/pacman/pkg/pamac-6.2.2-1-x86_64.pkg.tar.xz

If you don't have this backup, I have uploaded it to my Google Drive until it is fixed: https://drive.google.com/open?id=11TJcbxSRoJd0KnmfMmU_aWMyMmYda78C

EvanWashkow commented 6 years ago

Cross-reference original case: https://github.com/Antergos/antergos-packages/issues/288 https://forum.antergos.com/topic/9089/pacman-6-2-3-broken/6

guinux commented 6 years ago

I takes me some time but I finally find that it's a vala version issue. Whatever version of pamac you try to build with vala 0.38.6, it leads to a broken pamac. If you downgrade to vala 0.38.5 and rebuild pamac, it will works. I have now to investigate why...

philmmanjaro commented 6 years ago

https://github.com/GNOME/vala/compare/0.38.5...0.38.6

Xeers commented 6 years ago

This does not work