From owner-trustedbsd-discuss@FreeBSD.ORG Mon Mar 20 15:08:54 2006 Return-Path: X-Original-To: trustedbsd-discuss@freebsd.org Delivered-To: trustedbsd-discuss@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7EC316A422 for ; Mon, 20 Mar 2006 15:08:54 +0000 (UTC) (envelope-from dingo@microbsd.net) Received: from bastille.optimhosts.com (bastille.optimhosts.com [203.177.161.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9255C43D6B for ; Mon, 20 Mar 2006 15:08:51 +0000 (GMT) (envelope-from dingo@microbsd.net) Received: from localhost (bastille.local [127.0.0.1]) by bastille.optimhosts.com (Postfix) with ESMTP id 595778C84D4 for ; Mon, 20 Mar 2006 23:04:33 +0800 (PHT) Received: from bastille.optimhosts.com ([127.0.0.1]) by localhost (bastille.optimhosts.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04960-01 for ; Mon, 20 Mar 2006 23:04:07 +0800 (PHT) Received: by bastille.optimhosts.com (Postfix, from userid 125) id 03A3A8C89D6; Mon, 20 Mar 2006 18:28:13 +0800 (PHT) Received: from [192.168.2.106] (unknown [210.213.197.25]) by bastille.optimhosts.com (Postfix) with ESMTP id 555198C8984 for ; Fri, 17 Mar 2006 18:13:04 +0800 (PHT) From: Dingo To: trustedbsd-discuss@FreeBSD.org Content-Type: text/plain Date: Fri, 17 Mar 2006 18:16:22 +0000 Message-Id: <1142619382.96750.6.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at bastille.optimhosts.com Subject: SEBSD MAC Kernel build - AMD64 X-BeenThere: trustedbsd-discuss@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD General Discussion List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2006 15:08:54 -0000 seems x86 kernel and world build fine on the SEBSD tree as of today, so the devfs issues seems resolved. At least ive booted a MAC kernel on x86. make world builds/installs okay on AMD64 also, but building a MAC kernel doesnt work. cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /usr/src/sys/amd64/amd64/trap.c /usr/src/sys/amd64/amd64/trap.c: In function `syscall': /usr/src/sys/amd64/amd64/trap.c:828: warning: passing arg 2 of `mac_thread_syscall_enter' from incompatible pointer type /usr/src/sys/amd64/amd64/trap.c:833: warning: passing arg 2 of `mac_thread_syscall_exit' from incompatible pointer type /usr/src/sys/amd64/amd64/trap.c:840: warning: passing arg 2 of `mac_thread_syscall_enter' from incompatible pointer type /usr/src/sys/amd64/amd64/trap.c:845: warning: passing arg 2 of `mac_thread_syscall_exit' from incompatible pointer type *** Error code 1 Stop in /usr/obj/usr/src/sys/MAC.