All of lore.kernel.org
 help / color / mirror / Atom feed
* fennec fails to build when host system lacks autoconf2.13
@ 2008-09-27 20:09 Otavio Salvador
  2008-09-28 14:10 ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2008-09-27 20:09 UTC (permalink / raw)
  To: openembedded-devel

Hello,

It takes a while until I found the reason fennec was failing to build;
it needs autoconf2.13 but OE doesn't has it anymore.

Does someone feels like fixing it?
 
-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: otavio@debian.org      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
---------------------------------------------
"Microsoft sells you Windows ... Linux gives
 you the whole house."



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fennec fails to build when host system lacks autoconf2.13
  2008-09-27 20:09 fennec fails to build when host system lacks autoconf2.13 Otavio Salvador
@ 2008-09-28 14:10 ` Koen Kooi
  2008-09-28 16:13   ` Henning Heinold
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2008-09-28 14:10 UTC (permalink / raw)
  To: openembedded-devel

On 27-09-2008 22:09, Otavio Salvador wrote:
> Hello,
>
> It takes a while until I found the reason fennec was failing to build;
> it needs autoconf2.13 but OE doesn't has it anymore.
>
> Does someone feels like fixing it?

I've asked the mozilla people to fix their crappy autotools code, but 
they say that the mozilla code isn't buggy, but that all autoconf >2.13 
versions are buggy.....





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fennec fails to build when host system lacks autoconf2.13
  2008-09-28 14:10 ` Koen Kooi
@ 2008-09-28 16:13   ` Henning Heinold
  2008-09-28 18:53     ` Phil Blundell
  0 siblings, 1 reply; 5+ messages in thread
From: Henning Heinold @ 2008-09-28 16:13 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Sep 28, 2008 at 04:10:29PM +0200, Koen Kooi wrote:
> On 27-09-2008 22:09, Otavio Salvador wrote:
>> Hello,
>>
>> It takes a while until I found the reason fennec was failing to build;
>> it needs autoconf2.13 but OE doesn't has it anymore.
>>
>> Does someone feels like fixing it?
>
> I've asked the mozilla people to fix their crappy autotools code, but  
> they say that the mozilla code isn't buggy, but that all autoconf >2.13  
> versions are buggy.....

Args,

I looked at this autotools abuse too and this is really crap. Seems
no easy fixing for us.


Bye Henning



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fennec fails to build when host system lacks autoconf2.13
  2008-09-28 16:13   ` Henning Heinold
@ 2008-09-28 18:53     ` Phil Blundell
  2008-09-28 19:22       ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Phil Blundell @ 2008-09-28 18:53 UTC (permalink / raw)
  To: openembedded-devel

On Sun, 2008-09-28 at 18:13 +0200, Henning Heinold wrote:
> On Sun, Sep 28, 2008 at 04:10:29PM +0200, Koen Kooi wrote:
> > On 27-09-2008 22:09, Otavio Salvador wrote:
> >> Hello,
> >>
> >> It takes a while until I found the reason fennec was failing to build;
> >> it needs autoconf2.13 but OE doesn't has it anymore.
> >>
> >> Does someone feels like fixing it?
> >
> > I've asked the mozilla people to fix their crappy autotools code, but  
> > they say that the mozilla code isn't buggy, but that all autoconf >2.13  
> > versions are buggy.....
> 
> Args,
> 
> I looked at this autotools abuse too and this is really crap. Seems
> no easy fixing for us.

Is it that hard to put autoconf 2.13 back in OE?  I don't know why it
was removed but I can't think of any insurmountable obstacle to
reinstating it.  Debian is still shipping that old version for
compatibility reasons, which suggests that there is a significant
codebase out there which doesn't build with autoconf 2.50 and newer.

p.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: fennec fails to build when host system lacks autoconf2.13
  2008-09-28 18:53     ` Phil Blundell
@ 2008-09-28 19:22       ` Koen Kooi
  0 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2008-09-28 19:22 UTC (permalink / raw)
  To: openembedded-devel

On 28-09-2008 20:53, Phil Blundell wrote:
> On Sun, 2008-09-28 at 18:13 +0200, Henning Heinold wrote:
>> On Sun, Sep 28, 2008 at 04:10:29PM +0200, Koen Kooi wrote:
>>> On 27-09-2008 22:09, Otavio Salvador wrote:
>>>> Hello,
>>>>
>>>> It takes a while until I found the reason fennec was failing to build;
>>>> it needs autoconf2.13 but OE doesn't has it anymore.
>>>>
>>>> Does someone feels like fixing it?
>>> I've asked the mozilla people to fix their crappy autotools code, but
>>> they say that the mozilla code isn't buggy, but that all autoconf>2.13
>>> versions are buggy.....
>> Args,
>>
>> I looked at this autotools abuse too and this is really crap. Seems
>> no easy fixing for us.
>
> Is it that hard to put autoconf 2.13 back in OE?

Actually we would only need autoconfig-native2.13 (no, not a typo) and 
install it as 'autoconf2.13' to make packaged-staging happy.
Simply resurrecting auto-native-2.13 will not work in this case.

regards,

Koen




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-09-28 19:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-27 20:09 fennec fails to build when host system lacks autoconf2.13 Otavio Salvador
2008-09-28 14:10 ` Koen Kooi
2008-09-28 16:13   ` Henning Heinold
2008-09-28 18:53     ` Phil Blundell
2008-09-28 19:22       ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.