You are not logged in.
Pages: 1
Today I tried installing the Nouveau open-source NVIDIA driver with "pacman -Sy nouveau-drm xf86-video-nouveau" and got the following error:
cannot resolve "nouveau-drm>=20090612", a dependency of "xf86-video-nouveau"
The current nouveau-drm version is 0.0.15_20090908-1 yet xf86-video-nouveau does not recognise this as newer than 20090612.
Offline
This seems to be a versioning issue. put it up on the bug tracker. I just tested it, and got the same result.
Try using abs to compile it and just change the version numbering to just the date portion of the sequence.
I keep getting distracted from my webserver project...
huh? oooh... shiny!
Offline
Repository : extra
Name : xf86-video-nouveau
Version : 0.0.10_git20090909-1
URL : http://nouveau.freedesktop.org/wiki/
Licenses : GPL
Groups : xorg-video-drivers
Provides : None
Depends On : nouveau-drm>=0.0.15_20090908 libdrm>=2.4.13
Optional Deps : None
Conflicts With : xorg-server<1.6.3.901
Replaces : None
Download Size : 149.71 K
Installed Size : 348.00 K
Packager : Andreas Radke <andyrtr@archlinux.org>
Architecture : i686
Build Date : Wed Sep 9 20:18:21 2009
MD5 Sum : 6dbc50ed70d539d85e438756e2b20728
The dependency on nouveau-drm looks fine here.
Are you on x86 64 and the package is not up-to-date there or what ?
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
While I'm not the OP, I see this on x86_64, with up-to-date DBs. Something is not right.
ataraxia@amaranth:~ $ pacman -Si xf86-video-nouveau
Repository : extra
Name : xf86-video-nouveau
Version : 0.0.10_git20090909-1
URL : http://nouveau.freedesktop.org/wiki/
Licenses : GPL
Groups : xorg-video-drivers
Provides : None
Depends On : nouveau-drm>=20090612 libdrm>=2.4.13
Optional Deps : None
Conflicts With : xorg-server<1.6.3.901
Replaces : None
Download Size : 160.96 K
Installed Size : 396.00 K
Packager : Andreas Radke <andyrtr@archlinux.org>
Architecture : x86_64
Build Date : Wed 09 Sep 2009 10:22:58 AM EDT
MD5 Sum : 5c4d161581e6578e0bf6b5038142b5df
Description : Open Source 3D acceleration driver for nVidia cards (eperimental)
ataraxia@amaranth:~ $ pacman -Si nouveau-drm
Repository : extra
Name : nouveau-drm
Version : 0.0.15_20090908-1
URL : http://nouveau.freedesktop.org/
Licenses : GPL
Groups : None
Provides : None
Depends On : kernel26>=2.6.30 kernel26<2.6.31
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 327.57 K
Installed Size : 1340.00 K
Packager : AndyRTR <andyrtr@archlinux.org>
Architecture : x86_64
Build Date : Wed 09 Sep 2009 01:59:32 PM EDT
MD5 Sum : 54a6deade63b4e4120ab21018724e859
Description : nvidia opensource X driver
Offline
Yes; I am also having the issue on Arch64.
Offline
Reported: http://bugs.archlinux.org/task/16272
Offline
Thanks for reporting that, ataraxia! Hopefully it will be resolved soon.
Offline
Pages: 1