[oe] python-ecore_svn fails

Rafael Campos methril at gmail.com
Sat Mar 28 17:42:28 UTC 2009


Hi all,

On Tue, Mar 24, 2009 at 11:08 PM, Angus Ainslie <nytowl at openmoko.org> wrote:
> On Tue, 2009-03-24 at 22:26 +0100, Stefan Buschmann wrote:
>> Hi all,
>>
>> I'm trying to build fso-zhone-image for my freerunner, but I get the
>> following error message in python-ecore-0.3.1+svnr39502-ml0:
>>
>> ecore/evas/ecore.evas.c_ecore_evas.c:19373: error:
>> 'ECORE_EVAS_ENGINE_SDL' undeclared (first use in this function)
>>
>> The build system is KUbuntu-8.10 (32 Bit), build-log and local.conf are
>> attached.
>>
>> BTW, I've checked out only the OE tree from
>> git://git.openembedded.net/openembedded. Is this correct, or do I need a
>> different mirror/overlay for OpenMoko/FSO? I'm still a little bit
>> confused about the different OpenMoko-repositories ;-)
>>
>> Thanks,
>>
>> Stefan
>>
>
>
> You should probably try the fso/milestone5.1 or fso/milestone5.5 branch.
> The 5.5 branch is changing almost daily, so if you're looking for
> stability go for the 5.1 branch.
>
> Angus
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>

If you apply the following patch (update the EFL requiered verson) it
solves the problem.



-- 
___________
Rafael Campos
o0 Methril 0o
http://openblog.methril.net/
------------------------------------------------------------
>From c27a20c08d966ed035290f6371b37ca96e006f19 Mon Sep 17 00:00:00 2001
From: Rafael Campos Las Heras <methril at gmail.com>
Date: Sat, 28 Mar 2009 18:32:22 +0100
Subject: [PATCH] Upgrade EFL revision to 39760

removes compilation crash in python-ecore-0.3.1+svnr39502-ml0:

ecore/evas/ecore.evas.c_ecore_evas.c:19373: error:
'ECORE_EVAS_ENGINE_SDL' undeclared (first use in this function)
---
 conf/distro/include/sane-srcrevs.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc
b/conf/distro/include/sane-srcrevs.inc
index 1c01fbc..ae82f57 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -245,7 +245,7 @@ SRCREV_pn-zhone ?=
"f38cc52fbf11f7fe945797a6b8ade29ed479d924"
 # Enlightenment Foundation Libraries
 # Caution: This is not alphabetically, but (roughly) dependency-sorted.
 # Please leave it like that.
-EFL_SRCREV ?= "39502"
+EFL_SRCREV ?= "39760"
 SRCREV_pn-edb-native ?= "${EFL_SRCREV}"
 SRCREV_pn-edb ?= "${EFL_SRCREV}"
 SRCREV_pn-eina-native ?= "${EFL_SRCREV}"
-- 
1.6.0.4




More information about the Openembedded-devel mailing list