You are not logged in.
So basically, as far as I know:
* Want to update entire system, yaourt complains about a dependency that can't be statisfied: nvidia-ck requires nvidia-utils=337.19
* Can't update nvidia-ck, because it tries to install nvidia-utils version 337.25, but for some case can't, because it couldn't statisfy the nvidia-utils=337.19 requirement for nvidia-ck?
* Can't update nvidia-utils because it requires version 337.19
What I tried
* Updating linux-ck (no success)
Offline
Could you post the exact terminal output please?
I can tell you this much: As of June 1-st, nvidia-ck and nvidia-utils in repo/AUR are both at 337.25.
Have you updated your repository databases recently?
Last edited by clfarron4 (2014-06-23 19:05:06)
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
I have updated my databases. I'll post some outputs.
yaourt -syyua:
:: Synchronizing package databases...
core 110.7 KiB 1350K/s 00:00 [#####] 100%
extra 1680.1 KiB 1448K/s 00:01 [#####] 100%
community 2.2 MiB 1223K/s 00:02 [#####] 100%
multilib 117.7 KiB 1070K/s 00:00 [#####] 100%
error: failed to prepare transaction (could not satisfy dependencies)
:: Starting full system upgrade...
:: nvidia-ck: requires nvidia-utils=337.19
:: perl-alien-wxwidgets: requires perl-module-pluggableDon't know what the perl thing is, I'll fix that later.
Yaourt -S nvidia-ck:
==> Downloading nvidia-ck PKGBUILD from AUR...
x .AURINFO
x PKGBUILD
x nvidia-ck.install
Comment by vic.pozd (2014-05-20 20:14)
Pls correct md5sums for x86
cf8e88e313928eb7a4d6f652ff287717 NVIDIA-Linux-x86-337.19.run
Comment by graysky (2014-05-20 21:58)
Done. Dunno happened.
Comment by vic.pozd (2014-05-21 19:07)
At your option - downloaded 2 files (for x86 and x86_64). That's not cool.
I propose to make a separate downloads.
....
options=(!strip)
if [ "$CARCH" = "i686" ]; then
source("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run")
_pkg="NVIDIA-Linux-x86-${pkgver}"
md5sums=('cf8e88e313928eb7a4d6f652ff287717')
elif [ "$CARCH" = "x86_64" ]; then
source=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run")
_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat3"
md5sums=('5f7ed7eab32fa99c72bb2c30d0a85b9d')
fi
prepare() {
....
Comment by graysky (2014-05-21 19:44)
This package mirrors the official ARCH package; I don't have a ton of time these days to customize since diffing the official PKGBUILD from my own is preferred.
Comment by vic.pozd (2014-05-21 22:29)
And to think it is not necessary, I gave an example.
Could answer. Or do not want to modify?
nvidia-ck 337.25-2 (Sun Jan 3 11:48:45 CET 2010)
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> nvidia-ck dependencies:
- linux-ck>=3.14 (already installed)
- linux-ck<3.15 (already installed)
- nvidia-libgl (already installed)
- linux-ck-headers>=3.14 (already installed)
- linux-ck-headers<3.15 (already installed)
- nvidia-utils=337.25 (package found)
==> Edit nvidia-ck.install ? [Y/n] ("A" to abort)
==> ---------------------------------------------
==> n
==> Continue building nvidia-ck ? [Y/n]
==> -----------------------------------
==>
==> Building and installing package
==> Install or build missing dependencies for nvidia-ck:
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia-ck: requires nvidia-utils=337.19
==> Restart building nvidia-ck ? [y/N]
==> ----------------------------------
==> yaourt -S nvidia-utils:
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia-ck: requires nvidia-utils=337.19Offline
A lazy way around it is to use graysky's repo-ck for this.
I'm pretty sure that building nvidia-ck locally with makepkg -si should do it. Else build the package with makepkg on your machine, download the nvidia-utils package to the same directory and install both in the same transaction with
pacman -U ./*.pkg.tar.xz.
Last edited by clfarron4 (2014-06-23 19:33:34)
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
I'll try this when I get the chance.
Offline
# Sorry, wrong thread, post may be deleted.
Last edited by cju (2014-06-30 06:40:00)
Offline