From owner-freebsd-chromium@FreeBSD.ORG Mon Sep 19 09:26:13 2011 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D9A8106566B for ; Mon, 19 Sep 2011 09:26:13 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-vw0-f45.google.com (mail-vw0-f45.google.com [209.85.212.45]) by mx1.freebsd.org (Postfix) with ESMTP id EE8358FC16 for ; Mon, 19 Sep 2011 09:26:12 +0000 (UTC) Received: by vws17 with SMTP id 17so28687612vws.18 for ; Mon, 19 Sep 2011 02:26:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=Pt3l0pY8XeLDdCXrD+StkvklVGbvpUl1KF9VODJhvP4=; b=ViB9gyl9158JyUSPWiP5ir6x/x/zYAnpW9PV6vhbL7TS8gBEpX34kDAZPWA6TxmlMB CLn1FGiNIGNKPMs7AHHBe12g6i2mL1ql0WQBRoD4J9W/wGrIn3yjKKWv6fkQniQc7/4k umfQCShI7zCepWeQDw/4A69qafSxpWsP7f0sA= MIME-Version: 1.0 Received: by 10.220.22.11 with SMTP id l11mr526964vcb.177.1316424370103; Mon, 19 Sep 2011 02:26:10 -0700 (PDT) Received: by 10.220.181.11 with HTTP; Mon, 19 Sep 2011 02:26:10 -0700 (PDT) In-Reply-To: <4E76C3BD.1020900@cassiba.com> References: <4E76C3BD.1020900@cassiba.com> Date: Mon, 19 Sep 2011 12:26:10 +0300 Message-ID: From: George Liaskos To: sam@cassiba.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: chromium@freebsd.org Subject: Re: chromium-14.0.835.163 build failed on 9.0 amd64 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2011 09:26:13 -0000 On Mon, Sep 19, 2011 at 7:23 AM, Sam Cassiba wrote: > Hi, > > I updated my ports tree tonight, which included an update to www/chromium= . > =C2=A0The build failed as indicated in the snippet below. > > Here's my uname: > > FreeBSD trinity 9.0-BETA2 FreeBSD 9.0-BETA2 #3 r225330: Fri Sep =C2=A02 1= 2:00:40 > CDT 2011 =C2=A0 =C2=A0 root@trinity:/usr/obj/usr/src/sys/GENERIC =C2=A0am= d64 > > > --big snip-- > =C2=A0LINK(target) out/Debug/chrome > out/Debug/obj.target/third_party/WebKit/Source/WebCore/WebCore.gyp/libweb= core_remaining.a(V8Binding.o): > In function > `WebCore::StringTraits::fromV8String(v8::Handle, > int)': > /usr/ports/www/chromium/work/chromium-courgette-redacted-14.0.835.163/thi= rd_party/WebKit/Source/WebCore/bindings/v8/V8Binding.cpp:377: > undefined reference to `v8::String::Write(unsigned short*, int, int, int) > const' > /usr/ports/www/chromium/work/chromium-courgette-redacted-14.0.835.163/thi= rd_party/WebKit/Source/WebCore/bindings/v8/V8Binding.cpp:382: > undefined reference to `v8::String::Write(unsigned short*, int, int, int) > const' > out/Debug/obj.target/third_party/WebKit/Source/WebCore/WebCore.gyp/libweb= core_remaining.a(V8Binding.o): > In function > `WebCore::StringTraits::fromV8String(v8::Handle, > int)': > /usr/ports/www/chromium/work/chromium-courgette-redacted-14.0.835.163/thi= rd_party/WebKit/Source/WebCore/bindings/v8/V8Binding.cpp:358: > undefined reference to `v8::String::Write(unsigned short*, int, int, int) > const' > out/Debug/obj.target/third_party/WebKit/Source/WebCore/WebCore.gyp/libweb= core_remaining.a(V8NPUtils.o): > In function `WebCore::getStringIdentifier(v8::Handle)': > /usr/ports/www/chromium/work/chromium-courgette-redacted-14.0.835.163/thi= rd_party/WebKit/Source/WebCore/bindings/v8/V8NPUtils.cpp:122: > undefined reference to `v8::String::WriteUtf8(char*, int, int*, int) cons= t' > gmake: *** [out/Debug/chrome] Error 1 > *** Error code 1 > > > -- > Sam Cassiba Hello, Something must be different in your environment. Can you please attach a pkg_info output and your make.conf? Are you building a debug version on purpose? In the meantime you can use a package from my tinderbox, http://tinderbox.cybertron.gr/index.php?action=3Ddescribe_port&id=3D42 Regards, George