You are not logged in.

#1 2010-06-12 16:13:18

Afnaf
Member
From: Sweden
Registered: 2009-07-29
Posts: 27
Website

[SOLVED] Pacman -Syu ( could not satisfy dependencies)

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.1

Any 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-gcc

Last edited by Afnaf (2010-06-12 16:16:34)

Offline

#2 2010-06-12 16:14:35

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] Pacman -Syu ( could not satisfy dependencies)

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

#3 2010-06-12 16:16:16

Afnaf
Member
From: Sweden
Registered: 2009-07-29
Posts: 27
Website

Re: [SOLVED] Pacman -Syu ( could not satisfy dependencies)

Well silly me, that did the trick smile

Thank you! big_smile

Offline

Board footer

Powered by FluxBB