Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54497 - Emerged Entrance login manager, wget went fine but compiling crashes due to a file not being found
Summary: Emerged Entrance login manager, wget went fine but compiling crashes due to a...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-19 23:09 UTC by Luiz Fernando
Modified: 2004-07-19 17:42 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 Luiz Fernando 2004-06-19 23:09:34 UTC
I wanted to try entrance login manager so I emerged it.
  #ACCEPT_KEYWORDS="~x86" emerge entrance
All dependencies were downloaded/compiled and intalled automaticly as any normal emerge is expected to behave.
Once all dependencies were solved entrance-0.9.0.20040529 was downloaded and it started to compile. During what I guess is the ./configure part it gave me the following error:

  checking for main in -lecore_evas... no
  configure: error: Cannot find Ecore_Evas!

  !!! ERROR: x11-misc/entrance-0.9.0.20040529 failed.
  !!! Function econf, Line 365, Exitcode 1
  !!! econf failed


Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge entrance
2.
3.

Actual Results:  
Emerging entrance compiles and installs all of its dependencies just fine, but 
crashes when compiling entrance it self. 

Expected Results:  
Correctly install entrance login manager 

>>> Downloading 
http://gentoo.oregonstate.edu/distfiles/entrance-0.9.0.20040529.tar.bz2 
--14:34:19--  
http://gentoo.oregonstate.edu/distfiles/entrance-0.9.0.20040529.tar.bz2 
           => `/usr/portage/distfiles/entrance-0.9.0.20040529.tar.bz2' 
Resolving gentoo.oregonstate.edu... 128.193.0.3 
Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected. 
HTTP request sent, awaiting response... 200 OK 
Length: 7,876,902 [application/x-tar] 
 
100%[================================================================================================================>] 
7,876,902     63.43K/s    ETA 00:00 
 
14:36:21 (63.16 KB/s) - 
`/usr/portage/distfiles/entrance-0.9.0.20040529.tar.bz2' saved 
[7876902/7876902] 
 
>>> md5 src_uri ;-) entrance-0.9.0.20040529.tar.bz2 
>>> md5 src_uri ;-) extraicons-1.tar.bz2 
 * 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 :). 
>>> Unpacking source... 
>>> Unpacking entrance-0.9.0.20040529.tar.bz2 
to /var/tmp/portage/entrance-0.9.0.20040529/work 
>>> Unpacking extraicons-1.tar.bz2 
to /var/tmp/portage/entrance-0.9.0.20040529/work 
nls 
>>> Source unpacked. 
**Warning**: I am going to run `configure' with no arguments. 
If you wish to pass any to it, please specify them on the 
`./autogen.sh' command line. 
 
processing . 
Running aclocal  ... 
Running autoheader... 
Running automake --gnu  ... 
automake: configure.in: installing `./install-sh' 
automake: configure.in: installing `./mkinstalldirs' 
automake: configure.in: installing `./missing' 
Running autoconf ... 
Skipping configure process. 
configure: WARNING: If you wanted to set the --build type, don't use --host. 
    If a cross compiler is detected then cross compile mode will be used. 
checking for a BSD-compatible install... /bin/install -c 
checking whether build environment is sane... yes 
checking whether make sets $(MAKE)... yes 
checking for working aclocal-1.4... found 
checking for working autoconf... found 
checking for working automake-1.4... found 
checking for working autoheader... found 
checking for working makeinfo... found 
checking for i386-pc-linux-gnu-gcc... gcc 
checking for C compiler default output file name... a.out 
checking whether the C compiler works... yes 
checking whether we are cross compiling... no 
checking for suffix of executables... 
checking for suffix of object files... o 
checking whether we are using the GNU C compiler... yes 
checking whether gcc accepts -g... yes 
checking for gcc option to accept ANSI C... none needed 
checking for strerror in -lcposix... no 
checking for i386-pc-linux-gnu-gcc... (cached) gcc 
checking whether we are using the GNU C compiler... (cached) yes 
checking whether gcc accepts -g... (cached) yes 
checking for gcc option to accept ANSI C... (cached) none needed 
checking for gcc option to accept ANSI C... none needed 
checking how to run the C preprocessor... gcc -E 
checking for egrep... grep -E 
checking for ANSI C header files... yes 
checking for edb-config... /usr/bin/edb-config 
checking for edb - version >= 1.0.3... yes 
checking for evas-config... /usr/bin/evas-config 
checking for evas - version >= 1.0.0... ./configure: line 4216: test: 1_pre13: 
integer expression expected 
yes 
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 main in -lecore_evas... no 
configure: error: Cannot find Ecore_Evas! 
 
!!! ERROR: x11-misc/entrance-0.9.0.20040529 failed. 
!!! Function econf, Line 365, Exitcode 1 
!!! econf failed
Comment 1 SpanKY gentoo-dev 2004-06-21 20:38:04 UTC
try rebuilding ecore

if that fails, post the config.log file in the build directory
Comment 2 Luiz Fernando 2004-06-24 22:59:08 UTC
Rebuilding ecore went just fine. But emerging entrance just wouldn't work. Here goes the entrance config.log file found in /var/tmp/portage/entrance-0.9.0.20040529/work/entrance/:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/usr --host=i386-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-auth-mode=pam

## --------- ##
## Platform. ##
## --------- ##

hostname = gentoo.casa
uname -m = i686
uname -r = 2.6.7
uname -s = Linux
uname -v = #10 Sun Jun 20 23:18:37 UTC 2004

/usr/bin/uname -p = Intel(R) Pentium(R) 4 CPU 1.80GHz
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/lib/ccache/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib/portage/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /opt/bin
PATH: /usr/i386-pc-linux-gnu/gcc-bin/3.3
PATH: /usr/X11R6/bin
PATH: /opt/blackdown-jdk-1.4.1/bin
PATH: /opt/blackdown-jdk-1.4.1/jre/bin
PATH: /usr/qt/3/bin
PATH: /usr/kde/3.2/sbin
PATH: /usr/kde/3.2/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1349: checking for a BSD-compatible install
configure:1404: result: /bin/install -c
configure:1415: checking whether build environment is sane
configure:1458: result: yes
configure:1473: checking whether make sets $(MAKE)
configure:1493: result: yes
configure:1525: checking for working aclocal-1.4
configure:1532: result: found
configure:1540: checking for working autoconf
configure:1547: result: found
configure:1555: checking for working automake-1.4
configure:1562: result: found
configure:1570: checking for working autoheader
configure:1577: result: found
configure:1585: checking for working makeinfo
configure:1592: result: found
configure:1615: checking for i386-pc-linux-gnu-gcc
configure:1641: result: gcc
configure:1923: checking for C compiler version
configure:1926: gcc --version </dev/null >&5
gcc (GCC) 3.3.4  (Gentoo Linux 3.3.4, ssp-3.3.2-2)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1929: $? = 0
configure:1931: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/specs
Configured with: /var/tmp/portage/gcc-3.3.4/work/gcc-3.3.4/configure --prefix=/usr --bindir=/usr/i386-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/include --datadir=/usr/share/gcc-data/i386-pc-linux-gnu/3.3 --mandir=/usr/share/gcc-data/i386-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i386-pc-linux-gnu/3.3/info --enable-shared --host=i386-pc-linux-gnu --target=i386-pc-linux-gnu --with-system-zlib --enable-languages=c,c++ --enable-threads=posix --enable-long-long --disable-checking --disable-libunwind-exceptions --enable-cstdio=stdio --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --disable-multilib --enable-__cxa_atexit --enable-clocale=generic
Thread model: posix
gcc version 3.3.4  (Gentoo Linux 3.3.4, ssp-3.3.2-2)
configure:1934: $? = 0
configure:1936: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1939: $? = 1
configure:1962: checking for C compiler default output file name
configure:1965: gcc -O2 -mcpu=pentium4 -fomit-frame-pointer   conftest.c  >&5
configure:1968: $? = 0
configure:2014: result: a.out
configure:2019: checking whether the C compiler works
configure:2025: ./a.out
configure:2028: $? = 0
configure:2045: result: yes
configure:2052: checking whether we are cross compiling
configure:2054: result: no
configure:2057: checking for suffix of executables
configure:2059: gcc -o conftest -O2 -mcpu=pentium4 -fomit-frame-pointer   conftest.c  >&5
configure:2062: $? = 0
configure:2087: result:
configure:2093: checking for suffix of object files
configure:2114: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer  conftest.c >&5
configure:2117: $? = 0
configure:2139: result: o
configure:2143: checking whether we are using the GNU C compiler
configure:2167: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer  conftest.c >&5
configure:2173: $? = 0
configure:2177: test -z
                         || test ! -s conftest.err
configure:2180: $? = 0
configure:2183: test -s conftest.o
configure:2186: $? = 0
configure:2199: result: yes
configure:2205: checking whether gcc accepts -g
configure:2226: gcc -c -g  conftest.c >&5
configure:2232: $? = 0
configure:2236: test -z
                         || test ! -s conftest.err
configure:2239: $? = 0
configure:2242: test -s conftest.o
configure:2245: $? = 0
configure:2256: result: yes
configure:2273: checking for gcc option to accept ANSI C
configure:2343: gcc  -c -O2 -mcpu=pentium4 -fomit-frame-pointer  conftest.c >&5
configure:2349: $? = 0
configure:2353: test -z
                         || test ! -s conftest.err
configure:2356: $? = 0
configure:2359: test -s conftest.o
configure:2362: $? = 0
configure:2380: result: none needed
configure:2398: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2404: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2539: checking for strerror in -lcposix
configure:2569: gcc -o conftest -O2 -mcpu=pentium4 -fomit-frame-pointer   conftest.c -lcposix   >&5
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/../../../../i386-pc-linux-gnu/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2575: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "entrance"
| #define VERSION "0.9.0"
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:2601: result: no
configure:2617: checking for i386-pc-linux-gnu-gcc
configure:2643: result: gcc
configure:2925: checking for C compiler version
configure:2928: gcc --version </dev/null >&5
gcc (GCC) 3.3.4  (Gentoo Linux 3.3.4, ssp-3.3.2-2)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2931: $? = 0
configure:2933: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/specs
Configured with: /var/tmp/portage/gcc-3.3.4/work/gcc-3.3.4/configure --prefix=/usr --bindir=/usr/i386-pc-linux-gnu/gcc-bin/3.3 --includedir=/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/include --datadir=/usr/share/gcc-data/i386-pc-linux-gnu/3.3 --mandir=/usr/share/gcc-data/i386-pc-linux-gnu/3.3/man --infodir=/usr/share/gcc-data/i386-pc-linux-gnu/3.3/info --enable-shared --host=i386-pc-linux-gnu --target=i386-pc-linux-gnu --with-system-zlib --enable-languages=c,c++ --enable-threads=posix --enable-long-long --disable-checking --disable-libunwind-exceptions --enable-cstdio=stdio --enable-version-specific-runtime-libs --with-gxx-include-dir=/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/include/g++-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls --without-included-gettext --disable-multilib --enable-__cxa_atexit --enable-clocale=generic
Thread model: posix
gcc version 3.3.4  (Gentoo Linux 3.3.4, ssp-3.3.2-2)
configure:2936: $? = 0
configure:2938: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2941: $? = 1
configure:2944: checking whether we are using the GNU C compiler
configure:3000: result: yes
configure:3006: checking whether gcc accepts -g
configure:3057: result: yes
configure:3074: checking for gcc option to accept ANSI C
configure:3181: result: none needed
configure:3199: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:3205: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3341: checking for gcc option to accept ANSI C
configure:3403: gcc  -c -O2 -mcpu=pentium4 -fomit-frame-pointer  conftest.c >&5
configure:3409: $? = 0
configure:3413: test -z
                         || test ! -s conftest.err
configure:3416: $? = 0
configure:3419: test -s conftest.o
configure:3422: $? = 0
configure:3437: result: none needed
configure:3453: checking how to run the C preprocessor
configure:3488: gcc -E  conftest.c
configure:3494: $? = 0
configure:3526: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3532: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "entrance"
| #define VERSION "0.9.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3571: result: gcc -E
configure:3595: gcc -E  conftest.c
configure:3601: $? = 0
configure:3633: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:3639: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "entrance"
| #define VERSION "0.9.0"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3683: checking for egrep
configure:3693: result: grep -E
configure:3698: checking for ANSI C header files
configure:3723: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer  conftest.c >&5
configure:3729: $? = 0
configure:3733: test -z
                         || test ! -s conftest.err
configure:3736: $? = 0
configure:3739: test -s conftest.o
configure:3742: $? = 0
configure:3828: gcc -o conftest -O2 -mcpu=pentium4 -fomit-frame-pointer   conftest.c  >&5
configure:3831: $? = 0
configure:3833: ./conftest
configure:3836: $? = 0
configure:3851: result: yes
configure:3994: checking for edb-config
configure:4012: found /usr/bin/edb-config
configure:4025: result: /usr/bin/edb-config
configure:4032: checking for edb - version >= 1.0.3
configure:4090: result: yes
configure:4154: checking for evas-config
configure:4172: found /usr/bin/evas-config
configure:4185: result: /usr/bin/evas-config
configure:4192: checking for evas - version >= 1.0.0
configure:4250: result: yes
configure:4297: checking for sys/types.h
configure:4313: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for sys/stat.h
configure:4313: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for stdlib.h
configure:4313: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for string.h
configure:4313: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for memory.h
configure:4313: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for strings.h
configure:4313: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for inttypes.h
configure:4313: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for stdint.h
configure:4313: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4297: checking for unistd.h
configure:4313: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall  conftest.c >&5
configure:4319: $? = 0
configure:4323: test -z
                         || test ! -s conftest.err
configure:4326: $? = 0
configure:4329: test -s conftest.o
configure:4332: $? = 0
configure:4343: result: yes
configure:4365: checking Ecore.h usability
configure:4377: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall  conftest.c >&5
configure:4383: $? = 0
configure:4387: test -z
                         || test ! -s conftest.err
configure:4390: $? = 0
configure:4393: test -s conftest.o
configure:4396: $? = 0
configure:4406: result: yes
configure:4410: checking Ecore.h presence
configure:4420: gcc -E  conftest.c
configure:4426: $? = 0
configure:4446: result: yes
configure:4481: checking for Ecore.h
configure:4488: result: yes
configure:4501: checking for ecore_list_new in -lecore
configure:4531: gcc -o conftest -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall   conftest.c -lecore   >&5
configure:4537: $? = 0
configure:4541: test -z
                         || test ! -s conftest.err
configure:4544: $? = 0
configure:4547: test -s conftest
configure:4550: $? = 0
configure:4563: result: yes
configure:4585: checking Ecore_Evas.h usability
configure:4597: gcc -c -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall  conftest.c >&5
configure:4603: $? = 0
configure:4607: test -z
                         || test ! -s conftest.err
configure:4610: $? = 0
configure:4613: test -s conftest.o
configure:4616: $? = 0
configure:4626: result: yes
configure:4630: checking Ecore_Evas.h presence
configure:4640: gcc -E  conftest.c
configure:4646: $? = 0
configure:4666: result: yes
configure:4701: checking for Ecore_Evas.h
configure:4708: result: yes
configure:4722: checking for main in -lecore_evas
configure:4746: gcc -o conftest -O2 -mcpu=pentium4 -fomit-frame-pointer -Wall   conftest.c -lecore_evas   >&5
/usr/lib/libevas.so.1: undefined reference to `glBlendFunc@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glGenTextures@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glXQueryExtension@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glTexParameteri@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glScissor@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glHint@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glXSwapBuffers@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glEnable@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glReadBuffer@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glVertex2d@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glShadeModel@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glScalef@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glColor4d@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glXMakeCurrent@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glMatrixMode@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glViewport@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glDisable@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glBindTexture@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glTexImage2D@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glDeleteTextures@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glCopyPixels@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glVertex2i@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glRasterPos2i@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glXChooseVisual@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glXCreateContext@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glTranslatef@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glEnd@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glTexSubImage2D@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glDrawBuffer@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glBegin@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glLoadIdentity@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glXDestroyContext@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glGetString@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glTexCoord2d@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glDepthMask@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glOrtho@LIBGL'
/usr/lib/libevas.so.1: undefined reference to `glPixelStorei@LIBGL'
collect2: ld returned 1 exit status
configure:4752: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "entrance"
| #define VERSION "0.9.0"
| #define STDC_HEADERS 1
| #define PREFIX "/usr"
| #define PACKAGE_DATA_DIR "/usr/share/entrance"
| #define PACKAGE_BIN_DIR "/usr/bin"
| #define PACKAGE_CFG_DIR "/etc"
| #define PACKAGE_STATE_DIR "/var/lib"
| #define PACKAGE_SOURCE_DIR "/var/tmp/portage/entrance-0.9.0.20040529/work/entrance"
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
|
|
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:4778: result: no
configure:4784: error: Cannot find Ecore_Evas!

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -mcpu=pentium4 -fomit-frame-pointer'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i386-pc-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_header_Ecore_Evas_h=yes
ac_cv_header_Ecore_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_cposix_strerror=no
ac_cv_lib_ecore_ecore_list_new=yes
ac_cv_lib_ecore_evas_main=no
ac_cv_objext=o
ac_cv_path_EDB_CONFIG=/usr/bin/edb-config
ac_cv_path_EVAS_CONFIG=/usr/bin/evas-config
ac_cv_path_install='/bin/install -c'
ac_cv_prog_CC=gcc
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
am_cv_prog_cc_stdc=

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='aclocal-1.4'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.4'
CC='gcc'
CFLAGS='-O2 -mcpu=pentium4 -fomit-frame-pointer -Wall'
CPP='gcc -E'
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EDB_CFLAGS=''
EDB_CONFIG='/usr/bin/edb-config'
EDB_LIBS='-L/usr/lib -ledb -lz'
EDJE_CFLAGS=''
EDJE_CONFIG=''
EDJE_LIBS=''
EGREP='grep -E'
ESMART_CFLAGS=''
ESMART_CONFIG=''
ESMART_LIBS=''
EVAS_CFLAGS=''
EVAS_CONFIG='/usr/bin/evas-config'
EVAS_LIBS='-L/usr/lib -levas'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='makeinfo'
OBJEXT='o'
PACKAGE='entrance'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
VERSION='0.9.0'
ac_ct_CC=''
auth_mode=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='/usr/share'
ecore_cflags=''
ecore_libs=''
edb_cflags=''
edb_libs='-L/usr/lib -ledb -lz'
edje_cflags=''
edje_libs=''
esmart_cflags=''
esmart_libs=''
evas_cflags=''
evas_libs='-L/usr/lib -levas'
exec_prefix='NONE'
host_alias='i386-pc-linux-gnu'
includedir='${prefix}/include'
infodir='/usr/share/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='/var/lib'
mandir='/usr/share/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''
x_cflags=''
x_libs=''
xsession=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "entrance"
#define PACKAGE_BIN_DIR "/usr/bin"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_CFG_DIR "/etc"
#define PACKAGE_DATA_DIR "/usr/share/entrance"
#define PACKAGE_NAME ""
#define PACKAGE_SOURCE_DIR "/var/tmp/portage/entrance-0.9.0.20040529/work/entrance"
#define PACKAGE_STATE_DIR "/var/lib"
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PREFIX "/usr"
#define STDC_HEADERS 1
#define VERSION "0.9.0"

configure: exit 1
Comment 3 SpanKY gentoo-dev 2004-07-17 23:33:48 UTC
any change the new snapshots work for you ?
Comment 4 Andrew D. Keyser (aka Legoguy) 2004-07-18 17:05:45 UTC
No, the new snapshots did not fix this problem. Same thing with entrance-20040710.
Comment 5 SpanKY gentoo-dev 2004-07-18 22:30:39 UTC
this really isnt a problem with the e17 libs afaik, this is a problem with opengl on your system ...

do you use nvidia ?
if so, try `emerge nvidia-glx ; opengl-update nvidia ; emerge evas ; emerge entrance`
Comment 6 Luiz Fernando 2004-07-19 17:35:32 UTC
I followed spamKY's last advice and it all worked great!
Thanx spamKY! :)
But I've got a few questions.
After emerging nvidia-glx, do I have to make any changes on my /etc/X11R6/XF86config ?
Do I have to recompile the kernel?
Do I have to add anything to the modules.autoload?
I have the nvidia driver autoloading there should  I add the nvidia.o there too?
I have the nvidia driver intalled from the nvidia website, does that make any difference?
Comment 7 SpanKY gentoo-dev 2004-07-19 17:42:50 UTC
> After emerging nvidia-glx, do I have to make any changes on my /etc/X11R6/XF86config ?

nope, `opengl-update nvidia` takes care of everything for you

> Do I have to recompile the kernel?

nope; you *might* if you rebuild nvidia-kernel

> Do I have to add anything to the modules.autoload?
> I have the nvidia driver autoloading there should I add the nvidia.o there too?
putting 'nvidia' into your modules.autoload should be all you need

> I have the nvidia driver intalled from the nvidia website, does that make any difference?

uhh yes, please dont do that again :P
clean out the version installed by nvidia's website ... use the ebuild provided by portage; if that doesnt work then file a bug ...
DONT file bugs about GL not working if you DIDNT use the nvidia-glx ebuild ... as you can clearly see here, we cant replicate bugs like that