Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2008 09:47:23 +1300
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Darren Reed <darrenr@freebsd.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src UPDATING src/share/man/man4 Makefile src/sys/modules/geom/geom_linux_lvm Makefile src/sys/conf NOTES files options
Message-ID:  <20080220204723.GA73514@heff.fud.org.nz>
In-Reply-To: <47BC806F.90208@freebsd.org>
References:  <200802200750.m1K7oDY2095705@repoman.freebsd.org> <47BC806F.90208@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 20, 2008 at 11:33:03AM -0800, Darren Reed wrote:
> Andrew Thompson wrote:
>> thompsa     2008-02-20 07:50:13 UTC
>>
>>   FreeBSD src repository
>>
>>   Modified files:
>>     .                    UPDATING     share/man/man4       Makefile     
>> sys/conf             NOTES files options   Added files:
>>     sys/modules/geom/geom_linux_lvm Makefile   Log:
>>   Rename geom_lvm(4) to geom_linux_lvm(4).
>>     Requested by:   des, phk
>>     Revision  Changes    Path
>>   1.520     +4 -0      src/UPDATING
>>   1.409     +1 -1      src/share/man/man4/Makefile
>>   1.1467    +1 -1      src/sys/conf/NOTES
>>   1.1269    +1 -1      src/sys/conf/files
>>   1.618     +1 -1      src/sys/conf/options
>>   1.1       +8 -0      src/sys/modules/geom/geom_linux_lvm/Makefile (new)
>>   
>
> When I try to do a "make buildkernel", I see this:
>
> mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE 
> -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq 
> -I/usr/obj/source/local/20022008/sys/GENERIC 
> /source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label.c 
> /source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_ext2fs.c 
> /source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_iso9660.c 
> /source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_msdosfs.c 
> /source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_ntfs.c 
> /source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_reiserfs.c 
> /source/local/20022008/sys/modules/geom/geom_label/../../../geom/label/g_label_ufs.c
> ===> geom/geom_lvm (depend)
> @ -> /source/local/20022008/sys
> machine -> /source/local/20022008/sys/i386/include
> make: don't know how to make g_lvm.c. Stop
> *** Error code 2
>
> Related?

Yes, there was a shortish window where I forgot to commit
sys/modules/Makefile, should be good now.


Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080220204723.GA73514>