You are not logged in.

#1 2015-02-08 22:18:18

parazyd
Member
From: Amsterdam
Registered: 2012-10-14
Posts: 259
Website

[SOLVED] Cannot do a -Syu (gcc issue)

Trying to do a pacman -Syu and I keep getting the error:
error: failed to prepare transaction (could not satisfy dependencies)
:: gcc: requires gcc-libs=4.9.2-2

Even though its multilib counterparts of the same version are installed. I suppose there is a gcc upgrade available.
How do I resolve this? Thanks.

┌─[parazyd][archbox][~]
└──╼ pacman -Syu
[sudo] password for root: 
:: Synchronizing package databases...
 catalyst is up to date
 core is up to date
 extra                                                                 1793.2 KiB   443K/s 00:04 [########################################################] 100%
 community                                                                2.5 MiB   763K/s 00:03 [########################################################] 100%
 multilib-testing is up to date
 multilib is up to date
 infinality-bundle is up to date
 infinality-bundle-fonts is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: gcc: requires gcc-libs=4.9.2-2
┌─[parazyd][archbox][~]
└──╼ pacman -Ss gcc-libs
core/gcc-libs 4.9.2-2 (base)
    Runtime libraries shipped by GCC
multilib-testing/gcc-libs-multilib 4.9.2-3 [installed: 4.9.2-2]
    Runtime libraries shipped by GCC for multilib
multilib-testing/lib32-gcc-libs 4.9.2-3 [installed: 4.9.2-2]
    Runtime libraries shipped by GCC (32-bit)
multilib/gcc-libs-multilib 4.9.2-2 [installed]
    Runtime libraries shipped by GCC for multilib
multilib/lib32-gcc-libs 4.9.2-2 [installed]
    Runtime libraries shipped by GCC (32-bit)

Last edited by parazyd (2015-02-08 22:20:24)

Offline

#2 2015-02-08 22:21:00

parazyd
Member
From: Amsterdam
Registered: 2012-10-14
Posts: 259
Website

Re: [SOLVED] Cannot do a -Syu (gcc issue)

Resolved by reinstalling gcc-multilib.
Still have no idea what happened though.

Offline

#3 2015-02-09 13:32:04

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] Cannot do a -Syu (gcc issue)

You appear to have a broken repo configuration -- you're using multilib-testing, but not testing. Don't do this.

Offline

Board footer

Powered by FluxBB