From owner-freebsd-geom@FreeBSD.ORG Thu May 3 19:20:55 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 3D6FA16A507 for ; Thu, 3 May 2007 19:20:55 +0000 (UTC) (envelope-from arne_woerner@yahoo.com) Received: from web30304.mail.mud.yahoo.com (web30304.mail.mud.yahoo.com [209.191.69.66]) by mx1.freebsd.org (Postfix) with SMTP id 07D7A13C455 for ; Thu, 3 May 2007 19:20:54 +0000 (UTC) (envelope-from arne_woerner@yahoo.com) Received: (qmail 44435 invoked by uid 60001); 3 May 2007 19:20:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=jcrutvv7VrzZlOMLNJ4iMaD/QWTPG5H4DUR7yGdxuuZ0ol6a3rH26ngahswWxIEtWAElOPjLmzuQRm6q46lf/gH9iei/XH3/55eisZAZhIb/pfszTiMjj340AlLsIulBXcIA+kAKWoiMpTDxevpr6ESKn8qazDThdAnRSlc4/W8=; X-YMail-OSG: O49FuBQVM1lGrMmr8AsBn1TvM8PtBXMd6S9FHUBkcTGRwfucOz3yedtMw.M6XwzjrQ-- Received: from [213.54.174.204] by web30304.mail.mud.yahoo.com via HTTP; Thu, 03 May 2007 12:20:54 PDT Date: Thu, 3 May 2007 12:20:54 -0700 (PDT) From: Arne "Wörner" To: deniswork In-Reply-To: <1679825767.20070503221804@uzvik.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <595427.43219.qm@web30304.mail.mud.yahoo.com> Cc: freebsd-geom@freebsd.org Subject: Re: Re[4]: graid5 compilation problem X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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:20:55 -0000 --- 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]# > 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 -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-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c geom_raid5.c -o geom_raid5.So make installcc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -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-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /usr/src/sbin/geom/class/raid5/../../misc/subr.c -o subr.So building shared library geom_raid5.so gzip -cn graid5.8 > graid5.8.gz neo# make install install -s -o root -g wheel -m 444 geom_raid5.so /lib/geom install -o root -g wheel -m 444 graid5.8.gz /usr/share/man/man8 /sbin/graid5 -> /sbin/geom neo# ls .depend geom_raid5.So geom_raid5.so graid5.8.gz Makefile geom_raid5.c graid5.8 subr.So __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com