From owner-freebsd-stable Fri Jan 3 7: 9: 2 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 D51DC37B401; Fri, 3 Jan 2003 07:09:01 -0800 (PST) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CAA043EC5; Fri, 3 Jan 2003 07:09:01 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (ns1.ninth-nine.com [IPv6:2002:3dca:fa09::1]) by nd250009.gab.xdsl.ne.jp (8.12.6/8.12.6/NinthNine) with SMTP id h03F8k27074280; Sat, 4 Jan 2003 00:08:46 +0900 (JST) (envelope-from nork@FreeBSD.org) Message-Id: <200301031508.h03F8k27074280@nd250009.gab.xdsl.ne.jp> Date: Sat, 4 Jan 2003 00:08:46 +0900 From: Norikatsu Shigemura To: freebsd-stable@FreeBSD.org Cc: Shaun Dwyer , kan@FreeBSD.org Subject: Re: Linux compat broken in -stable? In-Reply-To: <3E159506.4010803@arach.net.au> References: <3E159506.4010803@arach.net.au> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 On Fri, 03 Jan 2003 21:49:58 +0800 Shaun Dwyer wrote: > I just CVSup'd about 45 mins ago 21:00 (+8GMT), world compiles fine... I tried to compile my kernel and it fails with the error: > 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 /usr/src/sys/i386/linux/linux_ptrace.c > /usr/src/sys/i386/linux/linux_ptrace.c: In function `linux_proc_read_fpxregs': > /usr/src/sys/i386/linux/linux_ptrace.c:225: structure has no member named `p_sflag' : > Stop in /usr/src. > ------------- > I also tried it with a GENERIC kernel config, modified to include "options COMPAT_LINUX". > It fails with the same error as above. > Anyone else had this problem? anyone else able to compile a kernel with Linux compat successfully? I have same problem, too. CPU_ENABLE_SSE(or I686_CPU) was enabled, so it's causes this problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message