All of lore.kernel.org
 help / color / mirror / Atom feed
* Activating autotools updates
@ 2007-07-25  9:03 Koen Kooi
  2007-07-25  9:30 ` Holger Freyther
  2007-07-26 12:37 ` Koen Kooi
  0 siblings, 2 replies; 13+ messages in thread
From: Koen Kooi @ 2007-07-25  9:03 UTC (permalink / raw)
  To: Using the OpenEmbedded metadata to build Distributions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

At guadec we discussed activating autoconf-native 2.61, pkgconfig-native 0.22 and
m4-native 1.4.8. The test builds we did didn't show any errors but we'd like more people
to try to build their favourite target and report back.

regards,

Koen

(you can test it by commenting the 'DEFAULT_PREFERENCE = -1' in the recipes)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFGpxHbMkyGM64RGpERAoRRAJ96hmirIkqd5v1frEmetok80YIKdgCghuC0
2ZdyjeESMdlKMvnLqfbLWUM=
=hJYl
-----END PGP SIGNATURE-----



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

* Re: Activating autotools updates
  2007-07-25  9:03 Activating autotools updates Koen Kooi
@ 2007-07-25  9:30 ` Holger Freyther
  2007-07-25  9:42   ` Koen Kooi
  2007-07-26 12:37 ` Koen Kooi
  1 sibling, 1 reply; 13+ messages in thread
From: Holger Freyther @ 2007-07-25  9:30 UTC (permalink / raw)
  To: openembedded-devel


Am 25.07.2007 um 11:03 schrieb Koen Kooi:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> At guadec we discussed activating autoconf-native 2.61, pkgconfig- 
> native 0.22 and
> m4-native 1.4.8. The test builds we did didn't show any errors but  
> we'd like more people
> to try to build their favourite target and report back.

Hi Koen,

I would propose to use ipkg-diff. Do a old build, do a new build and  
compare the resulting packages using ipkg-diff which is in oe contrib.

z.



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

* Re: Activating autotools updates
  2007-07-25  9:30 ` Holger Freyther
@ 2007-07-25  9:42   ` Koen Kooi
  0 siblings, 0 replies; 13+ messages in thread
From: Koen Kooi @ 2007-07-25  9:42 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Holger Freyther schreef:
> Am 25.07.2007 um 11:03 schrieb Koen Kooi:
> 
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Hi,
>>
>> At guadec we discussed activating autoconf-native 2.61, pkgconfig- 
>> native 0.22 and
>> m4-native 1.4.8. The test builds we did didn't show any errors but  
>> we'd like more people
>> to try to build their favourite target and report back.
> 
> Hi Koen,
> 
> I would propose to use ipkg-diff. Do a old build, do a new build and  
> compare the resulting packages using ipkg-diff which is in oe contrib.

That would be inconclusive, since a difference might be a good thing. I'm interesting in
people running the generated packages.

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFGpxsDMkyGM64RGpERAqXWAJ4vtKMyEPjUkMyu8v05TYTywuAV5ACfZecw
w22KlXyXrvzpfhYFZn3HJxg=
=EhQl
-----END PGP SIGNATURE-----



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

* Re: Activating autotools updates
  2007-07-25  9:03 Activating autotools updates Koen Kooi
  2007-07-25  9:30 ` Holger Freyther
@ 2007-07-26 12:37 ` Koen Kooi
  2007-07-26 12:41   ` Graeme Gregory
                     ` (5 more replies)
  1 sibling, 6 replies; 13+ messages in thread
From: Koen Kooi @ 2007-07-26 12:37 UTC (permalink / raw)
  To: Using the OpenEmbedded metadata to build Distributions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Koen Kooi schreef:
> Hi,
> 
> At guadec we discussed activating autoconf-native 2.61, pkgconfig-native 0.22 and
> m4-native 1.4.8. The test builds we did didn't show any errors but we'd like more people
> to try to build their favourite target and report back.

After multiple success reports I'd like to propose the following timeline:

20070802: make m4-native 1.4.8 the default
20070809: make autoconf-native 2.61 the default
20070816: make pkgconfig-native 0.22 the default
20070816+: remove autotools hacks in recipes (e.g overriding do_configure)

what do you think?

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFGqJWhMkyGM64RGpERAvBcAJ0YKMzrl8ASaDjhA6xzAN+JxS9X/gCeL8GI
7n/RcjqzkspmMk/RWkel9q0=
=B3QE
-----END PGP SIGNATURE-----



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

* Re: Activating autotools updates
  2007-07-26 12:37 ` Koen Kooi
@ 2007-07-26 12:41   ` Graeme Gregory
  2007-07-26 12:44   ` Marcin Juszkiewicz
                     ` (4 subsequent siblings)
  5 siblings, 0 replies; 13+ messages in thread
From: Graeme Gregory @ 2007-07-26 12:41 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Jul 26, 2007 at 02:37:53PM +0200, Koen Kooi wrote:
> 20070802: make m4-native 1.4.8 the default
> 20070809: make autoconf-native 2.61 the default
> 20070816: make pkgconfig-native 0.22 the default
> 20070816+: remove autotools hacks in recipes (e.g overriding do_configure)
> 
> what do you think?
> 
+3.141592654 from me.

Graeme




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

* Re: Activating autotools updates
  2007-07-26 12:37 ` Koen Kooi
  2007-07-26 12:41   ` Graeme Gregory
@ 2007-07-26 12:44   ` Marcin Juszkiewicz
  2007-07-26 12:49     ` Koen Kooi
  2007-07-26 12:48   ` Paul Sokolovsky
                     ` (3 subsequent siblings)
  5 siblings, 1 reply; 13+ messages in thread
From: Marcin Juszkiewicz @ 2007-07-26 12:44 UTC (permalink / raw)
  To: openembedded-devel

Dnia czwartek, 26 lipca 2007, Koen Kooi napisał:

> After multiple success reports I'd like to propose the following
> timeline:

> 20070802: make m4-native 1.4.8 the default
> 20070809: make autoconf-native 2.61 the default

make automake 1.9.6 or 1.10 the default

> 20070816: make pkgconfig-native 0.22 the default
> 20070816+: remove autotools hacks in recipes (e.g overriding
> do_configure)

Who will do each test?

-- 
JID: hrw-jabber.org
OpenEmbedded developer/consultant

        "To be or not to be that is the question.":
         every programmer knows the answer $2b or (not $2b) is $ff.





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

* Re: Activating autotools updates
  2007-07-26 12:37 ` Koen Kooi
  2007-07-26 12:41   ` Graeme Gregory
  2007-07-26 12:44   ` Marcin Juszkiewicz
@ 2007-07-26 12:48   ` Paul Sokolovsky
  2007-07-26 13:55   ` Dr. Michael Lauer
                     ` (2 subsequent siblings)
  5 siblings, 0 replies; 13+ messages in thread
From: Paul Sokolovsky @ 2007-07-26 12:48 UTC (permalink / raw)
  To: Koen Kooi

Hello Koen,

Thursday, July 26, 2007, 3:37:53 PM, you wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1

> Koen Kooi schreef:
>> Hi,
>> 
>> At guadec we discussed activating autoconf-native 2.61, pkgconfig-native 0.22 and
>> m4-native 1.4.8. The test builds we did didn't show any errors but we'd like more people
>> to try to build their favourite target and report back.

> After multiple success reports I'd like to propose the following timeline:

> 20070802: make m4-native 1.4.8 the default
> 20070809: make autoconf-native 2.61 the default
> 20070816: make pkgconfig-native 0.22 the default
> 20070816+: remove autotools hacks in recipes (e.g overriding do_configure)

  Don't forget automake 1.10.

> what do you think?

> regards,

> Koen

[]

-- 
Best regards,
 Paul                            mailto:pmiscml@gmail.com




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

* Re: Activating autotools updates
  2007-07-26 12:44   ` Marcin Juszkiewicz
@ 2007-07-26 12:49     ` Koen Kooi
  2007-07-27  8:30       ` Koen Kooi
  0 siblings, 1 reply; 13+ messages in thread
From: Koen Kooi @ 2007-07-26 12:49 UTC (permalink / raw)
  To: Using the OpenEmbedded metadata to build Distributions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Marcin Juszkiewicz schreef:
> Dnia czwartek, 26 lipca 2007, Koen Kooi napisał:
> 
>> After multiple success reports I'd like to propose the following
>> timeline:
> 
>> 20070802: make m4-native 1.4.8 the default
>> 20070809: make autoconf-native 2.61 the default
> 
> make automake 1.9.6 or 1.10 the default

I haven't tested that, has anyone done builds from scratch with that?

>> 20070816: make pkgconfig-native 0.22 the default
>> 20070816+: remove autotools hacks in recipes (e.g overriding
>> do_configure)
> 
> Who will do each test?

I'd guess the person that encounters such a hack. IOW "I have no idea".

regards,

Koen

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFGqJhpMkyGM64RGpERAjHNAJ9NpE9/OwI6elauyGB/RRKTgDJPBACgkOzW
n6wN2AzyCbxH9O/SoGCs2l8=
=LLHF
-----END PGP SIGNATURE-----



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

* Re: Activating autotools updates
  2007-07-26 12:37 ` Koen Kooi
                     ` (2 preceding siblings ...)
  2007-07-26 12:48   ` Paul Sokolovsky
@ 2007-07-26 13:55   ` Dr. Michael Lauer
  2007-08-06  9:56   ` Marcin Juszkiewicz
  2007-08-06  9:59   ` Marcin Juszkiewicz
  5 siblings, 0 replies; 13+ messages in thread
From: Dr. Michael Lauer @ 2007-07-26 13:55 UTC (permalink / raw)
  To: openembedded-devel

Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1

> Koen Kooi schreef:
>> Hi,
>> 
>> At guadec we discussed activating autoconf-native 2.61, pkgconfig-native 0.22 and
>> m4-native 1.4.8. The test builds we did didn't show any errors but we'd like more people
>> to try to build their favourite target and report back.

> After multiple success reports I'd like to propose the following timeline:

> 20070802: make m4-native 1.4.8 the default
> 20070809: make autoconf-native 2.61 the default
> 20070816: make pkgconfig-native 0.22 the default
> 20070816+: remove autotools hacks in recipes (e.g overriding do_configure)

> what do you think?

Sounds good, +1 from me.

Regards,

:M:
-- 
Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de




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

* Re: Activating autotools updates
  2007-07-26 12:49     ` Koen Kooi
@ 2007-07-27  8:30       ` Koen Kooi
  0 siblings, 0 replies; 13+ messages in thread
From: Koen Kooi @ 2007-07-27  8:30 UTC (permalink / raw)
  To: Using the OpenEmbedded metadata to build Distributions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Koen Kooi schreef:
> Marcin Juszkiewicz schreef:
>> Dnia czwartek, 26 lipca 2007, Koen Kooi napisaB:
> 
>>> After multiple success reports I'd like to propose the following
>>> timeline:
>>> 20070802: make m4-native 1.4.8 the default
>>> 20070809: make autoconf-native 2.61 the default
>> make automake 1.9.6 or 1.10 the default
> 
> I haven't tested that, has anyone done builds from scratch with that?

I brief test showed breakage, so automake 1.10 proponents have some work to do before
asking it to be activated :)

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFGqa0RMkyGM64RGpERAk32AKCQAbVqg/QWf4zEy7HAHIzeZhGHwgCgvQhX
WOvufiuPWa0VDYC6ZmzbkRM=
=CcZn
-----END PGP SIGNATURE-----



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

* Re: Activating autotools updates
  2007-07-26 12:37 ` Koen Kooi
                     ` (3 preceding siblings ...)
  2007-07-26 13:55   ` Dr. Michael Lauer
@ 2007-08-06  9:56   ` Marcin Juszkiewicz
  2007-08-06 10:19     ` Koen Kooi
  2007-08-06  9:59   ` Marcin Juszkiewicz
  5 siblings, 1 reply; 13+ messages in thread
From: Marcin Juszkiewicz @ 2007-08-06  9:56 UTC (permalink / raw)
  To: openembedded-devel

Dnia czwartek, 26 lipca 2007, Koen Kooi napisał:
> After multiple success reports I'd like to propose the following
> timeline:

> 20070816: make pkgconfig-native 0.22 the default

===========================================================
Revision: c575740a3b6935cc9e85bcc4e6f3cec52b4c4028
Ancestor: 12b138279c360841bb21419b7866a60b4a10932c
Author: koen@openembedded.org
Date: 2007-08-05T12:28:40
Branch: org.openembedded.dev

Added files:
         packages/pkgconfig/pkgconfig.inc
Modified files:
         packages/pkgconfig/pkgconfig-native_0.22.bb
         packages/pkgconfig/pkgconfig_0.15.0.bb
         packages/pkgconfig/pkgconfig_0.22.bb

ChangeLog:

pkgconfig: sync with poky
===========================================================

This changeset enabled pkg-config 0.22 in OE as this removed 
DEFAULT_PREFERENCE = "-1" from recipe. Anyway it should work - in Poky we 
(OpenedHand) use it since Poky Linux 3.0 'blinky' was released.

-- 
JID: hrw-jabber.org
OpenEmbedded developer/consultant

  Any smoothly functioning technology will have the appearance of magic.
  		-- Arthur C. Clarke





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

* Re: Activating autotools updates
  2007-07-26 12:37 ` Koen Kooi
                     ` (4 preceding siblings ...)
  2007-08-06  9:56   ` Marcin Juszkiewicz
@ 2007-08-06  9:59   ` Marcin Juszkiewicz
  5 siblings, 0 replies; 13+ messages in thread
From: Marcin Juszkiewicz @ 2007-08-06  9:59 UTC (permalink / raw)
  To: openembedded-devel

Dnia czwartek, 26 lipca 2007, Koen Kooi napisał:
> 20070802: make m4-native 1.4.8 the default
> 20070809: make autoconf-native 2.61 the default
> 20070816: make pkgconfig-native 0.22 the default

In Poky we (OpenedHand) upgraded to autoconf 2.61, m4 1.4.8, pkgconfig 
0.22 and automake 1.9.6 (after Poky Linux 3.0 'blinky' release) and it 
produce working images.

-- 
JID: hrw-jabber.org
OpenEmbedded developer/consultant

       I'm broken. Please show this to someone who can fix me [TeX]





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

* Re: Activating autotools updates
  2007-08-06  9:56   ` Marcin Juszkiewicz
@ 2007-08-06 10:19     ` Koen Kooi
  0 siblings, 0 replies; 13+ messages in thread
From: Koen Kooi @ 2007-08-06 10:19 UTC (permalink / raw)
  To: Using the OpenEmbedded metadata to build Distributions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Marcin Juszkiewicz schreef:
> Dnia czwartek, 26 lipca 2007, Koen Kooi napisał:
>> After multiple success reports I'd like to propose the following
>> timeline:
> 
>> 20070816: make pkgconfig-native 0.22 the default
> 
> ===========================================================
> Revision: c575740a3b6935cc9e85bcc4e6f3cec52b4c4028
> Ancestor: 12b138279c360841bb21419b7866a60b4a10932c
> Author: koen@openembedded.org
> Date: 2007-08-05T12:28:40
> Branch: org.openembedded.dev
> 
> Added files:
>          packages/pkgconfig/pkgconfig.inc
> Modified files:
>          packages/pkgconfig/pkgconfig-native_0.22.bb
>          packages/pkgconfig/pkgconfig_0.15.0.bb
>          packages/pkgconfig/pkgconfig_0.22.bb
> 
> ChangeLog:
> 
> pkgconfig: sync with poky
> ===========================================================
> 
> This changeset enabled pkg-config 0.22 in OE as this removed 
> DEFAULT_PREFERENCE = "-1" from recipe.

Oops, that has been fixed now.

> Anyway it should work - in Poky we 
> (OpenedHand) use it since Poky Linux 3.0 'blinky' was released.

I know it works, otherwise I wouldn't have proposed it, but I'd like to stick to my own
timeline :)

regards,

Koen

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFGtvWkMkyGM64RGpERAhzxAJ0dE5rvVkmKgo36LRpHhAwpZpa20wCgrS9e
/EyKRz9GjBvIxEVgb7nnbHE=
=agGv
-----END PGP SIGNATURE-----



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

end of thread, other threads:[~2007-08-06 10:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-25  9:03 Activating autotools updates Koen Kooi
2007-07-25  9:30 ` Holger Freyther
2007-07-25  9:42   ` Koen Kooi
2007-07-26 12:37 ` Koen Kooi
2007-07-26 12:41   ` Graeme Gregory
2007-07-26 12:44   ` Marcin Juszkiewicz
2007-07-26 12:49     ` Koen Kooi
2007-07-27  8:30       ` Koen Kooi
2007-07-26 12:48   ` Paul Sokolovsky
2007-07-26 13:55   ` Dr. Michael Lauer
2007-08-06  9:56   ` Marcin Juszkiewicz
2007-08-06 10:19     ` Koen Kooi
2007-08-06  9:59   ` Marcin Juszkiewicz

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.