You are not logged in.
Hi all
This morning I tried to update with sudo pacman -Syu and this happened
:: Starting full system upgrade...
resolving dependencies...
warning: cannot resolve "nvidia-utils=295.59", a dependency of "nvidia-ck-kx"
:: The following package cannot be upgraded due to unresolvable dependencies:
nvidia-ck-kx
Do you want to skip the above package for this upgrade? [y/N] Y
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia-ck-kx: requires nvidia-utils=295.53what is happening? am I missing something?
Thank you guys
Offline
Install the latest nvidia-utils and try again? ![]()
Offline
[luiz@luiz ~]$ sudo pacman -S nvidia-utils
Password:
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia: requires nvidia-utils=295.53
:: nvidia-ck-kx: requires nvidia-utils=295.53![]()
should I -f it?
Last edited by lzk (2012-06-18 11:22:35)
Offline
If you really want it sorted fast, download the nvidia-ck tarball from the aur page, extract, download the nvidia 302.17 driver for your arch and place it in there, modify the PKGBUILD to reflect 302.17 and "makepkg -scir --skipchecksums".
Failing that, for updates *to the pkgbuilds for you and just "pacman -Syu --ignore nvidia-utils" until then.
Edits: Personal failures.
Last edited by Psykorgasm (2012-06-18 11:26:50)
Offline
No, you shouldn't force that. What you should do is contact the maintainer of nvidia-ck-kx because nvidia-utils in [extra] is 302.17, not 295.53
Last edited by ethail (2012-06-18 11:26:31)
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
If you really want it sorted fast, download the nvidia-ck tarball from the aur page, extract, download the nvidia 302.17 driver for your arch and place it in there, modify the PKGBUILD to reflect 302.17 and "makepkg -scir --skipchecksums".
Failing that, for updates *to the pkgbuilds for you and just "pacman -Syu --ignore nvidia-utils" until then.
Edits: Personal failures.
Hmm, got it. I'll wait till ck guys update they repo. Also, I'll try to contact them
For now, --ignore works
Thank you guys
Offline
Yeah I realised you aren't using the aur but his repo, so it would be more messing about then I wrote anyway - so ignore that.
Graysky said he should be able to update his stuff later in the week (read the comments on his aur packages).
Offline
Hmm, no problem ![]()
thank you
Offline
Problem I have right now is the coax line that runs from the street to my cable box went bad, likely moisture infiltration. I can't update the packages nor can I update the repo until the cable company comes out and runs a new line. Don't expect anything until later in the week ![]()
Can someone verify for me that the --ignore switch works with groups? The OP might be able to do this:
# pacman -Syu --ignore ck-kxOffline
this is the output
sudo pacman -Syu --ignore ck-kx
Password:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
repo-ck is up to date
:: Starting full system upgrade...
resolving dependencies...
warning: cannot resolve "nvidia-utils=295.59", a dependency of "nvidia-ck-kx"
:: The following package cannot be upgraded due to unresolvable dependencies:
nvidia-ck-kx
Do you want to skip the above package for this upgrade? [y/N] y
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia-ck-kx: requires nvidia-utils=295.53guess that doesn't work with groups ![]()
Offline
you should use --ignoregroup, --ignore is for packages, not groups
--ignoregroup <group>
Directs pacman to ignore upgrades of all packages in group even if there is
one available. Multiple groups can be specified by separating them with a
comma.Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
Thx ethail - my connection is restored and the repo repopulated (several days ago actually). OP can make as SOLVED.
Offline