From owner-freebsd-stable Fri Jan 3 8:50:41 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CF0037B405 for ; Fri, 3 Jan 2003 08:50:39 -0800 (PST) Received: from house.arach.net.au (house2.arach.net.au [203.30.47.129]) by mx1.FreeBSD.org (Postfix) with SMTP id AA58643EE1 for ; Fri, 3 Jan 2003 08:50:36 -0800 (PST) (envelope-from sdwyer@arach.net.au) Received: (qmail 20325 invoked by uid 502); 3 Jan 2003 16:50:24 -0000 Received: from unknown (HELO nebu.arach.net.au) (203.30.44.15) by 0 with SMTP for ; 3 Jan 2003 16:50:24 -0000 Received: (qmail 12112 invoked from network); 3 Jan 2003 16:50:23 -0000 Received: from unknown (HELO arach.net.au) (202.89.169.173) by 0 with SMTP for ; 3 Jan 2003 16:50:23 -0000 Message-ID: <3E15BF63.4050007@arach.net.au> Date: Sat, 04 Jan 2003 00:50:43 +0800 From: Shaun Dwyer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020630 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Kabaev Cc: Norikatsu Shigemura , freebsd-stable@FreeBSD.ORG, kan@FreeBSD.ORG Subject: Re: Linux compat broken in -stable? References: <3E159506.4010803@arach.net.au> <200301031508.h03F8k27074280@nd250009.gab.xdsl.ne.jp> <20030103101108.086808e7.ak03@gte.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Alexander... I just CVSup'd again... one file changed.. /usr/src/sys/i386/linux/linux_ptrace.c The error i get now is: ----- sh /usr/src/sys/conf/newvers.sh LINTEST cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -mpreferred-stack-boundary=2 vers.c linking kernel linux_ptrace.o: In function `linux_proc_read_fpxregs': linux_ptrace.o(.text+0x16f): undefined reference to `cpu_fxsr' linux_ptrace.o: In function `linux_proc_write_fpxregs': linux_ptrace.o(.text+0x1af): undefined reference to `cpu_fxsr' *** Error code 1 Stop in /usr/obj/usr/src/sys/LINTEST. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ----- LINTEST is a GENERIC kernel + COMPAT_LINUX. Thanks, --Shaun Alexander Kabaev wrote: > Thanks for letting me me know. I will fix this shortly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message