Date: Sat, 05 Jan 2002 13:30:50 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: Beech Rintoul <akbeech@anchoragerescue.org> Cc: freebsd-current@freebsd.org Subject: Re: kernel build fails Message-ID: <566.1010230250@axl.seasidesoftware.co.za> In-Reply-To: Your message of "Thu, 03 Jan 2002 15:47:20 -0900." <20020104004720.9078DB2@nebula.anchoragerescue.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 03 Jan 2002 15:47:20 -0900, Beech Rintoul wrote: > I got the following trying to build -current today: > > NM=nm OBJFORMAT=elf sh /usr/src/sys/kern/genassym.sh genassym.o > assym.s > perl5 /usr/src/sys/kern/vnode_if.pl -h /usr/src/sys/kern/vnode_if.src > Global symbol "$FreeBSD" requires explicit package name at > /usr/src/sys/kern/vnode_if.pl line 82. > Use of $* is deprecated at /usr/src/sys/kern/vnode_if.pl line 82. > Global symbol "$FreeBSD" requires explicit package name at > /usr/src/sys/kern/vnode_if.pl line 98. > Execution of /usr/src/sys/kern/vnode_if.pl aborted due to compilation errors. > *** Error code 255 Yeah, that script was committed untested. :-( Try the untested patch included below. Ciao, Sheldon. Index: vnode_if.pl =================================================================== RCS file: /home/ncvs/src/sys/kern/vnode_if.pl,v retrieving revision 1.28 diff -u -d -r1.28 vnode_if.pl --- vnode_if.pl 4 Jan 2002 05:27:47 -0000 1.28 +++ vnode_if.pl 5 Jan 2002 11:30:16 -0000 @@ -84,7 +84,7 @@ * This file is produced automatically. * Do not modify anything in here by hand. * - * Created from $FreeBSD: src/sys/kern/vnode_if.pl,v 1.28 2002/01/04 05:27:47 silby Exp $ + * Created from \$FreeBSD: src/sys/kern/vnode_if.pl,v 1.28 2002/01/04 05:27:47 silby Exp $ */ extern struct vnodeop_desc vop_default_desc; @@ -100,7 +100,7 @@ * This file is produced automatically. * Do not modify anything in here by hand. * - * Created from $FreeBSD: src/sys/kern/vnode_if.pl,v 1.28 2002/01/04 05:27:47 silby Exp $ + * Created from \$FreeBSD: src/sys/kern/vnode_if.pl,v 1.28 2002/01/04 05:27:47 silby Exp $ */ #include <sys/param.h> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?566.1010230250>