Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143208 - x11-libs/ewl-9999 fails when querying media-libs/evas USE flags
Summary: x11-libs/ewl-9999 fails when querying media-libs/evas USE flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 06:57 UTC by David Helstroom
Modified: 2006-08-08 08:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Helstroom 2006-08-08 06:57:02 UTC
At present, emerge ewl fails with:

    !!! ERROR: x11-libs/ewl-9999 failed.
    Call stack:
      ebuild.sh, line 1555:   Called dyn_setup
      ebuild.sh, line 668:   Called pkg_setup
      ewl-9999.ebuild, line 19:   Called built_with_use 'media-libs/evas' 'png'
      eutils.eclass, line 1592:   Called die

    !!! Unable to determine what USE flags  was built with

It seems the ebuild mistakenly queries the (old?) evas location at media-libs/evas:
  # grep -n "media-libs/evas" /usr/portage/x11-libs/ewl/ewl-9999.ebuild
  17:     if ! built_with_use media-libs/evas png ; then

If this line is changed to instead query x11-libs/evas, then the emerge works fine.

emerge --info:
Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.16-suspend2-r5 i686)
=================================================================
System uname: 2.6.16-suspend2-r5 i686 Intel(R) Pentium(R) M processor 1600MHz
Gentoo Base System version 1.6.15
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium-m -fomit-frame-pointer -pipe"
CHOST="i686-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 /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O3 -march=pentium-m -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distro.ibiblio.org/pub/linux/distributions/gentoo/ ftp://public.planetmirror.com/pub/gentoo/ ftp://mirror.pacific.net.au/linux/Gentoo"
MAKEOPTS="-j1"
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.au.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acpi aim alsa apache2 apm asf audiofile avi bash-completion berkdb bitmap-fonts bluetooth browserplugin bzip2 cairo cdb cdparanoia cdr cli cpdflib crypt cups dbus divx4linux dlloader dri dvd dvdr dvdread emboss encode esd ethereal fam ffmpeg fftw firefox flac flash foomaticdb fortran ftp gd gdbm gif gimpprint glut gnome gnutls gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal icq ieee1394 imagemagick imap imlib ipv6 isdnlog jabber jack java javascript jpeg kde kdeenablefinal kdexdeltasi ladcca ldap libcaca libg++ libwww lm_sensors mad mikmod mime ming mmap mmx mmxext mng mono motif mp3 mpeg msn ncurses new-login nls no-seamonkey nogecko-sdk nptl nptlonly nsplugin odbc offensive ogg oggvorbis openal opengl oscar oss pam pcmcia pcre pda pdflib perl php png pppd python qt qt3 qt4 quicktime radius readline real reflection ruby samba sdl session sharedmem sndfile snmp soap sockets sox speex spell spl sqlite sse sse2 ssl subversion svg tcltk tcpd tetex theora threads tiff truetype truetype-fonts type1-fonts udev unicode usb v4l vcd videos vorbis wifi win32codecs wmf wxwindows xine xinerama xml xml2 xmms xorg xosd xpm xv xvid yahoo zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_synaptics input_devices_evdev kernel_linux userland_GNU video_cards_ati video_cards_fbdev video_cards_radeon"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 SpanKY gentoo-dev 2006-08-08 08:32:43 UTC
fixed in cvs