Re: [head tinderbox] failure on alpha/alpha

From: Ruslan Ermilov <ru_at_freebsd.org>
Date: Tue, 21 Mar 2006 13:23:14 +0200
On Tue, Mar 21, 2006 at 11:07:58AM +0100, Alexander Leidinger wrote:
> FreeBSD Tinderbox <tinderbox_at_freebsd.org> wrote:
> 
> >linking kernel
> >linux_sysent.o(.data+0x950): undefined reference to `linux_accept'
> >linux_sysent.o(.data+0x980): undefined reference to `linux_send'
> >linux_sysent.o(.data+0x998): undefined reference to `linux_recv'
> >linux_sysent.o(.data+0xbc0): undefined reference to `linux_recvfrom'
> >linux_sysent.o(.data+0xd40): undefined reference to `linux_getpeername'
> >linux_sysent.o(.data+0xe18): undefined reference to `linux_getsockname'
> >*** Error code 1
> 
> Can I have the output of "ident $SRC/sys/alpha/linux/*
> $SRC/sys/compat/linux/*" for this build please (or alternatively a "it
> builds now")?
> 
It *IS* broken, just checked.  This is because sys/compat/linux/linux_socket.c
doesn't compile the above linux_*() code on alpha, probably for a reason.
On your box,

	cd sys/alpha/conf && MAKE LINT
	make -DNO_CLEAN TARGET_ARCH=alpha kernel-toolchain
	make -DNO_CLEAN TARGET_ARCH=alpha buildkernel KERNCONF=LINT

: # tail build-alpha-LINT.log 
: linux_sysent.o(.data+0xe18): undefined reference to `linux_getsockname'
: *** Error code 1
: 
: Stop in /usr/obj/alpha/usr/src/sys/LINT.
: *** Error code 1
: 
: Stop in /usr/src.
: *** Error code 1
: 
: Stop in /usr/src.


Cheers,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Tue Mar 21 2006 - 10:23:38 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:53 UTC