From owner-freebsd-fs@FreeBSD.ORG Fri Feb 20 04:11:39 2004 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43ED416A4CE; Fri, 20 Feb 2004 04:11:39 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id D05E743D2D; Fri, 20 Feb 2004 04:11:38 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.10/8.12.10/NinthNine) with ESMTP id i1KCBbXh087403 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Feb 2004 21:11:37 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 20 Feb 2004 21:11:37 +0900 (JST) Message-Id: <200402201211.i1KCBbXh087403@sakura.ninth-nine.com> From: Norikatsu Shigemura To: fs@FreeBSD.org X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: yar@FreeBSD.org Subject: Cannot build hfs-freebsd-03p1 on 5-current X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 12:11:39 -0000 Hum.. I can't compile hfs-freebsd-03p1 on 5-current. Anyone, do you know this fix? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $ cd /tmp $ tar xvfz hfs-freebsd-03p1.tar.gz $ cd hfs-freebsd-03p1 $ make : : cc -O -fno-ident -pipe -march=pentium3 -I/tmp/hfs-freebsd-03p1/freebsd/hfs/../../darwin/xnu/bsd -I/tmp/hfs-freebsd-03p1/freebsd/hfs/../../darwin/xnu/bsd/hfs -I/tmp/hfs-freebsd-03p1/freebsd/hfs/../../darwin/xnu/bsd/hfs/hfscommon/headers -D_KERNEL -DKLD_MODULE -nostdinc -I- -I/tmp/hfs-freebsd-03p1/freebsd/hfs/../../darwin/xnu/bsd -I/tmp/hfs-freebsd-03p1/freebsd/hfs/../../darwin/xnu/bsd/hfs -I/tmp/hfs-freebsd-03p1/freebsd/hfs/../../darwin/xnu/bsd/hfs/hfscommon/headers -I. -I@ -I@/../include -I/usr/include -finline-limit=15000 -fno-common -g -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -c /tmp/hfs-freebsd-03p1/freebsd/hfs/../../darwin/xnu/bsd/hfs/hfs_readwrite.c /tmp/hfs-freebsd-03p1/darwin/xnu/bsd/hfs/hfs_readwrite.c: In function `hfs_write': /tmp/hfs-freebsd-03p1/darwin/xnu/bsd/hfs/hfs_readwrite.c:341: error: structure has no member named `p_rlimit' /tmp/hfs-freebsd-03p1/darwin/xnu/bsd/hfs/hfs_readwrite.c: In function `hfs_bmap': /tmp/hfs-freebsd-03p1/darwin/xnu/bsd/hfs/hfs_readwrite.c:976: warning: enumeration value `RL_NOOVERLAP' not handled in switch *** Error code 1 Stop in /tmp/hfs-freebsd-03p1/freebsd/hfs. *** Error code 1 Stop in /tmp/hfs-freebsd-03p1/freebsd. *** Error code 1 Stop in /tmp/hfs-freebsd-03p1. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -