* [Buildroot] [PATCH 1/1] package/boost: bump to version 1.60.0
@ 2015-12-25 22:10 Jörg Krause
2015-12-26 15:08 ` Thomas Petazzoni
2015-12-27 13:59 ` Thomas Petazzoni
0 siblings, 2 replies; 5+ messages in thread
From: Jörg Krause @ 2015-12-25 22:10 UTC (permalink / raw)
To: buildroot
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(-)
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
--
2.6.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1] package/boost: bump to version 1.60.0
2015-12-25 22:10 [Buildroot] [PATCH 1/1] package/boost: bump to version 1.60.0 Jörg Krause
@ 2015-12-26 15:08 ` Thomas Petazzoni
2015-12-27 13:59 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-12-26 15:08 UTC (permalink / raw)
To: buildroot
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, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread* [Buildroot] [PATCH 1/1] package/boost: bump to version 1.60.0
2015-12-25 22:10 [Buildroot] [PATCH 1/1] package/boost: bump to version 1.60.0 Jörg Krause
2015-12-26 15:08 ` Thomas Petazzoni
@ 2015-12-27 13:59 ` Thomas Petazzoni
2015-12-27 14:05 ` Thomas Petazzoni
2016-01-02 11:20 ` Jörg Krause
1 sibling, 2 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-12-27 13:59 UTC (permalink / raw)
To: buildroot
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
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1] package/boost: bump to version 1.60.0
2015-12-27 13:59 ` Thomas Petazzoni
@ 2015-12-27 14:05 ` Thomas Petazzoni
2016-01-02 11:20 ` Jörg Krause
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-12-27 14:05 UTC (permalink / raw)
To: buildroot
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
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1] package/boost: bump to version 1.60.0
2015-12-27 13:59 ` Thomas Petazzoni
2015-12-27 14:05 ` Thomas Petazzoni
@ 2016-01-02 11:20 ` Jörg Krause
1 sibling, 0 replies; 5+ messages in thread
From: Jörg Krause @ 2016-01-02 11:20 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-01-02 11:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-25 22:10 [Buildroot] [PATCH 1/1] package/boost: bump to version 1.60.0 Jörg Krause
2015-12-26 15:08 ` Thomas Petazzoni
2015-12-27 13:59 ` Thomas Petazzoni
2015-12-27 14:05 ` Thomas Petazzoni
2016-01-02 11:20 ` Jörg Krause
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox