diff mbox

[1/1] package/boost: bump to version 1.60.0

Message ID 1451081406-21991-1-git-send-email-joerg.krause@embedded.rocks
State Accepted
Headers show

Commit Message

Jörg Krause Dec. 25, 2015, 10:10 p.m. UTC
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
---
 package/boost/boost.hash | 6 +++---
 package/boost/boost.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Thomas Petazzoni Dec. 26, 2015, 3:08 p.m. UTC | #1
Jörg,

On Fri, 25 Dec 2015 23:10:06 +0100, Jörg Krause wrote:
> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
> ---
>  package/boost/boost.hash | 6 +++---
>  package/boost/boost.mk   | 2 +-
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied, thanks. Can you look at some of the recent boost build
failures ?

         sh4 |                   boost-1.59.0 | NOK | http://autobuild.buildroot.net/results/f400db5d90250aaec3f520532ec2982862e66d4f/
      xtensa |                   boost-1.59.0 | NOK | http://autobuild.buildroot.net/results/b670a88a80fa27fcac6c0486b4dfdd441150b149/
       nios2 |                   boost-1.59.0 | NOK | http://autobuild.buildroot.net/results/310e8d50862f6d9c05edaeaa164920309f82d307/
      x86_64 |                   boost-1.59.0 | NOK | http://autobuild.buildroot.net/results/9e6fb854f4dba2f3ea3882cbeb4c1d4ee067f8f4/
      xtensa |                   boost-1.59.0 | NOK | http://autobuild.buildroot.net/results/a0d320d9a47e381a3795da82d088d147cc27550c/
     powerpc |                   boost-1.59.0 | NOK | http://autobuild.buildroot.net/results/449f273cf48f61b17caf4b8c723116d8473bea48/
         arc |                   boost-1.59.0 | NOK | http://autobuild.buildroot.net/results/ea9c953efb38c617b29ff0bdb90971c4b84e001b/
microblazeel |                   boost-1.59.0 | NOK | http://autobuild.buildroot.net/results/96c3d0250fa647854ee94cb6b5ec90a29ba1ebc5/
      xtensa |                   boost-1.59.0 | NOK | http://autobuild.buildroot.net/results/5e646653056ab15bfc25127cd896cd6ebbfd0e31/
         sh4 |                   boost-1.59.0 | NOK | http://autobuild.buildroot.net/results/c2ded9fd54ecddd17349cebf3fa0f18b662fa8a4/

Thanks!

Thomas
Thomas Petazzoni Dec. 27, 2015, 2:05 p.m. UTC | #2
Hello,

On Sun, 27 Dec 2015 14:59:20 +0100, Thomas Petazzoni wrote:

> On Fri, 25 Dec 2015 23:10:06 +0100, Jörg Krause wrote:
> > Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
> > ---
> >  package/boost/boost.hash | 6 +++---
> >  package/boost/boost.mk   | 2 +-
> >  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> This update is causing a large number of build failures (some may not
> be related to the update itself, but some clearly seem to be new). Can
> you have a look at:
> 
>   http://autobuild.buildroot.org/?reason=boost-1.60.0

We are also getting build failures of Boost on the host:

  http://autobuild.buildroot.org/?reason=host-boost-1.60.0

This might be due to the host compiler not having C++11 support.

Thomas
Jörg Krause Jan. 2, 2016, 11:20 a.m. UTC | #3
Dear Thomas,

On So, 2015-12-27 at 14:59 +0100, Thomas Petazzoni wrote:
> Dear Jörg Krause,
> 
> On Fri, 25 Dec 2015 23:10:06 +0100, Jörg Krause wrote:
> > Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
> > ---
> >  package/boost/boost.hash | 6 +++---
> >  package/boost/boost.mk   | 2 +-
> >  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> This update is causing a large number of build failures (some may not
> be related to the update itself, but some clearly seem to be new).
> Can
> you have a look at:
> 
>   http://autobuild.buildroot.org/?reason=boost-1.60.0

The libquadmath issue should be fixed by [1]. For the FE_DIVBYZERO
issue please have a look at [2] and [3].

[1] http://patchwork.ozlabs.org/patch/562069/
[2] http://lists.busybox.net/pipermail/buildroot/2015-December/146851.h
tml
[3] http://lists.busybox.net/pipermail/buildroot/2015-December/147156.h
tml

Best regards
Jörg Krause
diff mbox

Patch

diff --git a/package/boost/boost.hash b/package/boost/boost.hash
index 356242b..294282a 100644
--- a/package/boost/boost.hash
+++ b/package/boost/boost.hash
@@ -1,3 +1,3 @@ 
-# From http://sourceforge.net/projects/boost/files/boost/1.59.0/
-md5	6aa9a5c6a4ca1016edd0ed1178e3cb87	boost_1_59_0.tar.bz2
-sha1	b94de47108b2cdb0f931833a7a9834c2dd3ca46e	boost_1_59_0.tar.bz2
+# From http://sourceforge.net/projects/boost/files/boost/1.60.0/
+md5	65a840e1a0b13a558ff19eeb2c4f0cbe	boost_1_60_0.tar.bz2
+sha1	7f56ab507d3258610391b47fef6b11635861175a	boost_1_60_0.tar.bz2
diff --git a/package/boost/boost.mk b/package/boost/boost.mk
index 0161d68..15f0b77 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-BOOST_VERSION = 1.59.0
+BOOST_VERSION = 1.60.0
 BOOST_SOURCE = boost_$(subst .,_,$(BOOST_VERSION)).tar.bz2
 BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
 BOOST_INSTALL_STAGING = YES