Created
March 4, 2012 20:36
-
-
Save alexciarlillo/1974686 to your computer and use it in GitHub Desktop.
arch depends problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ciarlill@odin:~$ sudo pacman -Syu | |
:: Synchronizing package databases... | |
core is up to date | |
extra is up to date | |
community is up to date | |
multilib is up to date | |
archlinuxfr is up to date | |
:: Starting full system upgrade... | |
resolving dependencies... | |
warning: cannot resolve "gcc-multilib=4.6.2", a dependency of "libtool-multilib" | |
:: The following package cannot be upgraded due to unresolvable dependencies: | |
libtool-multilib | |
Do you want to skip the above package for this upgrade? [y/N] y | |
warning: dependency cycle detected: | |
warning: lib32-gcc-libs will be installed before its gcc-libs-multilib dependency | |
looking for inter-conflicts... | |
:: gcc-libs-multilib and gcc-libs are in conflict. Remove gcc-libs? [y/N] y | |
error: failed to prepare transaction (could not satisfy dependencies) | |
:: libtool-multilib: requires gcc-multilib=4.6.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment