You are not logged in.

#1 2017-03-02 06:44:47

anselm
Banned
Registered: 2016-05-11
Posts: 120

Xorg-server-xvfb: installing xorg-server1.12-common breaks dependency

[SOLVED]

I try to upgrade my system but something goes wrong. I ignore the upgrading of the whole Xorg package (with ignore-pkg) because I am using Nvidia173xx driver from City-busz repo:

In my pacman.conf:

IgnorePkg   = pandoc-static xorg xorg-server
#linux-lts
IgnoreGroup = xorg xorg-video-drivers xorg-input-drivers

When I try to upgrade I get the following messages:

warning: xf86-input-synaptics: ignoring package upgrade (1.8.99.1-1 => 1.9.0-1)
warning: xorg-mkfontdir: ignoring package upgrade (1.0.7-2 => 1.0.7-7)
warning: xorg-server-xvfb: ignoring package upgrade (1.18.4-1 => 1.19.1-5)
warning: xorg-sessreg: ignoring package upgrade (1.1.0-1 => 1.1.1-1)
warning: xorg-xauth: ignoring package upgrade (1.0.9-1 => 1.0.10-1)
resolving dependencies...
:: There are 4 providers available for libgl:
:: Repository extra
   1) mesa-libgl  2) nvidia-304xx-utils  3) nvidia-340xx-utils  4) nvidia-libgl

Enter a number (default=1): 
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: xorg-server-xvfb: installing xorg-server1.12-common (1.12.4-7) breaks dependency 'xorg-server-common'

Last edited by anselm (2017-04-08 18:16:31)

Offline

#2 2017-03-02 11:44:36

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,904
Website

Re: Xorg-server-xvfb: installing xorg-server1.12-common breaks dependency

Mod note: moving to AUR issues


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2017-03-02 12:05:08

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,971

Re: Xorg-server-xvfb: installing xorg-server1.12-common breaks dependency

I'm guessing you mean this city repo ?

xorg has a lot more parts then just xorg-server.

Try using the xorg112 repo Vi0L0' maintains for older amd catalyst versions, https://wiki.archlinux.org/index.php/AM … st#xorg112 .

Put it as first repo in your pacman.conf (so above [core] ) , then remove xorg stuff from the ignorepkg & ignoregroup lines.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#4 2017-04-06 13:01:50

anselm
Banned
Registered: 2016-05-11
Posts: 120

Re: Xorg-server-xvfb: installing xorg-server1.12-common breaks dependency

Thanks, I added

[xorg112]
SigLevel = Never
Server = http://mirror.hactar.xyz/Vi0L0/xorg112/$arch

Then removed IgnorGroup and IgnorePkg, but when I try to update the system I still have an error message:

:: Synchronizing package databases...
 xorg112                               12.3 KiB  1761K/s 00:00 [##################################] 100%
 php                                   29.0   B  0.00B/s 00:00 [##################################] 100%
 city                                  19.4 KiB   525K/s 00:00 [##################################] 100%
 core                                 124.4 KiB   197K/s 00:01 [##################################] 100%
 extra                               1680.2 KiB   804K/s 00:02 [##################################] 100%
 community                              3.8 MiB   222K/s 00:18 [##################################] 100%
:: Starting full system upgrade...
warning: xf86-input-synaptics: local (1.8.99.1-1) is newer than xorg112 (1.6.2-1)
warning: xorg-server-utils: local (7.6-4) is newer than xorg112 (7.6-3)
warning: xorg-server-xvfb: local (1.18.4-1) is newer than xorg112 (1.12.4-3)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: xorg-server-xvfb: installing xorg-server1.12-common (1.12.4-7) breaks dependency 'xorg-server-common'

Offline

#5 2017-04-06 13:55:42

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,971

Re: Xorg-server-xvfb: installing xorg-server1.12-common breaks dependency

Several packages will have to be downgraded, pacman only does that when specifically told to.

try pacman -Syuu


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#6 2017-04-06 15:01:57

anselm
Banned
Registered: 2016-05-11
Posts: 120

Re: Xorg-server-xvfb: installing xorg-server1.12-common breaks dependency

Better but still doesn't work:

warning: xf86-input-synaptics: downgrading from version 1.8.99.1-1 to version 1.6.2-1
warning: xorg-server-utils: downgrading from version 7.6-4 to version 7.6-3
warning: xorg-server-xvfb: downgrading from version 1.18.4-1 to version 1.12.4-3
resolving dependencies...
looking for conflicting packages...
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: xorg-server1.12-common and xorg-server-common are in conflict

Offline

#7 2017-04-07 10:18:17

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,971

Re: Xorg-server-xvfb: installing xorg-server1.12-common breaks dependency

The conflict itself is not surprising and most likely caused by package(s) from current xorg that didn't exist in xorg 1.12 .

Once found those pacakge(s) will probably need to be removed by using "-dd" to ignore dependencies completely.
If you remove more then is absolutely necessary this could lead to breakage that will be very hard to troubleshoot.

Not sure how to figure out which things to remove, but let's try .

post the output of pacman -Syuu --downloadonly --ignore xorg-server-common
and pacman -Qi xorg-server-common .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#8 2017-04-08 17:53:51

anselm
Banned
Registered: 2016-05-11
Posts: 120

Re: Xorg-server-xvfb: installing xorg-server1.12-common breaks dependency

sudo pacman -Syuu --downloadonly --ignore xorg-server-common

:: Synchronizing package databases...
 xorg112 is up to date
 php is up to date
 city is up to date
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
warning: xf86-input-synaptics: downgrading from version 1.8.99.1-1 to version 1.6.2-1
warning: xorg-server-utils: downgrading from version 7.6-4 to version 7.6-3
warning: xorg-server-xvfb: downgrading from version 1.18.4-1 to version 1.12.4-3
resolving dependencies...
warning: ignoring package xorg-server-common-1.12.4-3
warning: ignoring package xorg-server-common-1.19.3-1
error: failed to prepare transaction (could not satisfy dependencies)
:: xorg-server-xvfb: requires xorg-server-common

sudo pacman -Qi xorg-server-common

error: package 'xorg-server-common' was not found

sudo pacman -Qi xorg-server1.12-common

Name            : xorg-server1.12-common
Version         : 1.12.4-6
Description     : Xorg server common files
Architecture    : i686
URL             : http://xorg.freedesktop.org
Licenses        : custom
Groups          : None
Provides        : xorg-server-common=1.12.4
Depends On      : xkeyboard-config  xorg-xkbcomp  xorg-setxkbmap  xorg-fonts-misc
Optional Deps   : None
Required By     : xorg-server-xvfb  xorg-server1.12
Optional For    : None
Conflicts With  : xorg-server-common
Replaces        : None
Installed Size  : 180.00 KiB
Packager        : Balló György <ballogyor+arch@gmail.com>
Build Date      : Wed 16 Dec 2015 03:24:41 PM CET
Install Date    : Mon 07 Nov 2016 11:33:48 AM CET
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

Offline

#9 2017-04-08 18:08:01

anselm
Banned
Registered: 2016-05-11
Posts: 120

Re: Xorg-server-xvfb: installing xorg-server1.12-common breaks dependency

Problem solved, I just had to uninstall "xorg-server-xvfb" which I installed "accidentally" when I tried to achieve VESA driver and 800x600 resolution.

Offline

#10 2017-04-08 18:36:55

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,904
Website

Re: Xorg-server-xvfb: installing xorg-server1.12-common breaks dependency

Great. Please remember to mark your thread as solved.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

Board footer

Powered by FluxBB