FAILED TO COMMIT TRANSACTION ERROR 404 ERROR NOT FOUND
error: failed retrieving file 'X' from X : The requested URL returned error: 404
The requested URL returned error: 404 Not Found
sudo pacman -Syy
sudo pacman -Syu
LINUX MANJARO PACMAN ERROR SOLVED
ERROR
error: failed to commit transaction (conflicting files)
/usr/lib32/libwayland-egl.so exists in both 'lib32-wayland' and 'lib32-mesa'
/usr/lib32/libwayland-egl.so.1 exists in both 'lib32-wayland' and 'lib32-mesa'
/usr/lib32/libwayland-egl.so.1.0.0 exists in both 'lib32-wayland' and 'lib32-mesa'
/usr/lib32/pkgconfig/wayland-egl.pc exists in both 'lib32-wayland' and 'lib32-mesa'
Errors occurred, no packages were upgraded.
SOLUTION:
$ mkdir ~/tmp
$ sudo mv /usr/lib32/libwayland-egl.so ~/tmp/
$ sudo mv /usr/lib32/libwayland-egl.so.1 ~/tmp/
$ sudo mv /usr/lib32/libwayland-egl.so.1.0.0 ~/tmp/
$ sudo mv /usr/lib32/pkgconfig/wayland-egl.pc ~/tmp/
$ sudo pacman -S lib32-wayland
$ sudo pacman -Syu