When I do pacman -Syu, I get msg to upgrade pacman first. If I choose "Y", then I get following error
$this->bbcode_second_pass_code('', 'error: failed to prepare transaction (could not satisfy dependencies)
:: package-query: requires pacman<3.6
')
I tried pacman-keys --init as suggested, but get the bash error saying command not found as pacman-keys is v4 specific.
My pacman version is 3.5.4-4
If I choose "N" to upgrade pacman, the full system upgrade continues with following msg:
$this->bbcode_second_pass_code('', ':: Replace module-init-tools with core/kmod? [Y/n]
')
Choosing "N" above fails with this msg
$this->bbcode_second_pass_code('', 'warning: removing 'udev' from target list because it conflicts with 'udev-oxnas'')
Choosing "Y" fails with this msg
$this->bbcode_second_pass_code('', 'warning: removing 'udev' from target list because it conflicts with 'udev-oxnas'
error: failed to prepare transaction (could not satisfy dependencies)
:: mkinitcpio: requires udev>=177-1
')
There seems to be a no way out. Pacman has been giving this error for last couple of weeks and fails even today. Please suggest.