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>
next in thread | previous in thread | raw e-mail | index | archive | help
--1giRMj6yz/+FOIRq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 27, 2002 at 07:11:41AM +0700, - wrote: > =3D=3D=3D> VLAN > mkdir -p /usr/obj/usr/src/sys > cd /usr/src/sys/i386/conf; > PATH=3D/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 >=20 > Stop in /usr/src. > *** Error code 1 >=20 >=20 >=20 > 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 --1giRMj6yz/+FOIRq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9lKFNWry0BWjoQKURAqgDAKDgBqarzkcljB8rxZKK67s27rq7zgCgvGMu 11fXxCmgOgFGie2hpmlmzSY= =fCOb -----END PGP SIGNATURE----- --1giRMj6yz/+FOIRq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020927181957.GG56586>