please ignore.

i fatfingered git send-email 

On Mon, Jun 22, 2020 at 03:48:47PM +0200, Torben Hohn wrote:
> From: Andreas Müller <[email protected]>
> 
> KDE's krita failed with:
> | error: 'typedef void boost::static_visitor<void>::result_type' is 
> inaccessible within this context
> 
> Note that only boost 0.173 is affected. 0.172 (dunfell) does not have this
> problem and the patch will be included in upcoming 0.174.
> 
> Signed-off-by: Andreas Müller <[email protected]>
> Signed-off-by: Richard Purdie <[email protected]>
> ---
>  ...l-rtree-visitors-insert-base-class-p.patch | 30 +++++++++++++++++++
>  meta/recipes-support/boost/boost_1.73.0.bb    |  1 +
>  2 files changed, 31 insertions(+)
>  create mode 100644 
> meta/recipes-support/boost/boost/0001-Make-index-detail-rtree-visitors-insert-base-class-p.patch
> 
> diff --git 
> a/meta/recipes-support/boost/boost/0001-Make-index-detail-rtree-visitors-insert-base-class-p.patch
>  
> b/meta/recipes-support/boost/boost/0001-Make-index-detail-rtree-visitors-insert-base-class-p.patch
> new file mode 100644
> index 0000000000..fb31823dd4
> --- /dev/null
> +++ 
> b/meta/recipes-support/boost/boost/0001-Make-index-detail-rtree-visitors-insert-base-class-p.patch
> @@ -0,0 +1,30 @@
> +From aafbceccc76dccb75963dd4f596fd1f10ee34b03 Mon Sep 17 00:00:00 2001
> +From: Jonathan Wakely <[email protected]>
> +Date: Fri, 5 Jun 2020 19:29:27 +0100
> +Subject: [PATCH] Make index::detail::rtree::visitors::insert base class 
> public
> +
> +Fixes #721
> +
> +Upstream-Status: Accepted 
> [https://github.com/boostorg/geometry/commit/aafbceccc76dccb75963dd4f596fd1f10ee34b03]
> +
> +Signed-off-by: Andreas Müller <[email protected]>
> +---
> + boost/geometry/index/detail/rtree/visitors/insert.hpp | 2 +-
> + 1 file changed, 1 insertion(+), 1 deletion(-)
> +
> +diff --git a/boost/geometry/index/detail/rtree/visitors/insert.hpp 
> b/boost/geometry/index/detail/rtree/visitors/insert.hpp
> +index 2d324cb7f..5709a930c 100644
> +--- a/boost/geometry/index/detail/rtree/visitors/insert.hpp
> ++++ b/boost/geometry/index/detail/rtree/visitors/insert.hpp
> +@@ -265,7 +265,7 @@ struct insert_traverse_data
> + // Default insert visitor
> + template <typename Element, typename MembersHolder>
> + class insert
> +-    : MembersHolder::visitor
> ++    : public MembersHolder::visitor
> + {
> + protected:
> +     typedef typename MembersHolder::box_type box_type;
> +-- 
> +2.26.2
> +
> diff --git a/meta/recipes-support/boost/boost_1.73.0.bb 
> b/meta/recipes-support/boost/boost_1.73.0.bb
> index 5e9e0d87d7..995c14e8cc 100644
> --- a/meta/recipes-support/boost/boost_1.73.0.bb
> +++ b/meta/recipes-support/boost/boost_1.73.0.bb
> @@ -7,4 +7,5 @@ SRC_URI += "file://arm-intrinsics.patch \
>             file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \
>             
> file://0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \
>             file://0001-dont-setup-compiler-flags-m32-m64.patch \
> +           
> file://0001-Make-index-detail-rtree-visitors-insert-base-class-p.patch \
>             "
> -- 
> 2.20.1
> 

> 


-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#139745): 
https://lists.openembedded.org/g/openembedded-core/message/139745
Mute This Topic: https://lists.openembedded.org/mt/75006508/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to