Date: Thu, 3 May 2007 22:33:07 +0300 From: deniswork@uzvik.kiev.ua To: =?ISO-8859-1?Q?Arne_W=F6rner?= <arne_woerner@yahoo.com> Cc: freebsd-geom@freebsd.org Subject: Re[6]: graid5 compilation problem Message-ID: <1847971490.20070503223307@uzvik.kiev.ua> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1847971490.20070503223307>