Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35292 - ecore-1.0.0.20031206_pre4 fails to build; can't find header file "Ecore_Ipc.h"
Summary: ecore-1.0.0.20031206_pre4 fails to build; can't find header file "Ecore_Ipc.h"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-07 15:51 UTC by David Brigada
Modified: 2003-12-10 10:18 UTC (History)
1 user (show)

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


Attachments
Patch to get this version of ecore to compile.... untar in /usr/portage/x11-libs/ecore (ecorefix.tar,10.00 KB, patch)
2003-12-10 10:16 UTC, Josh Grebe (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Brigada 2003-12-07 15:51:46 UTC
When I try to emerge ecore, it can't find a header file that seems to be part of the package and fails.

Full ebuild, version, useflag info:
[ebuild  N    ] x11-libs/ecore-1.0.0.20031206_pre4  -nls +doc +opengl +fbcon +X

I get the following error:
gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src -I../../ -I../ -I. -march=pentium3 -O3 -fomit-frame-pointer -funroll-loops -Wall -Wp,-MD,.deps/ipc_ecore.pp -c ipc_ecore.c  -fPIC -DPIC -o .libs/ipc_ecore.lo
In file included from ipc_ecore.c:3:
../ipc.h:1:23: Ecore_Ipc.h: No such file or directory
In file included from ../ipc.h:2,
                 from ipc_ecore.c:3:
../Ecore_Config.h:34:23: Ecore_Ipc.h: No such file or directory
ipc_ecore.c:15:23: Ecore_Ipc.h: No such file or directory
ipc_ecore.c:53: error: syntax error before '*' token
ipc_ecore.c: In function `send':
ipc_ecore.c:55: error: `reply' undeclared (first use in this function)
[many more lines that probably have to do with the header file that is missing...]
make[5]: *** [ipc_ecore.lo] Error 1
make[5]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031206_pre4/work/ecore/src/lib/ecore_config/ipc'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031206_pre4/work/ecore/src/lib/ecore_config'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031206_pre4/work/ecore/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031206_pre4/work/ecore/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/ecore-1.0.0.20031206_pre4/work/ecore'
make: *** [all-recursive-am] Error 2

!!! ERROR: x11-libs/ecore-1.0.0.20031206_pre4 failed.
!!! Function enlightenment_src_compile, Line 71, Exitcode 2
!!! emake failed

eph ecore_config # emerge info
Portage 2.0.49-r18 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.22-ac4)
=================================================================
System uname: 2.4.22-ac4 i686 Intel(R) Pentium(R) M processor 1600MHz
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -fomit-frame-pointer -funroll-loops"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s
hare/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/
dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/c
onfig/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://acm.cs.rpi.edu/gentoo-portage"
USE="X apache2 apm avi berkdb bluetooth cdr crypt cscope cups curl dedicated dga
 doc dvd encode esd fbcon flash foomaticdb gd gdbm gif gnome gpm gstreamer gtk g
tk2 guile imagemagick imlib java jikes jpeg kerberos lcd lcms ldap libg++ libwww
 mad mbox md5sum mmx mng motif mozilla mpeg ncurses oggvorbis opengl oss pam pdf
lib perl php plotutils png pnp ppds python quicktime radeon readline samba sdl s
lang spell sse ssl tcltk tcpd tetex tiff truetype usb x86 xinerama xml xml2 xv z
lib"
Comment 1 SpanKY gentoo-dev 2003-12-08 09:55:06 UTC
this has been fixed upstream and will be fixed in the next release
Comment 2 Josh Grebe (RETIRED) gentoo-dev 2003-12-10 10:16:40 UTC
Created attachment 21977 [details, diff]
Patch to get this version of ecore to compile.... untar in /usr/portage/x11-libs/ecore

ecore is just missing an include directive, this is a very quick patch that
will fix that, without waiting for the next release.