From owner-svn-ports-head@freebsd.org Mon Dec 18 11:43:10 2017 Return-Path: Delivered-To: svn-ports-head@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 8237FE845BD; Mon, 18 Dec 2017 11:43:10 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 449A3766BE; Mon, 18 Dec 2017 11:43:09 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3z0fKx3ybqzZvc; Mon, 18 Dec 2017 12:43:01 +0100 (CET) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id zlH7HX2G_tLb; Mon, 18 Dec 2017 12:42:59 +0100 (CET) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.madpilot.net (Postfix) with ESMTPSA; Mon, 18 Dec 2017 12:42:59 +0100 (CET) Subject: Re: svn commit: r456614 - head/games/pokerth To: Dmitry Marakasov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201712181101.vBIB1cOv050021@repo.freebsd.org> From: Guido Falsi Message-ID: <700a5b07-0972-091e-8467-670347d18e06@FreeBSD.org> Date: Mon, 18 Dec 2017 12:42:59 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <201712181101.vBIB1cOv050021@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2017 11:43:10 -0000 On 12/18/2017 12:01, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Mon Dec 18 11:01:38 2017 > New Revision: 456614 > URL: https://svnweb.freebsd.org/changeset/ports/456614 > > Log: > - Mark BROKEN: does not build: src/third_party/websocketpp/websocketpp/transport/asio/connection.hpp:422:45: error: use of class template 'boost::asio::strand' requires template arguments Hi, I just ran a quick test in poudriere in a 12-CURRENT jail with latest ports tree, by commenting out the broken line and the port builds fine actually. I'm also running the test on other FreeBSD versions, but I'm sure it will build fine there too. The error you report looks quite similar to the one I have bee reported here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224123 to which I'm trying to find a solution, but that's for an upcoming boost version still not present in the tree. So I kindly ask you to revert the broken line since, with the present state of the tree, the port builds (and works) fine. If I can't find a fix by the time boost 1.66 is committed to the tree I agree a BROKEN line will be needed there. Thanks! -- Guido Falsi