Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2011 00:22:58 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        George Liaskos <geo.liaskos@gmail.com>
Cc:        chromium@FreeBSD.org
Subject:   Re: latest chromium (14.0.835.163): gcc45 issues
Message-ID:  <4E936232.4030108@FreeBSD.org>
In-Reply-To: <CANcjpOD3%2B890z_54Nq2bburBF0z1rBuC8Qe4FFg5AE3QOFrcig@mail.gmail.com>
References:  <4E79A7DF.7000103@FreeBSD.org> <CANcjpOD3%2B890z_54Nq2bburBF0z1rBuC8Qe4FFg5AE3QOFrcig@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
on 30/09/2011 00:38 George Liaskos said the following:
> On Wed, Sep 21, 2011 at 12:01 PM, Andriy Gapon <avg@freebsd.org> 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 <cstdio>
>>  #include <string>
>>
>>  #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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E936232.4030108>