dev-libs/zziplib compile fails because it needs app-text/xmlto installed. So, dev-libs/zziplib needs a DEPEND added for package app-text/xmlto. Reproducible: Always Steps to Reproduce: emerge dev-libs/zziplib on a fresh 2006.0 stage 3 installation with hardened profile. Actual Results: dev-libs/zziplib compile fails reporting error with missing program 'xmlto' Expected Results: compile succeeds Portage 2.1.1-r2 (hardened/x86/2.6, gcc-3.4.6, glibc-2.3.6-r5, 2.6.18-gentoo-r6 i686) ================================================================= System uname: 2.6.18-gentoo-r6 i686 Celeron (Mendocino) Gentoo Base System release 1.12.6 Last Sync: Tue, 23 Jan 2007 01:50:01 +0000 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled] app-admin/eselect-compiler: [Not Present] dev-java/java-config: [Not Present] dev-lang/python: 2.4.3-r4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: [Not Present] dev-util/confcache: [Not Present] sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.61 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.16.1-r3 sys-devel/gcc-config: 1.3.14 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=pentium2 -Os -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="-march=pentium2 -Os -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distcc distlocks metadata-transfer parallel-fetch sandbox sfperms strict" GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://open-systems.ufl.edu/mirrors/gentoo http://www.gtlib.gatech.edu/pub/gentoo" MAKEOPTS="-j4" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="x86 alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol apache2 berkdb bindist bzip2 crypt cups dhcp dlloader elibc_glibc gd hardened imagemagick jpeg kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text mysql nls pam pic png ppds readline ssl tcpd unzip usb userland_GNU xinetd xorg zip zlib" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Reopen with some errors please.
from my logs... <snip> sed -e 's|zzip.h|zziplib.h|' -e 's|zzip/lib.h|zzip/zzip.h|' \ /var/tmp/portage/zziplib-0.13.45/image//usr/include/zzip.h >/var/tmp/portage/zziplib-0.13.45/image//usr/include/zziplib.h sed -e 's|zzip.h|zzip-io.h|' -e 's|zzip/lib.h|zzip/plugin.h|' \ /var/tmp/portage/zziplib-0.13.45/image//usr/include/zzip.h >/var/tmp/portage/zziplib-0.13.45/image//usr/include/zzip-io.h test -f zziplib1.docbook && mv zziplib1.docbook zziplib1.xml ; test -s zziplib1.xml test -s zziplib0.xml && cp zziplib0.xml zziplib.xml make[2]: [zziplib.xml] Error 1 (ignored) test -s zziplib1.xml && cp zziplib1.xml zziplib.xml test -s zziplib.xml || rm zziplib.xml no xmlto found - could not regenerate manpages.ar - skipped just touching the output file manpages.ar mv: cannot stat `manpages.ar.old': No such file or directory mv: cannot stat `../../docs/manpages.ar.old': No such file or directory make[2]: *** [manpages.ar] Error 1 make[2]: Leaving directory `/var/tmp/portage/zziplib-0.13.45/work/zziplib-0.13.45/i686-pc-linux-gnu/docs' make[1]: *** [install-man3] Error 2 make[1]: Leaving directory `/var/tmp/portage/zziplib-0.13.45/work/zziplib-0.13.45/i686-pc-linux-gnu' make: *** [install-man3] Error 2 make: *** Waiting for unfinished jobs.... </snip> Additionally, I ran 'emerge -a1 app-text/xmlto', and re-ran my previous emerge, and that fixed the problem.
*** This bug has been marked as a duplicate of bug 163192 ***