From owner-freebsd-chromium@FreeBSD.ORG Mon Oct 10 21:23: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 9D7ED106564A for ; Mon, 10 Oct 2011 21:23:01 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id EBE158FC08 for ; Mon, 10 Oct 2011 21:23:00 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id AAA09083; Tue, 11 Oct 2011 00:22:58 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1RDNJK-000DRV-Bi; Tue, 11 Oct 2011 00:22:58 +0300 Message-ID: <4E936232.4030108@FreeBSD.org> Date: Tue, 11 Oct 2011 00:22:58 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111002 Thunderbird/7.0.1 MIME-Version: 1.0 To: George Liaskos References: <4E79A7DF.7000103@FreeBSD.org> In-Reply-To: X-Enigmail-Version: undefined Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Mon, 10 Oct 2011 21:23:01 -0000 on 30/09/2011 00:38 George Liaskos said the following: > 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 @@ >> #ifndef MEDIA_FILTERS_FILE_DATA_SOURCE_H_ >> #define MEDIA_FILTERS_FILE_DATA_SOURCE_H_ >> >> +#include >> #include >> >> #include "base/gtest_prod_util.h" >> >> That's for the definition of FILE. >> >> The next issue looks a bit more puzzling: >> LINK(target) out/Release/chrome >> /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNAMIC' >> 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. Thank you! -- Andriy Gapon