From owner-freebsd-ports@freebsd.org Sat Jun 18 17:13:08 2016 Return-Path: Delivered-To: freebsd-ports@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 A2E33A78B86 for ; Sat, 18 Jun 2016 17:13:08 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 90F3A1245 for ; Sat, 18 Jun 2016 17:13:08 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id 88830A78B85; Sat, 18 Jun 2016 17:13:08 +0000 (UTC) Delivered-To: ports@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 881E5A78B84 for ; Sat, 18 Jun 2016 17:13:08 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 77B231244 for ; Sat, 18 Jun 2016 17:13:08 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yuri.doctorlan.com (c-24-5-143-190.hsd1.ca.comcast.net [24.5.143.190]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id u5IHD6uF059877 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sat, 18 Jun 2016 10:13:07 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-5-143-190.hsd1.ca.comcast.net [24.5.143.190] claimed to be yuri.doctorlan.com To: "ports@freebsd.org" From: Yuri Subject: Why central builds are performed on 10.1 with broken/different compared to 10,3 compiler? Message-ID: <64e51a34-fced-4f7f-2a3f-9508c6c24b39@rawbw.com> Date: Sat, 18 Jun 2016 10:13:05 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2016 17:13:08 -0000 I regularly get the fallout messages for my net-im/ring-daemon port. It breaks on 10.1 with the c++11 -related message: In file included from /wrkdirs/usr/ports/net-im/ring-daemon/work/ring-daemon-56ec56f/src/manager.h:45: /wrkdirs/usr/ports/net-im/ring-daemon/work/ring-daemon-56ec56f/src/account_factory.h:121:107: error: chosen constructor is explicit in copy-initialization std::map(const std::string&)> > generators_ = {}; ^~ /usr/include/c++/v1/map:838:14: note: constructor declared here explicit map(const key_compare& __comp = key_compare()) net-im/ring-daemon doesn't break on 10.3 system though. It has USES=compiler:c++14-lang. There are two questions: 1. Why clang36 works differently on 10.1 and 10.3? 2. Should 10.3 be used for central builds then? Yuri