From owner-freebsd-amd64@FreeBSD.ORG Fri Dec 12 23:59:00 2003 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 108EA16A4CE for ; Fri, 12 Dec 2003 23:59:00 -0800 (PST) Received: from qeylIS.klingons.de (qeylIS.klingons.de [195.143.213.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4549543D31 for ; Fri, 12 Dec 2003 23:58:58 -0800 (PST) (envelope-from gebhart@qeylIS.klingons.de) Received: from qeylIS.klingons.de (snake@localhost [127.0.0.1]) hBD7wuCk099994 for ; Sat, 13 Dec 2003 08:58:56 +0100 (CET) (envelope-from gebhart@qeylIS.klingons.de) Received: (from gebhart@localhost) by qeylIS.klingons.de (8.12.9p2/8.12.9/Submit) id hBD7wt8n099993 for freebsd-amd64@FreeBSD.ORG; Sat, 13 Dec 2003 08:58:55 +0100 (CET) (envelope-from gebhart) Date: Sat, 13 Dec 2003 08:58:55 +0100 From: Ralf Gebhart To: freebsd-amd64@FreeBSD.ORG Message-ID: <20031213075855.GM64240@snake.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Scanned-By: MIMEDefang 2.38 Subject: vinum X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 07:59:00 -0000 Has anyone tried to make vinum run yet on amd64 FreeBSD? I get compile errors when I try to build a kernel with it: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=20000 -fno-strict-aliasing -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/dev/vinum/vinum.c /usr/src/sys/dev/vinum/vinum.c: In function `vinumattach': /usr/src/sys/dev/vinum/vinum.c:136: error: structure has no member named `p_intr_nesting_level' /usr/src/sys/dev/vinum/vinum.c:143: error: structure has no member named `p_intr_nesting_level' /usr/src/sys/dev/vinum/vinum.c:150: error: structure has no member named `p_intr_nesting_level' /usr/src/sys/dev/vinum/vinum.c:162: error: structure has no member named `p_intr_nesting_level' *** Error code 1 Stop in /usr/obj/usr/src/sys/TS. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Am I doing something wrong or is vinum simply not available yet in FreeBSD/amd64 ? -- Ralf 'Snake' Gebhart