Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
When installing hugin with 'emerge -av media-gfx/hugin': [ebuild N ] media-gfx/hugin-0.6.1-r2 USE="enblend sift unicode -debug" Ebuild fails with the configure script not finding zip: ... checking for zip... no configure: error: "Could not find zip - needed to create the help file" After adding app-arch/zip to the dependencies, it compiles and installs fine. Reproducible: Always Steps to Reproduce: 1. Unmask media-gfx/hugin-0.7_beta4-r1 2. Remove app-arch/zip if installed on the system 3. Run emerge media-gfx/hugin emerge --info: Portage 2.1.4.4 (default-linux/amd64/dev/2008.0/desktop, gcc-4.2.3, glibc-2.6.1-r0, 2.6.24-tuxonice-r3 x86_64) ================================================================= System uname: 2.6.24-tuxonice-r3 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 5200+ Timestamp of tree: Fri, 07 Mar 2008 21:17:01 +0000 app-shells/bash: 3.2_p17-r1 dev-java/java-config: 1.3.7, 2.1.4 dev-lang/python: 2.4.4-r9 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.24 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=k8 -fomit-frame-pointer -ftree-vectorize" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -pipe -march=k8 -fomit-frame-pointer -ftree-vectorize" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer parallel-fetch sandbox sfperms strict test unmerge-orphans userfetch userpriv usersandbox" GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo/ " MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/overlay" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="X a52 aac accessibility acl acpi alsa amd64 ao bash-completion berkdb bzip2 cairo cddb cdparanoia cdr cjk cli cracklib crypt cups curl dbus djvu dri dts dv dvd dvdr dvdread eds emboss encode evo exif expat fam fftw firefox flac fontconfig fortran ftp gd gdbm gif gnutls gpm graphviz gstreamer gtk hal hddtemp iconv idn ieee1394 imagemagick imlib ipv6 isdnlog java jbig jpeg jpeg2k kde kerberos lapack latex lcms ldap lm_sensors lzo mad midi mikmod mmx mng modplug mp3 mpeg mudflap musepack ncurses nls nptl nptlonly ogg openal openexr opengl openmp oss pam pcre pdf perl plotutils png ppds pppd python qt3 qt3support qt4 quicktime readline reflection sdl session sndfile speex spell spl sqlite sqlite3 sse sse2 ssl startup-notification svg tcl tcpd theora threads tiff timidity tk truetype unicode usb v4l v4l2 vcd vim-syntax vorbis wavpack wmf x264 xcb xft xml xorg xpm xprint xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fglrx radeon radeonhd" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
09 Mar 2008; Markus Meier <maekke@gentoo.org> hugin-0.7_beta4-r1.ebuild: add app-arch/zip dep, bug #212808 Thanks for the report.