Re: [oe] [meta-oe][meta-efl][PATCH 1/5] midori: upgrade to 0.4.4

2012-03-15 Thread Andreas Müller
On Wed, Mar 14, 2012 at 8:59 PM, Martin Jansa  wrote:
> * custom waf to fix dirty vala version was dropped
> * I've fixed our vala to stop reporting dirty even for valid released tarballs
>  so you can still get dirty version but it's not so common to keep this ugly 
> binary here.
> * disable PARALLEL_MAKE to improve our chances agains build hangs
>  (btw fedora is doing the same
>   http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html)
>
> Signed-off-by: Martin Jansa 
> ---
>  meta-oe/recipes-connectivity/midori/midori/waf     |  Bin 92569 -> 0 bytes
>  .../recipes-connectivity/midori/midori_0.4.3.bb    |   13 -
>  .../recipes-connectivity/midori/midori_0.4.4.bb    |    8 
>  3 files changed, 8 insertions(+), 13 deletions(-)
>  delete mode 100755 meta-oe/recipes-connectivity/midori/midori/waf
>  delete mode 100644 meta-oe/recipes-connectivity/midori/midori_0.4.3.bb
>  create mode 100644 meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
>
I wanted to test this but task do_compile seems to run forever (now
for 1,5h) and I have an empty log.do_compile. Any pointers where to
look after?

Andreas

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][meta-efl][PATCH 1/5] midori: upgrade to 0.4.4

2012-03-15 Thread Martin Jansa
On Thu, Mar 15, 2012 at 11:21:27AM +0100, Andreas Müller wrote:
> On Wed, Mar 14, 2012 at 8:59 PM, Martin Jansa  wrote:
> > * custom waf to fix dirty vala version was dropped
> > * I've fixed our vala to stop reporting dirty even for valid released 
> > tarballs
> >  so you can still get dirty version but it's not so common to keep this 
> > ugly binary here.
> > * disable PARALLEL_MAKE to improve our chances agains build hangs
> >  (btw fedora is doing the same
> >   http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html)
> >
> > Signed-off-by: Martin Jansa 
> > ---
> >  meta-oe/recipes-connectivity/midori/midori/waf     |  Bin 92569 -> 0 bytes
> >  .../recipes-connectivity/midori/midori_0.4.3.bb    |   13 -
> >  .../recipes-connectivity/midori/midori_0.4.4.bb    |    8 
> >  3 files changed, 8 insertions(+), 13 deletions(-)
> >  delete mode 100755 meta-oe/recipes-connectivity/midori/midori/waf
> >  delete mode 100644 meta-oe/recipes-connectivity/midori/midori_0.4.3.bb
> >  create mode 100644 meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
> >
> I wanted to test this but task do_compile seems to run forever (now
> for 1,5h) and I have an empty log.do_compile. Any pointers where to
> look after?

It happens to me on one host too :/.

Disabling gtk+ and PARALLEL_MAKE is only improving our chances against
build hangs not fixing them completely.

Sometimes it hangs in do_configure sometimes in do_compile (last line in
do_configure is checking locales, but I belive the problem is in
glib-genmarshal call).

But the same I had with 0.4.2 and 0.4.3 so it's not "new" issue.

Interestingly running run.do_configure and run.do_compile by hand in
terminal usually works.

Cheers,
-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][meta-efl][PATCH 1/5] midori: upgrade to 0.4.4

2012-03-15 Thread Gary Thomas

On 2012-03-14 13:59, Martin Jansa wrote:

* custom waf to fix dirty vala version was dropped
* I've fixed our vala to stop reporting dirty even for valid released tarballs
   so you can still get dirty version but it's not so common to keep this ugly 
binary here.
* disable PARALLEL_MAKE to improve our chances agains build hangs
   (btw fedora is doing the same
http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html)

Signed-off-by: Martin Jansa


I have a few questions about midori that I'm having trouble with.
* Where does this come from?  Is there a project web page?  There's
  no real indication in the recipes that I can find.
* Who/where can I go to with problems and/or questions?  The version
  I've been using (0.4.3) isn't very stable and has some "interesting"
  behaviours I'd like to have addressed.

Any pointers happily accepted, thanks

--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][meta-efl][PATCH 1/5] midori: upgrade to 0.4.4

2012-03-15 Thread Martin Jansa
On Thu, Mar 15, 2012 at 04:40:16AM -0600, Gary Thomas wrote:
> On 2012-03-14 13:59, Martin Jansa wrote:
> > * custom waf to fix dirty vala version was dropped
> > * I've fixed our vala to stop reporting dirty even for valid released 
> > tarballs
> >so you can still get dirty version but it's not so common to keep this 
> > ugly binary here.
> > * disable PARALLEL_MAKE to improve our chances agains build hangs
> >(btw fedora is doing the same
> > http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html)
> >
> > Signed-off-by: Martin Jansa
> 
> I have a few questions about midori that I'm having trouble with.
> * Where does this come from?  Is there a project web page?  There's
>no real indication in the recipes that I can find.
> * Who/where can I go to with problems and/or questions?  The version
>I've been using (0.4.3) isn't very stable and has some "interesting"
>behaviours I'd like to have addressed.
> 
> Any pointers happily accepted, thanks

http://www.twotoasts.de/index.php?/pages/midori_summary.html

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


signature.asc
Description: Digital signature
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][meta-efl][PATCH 1/5] midori: upgrade to 0.4.4

2012-03-15 Thread Andreas Müller
On Thu, Mar 15, 2012 at 11:21 AM, Andreas Müller
 wrote:
> On Wed, Mar 14, 2012 at 8:59 PM, Martin Jansa  wrote:
>> * custom waf to fix dirty vala version was dropped
>> * I've fixed our vala to stop reporting dirty even for valid released 
>> tarballs
>>  so you can still get dirty version but it's not so common to keep this ugly 
>> binary here.
>> * disable PARALLEL_MAKE to improve our chances agains build hangs
>>  (btw fedora is doing the same
>>   http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html)
>>
>> Signed-off-by: Martin Jansa 
>> ---
>>  meta-oe/recipes-connectivity/midori/midori/waf     |  Bin 92569 -> 0 bytes
>>  .../recipes-connectivity/midori/midori_0.4.3.bb    |   13 -
>>  .../recipes-connectivity/midori/midori_0.4.4.bb    |    8 
>>  3 files changed, 8 insertions(+), 13 deletions(-)
>>  delete mode 100755 meta-oe/recipes-connectivity/midori/midori/waf
>>  delete mode 100644 meta-oe/recipes-connectivity/midori/midori_0.4.3.bb
>>  create mode 100644 meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
>>
> I wanted to test this but task do_compile seems to run forever (now
> for 1,5h) and I have an empty log.do_compile. Any pointers where to
> look after?
>
I did cleansstate and rebuild midori with success now. I had similar
from time to time but with task do_configure.

Andreas

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][meta-efl][PATCH 1/5] midori: upgrade to 0.4.4

2012-03-15 Thread Eric Bénard
Le Thu, 15 Mar 2012 04:40:16 -0600,
Gary Thomas  a écrit :

> On 2012-03-14 13:59, Martin Jansa wrote:
> > * custom waf to fix dirty vala version was dropped
> > * I've fixed our vala to stop reporting dirty even for valid released 
> > tarballs
> >so you can still get dirty version but it's not so common to keep this 
> > ugly binary here.
> > * disable PARALLEL_MAKE to improve our chances agains build hangs
> >(btw fedora is doing the same
> > http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html)
> >
> > Signed-off-by: Martin Jansa
> 
> I have a few questions about midori that I'm having trouble with.
> * Where does this come from?  Is there a project web page?  There's
>no real indication in the recipes that I can find.
http://en.wikipedia.org/wiki/Midori_(web_browser)
http://www.twotoasts.de/index.php?/pages/midori_summary.html

> * Who/where can I go to with problems and/or questions?  The version
>I've been using (0.4.3) isn't very stable and has some "interesting"
>behaviours I'd like to have addressed.
> 
on their page they say :
Join #midori on Freenode to talk about Midori, discuss bugs and new
ideas.

Report bugs at the Launchpad Bug Tracker. See also the old Flyspray Bug
Tracker.
https://bugs.launchpad.net/midori

Eric
-- 
http://eukrea.com/en/news/104-2012

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][meta-efl][PATCH 1/5] midori: upgrade to 0.4.4

2012-03-15 Thread Gary Thomas

On 2012-03-15 04:48, Eric Bénard wrote:

Le Thu, 15 Mar 2012 04:40:16 -0600,
Gary Thomas  a écrit :


On 2012-03-14 13:59, Martin Jansa wrote:

* custom waf to fix dirty vala version was dropped
* I've fixed our vala to stop reporting dirty even for valid released tarballs
so you can still get dirty version but it's not so common to keep this ugly 
binary here.
* disable PARALLEL_MAKE to improve our chances agains build hangs
(btw fedora is doing the same
 http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html)

Signed-off-by: Martin Jansa


I have a few questions about midori that I'm having trouble with.
* Where does this come from?  Is there a project web page?  There's
no real indication in the recipes that I can find.

http://en.wikipedia.org/wiki/Midori_(web_browser)
http://www.twotoasts.de/index.php?/pages/midori_summary.html


* Who/where can I go to with problems and/or questions?  The version
I've been using (0.4.3) isn't very stable and has some "interesting"
behaviours I'd like to have addressed.


on their page they say :
Join #midori on Freenode to talk about Midori, discuss bugs and new
ideas.

Report bugs at the Launchpad Bug Tracker. See also the old Flyspray Bug
Tracker.
https://bugs.launchpad.net/midori


Thanks, these pointers helped.  Perhaps they should be mentioned in the recipes?

--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][meta-efl][PATCH 1/5] midori: upgrade to 0.4.4

2012-03-15 Thread Eric Bénard
Le Thu, 15 Mar 2012 05:00:50 -0600,
Gary Thomas  a écrit :
> Thanks, these pointers helped.  Perhaps they should be mentioned in the 
> recipes?
> 
true : feel free to send the patch ;)

Eric
-- 
http://eukrea.com/en/news/104-2012

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][meta-efl][PATCH 1/5] midori: upgrade to 0.4.4

2012-03-16 Thread Gary Thomas

On 2012-03-15 04:47, Andreas Müller wrote:

On Thu, Mar 15, 2012 at 11:21 AM, Andreas Müller
  wrote:

On Wed, Mar 14, 2012 at 8:59 PM, Martin Jansa  wrote:

* custom waf to fix dirty vala version was dropped
* I've fixed our vala to stop reporting dirty even for valid released tarballs
  so you can still get dirty version but it's not so common to keep this ugly 
binary here.
* disable PARALLEL_MAKE to improve our chances agains build hangs
  (btw fedora is doing the same
   http://osdir.com/ml/scm-fedora-commits/2011-11/msg04672.html)

Signed-off-by: Martin Jansa
---
  meta-oe/recipes-connectivity/midori/midori/waf |  Bin 92569 ->  0 bytes
  .../recipes-connectivity/midori/midori_0.4.3.bb|   13 -
  .../recipes-connectivity/midori/midori_0.4.4.bb|8 
  3 files changed, 8 insertions(+), 13 deletions(-)
  delete mode 100755 meta-oe/recipes-connectivity/midori/midori/waf
  delete mode 100644 meta-oe/recipes-connectivity/midori/midori_0.4.3.bb
  create mode 100644 meta-oe/recipes-connectivity/midori/midori_0.4.4.bb


I wanted to test this but task do_compile seems to run forever (now
for 1,5h) and I have an empty log.do_compile. Any pointers where to
look after?


I did cleansstate and rebuild midori with success now. I had similar
from time to time but with task do_configure.


I have a machine which hangs every time in do_configure, even when I run
it by hand.  It always hangs here:
  Checking for program intltool-merge : 
/home/local/p60_test/tmp/sysroots/i686-linux/usr/bin/intltool-merge
  Checking for header locale.h:

Any ideas where to look?

--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel