You are not logged in.

#1 2012-07-24 05:55:24

chibby
Member
Registered: 2012-07-10
Posts: 19

[solved] gcc-libs and gcc-libs-multilib are in conflict

Hi! Today i got this:

# pacman -Su
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
:: gcc-libs and gcc-libs-multilib are in conflict. Remove gcc-libs-multilib? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: gcc-multilib: requires gcc-libs-multilib=4.7.0-6

it wants to remove the gcc-libs-multilib, but can't?!

How to resolve this?

Thanks

Last edited by chibby (2012-07-29 08:17:40)

Offline

#2 2012-07-24 06:10:07

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: [solved] gcc-libs and gcc-libs-multilib are in conflict

Is the multilib repo still enabled in your pacman.conf?

Offline

#3 2012-07-24 06:11:42

chibby
Member
Registered: 2012-07-10
Posts: 19

Re: [solved] gcc-libs and gcc-libs-multilib are in conflict

Allan wrote:

Is the multilib repo still enabled in your pacman.conf?

yes

Offline

#4 2012-07-24 11:52:56

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: [solved] gcc-libs and gcc-libs-multilib are in conflict

I had this too, this was simply caused by the older version of gcc-libs-multilib still being in [community-testing]. Wait for your mirror to resync or choose another mirror.

Offline

#5 2012-07-29 01:50:38

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Re: [solved] gcc-libs and gcc-libs-multilib are in conflict

Allan wrote:

Is the multilib repo still enabled in your pacman.conf?

Should we disable it? Why?
I ask out of ignorance.. please, enlighten me... smile

Offline

#6 2012-07-29 08:17:25

chibby
Member
Registered: 2012-07-10
Posts: 19

Re: [solved] gcc-libs and gcc-libs-multilib are in conflict

from the pacman.conf:

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

my error was that i forgot a # in front of the [multilib] part and i didn't see it. smile

Offline

Board footer

Powered by FluxBB