Re: [oe] tk 8.6.0: strange error: "oe_runmake: command not found"

2014-03-13 Thread Nick D'Ademo
That's right - slightly different error (but still related to oe_runmake though): | /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/tk/8.6.0-r0/tk8.6.0/unix/libtk8.6.so: error: undefined reference to 'FcFontRenderPrepare' > | > /home/jenkins/oe/shr-core-branches/shr

Re: [oe] tk 8.6.0: strange error: "oe_runmake: command not found"

2014-03-13 Thread Martin Jansa
On Thu, Mar 13, 2014 at 07:23:36PM +1100, Nick D'Ademo wrote: > This bug is still present and has been for nearly 3 months now. tk is regularly failing in world builds for more than 3 months: www.openembedded.org/wiki/Bitbake_World_Status but with different error. > Has anyone else encountered it

Re: [oe] tk 8.6.0: strange error: "oe_runmake: command not found"

2014-03-13 Thread Nick D'Ademo
This bug is still present and has been for nearly 3 months now. Has anyone else encountered it or has any ideas as to why oe_runmake isn't being found? On Tue, Feb 18, 2014 at 3:11 AM, Nick D'Ademo wrote: > No worries Paul. > > The issue is currently listed in the state of Bitbake world fail

Re: [oe] tk 8.6.0: strange error: "oe_runmake: command not found"

2014-02-17 Thread Nick D'Ademo
No worries Paul. The issue is currently listed in the state of Bitbake world failed tasks as well, so hopefully someone else may see it and have a better idea. On Mon, Feb 17, 2014 at 8:35 PM, Paul Barker wrote: > On 11 February 2014 13:01, Nick D'Ademo wrote: > > The only reference to "oe_r

Re: [oe] tk 8.6.0: strange error: "oe_runmake: command not found"

2014-02-17 Thread Paul Barker
On 11 February 2014 13:01, Nick D'Ademo wrote: > The only reference to "oe_runmake" in the run file is within the > autotools_do_install() function (as pasted in my previous message). > > Complete run file below: > >> #!/bin/sh >> >> # Emit a useful diagnostic if something fails: >> bb_exit_handle

Re: [oe] tk 8.6.0: strange error: "oe_runmake: command not found"

2014-02-11 Thread Nick D'Ademo
The only reference to "oe_runmake" in the run file is within the autotools_do_install() function (as pasted in my previous message). Complete run file below: #!/bin/sh > > # Emit a useful diagnostic if something fails: > bb_exit_handler() { > ret=$? > case $ret in > 0) ;; > *) c

Re: [oe] tk 8.6.0: strange error: "oe_runmake: command not found"

2014-02-11 Thread Paul Barker
On 7 February 2014 13:53, Nick D'Ademo wrote: > Thanks Paul. > > The run log has oe_runmake called via: > >> autotools_do_install() { >> oe_runmake >> 'DESTDIR=/home/nick/poky/build/tmp/work/corei7-64-poky-linux/tk/8.6.0-r0/image' >> install >> # Info dir listing isn't interesting at this

Re: [oe] tk 8.6.0: strange error: "oe_runmake: command not found"

2014-02-07 Thread Nick D'Ademo
Thanks Paul. The run log has *oe_runmake* called via: autotools_do_install() { > > *oe_runmake*'DESTDIR=/home/nick/poky/build/tmp/work/corei7-64-poky-linux/tk/8.6.0-r0/image' > install > # Info dir listing isn't interesting at this point so remove it if it > exists. > if [ -e > "/hom

Re: [oe] tk 8.6.0: strange error: "oe_runmake: command not found"

2014-02-07 Thread Paul Barker
On 7 February 2014 12:11, Nick D'Ademo wrote: > No progress on working this one out unfortunately... > This is still a build show-stopper for me - anyone have any ideas? > > Thanks, > Nick > > > On Thu, Jan 30, 2014 at 10:57 PM, Nick D'Ademo wrote: > >> I'm encountering a strange error at the ins

Re: [oe] tk 8.6.0: strange error: "oe_runmake: command not found"

2014-02-07 Thread Nick D'Ademo
No progress on working this one out unfortunately... This is still a build show-stopper for me - anyone have any ideas? Thanks, Nick On Thu, Jan 30, 2014 at 10:57 PM, Nick D'Ademo wrote: > I'm encountering a strange error at the install step with the tk 8.6.0 > recipe (full log below). Does an

[oe] tk 8.6.0: strange error: "oe_runmake: command not found"

2014-01-30 Thread Nick D'Ademo
I'm encountering a strange error at the install step with the tk 8.6.0 recipe (full log below). Does anyone have any ideas on this? This recipe was compiling fine before (and has not been recently changed - last change Dec 5 2013) so I'm not sure what has broken it... Thanks, Nick ERROR: Function