Subject: kern/33519: I can not complete "config GENERIC" in NetBSD-current kernel.
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <fenicottero@gmail.com>
List: netbsd-bugs
Date: 05/20/2006 17:20:00
>Number: 33519
>Category: kern
>Synopsis: I can not complete "config GENERIC" in NetBSD-current kernel.
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat May 20 17:20:00 +0000 2006
>Originator: Oleg Pilyavets
>Release: NetBSD 3.0
>Organization:
Moscow Institute of Physics and Technology
>Environment:
NetBSD spinor.triniti.nat 3.0 NetBSD 3.0 (MYKERNEL) #4: Mon May 8 08:29:16 MSD 2006 root@spinor.triniti.nat:/usr/src/sys/arch/i386/compile/MYKERNEL i386
>Description:
I can not compile NetBSD-current kernel on my NetBSD 3.0 (stable) system.
>How-To-Repeat:
You should take a file
ftp.netbsd.org/pub/NetBSD/NetBSD-current/tar_files/src/sys.tar.gz
and then complete the next commands:
cd /usr
tar zxf /path_to/sys.tar.gz
cd /usr/src/sys/arch/i386/conf
config GENERIC
This leads to resault:
../../../../net/files.pf:18: syntax error
../../../../net/files.pf:19: syntax error
../../../../net/files.pf:20: syntax error
*** Stop.
Or must I "make buildworld" on my system to set the latest kernel?
>Fix: