From owner-freebsd-ports@freebsd.org Fri Feb 26 06:47:11 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 1FAE5AB396E for ; Fri, 26 Feb 2016 06:47:11 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 104C27A8 for ; Fri, 26 Feb 2016 06:47:11 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id 0CBF2AB396D; Fri, 26 Feb 2016 06:47:11 +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 0C5C4AB396C for ; Fri, 26 Feb 2016 06:47:11 +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 D7DC47A6 for ; Fri, 26 Feb 2016 06:47:10 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yuri.doctorlan.com (c-73-71-174-75.hsd1.ca.comcast.net [73.71.174.75]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id u1Q6j7eX060272 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Thu, 25 Feb 2016 22:45:07 -0800 (PST) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-73-71-174-75.hsd1.ca.comcast.net [73.71.174.75] claimed to be yuri.doctorlan.com From: Yuri To: "ports@freebsd.org" Subject: Clang can't build c++ project: ubsan is missing Message-ID: <56CFF471.90406@rawbw.com> Date: Thu, 25 Feb 2016 22:45:05 -0800 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.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.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2016 06:47:11 -0000 Hi, I can't update the version of one C++ port because now the base clang-34 fails to find the symbols __ubsan_ (for example __ubsan_vptr_type_cache). clang36 port compiler fails to find libclang_rt.san-x86_64.a clang38 port compiler fails to find libclang_rt.ubsan_standalone-x86_64.a What could be wrong? Yuri