From owner-freebsd-current@FreeBSD.ORG Sat Oct 15 14:03:50 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C40C16A420 for ; Sat, 15 Oct 2005 14:03:50 +0000 (GMT) (envelope-from therion@ninth-art.de) Received: from mail.ninth-art.de (coruscant.ninth-art.de [81.169.134.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9655B43D45 for ; Sat, 15 Oct 2005 14:03:48 +0000 (GMT) (envelope-from therion@ninth-art.de) Received: (qmail 28713 invoked from network); 15 Oct 2005 16:03:47 +0200 Received: from 84.60.19.213 by coruscant (envelope-from , uid 201) with qmail-scanner-1.25st (clamdscan: 0.87/1134. spamassassin: 3.0.4. perlscan: 1.25st. Clear:RC:0(84.60.19.213):SA:0(-1.2/5.0):. Processed in 9.675071 secs); 15 Oct 2005 14:03:47 -0000 X-Spam-Status: No, hits=-1.2 required=5.0 Received: from dslb-084-060-019-213.pools.arcor-ip.net (HELO ?84.60.19.213?) (therion@ninth-art.de@84.60.19.213) by coruscant.ninth-art.de with AES256-SHA encrypted SMTP; 15 Oct 2005 16:03:37 +0200 Message-ID: <43510C33.80205@ninth-art.de> Date: Sat, 15 Oct 2005 16:03:31 +0200 From: Georg Bege User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051003) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: latest XFS patch doesnt work on RELENG_6 anymore X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: therion@ninth-art.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 14:03:50 -0000 Hi I'm trying to patch my recently fetched RELENG_6 src/sys. I managed to get it to work some time ago on FreeBSD 6.0-BETA5. But now while performing make depend I get: [ more stuff cut out ] ../../../gnu/fs/xfs/xfs_iomap.c:60:23: xfs_error.h: No such file or directory ../../../gnu/fs/xfs/xfs_iomap.c:61:24: xfs_itable.h: No such file or directory ../../../gnu/fs/xfs/xfs_iomap.c:62:20: xfs_rw.h: No such file or directory ../../../gnu/fs/xfs/xfs_iomap.c:63:21: xfs_acl.h: No such file or directory ../../../gnu/fs/xfs/xfs_iomap.c:64:21: xfs_cap.h: No such file or directory ../../../gnu/fs/xfs/xfs_iomap.c:65:21: xfs_mac.h: No such file or directory ../../../gnu/fs/xfs/xfs_iomap.c:66:22: xfs_attr.h: No such file or directory ../../../gnu/fs/xfs/xfs_iomap.c:67:26: xfs_buf_item.h: No such file or directory ../../../gnu/fs/xfs/xfs_iomap.c:68:29: xfs_trans_space.h: No such file or directory ../../../gnu/fs/xfs/xfs_iomap.c:69:23: xfs_utils.h: No such file or directory ../../../gnu/fs/xfs/xfs_iomap.c:70:23: xfs_iomap.h: No such file or directory ../../../gnu/fs/xfs/xfs_behavior.c:33:17: xfs.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/i386/compile/FORTUNA. So I assume that the latest XFS patch doesnt work anymore on 6.x? I tried it also with 7-CURRENT but got the same shit above, I think its a path problem but not sure how to fix it and its just strange since it worked to me just a couple of days before. Another problem is that it isnt possible to build xfs.ko (as descriped @http://people.freebsd.org/~rodrigc/xfs/) because the /usr/src/sys/modules/xfs/Makefile is lacking completly. ( I managed to satisfy the building routine by copying another Makefile into the modules/xfs directory - so that I was able to build xfs into my last kernel ) I tried it now various times and also on a complete clean /usr/src directory while /usr/obj was completly clean too. No luck - is xfs for FreeBSD still maintained and developed? I hope that anybody can give me at least a hint what Im doing wrong. cheers Georg