2013/6/5 Bertrand Jacquin <be...@meleeweb.net>

> Hi,
>
> > ok, thanks. I created the base_efl_build_python job (not sure I
> > correctly
> > followed
> > your standards tought). The job checkout from git well, the workspace
> > is
> > created and the first command I try run (python setup.py build_ext),
> > but
> > it fail because it can't find eo.pc.
> > How that work? do the other jobs install the stuff somewhere? do I
> > need to
> > build
> > the whole efl stack at ever build?
> > help needed :P
>
> You need to
>
> export EFL_DESTDIR="/srv/build/destdir"
> export PKG_CONFIG_PATH="${EFL_DESTDIR}/lib/pkgconfig"
> export PYTHONPATH="${EFL_DESTDIR}/lib/python2.7"
>
> python2.7 setup.py build_ext
> python2.7 setup.py install --prefix="${EFL_DESTDIR}"
> python2.7 setup.py build_doc
>


Thanks, I made some progress here. I can build and install everything, the
docs
are generated for efl (ecore, evas, edje, etc) but I got errors while
building
doc for elementary:

ImportError: /srv/build/workspace/base_efl_build_python/build/
lib.linux-x86_64-2.7/efl/elementary/need.so: undefined symbol: elm_need_eldbus

Seems that elm is not found in /srv/build/destdir/... should be there?
looking at the various elm build configs seems to me that it is installed
in some other workspace folder.

suggestions?

thanks
davemds




>
> python2.7 is force here, but you can replace with
> python{2.6,2.7,3.1,3.2,3.3}
>
> In any way, if you want/need ssh access to a build host so you can get
> a shell to run
> command manually first, just ask :)
>
>
>
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations
> 2. Dashboards that offer high-level views of enterprise services
> 3. A single system of record for all IT processes
> http://p.sf.net/sfu/servicenow-d2d-j
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to