You are not logged in.

#1 2012-01-18 21:34:37

655321
Member
From: Costa Rica
Registered: 2009-12-08
Posts: 412
Website

Unable to update AUR

I am getting a conflict and cant find the offending package, here is packer output:

packer -Syu --auronly
:: Synchronizing aur database...
aur                                        57  57 [###########################################################################################################################################] 100%
:: Starting full aur upgrade...
warning: gnome-do-0.8.5-2
0.8.2-1
0.8.4-1
0.20.6-1
0.2.1-2 is up to date -- reinstalling
warning: libgnomeprint-2.18.8-3
2.18.6-1 is up to date -- reinstalling
warning: tango-icon-theme-0.8.90-4
0.1.0-4 is up to date -- reinstalling

Aur Targets    (26): lib32-gmp lib32-p11-kit lib32-nettle lib32-libidn amaya android-sdk android-sdk-platform-tools android-udev aptana-studio bitcoin dropbox faenza-icon-theme gnome-do gnome-shell-theme-elementary gnome-shell-theme-gnomarch google-talkplugin lib32-gnutls libgnomecups libgnomeprint libgnomeprintui nautilus-dropbox prey-tracker tango-icon-theme teamviewer tlp ttf-win7-fonts
Pacman Targets (3): chrpath fontforge gcc-multilib


Proceed with installation? [Y/n] y
Password:
resolving dependencies...
looking for inter-conflicts...
:: gcc-libs-multilib and gcc-libs are in conflict. Remove gcc-libs? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: gcc-libs-multilib and gcc-libs are in conflict
Installation failed.

The thing is I get the option but dont get the chance to choose "yes" to replace gcc-libs with multilib version. How can I know which of all the packages I want to upgrade is causing this conflict? My idea would be to remove it, then update all the remaining ones and then reinstall the problem package.

Any help?

thanks in advance!


Linux user #498977
With microsoft you get windows and gates, with linux you get the whole house!
My Blog about ArchLinux and other stuff

Offline

#2 2012-01-18 22:38:37

natestar13
Member
From: Tampa, FL
Registered: 2012-01-16
Posts: 55

Re: Unable to update AUR

This link details what all packages rely on gcc-libs-multilib:
http://www.archlinux.org/packages/multi … -multilib/

error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: gcc-libs-multilib and gcc-libs are in conflict

Your main problem is that gcc-libs is in conflict with gcc-libs-multilib.  What you can do instead of trying figure out which AUR package depends on gcc-libs-multilib is to uninstall gcc-libs, install gcc-libs-multilib, and then run your system AUR update.  So, the command line would be

sudo pacman -S gcc-libs-multilib

This will prompt you to remove gcc-libs and install gcc-libs-multilib.  You should then be able to update your AUR packages with packer as normal.  If you're concerned about replacing gcc-libs with gcc-libs-multilib, it shouldn't cause an issue.
https://bbs.archlinux.org/viewtopic.php?id=109905


Machine:  Lenovo ThinkCenter M92 (M3209) - Inte i7-3770 CPU

Offline

Board footer

Powered by FluxBB