See review D17645 for the patch. Each update breaks ABI, sometimes API as well.
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:26:30 UTC 2018 New revision: 482779 URL: https://svnweb.freebsd.org/changeset/ports/482779 Log: net-p2p/libtorrent-rasterbar: unbreak with boost 1.69 In file included from include/libtorrent/chained_buffer.hpp:37: include/libtorrent/disk_io_job.hpp:78:12: error: expected class name , boost::noncopyable ^ In file included from src/http_stream.cpp:33: In file included from include/libtorrent/http_stream.hpp:44: include/libtorrent/proxy_base.hpp:49:20: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? class proxy_base : boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ In file included from src/session.cpp:58: include/libtorrent/tracker_manager.hpp:274:5: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? , boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ In file included from src/session.cpp:58: include/libtorrent/tracker_manager.hpp:363:5: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? , boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ src/kademlia/dht_storage.cpp:186:74: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? class dht_default_storage TORRENT_FINAL : public dht_storage_interface, boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ In file included from include/libtorrent/kademlia/rpc_manager.hpp:56: include/libtorrent/kademlia/observer.hpp:60:40: error: unknown class name 'noncopyable'; did you mean 'boost::asio::noncopyable'? struct TORRENT_EXTRA_EXPORT observer : boost::noncopyable ^~~~~~~~~~~~~~~~~~ boost::asio::noncopyable /usr/local/include/boost/asio/detail/noncopyable.hpp:38:28: note: 'boost::asio::noncopyable' declared here using boost::asio::detail::noncopyable; ^ PR: 232525 Changes: head/net-p2p/libtorrent-rasterbar/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:26:59 UTC 2018 New revision: 482780 URL: https://svnweb.freebsd.org/changeset/ports/482780 Log: sysutils/usbtop: unbreak with boost 1.69 In file included from src/console_output.cpp:31: In file included from include/usbtop/buses.h:34: In file included from include/usbtop/usb_bus.h:34: In file included from include/usbtop/usb_device.h:35: include/usbtop/usb_stats.h:44:21: error: expected class name class Stats: boost::noncopyable ^ include/usbtop/usb_stats.h:84:24: error: expected class name class UsbStats: boost::noncopyable ^ In file included from src/console_output.cpp:31: In file included from include/usbtop/buses.h:34: In file included from include/usbtop/usb_bus.h:34: include/usbtop/usb_device.h:41:25: error: expected class name class UsbDevice: boost::noncopyable ^ In file included from src/console_output.cpp:31: In file included from include/usbtop/buses.h:34: include/usbtop/usb_bus.h:45:22: error: expected class name class UsbBus: boost::noncopyable ^ PR: 232525 Changes: head/sysutils/usbtop/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:27:30 UTC 2018 New revision: 482781 URL: https://svnweb.freebsd.org/changeset/ports/482781 Log: devel/libiqxmlrpc: unbreak with boost 1.69 libiqxmlrpc/ssl_lib.cc:33:29: error: expected class name class LockContainer: boost::noncopyable { ^ PR: 232525 Changes: head/devel/libiqxmlrpc/files/ head/devel/libiqxmlrpc/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:28:00 UTC 2018 New revision: 482782 URL: https://svnweb.freebsd.org/changeset/ports/482782 Log: sysutils/osquery: unbreak with boost 1.69 In file included from osquery/remote/serializers/json.cpp:11: In file included from osquery/core/json.h:15: In file included from include/osquery/system.h:23: include/osquery/posix/system.h:29:39: error: expected class name class DropPrivileges : private boost::noncopyable { ^ In file included from osquery/remote/serializers/json.cpp:11: In file included from osquery/core/json.h:15: include/osquery/system.h:42:36: error: expected class name class Initializer : private boost::noncopyable { ^ PR: 232525 Changes: head/sysutils/osquery/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:28:32 UTC 2018 New revision: 482783 URL: https://svnweb.freebsd.org/changeset/ports/482783 Log: audio/guitarix-lv2: unbreak with boost 1.69 In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22: In file included from ../src/headers/engine.h:73: ../src/headers/gx_system.h:353:28: error: expected class name class BasicOptions: boost::noncopyable { ^ In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22: In file included from ../src/headers/engine.h:74: ../src/headers/gx_parameter.h:106:25: error: expected class name class Parameter: boost::noncopyable { ^ In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22: In file included from ../src/headers/engine.h:81: ../src/headers/gx_json.h:299:27: error: expected class name class PresetFile : boost::noncopyable { ^ In file included from ../src/gx_head/engine/gx_pluginloader.cpp:22: In file included from ../src/headers/engine.h:83: ../src/headers/gx_internal_plugins.h:674:25: error: expected class name struct paradesc: boost::noncopyable { ^ PR: 232525 Changes: head/audio/guitarix-lv2/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:29:03 UTC 2018 New revision: 482784 URL: https://svnweb.freebsd.org/changeset/ports/482784 Log: multimedia/aegisub: unbreak with boost 1.69 src/colour_button.cpp:21:10: fatal error: 'boost/gil/gil_all.hpp' file not found #include <boost/gil/gil_all.hpp> ^~~~~~~~~~~~~~~~~~~~~~~ PR: 232525 Changes: head/multimedia/aegisub/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:29:33 UTC 2018 New revision: 482785 URL: https://svnweb.freebsd.org/changeset/ports/482785 Log: graphics/mapnik: unbreak with boost 1.69 In file included from src/save_map.cpp:40: include/mapnik/image_filter.hpp:34:10: fatal error: 'boost/gil/gil_all.hpp' file not found #include <boost/gil/gil_all.hpp> ^~~~~~~~~~~~~~~~~~~~~~~ deps/agg/src/agg_pixfmt_rgba.cpp:6:10: fatal error: 'boost/gil/gil_all.hpp' file not found #include <boost/gil/gil_all.hpp> ^~~~~~~~~~~~~~~~~~~~~~~ PR: 232525 Changes: head/graphics/mapnik/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:30:04 UTC 2018 New revision: 482786 URL: https://svnweb.freebsd.org/changeset/ports/482786 Log: editors/libreoffice: unbreak with boost 1.69 sfx2/source/appl/shutdownicon.cxx:170:12: error: no viable conversion from returned value of type 'boost::logic::tribool' to function return type 'bool' return loaded; ^~~~~~ PR: 232525 Changes: head/editors/libreoffice/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:30:18 UTC 2018 New revision: 482787 URL: https://svnweb.freebsd.org/changeset/ports/482787 Log: multimedia/mkvtoolnix: unbreak with boost 1.69 src/common/debugging.h:63:14: fatal error: no viable conversion from returned value of type 'boost::tribool' to function return type 'bool' return m_requested; ^~~~~~~~~~~ PR: 232525 Changes: head/multimedia/mkvtoolnix/files/ head/multimedia/mkvtoolnix/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:30:29 UTC 2018 New revision: 482788 URL: https://svnweb.freebsd.org/changeset/ports/482788 Log: net-p2p/monero-cli: unbreak with boost 1.69 src/cryptonote_basic/miner.cpp:640:25: error: assigning to 'bool' from incompatible type 'boost::logic::tribool' on_ac_power = !battery_powered; ^~~~~~~~~~~~~~~~ PR: 232525 Changes: head/net-p2p/monero-cli/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:30:43 UTC 2018 New revision: 482789 URL: https://svnweb.freebsd.org/changeset/ports/482789 Log: dns/dnsdist: unbreak with boost 1.69 dnsdist-lua.cc:76:10: error: no viable conversion from returned value of type 'boost::logic::tribool' to function return type 'bool' return g_noLuaSideEffect==true; ^~~~~~~~~~~~~~~~~~~~~~~ PR: 232525 Changes: head/dns/dnsdist/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:31:03 UTC 2018 New revision: 482790 URL: https://svnweb.freebsd.org/changeset/ports/482790 Log: games/wesnoth: unbreak with boost 1.69 src/units/frame.cpp:463:53: error: no viable conversion from 'const boost::tribool' to 'bool' v.emplace_back("auto_vflip=" + utils::bool_string(auto_vflip_)); ^~~~~~~~~~~ src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here std::string bool_string(const bool value); ^ src/units/frame.cpp:467:53: error: no viable conversion from 'const boost::tribool' to 'bool' v.emplace_back("auto_hflip=" + utils::bool_string(auto_hflip_)); ^~~~~~~~~~~ src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here std::string bool_string(const bool value); ^ src/units/frame.cpp:471:56: error: no viable conversion from 'const boost::tribool' to 'bool' v.emplace_back("primary_frame=" + utils::bool_string(primary_frame_)); ^~~~~~~~~~~~~~ src/serialization/string_utils.hpp:282:36: note: passing argument to parameter 'value' here std::string bool_string(const bool value); ^ src/units/frame.cpp:775:13: error: no viable conversion from 'boost::logic::tribool' to 'const bool' const bool primary = result.primary_frame == true || boost::logic::indeterminate(result.primary_frame); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 232525 Changes: head/games/wesnoth/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:31:21 UTC 2018 New revision: 482791 URL: https://svnweb.freebsd.org/changeset/ports/482791 Log: games/glob2: unbreak with boost 1.69 src/AIEcho.cpp:4390:9: error: no viable conversion from returned value of type 'boost::logic::tribool' to function return type 'bool' return is_end!=rhs.is_end || team!=rhs.team || building_type!=rhs.building_type || level!=rhs.level || construction_site!=rhs.construction_site; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 232525 Changes: head/games/glob2/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Mon Oct 22 20:31:36 UTC 2018 New revision: 482792 URL: https://svnweb.freebsd.org/changeset/ports/482792 Log: cad/openscad: unbreak with boost 1.69 src/CSGTermEvaluator.cc:112:9: error: no viable conversion from 'boost::tribool' to 'bool' bool convex = ps->convexValue(); ^ ~~~~~~~~~~~~~~~~~ PR: 232525 Changes: head/cad/openscad/files/ head/cad/openscad/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Sat Oct 27 00:52:11 UTC 2018 New revision: 483071 URL: https://svnweb.freebsd.org/changeset/ports/483071 Log: net-im/ekiga: unbreak with boost 1.69 ===> ekiga-4.0.1_20 depends on shared library: libboost_signals.so - not found PR: 232525 Obtained from: upstream Changes: head/net-im/ekiga/Makefile head/net-im/ekiga/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Sat Oct 27 00:52:29 UTC 2018 New revision: 483072 URL: https://svnweb.freebsd.org/changeset/ports/483072 Log: games/spring: unbreak with boost 1.69 CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_signals Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:245 (FIND_PACKAGE) PR: 232525 Changes: head/games/spring/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Sat Oct 27 00:52:47 UTC 2018 New revision: 483073 URL: https://svnweb.freebsd.org/changeset/ports/483073 Log: games/openlierox: unbreak with boost 1.69 ===> openlierox-0.58.r3_17,1 depends on shared library: libboost_signals.so - not found PR: 232525 Changes: head/games/openlierox/Makefile
A commit references this bug: Author: jbeich Date: Sat Oct 27 00:53:05 UTC 2018 New revision: 483074 URL: https://svnweb.freebsd.org/changeset/ports/483074 Log: chinese/librime: unbreak with boost 1.69 CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_signals Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:41 (find_package) PR: 232525 Changes: head/chinese/librime/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Sat Oct 27 01:33:51 UTC 2018 New revision: 483087 URL: https://svnweb.freebsd.org/changeset/ports/483087 Log: games/freeorion: unbreak with boost 1.69 CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_signals Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:198 (find_package) PR: 232525 Obtained from: upstream Changes: head/games/freeorion/Makefile head/games/freeorion/distinfo
A commit references this bug: Author: jbeich Date: Sat Oct 27 01:35:39 UTC 2018 New revision: 483088 URL: https://svnweb.freebsd.org/changeset/ports/483088 Log: games/traingame: unbreak with boost 1.69 CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_signals Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:40 (find_package) PR: 232525 Changes: head/games/traingame/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Sat Oct 27 01:35:51 UTC 2018 New revision: 483089 URL: https://svnweb.freebsd.org/changeset/ports/483089 Log: games/pingus: unbreak with boost 1.69 ===> pingus-0.7.6_15 depends on shared library: libboost_signals.so - not found PR: 232525 Changes: head/games/pingus/Makefile head/games/pingus/distinfo
A commit references this bug: Author: jbeich Date: Sat Oct 27 01:43:28 UTC 2018 New revision: 483091 URL: https://svnweb.freebsd.org/changeset/ports/483091 Log: audio/cpp-xmms2: unbreak with boost 1.69 ===> cpp-xmms2-0.8_17 depends on shared library: libboost_signals.so - not found PR: 232525 Changes: head/audio/cpp-xmms2/Makefile
Remaining bustage (found on 11.2 amd64): - cad/freecad, https://www.freecadweb.org/tracker/view.php?id=3653 - devel/RStudio, https://github.com/rstudio/rstudio/issues/3760 - graphics/colmap, https://ptpb.pw/jr_C (haven't investigated) - net-im/farstream, https://ptpb.pw/zwE4 (maybe unrelated) - net-p2p/py-libtorrent-rasterbar, https://github.com/arvidn/libtorrent/issues/3378 - print/lyx, https://www.lyx.org/trac/ticket/11349 - science/rdkit, https://github.com/rdkit/rdkit/issues/2128
(In reply to Jan Beich from comment #23) > - net-im/farstream, https://ptpb.pw/zwE4 (maybe unrelated) Looks like a conflict with bug 231406 dogfooding. Actually, builds fine against Boost 1.69. http://package22.nyi.freebsd.org/data/104amd64-default-PR231406/2018-10-23_19h51m29s/logs/errors/farstream-0.2.7.log
A commit references this bug: Author: jbeich Date: Wed Oct 31 12:19:05 UTC 2018 New revision: 483568 URL: https://svnweb.freebsd.org/changeset/ports/483568 Log: cad/freecad: unbreak with boost 1.69 CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_signals Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:596 (find_package) PR: 232525 Obtained from: upstream (FreeCAD 0.18) Changes: head/cad/freecad/Makefile head/cad/freecad/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Wed Oct 31 15:10:48 UTC 2018 New revision: 483590 URL: https://svnweb.freebsd.org/changeset/ports/483590 Log: print/lyx: unbreak with boost 1.69 FileName.cpp:77:32: error: too few template arguments for class template 'crc_table_t' template struct boost::detail::crc_table_t<32, 0x04C11DB7, true>; ^ /usr/local/include/boost/crc.hpp:1009:11: note: template is declared here class crc_table_t ^ PR: 232525 Suggested by: upstream Changes: head/print/lyx/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Fri Nov 2 02:09:29 UTC 2018 New revision: 483766 URL: https://svnweb.freebsd.org/changeset/ports/483766 Log: net-p2p/py-libtorrent-rasterbar: unbreak with boost 1.69 bindings/python/src/error_code.cpp:119:10: error: no matching member function for call to 'def' .def("message", &error_category::message) ~^~~ /usr/local/include/boost/python/class.hpp:229:11: note: candidate template ignored: couldn't infer template argument 'F' self& def(char const* name, F f) ^ /usr/local/include/boost/python/class.hpp:219:11: note: candidate function template not viable: requires single argument 'visitor', but 2 arguments were provided self& def(def_visitor<Derived> const& visitor) ^ /usr/local/include/boost/python/class.hpp:238:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided self& def(char const* name, A1 a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:245:11: note: candidate function template not viable: requires 4 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:261:11: note: candidate function template not viable: requires 5 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3 const& a3) ^ bindings/python/src/error_code.cpp:127:10: error: no matching member function for call to 'def' .def("message", &error_code::message) ~^~~ /usr/local/include/boost/python/class.hpp:229:11: note: candidate template ignored: couldn't infer template argument 'F' self& def(char const* name, F f) ^ /usr/local/include/boost/python/class.hpp:219:11: note: candidate function template not viable: requires single argument 'visitor', but 2 arguments were provided self& def(def_visitor<Derived> const& visitor) ^ /usr/local/include/boost/python/class.hpp:238:11: note: candidate function template not viable: requires 3 arguments, but 2 were provided self& def(char const* name, A1 a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:245:11: note: candidate function template not viable: requires 4 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2) ^ /usr/local/include/boost/python/class.hpp:261:11: note: candidate function template not viable: requires 5 arguments, but 2 were provided self& def(char const* name, Fn fn, A1 const& a1, A2 const& a2, A3 const& a3) ^ PR: 232525 Obtained from: upstream (libtorrent 1.1.11) Changes: head/net-p2p/py-libtorrent-rasterbar/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Fri Nov 2 11:15:09 UTC 2018 New revision: 483800 URL: https://svnweb.freebsd.org/changeset/ports/483800 Log: devel/RStudio: unbreak with boost 1.69 CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message): Unable to find the requested Boost libraries. Boost version: 1.69.0 Boost include path: /usr/local/include Could not find the following Boost libraries: boost_signals Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): src/cpp/CMakeLists.txt:208 (find_package) In file included from src/cpp/core/r_util/RSourceIndex.cpp:24: In file included from src/cpp/core/include/core/r_util/RSourceIndex.hpp:36: src/cpp/core/include/core/r_util/RFunctionInformation.hpp:78:33: error: no viable conversion from returned value of type 'const boost::tribool' to function return type 'bool' bool isUsed() const { return isUsed_; } ^~~~~~~ src/cpp/core/include/core/r_util/RFunctionInformation.hpp:80:47: error: no viable conversion from returned value of type 'const boost::tribool' to function return type 'bool' bool isMissingnessHandled() const { return isMissingnessHandled_; } ^~~~~~~~~~~~~~~~~~~~~ src/cpp/core/include/core/r_util/RFunctionInformation.hpp:133:14: error: no viable conversion from returned value of type 'boost::logic::tribool' to function return type 'bool' return isPrimitive_ == true; ^~~~~~~~~~~~~~~~~~~~ src/cpp/session/modules/SessionRParser.cpp:411:14: error: no viable conversion from returned value of type 'boost::tribool' to function return type 'bool' return fnInfo.performsNse(); ^~~~~~~~~~~~~~~~~~~~ PR: 232525 Obtained from: upstream (signals) Changes: head/devel/RStudio/files/patch-boost-1.69
A commit references this bug: Author: jbeich Date: Sat Nov 3 05:41:43 UTC 2018 New revision: 483876 URL: https://svnweb.freebsd.org/changeset/ports/483876 Log: devel/RStudio: add more boost 1.69 fixes - r483800 unconditionally removed signals from find_package(Boost) without switching to signals2 for Boost < 1.69 PR: 232525 Obtained from: upstream Changes: head/devel/RStudio/files/patch-boost-1.69
Can you test all ports on 11.2 and 12.0? -CURRENT before bug 230355 lands is unlikely to have unique bustage. ### /usr/local/etc/poudriere.d/PR232525-make.conf ### OPTIONS_SET += BOOST audio_pms_SET += REGEX databases_mariadb100-server_SET += OQGRAPH databases_mariadb101-server_SET += OQGRAPH databases_mariadb102-server_SET += OQGRAPH databases_mariadb103-server_SET += OQGRAPH devel_blitz_SET += SERIALIZATION graphics_vigra_SET += NUMPY misc_visp_SET += OGRE science_tfel_SET += PYTHON textproc_kiss-templates_SET += TEST www_nghttp2_SET += ASIO
Exp-run looks fine.
A commit references this bug: Author: jbeich Date: Tue Nov 27 13:14:04 UTC 2018 New revision: 486006 URL: https://svnweb.freebsd.org/changeset/ports/486006 Log: games/rlvm: unbreak with boost 1.69 src/systems/base/gan_graphics_object_data.cc:56:12: error: no member named 'cerr' in namespace 'std' using std::cerr; ~~~~~^ PR: 232525 Obtained from: upstream Changes: head/games/rlvm/Makefile head/games/rlvm/distinfo
A commit references this bug: Author: jbeich Date: Tue Nov 27 19:56:44 UTC 2018 New revision: 486056 URL: https://svnweb.freebsd.org/changeset/ports/486056 Log: games/freeorion: unbreak with boost 1.69 (post-Beta1) In file included from combat/CombatEvent.cpp:1: combat/CombatEvent.h:42:25: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >' virtual std::string CombatLogDetails(int viewing_empire_id) const ^ /usr/include/c++/v1/iosfwd:193:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS basic_string; ^ In file included from combat/CombatEvent.cpp:1: combat/CombatEvent.h:43:14: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >' { return std::string(""); } ^ /usr/include/c++/v1/iosfwd:193:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS basic_string; ^ PR: 232525 Obtained from: upstream Changes: head/games/freeorion/Makefile head/games/freeorion/distinfo
I plan to land this without another exp-run around 2018-12-12 or maybe a day earlier. Every consumer still looks fine on 11.2 amd64, and 12.0 doesn't have enough differences that affect Boost.
A commit references this bug: Author: jbeich Date: Wed Dec 12 00:16:07 UTC 2018 New revision: 487266 URL: https://svnweb.freebsd.org/changeset/ports/487266 Log: devel/boost-*: update to 1.69.0 Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Changes: head/archivers/innoextract/Makefile head/archivers/tardy/Makefile head/astro/libkgeomap/Makefile head/astro/libkgeomap-kde4/Makefile head/astro/libosmium/Makefile head/audio/ardour/Makefile head/audio/ardour5/Makefile head/audio/clementine-player/Makefile head/audio/cpp-xmms2/Makefile head/audio/csound/Makefile head/audio/faust-lv2/Makefile head/audio/guitarix-lv2/Makefile head/audio/mp3plot/Makefile head/audio/mumble/Makefile head/audio/murmur/Makefile head/audio/musicpd/Makefile head/audio/ncmpc/Makefile head/audio/ncmpcpp/Makefile head/audio/patchage/Makefile head/audio/pms/Makefile head/audio/py-tagpy/Makefile head/audio/raul/Makefile head/audio/sc3-plugins/Makefile head/audio/sorcer-lv2/Makefile head/audio/supercollider/Makefile head/biology/canu/Makefile head/biology/pbbam/Makefile head/biology/pbcopper/Makefile head/biology/seqan-apps/Makefile head/biology/unanimity/Makefile head/cad/freecad/Makefile head/cad/fritzing/Makefile head/cad/kicad/Makefile head/cad/kicad-devel/Makefile head/cad/librecad/Makefile head/cad/linuxcnc-devel/Makefile head/cad/openscad/Makefile head/cad/openscad-devel/Makefile head/chinese/librime/Makefile head/comms/fldigi/Makefile head/comms/gnuradio/Makefile head/comms/gqrx/Makefile head/comms/gr-osmosdr/Makefile head/comms/uhd/Makefile head/converters/osm2pgrouting/Makefile head/converters/osm2pgsql/Makefile head/databases/akonadi/Makefile head/databases/akonadi-kde4/Makefile head/databases/clickhouse/Makefile head/databases/foundationdb/Makefile head/databases/galera/Makefile head/databases/grass7/Makefile head/databases/hamsterdb/Makefile head/databases/mariadb100-server/Makefile head/databases/mariadb101-server/Makefile head/databases/mariadb102-server/Makefile head/databases/mariadb103-server/Makefile head/databases/mariadb55-server/Makefile head/databases/mongodb34/Makefile head/databases/mongodb36/Makefile head/databases/mysql-connector-c++/Makefile head/databases/pgrouting/Makefile head/databases/sfcgal/Makefile head/databases/soci/Makefile head/databases/speedtables/Makefile head/databases/vsqlite/Makefile head/deskutils/easystroke/Makefile head/deskutils/kdepim-kde4/Makefile head/deskutils/kdepim-runtime/Makefile head/deskutils/kdepim-runtime-kde4/Makefile head/deskutils/kdepimlibs-kde4/Makefile head/deskutils/launchy/Makefile head/deskutils/libkdepim/Makefile head/deskutils/pinot/Makefile head/devel/RStudio/Makefile head/devel/avro-cpp/Makefile head/devel/blitz/Makefile head/devel/boost-all/common.mk head/devel/boost-docs/distinfo head/devel/boost-docs/pkg-plist head/devel/boost-jam/distinfo head/devel/boost-libs/Makefile head/devel/boost-libs/distinfo head/devel/boost-libs/files/patch-boost_asio_detail_config.hpp head/devel/boost-libs/files/patch-boost_regex_config.hpp head/devel/boost-libs/files/patch-boost_system_error__code.hpp head/devel/boost-libs/files/patch-libs_filesystem_src_operations.cpp head/devel/boost-libs/files/patch-tools_build_src_tools_clang-linux.jam head/devel/boost-libs/pkg-plist head/devel/boost-python-libs/Makefile head/devel/boost-python-libs/distinfo head/devel/boost_build/Makefile head/devel/codeblocks/Makefile head/devel/codeblocks-devel/Makefile head/devel/cpp-hocon/Makefile head/devel/cpp-netlib/Makefile head/devel/cpprestsdk/Makefile head/devel/eblob/Makefile head/devel/edb/Makefile head/devel/gearmand/Makefile head/devel/gearmand-devel/Makefile head/devel/kdevelop/Makefile head/devel/kdevplatform-kde4/Makefile head/devel/leatherman/Makefile head/devel/libarea/Makefile head/devel/libcutl/Makefile head/devel/libflatarray/Makefile head/devel/libftdi/Makefile head/devel/libftdi1/Makefile head/devel/libiqxmlrpc/Makefile head/devel/libkolab/Makefile head/devel/liblas/Makefile head/devel/libopkele/Makefile head/devel/liborcus/Makefile head/devel/log4cxx/Makefile head/devel/love07/Makefile head/devel/love08/Makefile head/devel/love5/Makefile head/devel/luabind/Makefile head/devel/mongo-cxx-driver/Makefile head/devel/monotone/Makefile head/devel/msp430-debug-stack/Makefile head/devel/py-pyopencl/Makefile head/devel/sdts++/Makefile head/devel/simgear/Makefile head/devel/smack/Makefile head/devel/srecord/Makefile head/devel/subcommander2/Makefile head/devel/synfig/Makefile head/devel/thrift-cpp/Makefile head/devel/ticcutils/Makefile head/devel/uatraits/Makefile head/devel/umbrello/Makefile head/devel/umbrello-kde4/Makefile head/devel/vera++/Makefile head/devel/vexcl/Makefile head/devel/xmltooling/Makefile head/devel/youcompleteme/Makefile head/dns/dnsdist/Makefile head/dns/powerdns/Makefile head/dns/powerdns-recursor/Makefile head/dns/powerdns-recursor40/Makefile head/editors/abiword/Makefile head/editors/calligra/Makefile head/editors/jucipp/Makefile head/editors/libreoffice/Makefile head/editors/madedit/Makefile head/editors/openoffice-4/Makefile head/editors/openoffice-devel/Makefile head/editors/pdfedit/Makefile head/editors/poedit/Makefile head/editors/xmlcopyeditor/Makefile head/emulators/citra/Makefile head/emulators/citra-qt5/Makefile head/emulators/mupen64plus-video-glide64mk2/Makefile head/finance/gnucash/Makefile head/finance/kmymoney-kde4/Makefile head/finance/ledger/Makefile head/finance/moneymanagerex/Makefile head/finance/quantlib/Makefile head/games/0ad/Makefile head/games/alephone/Makefile head/games/allacrost/Makefile head/games/arx-libertatis/Makefile head/games/asc/Makefile head/games/bastet/Makefile head/games/blobby/Makefile head/games/burrtools/Makefile head/games/easyrpg-player/Makefile head/games/fishsupper/Makefile head/games/flightgear/Makefile head/games/flightgear-terragear/Makefile head/games/flyhard/Makefile head/games/freeorion/Makefile head/games/frogatto/Makefile head/games/galaxyhack/Makefile head/games/glob2/Makefile head/games/lander/Makefile head/games/mkhexgrid/Makefile head/games/opendungeons/Makefile head/games/openmw/Makefile head/games/openyahtzee/Makefile head/games/pingus/Makefile head/games/pokerth/Makefile head/games/py-fife/Makefile head/games/rlvm/Makefile head/games/scummvm-tools/Makefile head/games/spring/Makefile head/games/springlobby/Makefile head/games/stuntrally/Makefile head/games/supertux2/Makefile head/games/traingame/Makefile head/games/valyriatear/Makefile head/games/vamos/Makefile head/games/vegastrike/Makefile head/games/violetland/Makefile head/games/wesnoth/Makefile head/games/widelands/Makefile head/games/xptools/Makefile head/graphics/agave/Makefile head/graphics/appleseed/Makefile head/graphics/aqsis/Makefile head/graphics/blender/Makefile head/graphics/caffe/Makefile head/graphics/cegui/Makefile head/graphics/cloudcompare/Makefile head/graphics/colmap/Makefile head/graphics/digikam/Makefile head/graphics/digikam-kde4/Makefile head/graphics/dspdfviewer/Makefile head/graphics/enblend/Makefile head/graphics/evolvotron/Makefile head/graphics/fracplanet/Makefile head/graphics/gnash/Makefile head/graphics/gource/Makefile head/graphics/gsculpt/Makefile head/graphics/hugin/Makefile head/graphics/inkscape/Makefile head/graphics/kipi-plugin-gpssync/Makefile head/graphics/krita/Makefile head/graphics/libcdr01/Makefile head/graphics/libetonyek01/Makefile head/graphics/libfreehand/Makefile head/graphics/libgltf/Makefile head/graphics/libopenraw/Makefile head/graphics/libzmf/Makefile head/graphics/luminance/Makefile head/graphics/luminance-qt5/Makefile head/graphics/luxrender/Makefile head/graphics/luxrender14/Makefile head/graphics/mapnik/Makefile head/graphics/natron/Makefile head/graphics/ogre3d/Makefile head/graphics/openfx-io/Makefile head/graphics/openimageio/Makefile head/graphics/openshadinglanguage/Makefile head/graphics/panomatic/Makefile head/graphics/pcl-pointclouds/Makefile head/graphics/povray37/Makefile head/graphics/py-exiv2/Makefile head/graphics/scantailor/Makefile head/graphics/vigra/Makefile head/graphics/yafaray/Makefile head/irc/ezbounce/Makefile head/lang/sdcc/Makefile head/lang/solidity/Makefile head/math/adol-c/Makefile head/math/armadillo/Makefile head/math/aspcud/Makefile head/math/blaze/Makefile head/math/blazeiterative/Makefile head/math/cadabra2/Makefile head/math/cgal/Makefile head/math/clblas/Makefile head/math/cryptominisat/Makefile head/math/cvc4/Makefile head/math/deal.ii/Makefile head/math/dynare/Makefile head/math/fityk/Makefile head/math/kig/Makefile head/math/kig-kde4/Makefile head/math/libmesh/Makefile head/math/lrslib/Makefile head/math/mlpack/Makefile head/math/mosesdecoder/Makefile head/math/pdal/Makefile head/math/piranha/Makefile head/math/py-piranha/Makefile head/math/py-pyodeint/Makefile head/math/rocs/Makefile head/math/rocs-kde4/Makefile head/math/stp/Makefile head/math/vowpal_wabbit/Makefile head/math/zegrapher/Makefile head/misc/actiona/Makefile head/misc/artikulate/Makefile head/misc/ompl/Makefile head/misc/visp/Makefile head/multimedia/aegisub/Makefile head/multimedia/cclive/Makefile head/multimedia/din/Makefile head/multimedia/flvtool++/Makefile head/multimedia/gstreamer-qt4/Makefile head/multimedia/gstreamer1-qt/Makefile head/multimedia/miro/Makefile head/multimedia/mkvtoolnix/Makefile head/multimedia/oggvideotools/Makefile head/multimedia/omxplayer/Makefile head/multimedia/vdr-plugin-upnp/Makefile head/net/asio/Makefile head/net/calendarsupport/Makefile head/net/ceph/Makefile head/net/eventviews/Makefile head/net/grive2/Makefile head/net/incidenceeditor/Makefile head/net/kdenetwork-strigi-analyzers-kde4/Makefile head/net/kea/Makefile head/net/kget-kde4/Makefile head/net/kimap/Makefile head/net/kmime/Makefile head/net/libcmis/Makefile head/net/libksieve/Makefile head/net/mailcommon/Makefile head/net/mailimporter/Makefile head/net/messagelib/Makefile head/net/pimcommon/Makefile head/net/pktanon/Makefile head/net/scribe/Makefile head/net/tcpflow/Makefile head/net/xorp/Makefile head/net-im/ekiga/Makefile head/net-im/ktp-call-ui/Makefile head/net-im/licq/Makefile head/net-im/licq-icq/Makefile head/net-im/licq-jabber/Makefile head/net-im/licq-osd/Makefile head/net-im/licq-qt-gui/Makefile head/net-mgmt/fastnetmon/Makefile head/net-mgmt/icinga2/Makefile head/net-mgmt/metronome/Makefile head/net-mgmt/openbmp/Makefile head/net-p2p/bitcoin/Makefile head/net-p2p/bitcoin-daemon/Makefile head/net-p2p/eiskaltdcpp-daemon/Makefile head/net-p2p/eiskaltdcpp-gtk/Makefile head/net-p2p/eiskaltdcpp-lib/Makefile head/net-p2p/eiskaltdcpp-qt/Makefile head/net-p2p/ktorrent-kde4/Makefile head/net-p2p/libktorrent/Makefile head/net-p2p/libktorrent-kde4/Makefile head/net-p2p/libtorrent-rasterbar/Makefile head/net-p2p/linuxdcpp/Makefile head/net-p2p/litecoin/Makefile head/net-p2p/monero-cli/Makefile head/net-p2p/namecoin/Makefile head/net-p2p/py-libtorrent-rasterbar/Makefile head/net-p2p/qbittorrent/Makefile head/net-p2p/qtum/Makefile head/net-p2p/zetacoin/Makefile head/print/libmspub01/Makefile head/print/libpagemaker/Makefile head/print/lyx/Makefile head/print/pdfcube/Makefile head/print/scribus/Makefile head/print/scribus-devel/Makefile head/science/ALPSCore/Makefile head/science/avogadro/Makefile head/science/bagel/Makefile head/science/bddsolve/Makefile head/science/coordgenlibs/Makefile head/science/dft_tools/Makefile head/science/esys-particle/Makefile head/science/gromacs/Makefile head/science/iboview/Makefile head/science/libgeodecomp/Makefile head/science/libint2/Makefile head/science/libkml/Makefile head/science/maeparser/Makefile head/science/openstructure/Makefile head/science/pulseview/Makefile head/science/py-dlib/Makefile head/science/qmcpack/Makefile head/science/rdkit/Makefile head/science/rmf/Makefile head/science/tfel/Makefile head/science/triqs/Makefile head/security/botan2/Makefile head/security/clamfs/Makefile head/security/i2pd/Makefile head/security/kleopatra/Makefile head/security/opensaml/Makefile head/security/quantis/Makefile head/security/shibboleth-sp/Makefile head/security/spass/Makefile head/sysutils/bulk_extractor/Makefile head/sysutils/condor/Makefile head/sysutils/facter/Makefile head/sysutils/freefilesync/Makefile head/sysutils/glogg/Makefile head/sysutils/kf5-kwallet/Makefile head/sysutils/logstalgia/Makefile head/sysutils/ori/Makefile head/sysutils/osquery/Makefile head/sysutils/twmn/Makefile head/sysutils/usbtop/Makefile head/textproc/clucene/Makefile head/textproc/highlight/Makefile head/textproc/kenlm/Makefile head/textproc/kiss-templates/Makefile head/textproc/libabw/Makefile head/textproc/libe-book/Makefile head/textproc/libepubgen/Makefile head/textproc/libkolabxml/Makefile head/textproc/libqxp/Makefile head/textproc/librevenge/Makefile head/textproc/libstaroffice/Makefile head/textproc/libvisio01/Makefile head/textproc/libwpd010/Makefile head/textproc/libwps03/Makefile head/textproc/luceneplusplus/Makefile head/textproc/randlm/Makefile head/textproc/source-highlight/Makefile head/textproc/xmlwrapp/Makefile head/www/anyterm/Makefile head/www/domoticz/Makefile head/www/kdewebdev-kde4/Makefile head/www/nghttp2/Makefile head/www/osrm-backend/Makefile head/www/wt/Makefile head/x11/kde-workspace-kde4/Makefile head/x11/kf5-kactivities/Makefile head/x11/kf5-kactivities-stats/Makefile head/x11/leechcraft/Makefile head/x11/plasma5-plasma-desktop/Makefile head/x11-toolkits/flowcanvas/Makefile