Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2000 17:05:49 -0800
From:      Jason Evans <jasone@canonware.com>
To:        Wilko Bulte <wilko@yedi.iaf.nl>
Cc:        current@freebsd.org
Subject:   Re: Make world breakage...
Message-ID:  <20000112170549.Y302@sturm.canonware.com>
In-Reply-To: <20000113001631.C4148@yedi.iaf.nl>; from wilko@yedi.iaf.nl on Thu, Jan 13, 2000 at 12:16:31AM %2B0100
References:  <200001121956.e0CJuNw65075@gratis.grondar.za> <20000112220725.A2942@yedi.iaf.nl> <20000112132225.T302@sturm.canonware.com> <20000113001631.C4148@yedi.iaf.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 13, 2000 at 12:16:31AM +0100, Wilko Bulte wrote:
> On Wed, Jan 12, 2000 at 01:22:25PM -0800, Jason Evans wrote:
> > On Wed, Jan 12, 2000 at 10:07:25PM +0100, Wilko Bulte wrote:
> > > On Wed, Jan 12, 2000 at 09:56:22PM +0200, Mark Murray wrote:
> > > > Hi
> > > > 
> > > > Anyone else seeing this?
> 
> ...
> 
> > > /usr/obj/usr/src/alpha/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp.o)
> > > In function `_gettemp':
> > > mktemp.c(.text+0x3f0): undefined reference to `_libc_open'
> > > mktemp.c(.text+0x3f4): undefined reference to `_libc_open'
> > > *** Error code 1
> > > 
> > > Stop in /usr/src/gnu/usr.bin/cc/cpp.
> > > *** Error code 1
> > 
> > libc successfully builds on Alpha with the changes I committed, though the
> > bootstrapping problem issue is the same.

On further inspection, though libc builds on the Alpha, I'm guessing that
terrible breakage results if it is installed.  The Alpha I was testing on
isn't mine, and I was afraid to mess things up, so I tested the build of
libc, but did all installation and program testing with libc_r.

The problem is that SYS.h for the Alpha doesn't define the _libc_*()
aliases for system calls, which libc now uses.  I'll try to get this fixed
today if possible.

Jason


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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