Date: Tue, 21 Mar 2006 13:23:14 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: Alexander Leidinger <Alexander@Leidinger.net> Cc: alpha@freebsd.org, FreeBSD Tinderbox <tinderbox@freebsd.org>, current@freebsd.org Subject: Re: [head tinderbox] failure on alpha/alpha Message-ID: <20060321112313.GF77849@ip.net.ua> In-Reply-To: <20060321110758.wy5mof8zeo4oowow@netchild.homeip.net> References: <20060321002655.A4CB27304D@freebsd-current.sentex.ca> <20060321110758.wy5mof8zeo4oowow@netchild.homeip.net>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On Tue, Mar 21, 2006 at 11:07:58AM +0100, Alexander Leidinger wrote: > FreeBSD Tinderbox <tinderbox@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@FreeBSD.org FreeBSD committer [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFEH+IhqRfpzJluFF4RAt3zAJ9OGJh+tIIu11HVZcmGL11tJuYjAACgiwIV w5Qd4hjXH3OC0TkbBT51yxc= =8Tjt -----END PGP SIGNATURE-----help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060321112313.GF77849>
