Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boost: bump to 1.49.0
@ 2012-04-12 14:39 yegorslists at googlemail.com
  2012-04-14 20:59 ` Peter Korsgaard
  2012-04-15  8:21 ` Peter Korsgaard
  0 siblings, 2 replies; 7+ messages in thread
From: yegorslists at googlemail.com @ 2012-04-12 14:39 UTC (permalink / raw)
  To: buildroot

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 package/boost/boost.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/boost/boost.mk b/package/boost/boost.mk
index 4577f2d..e25e24d 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-BOOST_VERSION = 1.47.0
+BOOST_VERSION = 1.49.0
 BOOST_FILE_VERSION = $(subst .,_,$(BOOST_VERSION))
 BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2
 BOOST_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/boost
-- 
1.7.7

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

* [Buildroot] [PATCH] boost: bump to 1.49.0
  2012-04-12 14:39 [Buildroot] [PATCH] boost: bump to 1.49.0 yegorslists at googlemail.com
@ 2012-04-14 20:59 ` Peter Korsgaard
  2012-04-15  8:21 ` Peter Korsgaard
  1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2012-04-14 20:59 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] boost: bump to 1.49.0
  2012-04-12 14:39 [Buildroot] [PATCH] boost: bump to 1.49.0 yegorslists at googlemail.com
  2012-04-14 20:59 ` Peter Korsgaard
@ 2012-04-15  8:21 ` Peter Korsgaard
  2012-04-16  7:51   ` Yegor Yefremov
  1 sibling, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2012-04-15  8:21 UTC (permalink / raw)
  To: buildroot

>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>
 yegorslists> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
 yegorslists> ---
 yegorslists>  package/boost/boost.mk |    2 +-
 yegorslists>  1 files changed, 1 insertions(+), 1 deletions(-)

 yegorslists> diff --git a/package/boost/boost.mk b/package/boost/boost.mk
 yegorslists> index 4577f2d..e25e24d 100644
 yegorslists> --- a/package/boost/boost.mk
 yegorslists> +++ b/package/boost/boost.mk
 yegorslists> @@ -4,7 +4,7 @@
 yegorslists>  #
 yegorslists>  #############################################################
 
 yegorslists> -BOOST_VERSION = 1.47.0
 yegorslists> +BOOST_VERSION = 1.49.0

This seems to break the autobuild:

http://autobuild.buildroot.org/results/15d71a3b118a7f391a434d3de2ea6a645d3f02e8/build-end.log

Looking at the full log, before 40K cp invocations (!) I see what looks
like a locale issue:

In file included from libs/locale/src/posix/codecvt.cpp:13:0:
libs/locale/src/posix/all_generator.hpp:25:59: error: 'locale_t' was not declare
d in this scope
libs/locale/src/posix/all_generator.hpp:25:67: error: template argument 1 is inv
alid
libs/locale/src/posix/all_generator.hpp:29:59: error: 'locale_t' was not declare
d in this scope
libs/locale/src/posix/all_generator.hpp:29:67: error: template argument 1 is inv
alid
libs/locale/src/posix/all_generator.hpp:33:63: error: 'locale_t' was not declare
d in this scope
libs/locale/src/posix/all_generator.hpp:33:71: error: template argument 1 is invalid
libs/locale/src/posix/all_generator.hpp:37:59: error: 'locale_t' was not declared in this scope
libs/locale/src/posix/all_generator.hpp:37:67: error: template argument 1 is invalid

Does it work for you? The 1.47.0 worked without locale support, so it
would be good to get this working without it.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] boost: bump to 1.49.0
  2012-04-15  8:21 ` Peter Korsgaard
@ 2012-04-16  7:51   ` Yegor Yefremov
  2012-04-16 10:54     ` Yegor Yefremov
  0 siblings, 1 reply; 7+ messages in thread
From: Yegor Yefremov @ 2012-04-16  7:51 UTC (permalink / raw)
  To: buildroot

Am 15.04.2012 10:21, schrieb Peter Korsgaard:
>>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:
> 
>  yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>
>  yegorslists> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
>  yegorslists> ---
>  yegorslists>  package/boost/boost.mk |    2 +-
>  yegorslists>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
>  yegorslists> diff --git a/package/boost/boost.mk b/package/boost/boost.mk
>  yegorslists> index 4577f2d..e25e24d 100644
>  yegorslists> --- a/package/boost/boost.mk
>  yegorslists> +++ b/package/boost/boost.mk
>  yegorslists> @@ -4,7 +4,7 @@
>  yegorslists>  #
>  yegorslists>  #############################################################
>  
>  yegorslists> -BOOST_VERSION = 1.47.0
>  yegorslists> +BOOST_VERSION = 1.49.0
> 
> This seems to break the autobuild:
> 
> http://autobuild.buildroot.org/results/15d71a3b118a7f391a434d3de2ea6a645d3f02e8/build-end.log
> 
> Looking at the full log, before 40K cp invocations (!) I see what looks
> like a locale issue:
> 
> In file included from libs/locale/src/posix/codecvt.cpp:13:0:
> libs/locale/src/posix/all_generator.hpp:25:59: error: 'locale_t' was not declare
> d in this scope
> libs/locale/src/posix/all_generator.hpp:25:67: error: template argument 1 is inv
> alid
> libs/locale/src/posix/all_generator.hpp:29:59: error: 'locale_t' was not declare
> d in this scope
> libs/locale/src/posix/all_generator.hpp:29:67: error: template argument 1 is inv
> alid
> libs/locale/src/posix/all_generator.hpp:33:63: error: 'locale_t' was not declare
> d in this scope
> libs/locale/src/posix/all_generator.hpp:33:71: error: template argument 1 is invalid
> libs/locale/src/posix/all_generator.hpp:37:59: error: 'locale_t' was not declared in this scope
> libs/locale/src/posix/all_generator.hpp:37:67: error: template argument 1 is invalid
> 
> Does it work for you? The 1.47.0 worked without locale support, so it
> would be good to get this working without it.

Do you mean, if it works with disabled BR2_TOOLCHAIN_BUILDROOT_LOCALE? Yes, it does.

Best regards,
Yegor

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

* [Buildroot] [PATCH] boost: bump to 1.49.0
  2012-04-16  7:51   ` Yegor Yefremov
@ 2012-04-16 10:54     ` Yegor Yefremov
  2012-04-16 11:15       ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Yegor Yefremov @ 2012-04-16 10:54 UTC (permalink / raw)
  To: buildroot

Am 16.04.2012 09:51, schrieb Yegor Yefremov:
> Am 15.04.2012 10:21, schrieb Peter Korsgaard:
>>>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:
>>
>>  yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>
>>  yegorslists> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
>>  yegorslists> ---
>>  yegorslists>  package/boost/boost.mk |    2 +-
>>  yegorslists>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>>  yegorslists> diff --git a/package/boost/boost.mk b/package/boost/boost.mk
>>  yegorslists> index 4577f2d..e25e24d 100644
>>  yegorslists> --- a/package/boost/boost.mk
>>  yegorslists> +++ b/package/boost/boost.mk
>>  yegorslists> @@ -4,7 +4,7 @@
>>  yegorslists>  #
>>  yegorslists>  #############################################################
>>  
>>  yegorslists> -BOOST_VERSION = 1.47.0
>>  yegorslists> +BOOST_VERSION = 1.49.0
>>
>> This seems to break the autobuild:
>>
>> http://autobuild.buildroot.org/results/15d71a3b118a7f391a434d3de2ea6a645d3f02e8/build-end.log
>>
>> Looking at the full log, before 40K cp invocations (!) I see what looks
>> like a locale issue:
>>
>> In file included from libs/locale/src/posix/codecvt.cpp:13:0:
>> libs/locale/src/posix/all_generator.hpp:25:59: error: 'locale_t' was not declare
>> d in this scope
>> libs/locale/src/posix/all_generator.hpp:25:67: error: template argument 1 is inv
>> alid
>> libs/locale/src/posix/all_generator.hpp:29:59: error: 'locale_t' was not declare
>> d in this scope
>> libs/locale/src/posix/all_generator.hpp:29:67: error: template argument 1 is inv
>> alid
>> libs/locale/src/posix/all_generator.hpp:33:63: error: 'locale_t' was not declare
>> d in this scope
>> libs/locale/src/posix/all_generator.hpp:33:71: error: template argument 1 is invalid
>> libs/locale/src/posix/all_generator.hpp:37:59: error: 'locale_t' was not declared in this scope
>> libs/locale/src/posix/all_generator.hpp:37:67: error: template argument 1 is invalid
>>
>> Does it work for you? The 1.47.0 worked without locale support, so it
>> would be good to get this working without it.
> 
> Do you mean, if it works with disabled BR2_TOOLCHAIN_BUILDROOT_LOCALE? Yes, it does.

You're right. After I made git pull it is failing now. I have also another issue with Linaro toolchain (both 1.47 and 1.49).

Yegor

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

* [Buildroot] [PATCH] boost: bump to 1.49.0
  2012-04-16 10:54     ` Yegor Yefremov
@ 2012-04-16 11:15       ` Peter Korsgaard
  2012-04-16 13:21         ` Yegor Yefremov
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2012-04-16 11:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Yegor" == Yegor Yefremov <yegor_sub1@visionsystems.de> writes:

Hi,

 Yegor> You're right. After I made git pull it is failing now. I have
 Yegor> also another issue with Linaro toolchain (both 1.47 and 1.49).

There seems to be two new boost modules (locale + timer). I believe I've
fixed it now, just need to finish a test build to check.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] boost: bump to 1.49.0
  2012-04-16 11:15       ` Peter Korsgaard
@ 2012-04-16 13:21         ` Yegor Yefremov
  0 siblings, 0 replies; 7+ messages in thread
From: Yegor Yefremov @ 2012-04-16 13:21 UTC (permalink / raw)
  To: buildroot

>  Yegor> You're right. After I made git pull it is failing now. I have
>  Yegor> also another issue with Linaro toolchain (both 1.47 and 1.49).
>
> There seems to be two new boost modules (locale + timer). I believe I've
> fixed it now, just need to finish a test build to check.

As you're fixing the other problem, could you please check my patch concerning gcc version? Linaro toolchain has no problem, but I haven't checked this with Buildroots toolchain, due to build breakage (locale issue).

Thanks.

Yegor

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

end of thread, other threads:[~2012-04-16 13:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-12 14:39 [Buildroot] [PATCH] boost: bump to 1.49.0 yegorslists at googlemail.com
2012-04-14 20:59 ` Peter Korsgaard
2012-04-15  8:21 ` Peter Korsgaard
2012-04-16  7:51   ` Yegor Yefremov
2012-04-16 10:54     ` Yegor Yefremov
2012-04-16 11:15       ` Peter Korsgaard
2012-04-16 13:21         ` Yegor Yefremov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox