* [Buildroot] [PATCH] libtool version update 2.4.2
@ 2012-11-09 12:38 Alexander Khryukin
2012-11-10 9:53 ` Thomas Petazzoni
0 siblings, 1 reply; 9+ messages in thread
From: Alexander Khryukin @ 2012-11-09 12:38 UTC (permalink / raw)
To: buildroot
Signed-off-by: Alexander Khryukin <alexander@mezon.ru>
---
package/libtool/libtool.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 4b9657c..ae7a4b8 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -3,7 +3,7 @@
# libtool
#
#############################################################
-LIBTOOL_VERSION = 2.2.10
+LIBTOOL_VERSION = 2.4.2
LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz
LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool
LIBTOOL_INSTALL_STAGING = YES
--
1.7.11.3
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] libtool version update 2.4.2
2012-11-09 12:38 [Buildroot] [PATCH] libtool version update 2.4.2 Alexander Khryukin
@ 2012-11-10 9:53 ` Thomas Petazzoni
2012-11-10 16:31 ` Alexander Khryukin
2012-11-11 22:00 ` Arnout Vandecappelle
0 siblings, 2 replies; 9+ messages in thread
From: Thomas Petazzoni @ 2012-11-10 9:53 UTC (permalink / raw)
To: buildroot
Alexander,
On Fri, 9 Nov 2012 16:38:52 +0400, Alexander Khryukin wrote:
> -LIBTOOL_VERSION = 2.2.10
> +LIBTOOL_VERSION = 2.4.2
How much testing did you give to this version bump? A libtool version
bump is a very sensitive operation, as host-libtool is used to
autoreconfigure many packages in Buildroot. Therefore, this patch needs
a good amount of testing before being committed (ideally testing that
all packages having <foo>_AUTORECONF = YES still build).
Thanks,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] libtool version update 2.4.2
2012-11-10 9:53 ` Thomas Petazzoni
@ 2012-11-10 16:31 ` Alexander Khryukin
2012-11-11 22:00 ` Arnout Vandecappelle
1 sibling, 0 replies; 9+ messages in thread
From: Alexander Khryukin @ 2012-11-10 16:31 UTC (permalink / raw)
To: buildroot
2012/11/10 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Alexander,
>
> On Fri, 9 Nov 2012 16:38:52 +0400, Alexander Khryukin wrote:
>
> > -LIBTOOL_VERSION = 2.2.10
> > +LIBTOOL_VERSION = 2.4.2
>
> How much testing did you give to this version bump? A libtool version
> bump is a very sensitive operation, as host-libtool is used to
> autoreconfigure many packages in Buildroot. Therefore, this patch needs
> a good amount of testing before being committed (ideally testing that
> all packages having <foo>_AUTORECONF = YES still build).
>
> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
>
With new libtool i built my system many times
and it works.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121110/1f5fde48/attachment-0001.html>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] libtool version update 2.4.2
2012-11-10 9:53 ` Thomas Petazzoni
2012-11-10 16:31 ` Alexander Khryukin
@ 2012-11-11 22:00 ` Arnout Vandecappelle
2012-11-11 22:05 ` Thomas Petazzoni
1 sibling, 1 reply; 9+ messages in thread
From: Arnout Vandecappelle @ 2012-11-11 22:00 UTC (permalink / raw)
To: buildroot
On 11/10/12 10:53, Thomas Petazzoni wrote:
> Alexander,
>
> On Fri, 9 Nov 2012 16:38:52 +0400, Alexander Khryukin wrote:
>
>> -LIBTOOL_VERSION = 2.2.10
>> +LIBTOOL_VERSION = 2.4.2
>
> How much testing did you give to this version bump? A libtool version
> bump is a very sensitive operation, as host-libtool is used to
> autoreconfigure many packages in Buildroot. Therefore, this patch needs
> a good amount of testing before being committed (ideally testing that
> all packages having<foo>_AUTORECONF = YES still build).
Can't we rely on the autobuilders to do that?
That said, I wouldn't do this for 2012.11 anymore...
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] libtool version update 2.4.2
2012-11-11 22:00 ` Arnout Vandecappelle
@ 2012-11-11 22:05 ` Thomas Petazzoni
2012-11-12 7:46 ` Stephan Hoffmann
0 siblings, 1 reply; 9+ messages in thread
From: Thomas Petazzoni @ 2012-11-11 22:05 UTC (permalink / raw)
To: buildroot
On Sun, 11 Nov 2012 23:00:56 +0100, Arnout Vandecappelle wrote:
> On 11/10/12 10:53, Thomas Petazzoni wrote:
> > Alexander,
> >
> > On Fri, 9 Nov 2012 16:38:52 +0400, Alexander Khryukin wrote:
> >
> >> -LIBTOOL_VERSION = 2.2.10
> >> +LIBTOOL_VERSION = 2.4.2
> >
> > How much testing did you give to this version bump? A libtool
> > version bump is a very sensitive operation, as host-libtool is used
> > to autoreconfigure many packages in Buildroot. Therefore, this
> > patch needs a good amount of testing before being committed
> > (ideally testing that all packages having<foo>_AUTORECONF = YES
> > still build).
>
> Can't we rely on the autobuilders to do that?
Sure, we'll certainly rely on the autobuilders for a complete testing.
But I wanted to know if it had been tested again 2 packages or 20-40
packages, which makes quite a bit of difference :)
> That said, I wouldn't do this for 2012.11 anymore...
For sure, it should not be part of 2012.11, we already have enough
issues to fix.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] libtool version update 2.4.2
2012-11-11 22:05 ` Thomas Petazzoni
@ 2012-11-12 7:46 ` Stephan Hoffmann
2012-11-12 10:18 ` Alexander Khryukin
2012-11-12 10:26 ` Thomas Petazzoni
0 siblings, 2 replies; 9+ messages in thread
From: Stephan Hoffmann @ 2012-11-12 7:46 UTC (permalink / raw)
To: buildroot
Am 11.11.2012 23:05, schrieb Thomas Petazzoni:
> On Sun, 11 Nov 2012 23:00:56 +0100, Arnout Vandecappelle wrote:
>> On 11/10/12 10:53, Thomas Petazzoni wrote:
>>> Alexander,
>>>
>>> On Fri, 9 Nov 2012 16:38:52 +0400, Alexander Khryukin wrote:
>>>
>>>> -LIBTOOL_VERSION = 2.2.10
>>>> +LIBTOOL_VERSION = 2.4.2
>>> How much testing did you give to this version bump? A libtool
>>> version bump is a very sensitive operation, as host-libtool is used
>>> to autoreconfigure many packages in Buildroot. Therefore, this
>>> patch needs a good amount of testing before being committed
>>> (ideally testing that all packages having<foo>_AUTORECONF = YES
>>> still build).
>> Can't we rely on the autobuilders to do that?
> Sure, we'll certainly rely on the autobuilders for a complete testing.
Hello,
did you ever think about inventing a kind of "testing" branch with a
seperate autobuilder running on? That could keep major build problems
away from the master branch.
Just my 2 cents
Stephan
> But I wanted to know if it had been tested again 2 packages or 20-40
> packages, which makes quite a bit of difference :)
>
>> That said, I wouldn't do this for 2012.11 anymore...
> For sure, it should not be part of 2012.11, we already have enough
> issues to fix.
>
> Thomas
--
reLinux - Stephan Hoffmann
Am Schmidtgrund 124 50765 K?ln
Tel. +49.221.95595-19 Fax: -64
www.reLinux.de sho at reLinux.de
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] libtool version update 2.4.2
2012-11-12 7:46 ` Stephan Hoffmann
@ 2012-11-12 10:18 ` Alexander Khryukin
2012-11-12 10:26 ` Thomas Petazzoni
1 sibling, 0 replies; 9+ messages in thread
From: Alexander Khryukin @ 2012-11-12 10:18 UTC (permalink / raw)
To: buildroot
2012/11/12 Stephan Hoffmann <sho@relinux.de>
> Am 11.11.2012 23:05, schrieb Thomas Petazzoni:
> > On Sun, 11 Nov 2012 23:00:56 +0100, Arnout Vandecappelle wrote:
> >> On 11/10/12 10:53, Thomas Petazzoni wrote:
> >>> Alexander,
> >>>
> >>> On Fri, 9 Nov 2012 16:38:52 +0400, Alexander Khryukin wrote:
> >>>
> >>>> -LIBTOOL_VERSION = 2.2.10
> >>>> +LIBTOOL_VERSION = 2.4.2
> >>> How much testing did you give to this version bump? A libtool
> >>> version bump is a very sensitive operation, as host-libtool is used
> >>> to autoreconfigure many packages in Buildroot. Therefore, this
> >>> patch needs a good amount of testing before being committed
> >>> (ideally testing that all packages having<foo>_AUTORECONF = YES
> >>> still build).
> >> Can't we rely on the autobuilders to do that?
> > Sure, we'll certainly rely on the autobuilders for a complete testing.
> Hello,
>
> did you ever think about inventing a kind of "testing" branch with a
> seperate autobuilder running on? That could keep major build problems
> away from the master branch.
>
> Just my 2 cents
>
> Stephan
> > But I wanted to know if it had been tested again 2 packages or 20-40
> > packages, which makes quite a bit of difference :)
> >
> >> That said, I wouldn't do this for 2012.11 anymore...
> > For sure, it should not be part of 2012.11, we already have enough
> > issues to fix.
> >
> > Thomas
>
>
> --
> reLinux - Stephan Hoffmann
> Am Schmidtgrund 124 50765 K?ln
> Tel. +49.221.95595-19 Fax: -64
> www.reLinux.de sho at reLinux.de
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
I tested new libtool for all packages in Develop section + a lot of others.
Also i can share own .config
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121112/a5d7ce44/attachment.html>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] libtool version update 2.4.2
2012-11-12 7:46 ` Stephan Hoffmann
2012-11-12 10:18 ` Alexander Khryukin
@ 2012-11-12 10:26 ` Thomas Petazzoni
2012-11-12 20:57 ` Arnout Vandecappelle
1 sibling, 1 reply; 9+ messages in thread
From: Thomas Petazzoni @ 2012-11-12 10:26 UTC (permalink / raw)
To: buildroot
Stephan,
On Mon, 12 Nov 2012 08:46:26 +0100, Stephan Hoffmann wrote:
> did you ever think about inventing a kind of "testing" branch with a
> seperate autobuilder running on? That could keep major build problems
> away from the master branch.
Yes, this has been discussed during the Developers Meeting, at least
for the "next" branch that gets created once -rc1 is out, to accumulate
patches for the next release.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Buildroot] [PATCH] libtool version update 2.4.2
2012-11-12 10:26 ` Thomas Petazzoni
@ 2012-11-12 20:57 ` Arnout Vandecappelle
0 siblings, 0 replies; 9+ messages in thread
From: Arnout Vandecappelle @ 2012-11-12 20:57 UTC (permalink / raw)
To: buildroot
On 11/12/12 11:26, Thomas Petazzoni wrote:
> Stephan,
>
> On Mon, 12 Nov 2012 08:46:26 +0100, Stephan Hoffmann wrote:
>
>> did you ever think about inventing a kind of "testing" branch with a
>> seperate autobuilder running on? That could keep major build problems
>> away from the master branch.
>
> Yes, this has been discussed during the Developers Meeting, at least
> for the "next" branch that gets created once -rc1 is out, to accumulate
> patches for the next release.
Actually it does make sense to have it in general. We could allow more committers
on that branch, and Peter could cherry-pick from it, which could save him a few
seconds per patch. And it could make master slightly more stable, because only
patches that don't kill the autobuilders would get cherry-picked.
Maybe something to discuss in February.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-11-12 20:57 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-09 12:38 [Buildroot] [PATCH] libtool version update 2.4.2 Alexander Khryukin
2012-11-10 9:53 ` Thomas Petazzoni
2012-11-10 16:31 ` Alexander Khryukin
2012-11-11 22:00 ` Arnout Vandecappelle
2012-11-11 22:05 ` Thomas Petazzoni
2012-11-12 7:46 ` Stephan Hoffmann
2012-11-12 10:18 ` Alexander Khryukin
2012-11-12 10:26 ` Thomas Petazzoni
2012-11-12 20:57 ` Arnout Vandecappelle
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.