Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2002 11:19:57 -0700
From:      Kris Kennaway <kris@obsecurity.org>
To:        - <riki@maiser.unila.ac.id>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: make buildkernel error
Message-ID:  <20020927181957.GG56586@xor.obsecurity.org>
In-Reply-To: <20020927070811.M4015-100000@maiser.unila.ac.id>
References:  <20020927070811.M4015-100000@maiser.unila.ac.id>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Fri, Sep 27, 2002 at 07:11:41AM +0700, - wrote:

> ===> VLAN
> mkdir -p /usr/obj/usr/src/sys
> cd /usr/src/sys/i386/conf;
> PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
> config  -d /usr/obj/usr/src/sys/VLAN  /usr/src/sys/i386/conf/VLAN
> config: /usr/src/sys/i386/conf/VLAN:76: devices with zero units are not
> likely to be correct
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> 
> 
> so.. what's the meaning of "devices with zero units are not likely to be
> correct" and how i fix this problem ?

It means you need to fix your kernel file to be compatible with 5.0.

In this instance, it's talking about things like:

device foo0

which needs to be changed to:

device foo.

Compare with the GENERIC and NOTES files for changed config syntax.
It might be easier to just start again from GENERIC and add back what
you want.

Kris

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9lKFNWry0BWjoQKURAqgDAKDgBqarzkcljB8rxZKK67s27rq7zgCgvGMu
11fXxCmgOgFGie2hpmlmzSY=
=fCOb
-----END PGP SIGNATURE-----
help

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