Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61221 - emake failed on ebuild ewl-0.0.4.20040807.ebuild
Summary: emake failed on ebuild ewl-0.0.4.20040807.ebuild
Status: RESOLVED WORKSFORME
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-08-21 23:25 UTC by Dan Oliver
Modified: 2004-09-24 23:21 UTC (History)
0 users

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


Attachments
Full error when attempting ACCEPT_KEYWORDS="~x86" emerge /usr/portage/x11-libs/ewl/ewl-0.0.4.20040807.ebuild (ewlemerge,28.94 KB, text/plain)
2004-08-22 19:35 UTC, Dan Oliver
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Oliver 2004-08-21 23:25:48 UTC
When I attempt to emerge ewl-0.0.4.20040807 the emerge fails.  This is what I get right before the emerge fails:


ewl_config.c:358: warning: implicit declaration of function `ecore_config_theme_default'
ewl_config.c:379: warning: passing arg 1 of `ecore_config_get' from incompatible pointer type
ewl_config.c:379: error: too few arguments to function `ecore_config_get'
ewl_config.c:385: warning: passing arg 3 of `ecore_config_listen' from incompatible pointer type
ewl_config.c:387: warning: passing arg 3 of `ecore_config_listen' from incompatible pointer type
ewl_config.c:389: warning: passing arg 3 of `ecore_config_listen' from incompatible pointer type
ewl_config.c:391: warning: passing arg 3 of `ecore_config_listen' from incompatible pointer type
ewl_config.c:393: warning: passing arg 3 of `ecore_config_listen' from incompatible pointer type
ewl_config.c:395: warning: passing arg 3 of `ecore_config_listen' from incompatible pointer type
ewl_config.c:397: warning: passing arg 3 of `ecore_config_listen' from incompatible pointer typeble pointer type
make[2]: *** [ewl_config.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/etox -O2 -mcpu=i686 -pipe -Wall -MT ewl_container.lo -MD -MP -MF .deps/ewl_container.Tpo -c ewl_container.c  -fPIC -DPIC -o .libs/ewl_container.o
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/etox -O2 -mcpu=i686 -pipe -Wall -MT ewl_container.lo -MD -MP -MF .deps/ewl_container.Tpo -c ewl_container.c -o ewl_container.o >/dev/null 2>&1
make[2]: Leaving directory `/var/tmp/portage/ewl-0.0.4.20040807/work/ewl/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/ewl-0.0.4.20040807/work/ewl'
make: *** [all] Error 2
 * 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-libs/ewl-0.0.4.20040807 failed.
!!! Function enlightenment_die, Line 53, Exitcode 0
!!! emake failed
!!! SEND BUG REPORTS TO vapier@gentoo.org NOT THE E TEAM


Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge usr/portage/x11-libs/ewl/ewl-0.0.4.20040807.ebuild
2.Watch and Wait
3.




I reinstalled ecore, evas, edge, and etox to make sure they were all up to date,
but still got the same error.
I attempted to emerge ewl with -u and got the same error.

root@falcor ewl # emerge info                                                  
Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.4, glibc-2.3.4.20040808-r0, 2.6.7-ge
                      
ntoo-r9)
=================================================================
System uname: 2.6.7-gentoo-r9 i686 AMD Athlon(tm) XP 1800+
Gentoo Base System version 1.5.3
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1
                      
/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/confi
                      
g /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linu
                      
x/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="X apm arts avi berkdb bonobo cdr composite crypt cups encode esd foomatic f
                      
oomaticdb gdbm ggi gif gnome gpm gtk gtk2 gtkhtml guile hpijs imlib java jpeg kd
                      
e libg++ libwww mad mikmod motif mozilla mpeg mysql ncurses nls oggvorbis opengl
                      
 oss pam pdflib perl png ppds python qt quicktime readline scanner sdl slang spe
                      
ll ssl svga tcltk tcpd tetex truetype x86 xml2 xmms xv zlib"
Comment 1 SpanKY gentoo-dev 2004-08-22 00:06:10 UTC
is that the whole error log or are there a few more lines above it ?
Comment 2 SpanKY gentoo-dev 2004-08-22 18:33:35 UTC
also, what does `emerge ecore -pv` show ?
Comment 3 Dan Oliver 2004-08-22 19:35:37 UTC
Created attachment 37984 [details]
Full error when attempting ACCEPT_KEYWORDS="~x86" emerge /usr/portage/x11-libs/ewl/ewl-0.0.4.20040807.ebuild

There were lines above it, here is the full output of the emerge attached.

ACCEPT_KEYWORDS="~x86" emerge
/usr/portage/x11-libs/ecore/ecore-1.0.0_pre7.ebuild -pv gives me:

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] x11-libs/ecore-1.0.0_pre7  +X -doc -fbcon +nls +opengl	0 kB 

Total size of downloads: 0 kB
Comment 4 SpanKY gentoo-dev 2004-09-19 17:38:55 UTC
try upgrading ecore to 1.0.0.20040912_pre7
Comment 5 SpanKY gentoo-dev 2004-09-24 23:21:38 UTC
no feedback