[head tinderbox] failure on alpha/alpha

Ruslan Ermilov ru at freebsd.org
Tue Mar 21 11:23:38 UTC 2006


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20060321/787cfa8f/attachment.pgp


More information about the freebsd-current mailing list