From owner-freebsd-geom@FreeBSD.ORG Thu May 3 19:32:53 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 0D4B516A408 for ; Thu, 3 May 2007 19:32:53 +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 8C88713C487 for ; Thu, 3 May 2007 19:32:52 +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 1Hjh2p-00019K-Hw; Thu, 03 May 2007 22:32:51 +0300 Date: Thu, 3 May 2007 22:33:07 +0300 From: deniswork@uzvik.kiev.ua X-Mailer: The Bat! (v3.0.1.33) Professional X-Priority: 3 (Normal) Message-ID: <1847971490.20070503223307@uzvik.kiev.ua> To: =?ISO-8859-1?Q?Arne_W=F6rner?= In-Reply-To: <595427.43219.qm@web30304.mail.mud.yahoo.com> References: <1679825767.20070503221804@uzvik.kiev.ua> <595427.43219.qm@web30304.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-geom@freebsd.org Subject: Re[6]: 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 19:32:53 -0000 I see in your output line: /usr/src/sbin/geom/class/raid5/../../misc/subr.c -o subr.So But I have: [root@82 /usr/src/sbin/geom/class/raid5]# ls ../../ class > --- deniswork@uzvik.kiev.ua wrote: >> I feel it didn't compiled: >> [root@82 /lib/geom]# cd /usr/src/sbin/geom/class/raid5 >> [root@82 /usr/src/sbin/geom/class/raid5]# make && make install >> Warning: Object directory not changed from original >> /usr/src/sbin/geom/class/raid5 >> [root@82 /usr/src/sbin/geom/class/raid5]# ls /lib/geom/ >> geom_concat.so geom_label.so geom_nop.so geom_shsec.so >> geom_eli.so geom_mirror.so geom_raid3.so geom_stripe.so >> [root@82 /usr/src/sbin/geom/class/raid5]# >>=20 > Hmm... > What is in /usr/src/sbin/geom/class/raid5 ? > Maybe it helps, when u do a "make clean" first? > Then it should look like this: > neo# cd /usr/src/sbin/geom/class/raid5 > neo# make clean > rm -f graid5.8.gz graid5.8.cat.gz > rm -f geom_raid5.So subr.So geom_raid5.so subr.so geom_raid5.So.tmp subr.= So.tmp > rm -f geom_raid5.so > neo# make depend > neo# make > Warning: Object directory not changed from original > /usr/src/sbin/geom/class/raid5 > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe=20 > -I/usr/src/sbin/geom/class/raid5/../.. -Wsystem-headers -Werror -Wall > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-st= rings > -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winl= ine > -Wnested-externs -Wredundant-decls -c geom_raid5.c -o geom_raid5.So > make installcc -fpic -DPIC -O2 -fno-strict-aliasing -pipe=20 > -I/usr/src/sbin/geom/class/raid5/../.. -Wsystem-headers -Werror -Wall > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-st= rings > -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winl= ine > -Wnested-externs -Wredundant-decls -c > /usr/src/sbin/geom/class/raid5/../../misc/subr.c -o subr.So