From owner-freebsd-ports-bugs@freebsd.org Fri Dec 8 15:58:03 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE119E870CE for ; Fri, 8 Dec 2017 15:58:03 +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 mx1.freebsd.org (Postfix) with ESMTPS id DB85777DF7 for ; Fri, 8 Dec 2017 15:58:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vB8Fw3lN047415 for ; Fri, 8 Dec 2017 15:58:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 224183] www/wt: fails to build with boost 1.66 Date: Fri, 08 Dec 2017 15:58:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter cc blocked flagtypes.name Message-ID: 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2017 15:58:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224183 Bug ID: 224183 Summary: www/wt: 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@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: info@babaei.net Blocks: 223922 Flags: maintainer-feedback?(info@babaei.net) CC: info@babaei.net As part of exp-run in bug 223922 this port was found to break on Boost upda= te. 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=3Dtrue' | patch -= Efsp0 -d /usr/ports $ make all deinstall install clean -C/usr/ports/devel/boost-libs $ make -C/usr/ports/www/wt [...] /wrkdirs/usr/ports/www/wt/work/wt-3.3.7/src/Wt/Http/Client.C:608:16: error:= use of class template 'boost::asio::strand' requires template arguments boost::asio::strand strand_; ^ /usr/local/include/boost/asio/strand.hpp:29:7: note: template is declared h= ere class strand ^ /wrkdirs/usr/ports/www/wt/work/wt-3.3.7/src/Wt/Http/Client.C:125:5: error: = no matching member function for call to 'shared_from_this' shared_from_this(), ^~~~~~~~~~~~~~~~ [...] In file included from /wrkdirs/usr/ports/www/wt/work/wt-3.3.7/src/Wt/Http/Client.C:8: In file included from /usr/local/include/boost/asio.hpp:24: In file included from /usr/local/include/boost/asio/basic_deadline_timer.hpp:28: In file included from /usr/local/include/boost/asio/time_traits.hpp:23: In file included from /usr/local/include/boost/date_time/posix_time/posix_time_types.hpp:10: In file included from /usr/local/include/boost/date_time/time_clock.hpp:17: In file included from /usr/local/include/boost/shared_ptr.hpp:17: /usr/local/include/boost/smart_ptr/shared_ptr.hpp:698:35: error: comparison= of distinct pointer types ('Wt::Http::Client::TcpImpl *' and 'element_type *' = (aka 'Wt::Http::Client::Impl *')) BOOST_ASSERT( p =3D=3D 0 || p !=3D px ); // catch self-reset errors ~ ^ ~~ /usr/local/include/boost/assert.hpp:60:36: note: expanded from macro 'BOOST_ASSERT' # define BOOST_ASSERT(expr) assert(expr) ^~~~ /usr/include/assert.h:54:21: note: expanded from macro 'assert' #define assert(e) ((e) ? (void)0 : __assert(__func__, __FILE__, \ ^ /wrkdirs/usr/ports/www/wt/work/wt-3.3.7/src/Wt/Http/Client.C:886:11: note: = in instantiation of function template specialization 'boost::shared_ptr::reset' requested here impl_.reset(new TcpImpl(*ioService, server, sessionId)); ^ http://package23.nyi.freebsd.org/data/103i386-default-PR223922/2017-12-02_1= 1h06m37s/logs/errors/wt-3.3.7_5.log http://package22.nyi.freebsd.org/data/103amd64-default-PR223922/2017-12-02_= 11h06m39s/logs/errors/wt-3.3.7_5.log http://package23.nyi.freebsd.org/data/111i386-default-PR223922/2017-12-03_0= 9h31m14s/logs/errors/wt-3.3.7_5.log http://package22.nyi.freebsd.org/data/111amd64-default-PR223922/2017-12-03_= 09h31m05s/logs/errors/wt-3.3.7_5.log Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223922 [Bug 223922] devel/boost-all: Update to 1.66.0 (currently beta) --=20 You are receiving this mail because: You are the assignee for the bug.=