You are not logged in.

#26 2015-02-20 20:57:04

mauritiusdadd
Member
From: Benevento, Italy
Registered: 2013-10-27
Posts: 776

Re: [SOLVED]Unable to upgrade due to X-server and Catalyst conflicting

What happen if you first reinstall catalyst-utils from the [catalyst] repository before doing the full upgrade?

pacman -S catalyst-utils

About me - github

-- When you have eliminated the impossible, whatever remains, however improbable, must be the truth -- Spock | Sherlock Holmes

Offline

#27 2015-02-20 22:03:19

AbaddonOrmuz
Member
Registered: 2014-07-05
Posts: 43
Website

Re: [SOLVED]Unable to upgrade due to X-server and Catalyst conflicting

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/$arch

And then

sudo pacman -Syyu

Last edited by AbaddonOrmuz (2015-02-20 22:07:10)

Offline

#28 2015-02-20 23:17:59

Disco Dave
Member
Registered: 2014-12-31
Posts: 93

Re: [SOLVED]Unable to upgrade due to X-server and Catalyst conflicting

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.0

And I thought clfarron4 recommended that I do not add xorg-server to the ignore package.

Offline

#29 2015-02-21 01:00:46

AbaddonOrmuz
Member
Registered: 2014-07-05
Posts: 43
Website

Re: [SOLVED]Unable to upgrade due to X-server and Catalyst conflicting

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

Last edited by AbaddonOrmuz (2015-02-21 01:26:59)

Offline

#30 2015-02-21 02:09:14

Disco Dave
Member
Registered: 2014-12-31
Posts: 93

Re: [SOLVED]Unable to upgrade due to X-server and Catalyst conflicting

AbaddonOrmuz wrote:

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 smile I understand now.

I'm marking this as solved, thanks to everyone that helped me.

Offline

#31 2015-04-29 08:58:18

indyend
Member
Registered: 2014-12-27
Posts: 1

Re: [SOLVED]Unable to upgrade due to X-server and Catalyst conflicting

I'm update catalyst-test and then... it's WORK. After finish, run pacman -Syu again with no problem.

"yaourt -S catalyst-test"

Offline

Board footer

Powered by FluxBB