I am tring to emerge gnome and gnome-themes-extras. However, the emerge utility fails right after applying gtk+-2.6-smoothscroll-r5.patch.bz2. It says that /usr/bin/automake-1.7 is missing. However I only have automake-1.8 and automake-1.9 in that location. Reproducible: Always Steps to Reproduce: 1.Set use variables according to the discription in the Gentoo docs http://www.gentoo.org/doc/en/gnome-config.xml 2.emerge gentoo 3.wait for failure Actual Results: emerge fails at like 65 with and Exit code 1. The returns the command prompt. Expected Results: emerge gnome without any failures make.conf CFLAGS="-march=athlon-xp -O3 -pipe" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="symlink X gtk2 gnome hal howl postgres server -kde -qt unicode" VIDEO_CARDS="radeon" root@db_server01 ~ # emerge gnome gnome-themes-extras Calculating dependencies ...done! >>> emerge (1 of 8) x11-libs/gtk+-2.6.10-r1 to / >>> md5 files ;-) gtk+-1.2.10-r11.ebuild >>> md5 files ;-) gtk+-2.8.7.ebuild >>> md5 files ;-) gtk+-1.2.10-r10.ebuild >>> md5 files ;-) gtk+-2.6.8.ebuild >>> md5 files ;-) gtk+-2.6.10-r1.ebuild >>> md5 files ;-) gtk+-2.8.8.ebuild >>> md5 files ;-) gtk+-2.8.6-r1.ebuild >>> md5 files ;-) files/digest-gtk+-2.8.6-r1 >>> md5 files ;-) files/digest-gtk+-2.6.8 >>> md5 files ;-) files/digest-gtk+-2.8.7 >>> md5 files ;-) files/gtk+-2.8.0-multilib.patch >>> md5 files ;-) files/digest-gtk+-1.2.10-r10 >>> md5 files ;-) files/digest-gtk+-1.2.10-r11 >>> md5 files ;-) files/gtkrc >>> md5 files ;-) files/gtk+-1.2-locale_fix.patch >>> md5 files ;-) files/gtk+-1.2.10-m4.patch >>> md5 files ;-) files/digest-gtk+-2.8.8 >>> md5 files ;-) files/gtk+-2.2.1-disable_icons_smooth_alpha.patch >>> md5 files ;-) files/gtk+-2.4.9-ppc64.patch >>> md5 files ;-) files/gtk+-2.8.6-freebsd.patch >>> md5 files ;-) files/digest-gtk+-2.6.10-r1 >>> md5 files ;-) files/gtk+-2-xpm_loader.patch >>> md5 src_uri ;-) gtk+-2.6.10.tar.bz2 >>> md5 src_uri ;-) gtk+-2.6-smoothscroll-r5.patch.bz2 >>> Unpacking source... >>> Unpacking gtk+-2.6.10.tar.bz2 to /var/tmp/portage/gtk+-2.6.10-r1/work >>> Unpacking gtk+-2.6-smoothscroll-r5.patch.bz2 to /var/tmp/portage/gtk+- 2.6.10-r1/work * Applying gtk+-2- xpm_loader.patch ... [ ok ] * Applying gtk+-2.2.1- disable_icons_smooth_alpha.patch ... [ ok ] * Applying gtk+-2.6-smoothscroll- r5.patch.bz2 ... [ ok ] am-wrapper: /usr/bin/automake-1.7 is missing or not executable. Please try emerging the correct version of automake. !!! ERROR: x11-libs/gtk+-2.6.10-r1 failed. !!! Function src_unpack, Line 65, Exitcode 1 !!! automake failed !!! If you need support, post the topmost build error, NOT this status message.
Well, so don't unmerge it next time (with emerge prune or so, I guess...) sys-devel/automake-wrapper is in base profile and depends on automake-1.7*, so this should be installed on every system. Re-emerge automake-wrapper. Not a gtk+ bug, INVALID.
> Not a gtk+ bug, INVALID. Your are correct. Thank you for your help.