Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76206 - Entrance doesn't compile, since it can't find evas and ecore
Summary: Entrance doesn't compile, since it can't find evas and ecore
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-30 21:36 UTC by Shoan Motwani
Modified: 2004-12-31 06:57 UTC (History)
0 users

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 Shoan Motwani 2004-12-30 21:36:28 UTC
I get the following error messages when compiling entrance. I have recompiled evas and ecore as well.

checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking Ecore.h usability... yes
checking Ecore.h presence... yes
checking for Ecore.h... yes
checking for ecore_list_new in -lecore... yes
checking Ecore_Evas.h usability... yes
checking Ecore_Evas.h presence... yes
checking for Ecore_Evas.h... yes
checking for ecore_evas_init in -lecore_evas... no
configure: error: Cannot find Ecore_Evas!
 * Please do not contact the E team about bugs in Gentoo.
 * Only contact vapier@gentoo.org via e-mail or bugzilla.
 * Remember, this stuff is CVS only code so dont cry when
 * I break you :).

!!! ERROR: x11-misc/entrance-0.9.0.20041226 failed.
!!! Function enlightenment_die, Line 71, Exitcode 0
!!! autogen failed
!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM
!!! If you need support, post the topmost build error, NOT this status message.

I got the latest versions of ecore and evas compiled just prior to compiling entrance.

[ebuild   R   ] x11-libs/ecore-1.0.0.20041226_pre7  +X -doc -fbcon +nls +opengl 
0 kB 
[ebuild   R   ] x11-libs/evas-1.0.0.20041226_pre13  +X -cairo -debug -directfb -
doc -fbcon +jpeg +mmx +nls +opengl +png -sse 0 kB 


Reproducible: Always
Steps to Reproduce:
1. emerge evas ecore
2. emerge entrance
3.

Actual Results:  
Compilation of entrance fails with the following error:
checking for ecore_evas_init in -lecore_evas... no
configure: error: Cannot find Ecore_Evas!

Expected Results:  
Successfully compile entrance

Portage 2.0.51-r3 (default-linux/x86/2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.7-gentoo-r11 i686)
=================================================================
System uname: 2.6.7-gentoo-r11 i686 AMD Athlon(TM) XP 2200+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers: 
sys-kernel/linux-headers-2.4.19-r1,sys-kernel/linux-headers-2.4.21-r1,sys-kernel/linux-headers-2.4.22
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config
/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X acl alsa apm arts avi berkdb bitmap-fonts bonobo crypt cups
encode esd fam flac foomaticdb fortran freetds gdbm gif gnome gpm gstreamer gtk
gtk2 gtkhtml imagemagick imlib ipv6 java jpeg kde ldap libwww mad mcal mikmod
mmx motif mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl
png postgres python qt quicktime readline samba sdl slang spell sqlite ssl svga
tcltk tcpd tiff truetype xml xml2 xmms xv zlib"
Comment 1 SpanKY gentoo-dev 2004-12-31 06:57:59 UTC
post config.log please