You are not logged in.
What happen if you first reinstall catalyst-utils from the [catalyst] repository before doing the full upgrade?
pacman -S catalyst-utilsOffline
What i did:
/etc/pacman.conf
IgnorePkg = xorg-server
IgnoreGroup = xorg-drivers
...
[xorg116]
Server = http://catalyst.wirephire.com/repo/xorg116/$arch
## Mirrors, if the primary server does not work or is too slow:
#Server = http://mirror.rts-informatique.fr/archlinux-catalyst/repo/xorg116/$arch
#Server = http://mirror.hactar.bz/Vi0L0/xorg116/$archAnd then
sudo pacman -SyyuLast edited by AbaddonOrmuz (2015-02-20 22:07:10)
Offline
If I update catalyst-utils before system upgrade this happens.
[disco@discolap ~]$ sudo pacman -S catalyst-utils
[sudo] password for disco:
warning: catalyst-utils-14.12-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) catalyst-utils-14.12-1
Total Installed Size: 133.14 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [##############################] 100%
(1/1) checking package integrity [##############################] 100%
(1/1) loading package files [##############################] 100%
(1/1) checking for file conflicts [##############################] 100%
(1/1) checking available disk space [##############################] 100%
(1/1) reinstalling catalyst-utils [##############################] 100%
-------------------------- SPLIT -------------------------------
catalyst-utils is now splitted into:
catalyst-utils
catalyst-libgl
opencl-catalyst
----------------------------------------------------------------
[disco@discolap ~]$ sudo pacman -Syyu
:: Synchronizing package databases...
xorg116 27.2 KiB 176K/s 00:00 [##############################] 100%
xorg116.sig 287.0 B 0.00B/s 00:00 [##############################] 100%
catalyst 13.1 KiB 4.27M/s 00:00 [##############################] 100%
catalyst.sig 287.0 B 0.00B/s 00:00 [##############################] 100%
core 120.2 KiB 897K/s 00:00 [##############################] 100%
extra 1791.2 KiB 1367K/s 00:01 [##############################] 100%
community 2.5 MiB 1337K/s 00:02 [##############################] 100%
multilib 124.2 KiB 812K/s 00:00 [##############################] 100%
:: Starting full system upgrade...
warning: cups: ignoring package upgrade (1.7.2-1 => 2.0.2-1)
warning: libcups: ignoring package upgrade (1.7.2-1 => 2.0.2-1)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: catalyst-utils: requires xorg-server<1.17.0And I thought clfarron4 recommended that I do not add xorg-server to the ignore package.
Offline
I've been using Arch for less than year now, so i'm not an Arch guru, but i'm almost sure that you won't be able to upgrade your system if you don't ignore xorg-server.
Pacman is trying to upgrade xorg-server but because catalyst-utils needs <1.17, it will never satisfy that dependency.
As clfarron4 said, she doesn't recommend add xorg-server because you may have other xorg-* packages, but you can ignore them all if they are in the xorg and xorg-drivers group.
#IgnorePkg =
IgnoreGroup = xorg xorg-driversLast edited by AbaddonOrmuz (2015-02-21 01:26:59)
Offline
I've been using Arch for less than year now, so i'm not an Arch guru, but i'm almost sure that you won't be able to upgrade your system if you don't ignore xorg-server.
Pacman is trying to upgrade xorg-server but because catalyst-utils needs <1.17, it will never satisfy that dependency.
As clfarron4 said, she doesn't recommend add xorg-server because you may have other xorg-* packages, but you can ignore them all if they are in the xorg and xorg-drivers group.
#IgnorePkg = IgnoreGroup = xorg xorg-drivers
Alright thank you very much
I understand now.
I'm marking this as solved, thanks to everyone that helped me.
Offline
I'm update catalyst-test and then... it's WORK. After finish, run pacman -Syu again with no problem.
"yaourt -S catalyst-test"
Offline