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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message