Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jun 2004 11:06:32 -0700
From:      Sean McNeil <sean@mcneil.com>
To:        obrien@freebsd.org
Cc:        freebsd-amd64@freebsd.org
Subject:   Re: new binutils broken for amd64
Message-ID:  <1087495591.10180.7.camel@server.mcneil.com>
In-Reply-To: <20040617081112.GB79565@dragon.nuxi.com>
References:  <1087442023.22390.2.camel@server.mcneil.com> <1087448595.4494.5.camel@server.mcneil.com> <20040617081112.GB79565@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2004-06-17 at 01:11, David O'Brien wrote:
> On Wed, Jun 16, 2004 at 10:03:15PM -0700, Sean McNeil wrote:
> > If I do
> > make buildworld && make installworld
> > 
> > it creates an improper ld.  If I do
> > 
> > cd /usr/src/gnu/usr.bin/binutils/ld
> > make clean
> > make
> > make install
> > 
> > Then I get an ld that works properly.
> 
> Please send me (or make available) the working and not-working 'ld'
> binaries.

I just did a new make buildworld installworld with /usr/obj empty.  Same
issue.  Just doing a

portupgrade -f glib-2.4.2

will fail with the new linker.  Turns out there are two linkers in
/usr/obj.  The one at

/usr/obj/usr/src/amd64/usr/src/gnu/usr.bin/binutils/ld/ld

works

The one at

/usr/obj/usr/src/gnu/usr.bin/binutils/ld/ld

does not.

I have placed a copy of both as:

http://www.mcneil.com/~sean/freebsd/amd64-ld
and
http://www.mcneil.com/~sean/freebsd/ld
respectively.

Hope this helps,
Sean




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