Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62713 - Entrance 0.9.0.20040828 will not compile, cannot find ecore_evas
Summary: Entrance 0.9.0.20040828 will not compile, cannot find ecore_evas
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-03 06:46 UTC by david
Modified: 2004-09-04 06:59 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 david 2004-09-03 06:46:54 UTC
Attempt to emerge entrance, get the error shown below in the configure stage.
The lastest evas and ecore in portage are both installed.

Reproducible: Always
Steps to Reproduce:
1. "emerge entrance"
Actual Results:  
...
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.
...

Expected Results:  
it should have installed

emerge -p evas ecore
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild   R   ] x11-libs/evas-1.0.0.20040828_pre13  
[ebuild   R   ] x11-libs/ecore-1.0.0.20040828_pre7

emerge info
Portage 2.0.50-r10 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20040808-r0, 2.6.8.1)
=================================================================
System uname: 2.6.8.1 i686 AMD Athlon(tm) XP 2000+
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"                                                             
CFLAGS="-march=athlon-xp -O2 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc
/usr/X11R6/lib/X11/xkb:/usr/kde/3.1/share/config:/usr/share/texmf/tex/generic/config/
/usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/:/usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/gconf:/etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://public.planetmirror.com/pub/gentoo
http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
USE="X alsa apm avi berkdb bonobo cdr crypt cups encode esd foomaticdb gdbm gif
gpm gtk gtk2 guile imlib java jpeg libg++ libwww mad mikmod mmx motif mozilla
mpeg ncurses nls oggvorbis opengl pam pdflib perl png python quicktime readline
sdl slang spell ssl svga tcltk tcpd tetex truetype x86 xml2 xmms xv zlib"
Comment 1 SpanKY gentoo-dev 2004-09-03 11:34:22 UTC
chances are you upgraded some library that broke evas

rebuild evas and ecore ... if it still fails, re-open and post the config.log from the entrance build directory
Comment 2 david 2004-09-04 06:59:58 UTC
Re-building evas and ecore went fine with no change to entrance.

However I found out that GL was broken, fixing this allowed entrance to compile, thanks for the pointer.