From owner-freebsd-chromium@FreeBSD.ORG Fri Jul 19 19:29:51 2013 Return-Path: Delivered-To: chromium@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E9521547 for ; Fri, 19 Jul 2013 19:29:51 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id BF35BD14 for ; Fri, 19 Jul 2013 19:29:48 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r6JJTmTS030794 for ; Fri, 19 Jul 2013 12:29:48 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <51E993AC.3040905@rawbw.com> Date: Fri, 19 Jul 2013 12:29:48 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130628 Thunderbird/17.0.7 MIME-Version: 1.0 To: chromium@FreeBSD.ORG Subject: chromium-23.0.1271.91 build fails: error: reinterpret_cast from 'nullptr_t' to 'char *' is not allowed Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jul 2013 19:29:52 -0000 I am getting this build error on the freshly updated ports tree on 9.1 STABLE amd64 with gcc: CXX(target) out/Release/obj.target/v8_base.x64/v8/src/sweeper-thread.o CXX(target) out/Release/obj.target/v8_base.x64/v8/src/token.o CXX(target) out/Release/obj.target/v8_base.x64/v8/src/transitions.o v8/src/stub-cache.cc:1479:33: error: reinterpret_cast from 'nullptr_t' to 'char *' is not allowed : GetCodeWithFlags(flags, reinterpret_cast(NULL)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. Yuri