From owner-freebsd-chromium@FreeBSD.ORG Thu Sep 29 21:39:01 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 83DA8106566B for ; Thu, 29 Sep 2011 21:39:01 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 8DFE18FC13 for ; Thu, 29 Sep 2011 21:39:00 +0000 (UTC) Received: by wwn22 with SMTP id 22so3638087wwn.1 for ; Thu, 29 Sep 2011 14:38:59 -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=Ve1u7vq9KOtSiJw6TqxLGo7Y1OTP2b7WbJ5k0iBQc8c=; b=ggEWYys5kNnAW3UXmhcVUQPZqtFNHuPxAOKvr88lRXjdBvoR6liM2XwEgz5Gm6+i7Q 2FVGmFH8ssKW75DY6E1i0b5dtmzpEAEvnaNeVQ/dbrSyDdNSML2iykZZvZrA6ciV4Rts nuE/ngHFjz6KmZgDVlGO5xOBRlM7IupodotVM= MIME-Version: 1.0 Received: by 10.227.60.132 with SMTP id p4mr11222535wbh.40.1317332339268; Thu, 29 Sep 2011 14:38:59 -0700 (PDT) Received: by 10.180.85.199 with HTTP; Thu, 29 Sep 2011 14:38:59 -0700 (PDT) In-Reply-To: <4E79A7DF.7000103@FreeBSD.org> References: <4E79A7DF.7000103@FreeBSD.org> Date: Fri, 30 Sep 2011 00:38:59 +0300 Message-ID: From: George Liaskos To: Andriy Gapon Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: chromium@freebsd.org Subject: Re: latest chromium (14.0.835.163): gcc45 issues 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: Thu, 29 Sep 2011 21:39:01 -0000 On Wed, Sep 21, 2011 at 12:01 PM, Andriy Gapon wrote: > > First, a tiny typical problem: > --- media/filters/file_data_source.h.orig > +++ media/filters/file_data_source.h > @@ -5,6 +5,7 @@ > =C2=A0#ifndef MEDIA_FILTERS_FILE_DATA_SOURCE_H_ > =C2=A0#define MEDIA_FILTERS_FILE_DATA_SOURCE_H_ > > +#include > =C2=A0#include > > =C2=A0#include "base/gtest_prod_util.h" > > That's for the definition of FILE. > > The next issue looks a bit more puzzling: > =C2=A0LINK(target) out/Release/chrome > /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNA= MIC' > can not be used when making a shared object; recompile with -fPIC > /usr/lib/crt1.o: could not read symbols: Bad value > collect2: ld returned 1 exit status > > This is an amd64 system with 2 weeks old FreeBSD head. Hey, I've just committed a fix in trunk, -pie on ldflags was causing this. Regards, George