[Bug 224181] www/domoticz: fails to build with boost 1.66

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 8 15:52:54 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224181

            Bug ID: 224181
           Summary: www/domoticz: fails to build with boost 1.66
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: kiwi at oav.net
            Blocks: 223922
             Flags: maintainer-feedback?(kiwi at oav.net)
                CC: kiwi at oav.net

As part of exp-run in bug 223922 this port was found to break on Boost update.
If the issue won't disappear on its own by Boost release I plan to mark the
port as BROKEN. Can you check with upstream maintainer or help with a fix?

$ fetch -qo- 'https://reviews.freebsd.org/D13279?download=true' | patch -Efsp0
-d /usr/ports
$ make all deinstall install clean -C/usr/ports/devel/boost-libs
$ make -C/usr/ports/www/domoticz
[...]
webserver/server.cpp:151:3: error: no matching constructor for initialization
of 'boost::asio::ssl::context'
                context_(io_service_, ssl_settings.get_ssl_method())
                ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/asio/ssl/impl/context.ipp:63:10: note: candidate
constructor not viable: requires single argument 'm', but 2 arguments were
provided
context::context(context::method m)
         ^
/usr/local/include/boost/asio/ssl/context.hpp:36:7: note: candidate constructor
(the implicit copy constructor) not viable: requires 1 argument, but 2 were
provided
class context
      ^
webserver/server.cpp:164:3: error: no matching constructor for initialization
of 'boost::asio::ssl::context'
                context_(io_service_, dynamic_cast<ssl_server_settings const
&>(settings).get_ssl_method()) {
                ^       
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/boost/asio/ssl/impl/context.ipp:63:10: note: candidate
constructor not viable: requires single argument 'm', but 2 arguments were
provided
context::context(context::method m)
         ^
/usr/local/include/boost/asio/ssl/context.hpp:36:7: note: candidate constructor
(the implicit copy constructor) not viable: requires 1 argument, but 2 were
provided
class context
      ^

http://package23.nyi.freebsd.org/data/103i386-default-PR223922/2017-12-02_11h06m37s/logs/errors/domoticz-3.8153_2.log
http://package22.nyi.freebsd.org/data/103amd64-default-PR223922/2017-12-02_11h06m39s/logs/errors/domoticz-3.8153_2.log
http://package23.nyi.freebsd.org/data/111i386-default-PR223922/2017-12-03_09h31m14s/logs/errors/domoticz-3.8153_2.log
http://package22.nyi.freebsd.org/data/111amd64-default-PR223922/2017-12-03_09h31m05s/logs/errors/domoticz-3.8153_2.log


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223922
[Bug 223922] devel/boost-all: Update to 1.66.0 (currently beta)
-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list