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

next in thread | previous in thread | raw e-mail | index | archive | help
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 @@
> =C2=A0#ifndef MEDIA_FILTERS_FILE_DATA_SOURCE_H_
> =C2=A0#define MEDIA_FILTERS_FILE_DATA_SOURCE_H_
>
> +#include <cstdio>
> =C2=A0#include <string>
>
> =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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANcjpOD3%2B890z_54Nq2bburBF0z1rBuC8Qe4FFg5AE3QOFrcig>