You are not logged in.
I tried to update today but it failed. Aslo i faced with gcc issue and solved it as described in https://bbs.archlinux.org/viewtopic.php?id=139412.
Can somebody advise? Some information you an find below.
Thank you
-------------------------------------------------------------------
# pacman -Su
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: lib32-libwbclient: requires libwbclient=3.6.3-4
# pacman -Qs libwbclient
local/lib32-libwbclient 3.6.3-4
Samba winbind client library (32 bits)
local/libwbclient 3.6.3-4
Samba winbind client library
# pacman -Qs gcc
local/gcc-libs-multilib 4.7.0-4
Runtime libraries shipped by GCC for multilib
local/gcc-multilib 4.7.0-4 (multilib-devel)
The GNU Compiler Collection - C and C++ frontends for multilib
local/lib32-gcc-libs 4.7.0-4
Runtime libraries shipped by GCC (32-bit)
Offline
You should start off by checking, what is lib32-libwbclient. Turns out it's not in the repos, it's in the AUR: https://aur.archlinux.org/packages.php?ID=57259
pacman only deals with packages from the repos.
You can remove lib32-libwbclient temporarily and than install the new version, once somebody updates the AUR package (or you can try doing it yourself).
Last edited by karol (2012-04-12 16:05:07)
Offline
You should start off by checking, what is lib32-libwbclient. Turns out it's not in the repos, it's in the AUR: https://aur.archlinux.org/packages.php?ID=57259
pacman only deals with packages from the repos.
You can remove lib32-libwbclient temporarily and than install the new version, once somebody updates the AUR package (or you can try doing it yourself).
Thank's. It hepled! Just remove it at all.
Last edited by gturtle (2012-04-12 16:05:44)
Offline
You can install it back if you need it, because it has already been updated :-)
Offline
Isn't there some other way? I can't update libwbclient because the old version of lib32-libwbclient depends on it, and I can't update lib32-libwbclient because it needs the new version of libwbclient that I don't have installed yet.
I have several other AUR packages that depend on lib32-libwbclient. I don't want to remove all of them and then build them again. I wonder if the 32 bit version of libwbclient really depends on the 64 bit version of libwbclient or this is a packaging error? This dependancy seems to make updating impossible. I went in and removed the dependancy line in the pkgbuild of lib32-libwbclient, that allowed it to update and once the new version was in place I could run pacman to update the 64 bit version of the library.
Offline