emerge -up silo These are the packages that I would merge, in order: I just did an emerge sync, and when checking with emerge -up world portage broke. Here is the example (note I have silo-1.2.6 installed on a ultrasparc 5). sparc64 root # emerge -up silo Calculating dependencies \ !!! all ebuilds that could satisfy "sys-apps/sparc-utils" have been masked. !!! (dependency required by "sys-apps/silo-1.3.0" [ebuild]) !!! Error calculating dependencies. Please correct. Either move silo 1.3.0 back to unstable or mover sparc-utils to stable. (Or remove the dependency to sparc-utils if possible). Reproducible: Always Steps to Reproduce: See details Actual Results: See details Expected Results: Working emerge ;-P sparc64 root # emerge info Portage 2.0.48-r1 (default-sparc64-1.4, gcc-3.2.2, glibc-2.3.1-r4) ================================================================= System uname: 2.4.20 sparc64 sun4u GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://ftp.easynet.nl/mirror/gentoo http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/conf ig /usr/kde/3/share/config /var/bind" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="sparc arts apm avi crypt cups encode esd fbcon gif gtk gnome imlib java jpeg kde libwww mikmod motif mpeg ncurses nls oggvorbis oss opengl png pdflib qt sdl spell truetype X xv xml2 xmms zlib gdbm berkdb slang readline tcpd pam ssl perl python" COMPILER="gcc3" CHOST="sparc-unknown-linux-gnu" CFLAGS="-mcpu=ultrasparc -O3 -pipe -fomit-frame-pointer -frerun-cse-after- loop -funroll-loops" CXXFLAGS="-mcpu=ultrasparc -O3 -pipe -fomit-frame-pointer -frerun-cse-after- loop -funroll-loops" ACCEPT_KEYWORDS="sparc" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" FEATURES="sandbox ccache"
Thanks for the bug report. Somehow the sparc keywords got removed from the sparc-utils ebuilds (they were there when silo was updated). They have been re-added. Try emerge sync'ing again.
Closing