You are not logged in.
This is what happens when I try to update my system:
sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
:: Replace libsigc++2.0 with extra/libsigc++? [Y/n] y
:: Replace pkgconfig with core/pkg-config? [Y/n] y
:: Replace procinfo with core/procinfo-ng? [Y/n] y
:: Replace xz-utils with core/xz? [Y/n] y
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: cross32-gcc: requires lib32-gcc-libs=4.4.3
:: lib32-glibc-devel: requires lib32-glibc=2.11.1Any ideas what to do? Does it work to remove the above packages maybe?
*edit*
sudo pacman -R lib32-gcc-libs
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: cross32-gcc: requires lib32-gcc-libs=4.4.3
:: lib32-mesa: requires lib32-gccLast edited by Afnaf (2010-06-12 16:16:34)
Offline
remove cross32-gcc and lib32-glibc-devel do pacman -Syu and then recompile those packages against newly dependencies
Give what you have. To someone, it may be better than you dare to think.
Offline
Well silly me, that did the trick ![]()
Thank you! ![]()
Offline