From owner-freebsd-office@freebsd.org Sat Jul 14 23:15:43 2018 Return-Path: Delivered-To: freebsd-office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A95B1042500 for ; Sat, 14 Jul 2018 23:15:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 052408D4E0 for ; Sat, 14 Jul 2018 23:15:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BD1A910424FF; Sat, 14 Jul 2018 23:15:42 +0000 (UTC) Delivered-To: office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 871C210424FE for ; Sat, 14 Jul 2018 23:15:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E75FA8D4D5 for ; Sat, 14 Jul 2018 23:15:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 258041E600 for ; Sat, 14 Jul 2018 23:15:41 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w6ENFfPD095340 for ; Sat, 14 Jul 2018 23:15:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w6ENFfoS095339 for office@FreeBSD.org; Sat, 14 Jul 2018 23:15:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 229569] devel/boost-all: Update to 1.68.0 (currently, Beta phase) Date: Sat, 14 Jul 2018 23:15:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: portmgr@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? exp-run? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2018 23:15:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229569 --- Comment #14 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Sat Jul 14 23:14:46 UTC 2018 New revision: 474652 URL: https://svnweb.freebsd.org/changeset/ports/474652 Log: net-p2p/qtum: unbreak with boost 1.68 on FreeBSD 10.* After https://github.com/boostorg/multiprecision/commit/3cedeeab3048 building with Clang 3.4.1 fails like the following: In file included from cpp-ethereum/libethereum/State.cpp:22: In file included from cpp-ethereum/libethereum/State.h:24: In file included from /usr/include/c++/v1/array:108: In file included from /usr/include/c++/v1/algorithm:628: In file included from /usr/include/c++/v1/memory:607: /usr/include/c++/v1/tuple:187:73: error: reference to type 'boost::multiprecision::number, 0>' requires an initializer _NOEXCEPT_(is_nothrow_default_constructible<_Hp>::value) : value() ^ /usr/include/c++/v1/type_traits:2359:44: note: in instantiation of member function 'std::__1::__tuple_leaf<0, boost::multiprecision::number, 0> &&, false>::__tuple_leaf' requested here typename __select_2nd()...= ))), true_type>::type ^ /usr/include/c++/v1/type_traits:2360:1: note: while substituting deduced template arguments into function template '__is_constructible_test' [with _= Tp =3D std::__1::__tuple_leaf<0, boost::multiprecision::number, 0> &&, false>, _Args =3D <>] __is_constructible_test(_Tp&&, _Args&& ...); ^ /usr/include/c++/v1/type_traits:2419:14: note: in instantiation of templa= te class 'std::__1::__libcpp_is_constructible, 0> &&, false>>' requested here : public __libcpp_is_constructible::value || is_reference<_Tp>::value, ^ /usr/include/c++/v1/type_traits:2445:14: note: in instantiation of templa= te class 'std::__1::__is_constructible_void_check, 0> &&, false>>' requested here : public __is_constructible_void_check<__contains_void<_Tp, _Args...>::value ^ /usr/include/c++/v1/type_traits:2653:14: note: in instantiation of templa= te class 'std::__1::is_constructible, 0> &&, false>>' requested here : public is_constructible<_Tp> ^ /usr/local/include/boost/multiprecision/number.hpp:645:119: note: (skippi= ng 1 context in backtrace; use -ftemplate-backtrace-limit=3D0 to see all) template ::value || !std::is_default_constructible::value, T>::type> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ^ /usr/local/include/boost/multiprecision/number.hpp:647:13: note: in instantiation of default argument for 'operator type-parameter-0-0, 0> &&, false> >' required here explicit operator T ()const ^~~~~~~~~~~~~~~~~~ /usr/local/include/boost/multiprecision/number.hpp:647:13: note: while substituting deduced template arguments into function template 'operator type-parameter-0-0' [with T =3D std::__1::__tuple_leaf<0, boost::multiprecision::number, 0> &&, false>, $1 =3D ] explicit operator T ()const ^ /usr/include/c++/v1/tuple:573:15: note: in instantiation of function temp= late specialization 'std::__1::__tuple_impl, boost::multiprecision::number, 0> &&, boost::multiprecision::number, 0> &&, dev::FixedHash<32> &&, dev::FixedHash<32> &&, dev::eth::Account::Changedness &&>::__tuple_impl<0, 1, 2, 3, 4, boost::multiprecision::number, 0> &&, boost::multiprecision::number, 0> &&, dev::FixedHash<32> &&, dev::FixedHash<32> &&, dev::eth::Account::Changedness &&, boost::multiprecision::number, 0>, boost::multiprecision::number, 0> , dev::FixedHash<32>, dev::FixedHash<32>, dev::eth::Account::Changedness>' requested here : base_(typename __make_tuple_indices::type(), ^ /usr/include/c++/v1/tuple:882:12: note: in instantiation of function temp= late specialization 'std::__1::tuple, 0> &&, boost::multiprecision::number, 0> &&, dev::FixedHash<32> &&, dev::FixedHash<32> &&, dev::eth::Account::Changedness &&>::tuple, 0>, boost::multiprecision::number, 0>, dev::FixedHash<32>, dev::FixedHash<32>, dev::eth::Account::Changedness, false>' requested here return tuple<_Tp&&...>(_VSTD::forward<_Tp>(__t)...); ^ cpp-ethereum/libethereum/State.cpp:186:8: note: in instantiation of funct= ion template specialization 'std::__1::forward_as_tuple, 0>, boost::multiprecision::number, 0>, dev::FixedHash<32>, dev::FixedHash<32>, dev::eth::Account::Changedness>' requested here std::forward_as_tuple(state[0].toInt(), state[1].toInt(), state[2].toHash(), state[3].toHash(), Account::Unchanged) ^ In file included from cpp-ethereum/libethereum/State.cpp:22: In file included from cpp-ethereum/libethereum/State.h:24: In file included from /usr/include/c++/v1/array:108: In file included from /usr/include/c++/v1/algorithm:628: In file included from /usr/include/c++/v1/memory:607: /usr/include/c++/v1/tuple:188:9: error: static_assert failed "Attempted to default construct a reference element in a tuple" {static_assert(!is_reference<_Hp>::value, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/tuple:187:73: error: reference to type 'boost::multiprecision::number, 0>' requires an initializer _NOEXCEPT_(is_nothrow_default_constructible<_Hp>::value) : value() ^ /usr/include/c++/v1/type_traits:2359:44: note: in instantiation of member function 'std::__1::__tuple_leaf<1, boost::multiprecision::number, 0> &&, false>::__tuple_leaf' requested here typename __select_2nd()...= ))), true_type>::type ^ /usr/include/c++/v1/type_traits:2360:1: note: while substituting deduced template arguments into function template '__is_constructible_test' [with _= Tp =3D std::__1::__tuple_leaf<1, boost::multiprecision::number, 0> &&, false>, _Args =3D <>] __is_constructible_test(_Tp&&, _Args&& ...); ^ /usr/include/c++/v1/type_traits:2419:14: note: in instantiation of templa= te class 'std::__1::__libcpp_is_constructible, 0> &&, false>>' requested here : public __libcpp_is_constructible::value || is_reference<_Tp>::value, ^ /usr/include/c++/v1/type_traits:2445:14: note: in instantiation of templa= te class 'std::__1::__is_constructible_void_check, 0> &&, false>>' requested here : public __is_constructible_void_check<__contains_void<_Tp, _Args...>::value ^ /usr/include/c++/v1/type_traits:2653:14: note: in instantiation of templa= te class 'std::__1::is_constructible, 0> &&, false>>' requested here : public is_constructible<_Tp> ^ /usr/local/include/boost/multiprecision/number.hpp:645:119: note: (skippi= ng 1 context in backtrace; use -ftemplate-backtrace-limit=3D0 to see all) template ::value || !std::is_default_constructible::value, T>::type> =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ^ /usr/local/include/boost/multiprecision/number.hpp:647:13: note: in instantiation of default argument for 'operator type-parameter-0-0, 0> &&, false> >' required here explicit operator T ()const ^~~~~~~~~~~~~~~~~~ /usr/local/include/boost/multiprecision/number.hpp:647:13: note: while substituting deduced template arguments into function template 'operator type-parameter-0-0' [with T =3D std::__1::__tuple_leaf<1, boost::multiprecision::number, 0> &&, false>, $1 =3D ] explicit operator T ()const ^ /usr/include/c++/v1/tuple:573:15: note: in instantiation of function temp= late specialization 'std::__1::__tuple_impl, boost::multiprecision::number, 0> &&, boost::multiprecision::number, 0> &&, dev::FixedHash<32> &&, dev::FixedHash<32> &&, dev::eth::Account::Changedness &&>::__tuple_impl<0, 1, 2, 3, 4, boost::multiprecision::number, 0> &&, boost::multiprecision::number, 0> &&, dev::FixedHash<32> &&, dev::FixedHash<32> &&, dev::eth::Account::Changedness &&, boost::multiprecision::number, 0>, boost::multiprecision::number, 0> , dev::FixedHash<32>, dev::FixedHash<32>, dev::eth::Account::Changedness>' requested here : base_(typename __make_tuple_indices::type(), ^ /usr/include/c++/v1/tuple:882:12: note: in instantiation of function temp= late specialization 'std::__1::tuple, 0> &&, boost::multiprecision::number, 0> &&, dev::FixedHash<32> &&, dev::FixedHash<32> &&, dev::eth::Account::Changedness &&>::tuple, 0>, boost::multiprecision::number, 0>, dev::FixedHash<32>, dev::FixedHash<32>, dev::eth::Account::Changedness, false>' requested here return tuple<_Tp&&...>(_VSTD::forward<_Tp>(__t)...); ^ cpp-ethereum/libethereum/State.cpp:186:8: note: in instantiation of funct= ion template specialization 'std::__1::forward_as_tuple, 0>, boost::multiprecision::number, 0>, dev::FixedHash<32>, dev::FixedHash<32>, dev::eth::Account::Changedness>' requested here std::forward_as_tuple(state[0].toInt(), state[1].toInt(), state[2].toHash(), state[3].toHash(), Account::Unchanged) ^ In file included from cpp-ethereum/libethereum/State.cpp:22: In file included from cpp-ethereum/libethereum/State.h:24: In file included from /usr/include/c++/v1/array:108: In file included from /usr/include/c++/v1/algorithm:628: In file included from /usr/include/c++/v1/memory:607: /usr/include/c++/v1/tuple:188:9: error: static_assert failed "Attempted to default construct a reference element in a tuple" {static_assert(!is_reference<_Hp>::value, ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 229569 Reported by: antoine (via exp-run) Changes: head/net-p2p/qtum/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.=