From owner-freebsd-geom@FreeBSD.ORG Thu May 3 17:30:46 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60C2016A401 for ; Thu, 3 May 2007 17:30:46 +0000 (UTC) (envelope-from deniswork@uzvik.kiev.ua) Received: from utel1.besthosting.in.ua (besthosting.in.ua [213.186.116.70]) by mx1.freebsd.org (Postfix) with ESMTP id 20BAC13C4BC for ; Thu, 3 May 2007 17:30:45 +0000 (UTC) (envelope-from deniswork@uzvik.kiev.ua) Received: from [195.69.168.153] (helo=andrew.nolan) by utel1.besthosting.in.ua with esmtpa (Exim 4.60) (envelope-from ) id 1Hjeqg-00023W-Kd for freebsd-geom@freebsd.org; Thu, 03 May 2007 20:12:10 +0300 Date: Thu, 3 May 2007 20:12:26 +0300 From: deniswork@uzvik.kiev.ua X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <1003497296.20070503201226@uzvik.kiev.ua> To: freebsd-geom@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: graid5 compilation problem X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: deniswork List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 May 2007 17:30:46 -0000 Hi, I want migrate(after two after-reboot-crashes) from gvinum to graid5. I take graid5 from this url: http://home.tiscali.de/cmdr_faako/geom_raid5.tbz and trying to compile it using this guide: http://www.freenas.org/downloads/docs/devel-docs/#d0e689 kernel module compiles OK. , but i meet troubles when I trying to compile geom_raid5.c [root@82 /usr/src/sbin/geom/class/raid5]# cd /usr/src/sbin/geom/class/raid5/ [root@82 /usr/src/sbin/geom/class/raid5]# [root@82 /usr/src/sbin/geom/class/raid5]# mkdir /usr/include/geom/raid5 [root@82 /usr/src/sbin/geom/class/raid5]# [root@82 /usr/src/sbin/geom/class/raid5]# cp /usr/src/sys/geom/raid5/g_raid5.h /usr/include/geom/raid5/ [root@82 /usr/src/sbin/geom/class/raid5]# [root@82 /usr/src/sbin/geom/class/raid5]# make depend [root@82 /usr/src/sbin/geom/class/raid5]# [root@82 /usr/src/sbin/geom/class/raid5]# make Warning: Object directory not changed from original /usr/src/sbin/geom/class/raid5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [root@82 /usr/src/sbin/geom/class/raid5]# [root@82 /usr/src/sbin/geom/class/raid5]# make install [root@82 /usr/src/sbin/geom/class/raid5]# and after this graid5(at /sbin/graid5 and at any other location) doesn't created : ( Can you please help me solve this problem?