You are not logged in.
/etc/pacman.conf
[...]
[catalyst]
Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch
$ pacman -Syu
[...]
:: catalyst-utils: benötigt xorg-server<1.12.0
$ pacman -Si xorg-server
Repositorium : extra
Name : xorg-server
Version : 1.12.0-1
Mmmmh ...
Ranomier
Offline
Run
LC_ALL=C <command>to get output in English.
use [xorg111] repo: https://wiki.archlinux.org/index.php/AT … positories as suggested on https://aur.archlinux.org/packages.php?ID=40833
catalyst isn't supporting xorg-server 1.12, that's why this repo appeared.
Last edited by karol (2012-03-13 18:31:18)
Offline
pacman.conf
#[...] standart stuff
#yaourt repos
[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64
#catalyst repos
[catalyst]
Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch
#EOFUpdating
$ pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
archlinuxfr is up to date
catalyst is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: catalyst-utils: requires xorg-server<1.12.0Information about the required package
# LC_ALL=C pacman -Si xorg-server
Repository : extra
Name : xorg-server
Version : 1.12.0-1
URL : http://xorg.freedesktop.org
Licenses : custom
Groups : xorg
Provides : x-server
Depends On : libxdmcp libxfont udev libpciaccess libdrm pixman libgcrypt libxau
xorg-server-common xf86-input-evdev
Optional Deps : None
Conflicts With : nvidia-utils<=290.10
Replaces : None
Download Size : 1273.11 KiB
Installed Size : 3818.00 KiB
Packager : Andreas Radke <andyrtr@archlinux.org>
Architecture : x86_64
Build Date : Mon Mar 5 07:00:50 2012
MD5 Sum : 499b6f00f70cab6f75d0cea349b69fd6
SHA256 Sum : 0d9a4a50770912e8d90b21ffe9dbb0d83d58e60598088d55881000fccf1e87e2
Signatures : Yes
Description : Xorg X serverBut in the repos IS the 1.12.x package of xorg-server
wondering, ok then i take these repos
Last edited by Ranomier (2012-03-13 18:42:18)
Offline
You need to re-read my post.
Offline
But in the official repos, IS the package xorg-server 1.12.x ...
But, then i take your repos.
thanks alot by the way ![]()
Last edited by Ranomier (2012-03-13 18:45:08)
Offline
But in the official repos, IS the package xorg-server 1.12.x ...
catalyst is not in official repos, you need to get it from an addidional repo or AUR.
currently catalyst doesn't support xorg-server 1.12 so you have to use xorg-server 1.11, from the xorg111 repo:
[karol@black ~]$ pacman -Sl xorg111
xorg111 xf86-input-acecad 1.5.0-2
xorg111 xf86-input-aiptek 1.4.1-2
xorg111 xf86-input-evdev 2.6.0-4 [installed: 2.7.0-1]
xorg111 xf86-input-joystick 1.6.0-3
xorg111 xf86-input-keyboard 1.6.1-1
xorg111 xf86-input-mouse 1.7.1-2
xorg111 xf86-input-synaptics 1.5.0-1
xorg111 xf86-input-vmmouse 12.7.0-3
xorg111 xf86-input-void 1.4.0-2
xorg111 xf86-input-wacom 0.13.0-1
xorg111 xf86-video-apm 1.2.3-4
xorg111 xf86-video-fbdev 0.4.2-5 [installed: 0.4.2-6]
xorg111 xf86-video-vesa 2.3.0-7 [installed: 2.3.0-8]
xorg111 xorg-server 1.11.4-1 [installed: 1.12.0-1]
xorg111 xorg-server-common 1.11.4-1 [installed: 1.12.0-1]
xorg111 xorg-server-devel 1.11.4-1
xorg111 xorg-server-utils 7.6-3 [installed]
xorg111 xorg-server-xdmx 1.11.4-1
xorg111 xorg-server-xephyr 1.11.4-1
xorg111 xorg-server-xnest 1.11.4-1
xorg111 xorg-server-xvfb 1.11.4-1Offline
Oh now i understanding^^
"<" ">" Sorry, it seems as if i have mixed up something.
^^
thanks a lot^^
Last edited by Ranomier (2012-03-13 19:11:42)
Offline
Sorry for the dumb question, but after I added the xorg111 repo the upgrade still fails. I suppose, I need to somehow lock the version of xorg-server, but how?
Desktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline
Sorry for the dumb question, but after I added the xorg111 repo the upgrade still fails. I suppose, I need to somehow lock the version of xorg-server, but how?
I don't know what exactly you're asking about. You can't update to xorg 1.12 for now.
Read pacman.conf (it has a manpage) to learn how to stop pacman from upgrading some packages.
Offline
Sorry for the dumb question, but after I added the xorg111 repo the upgrade still fails. I suppose, I need to somehow lock the version of xorg-server, but how?
Did you do that ?:
To use this repo you need to edit /etc/pacman.conf and add those lines above all other repositories
I tried it myself a second ago and if you add the repo at the end of pacman.conf it doesnt work, the xorg111 repo have to be the first repo occurring in pacman.conf.
Offline
That was the point, thank you!
Desktop: http://www.sysprofile.de/id15562, Arch Linux | Notebook: Thinkpad L13 Yoga Gen2, Manjaro
The very worst thing you can do with free software is to download it, see that it doesn't work for some reason, leave it, and tell your friends that it doesn't work. - Tuomas Lukka
Offline