Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Sep 2000 11:55:39 +0200 (CEST)
From:      Michal Mertl <mime@traveller.cz>
To:        freebsd-stable@freebsd.org
Subject:   temporarily solved my problem buildworlding
Message-ID:  <Pine.BSO.4.21.0009011150370.22159-100000@prg.traveller.cz>

next in thread | raw e-mail | index | archive | help
I had problem updating ever since 4.1-RC1. Reinstalled 4.1-R (fromatting
disk), but after several buildworlds the problem reappeared. Build world
fails when building usr.bin/kdump with lots of errors like this:
ioctl.c:65: `M_VESA_CG1280x1024' undeclared (first use in this function)

I found, where these definitions are and added the correct include to
usr.bin/kdump/mkioctls.

diff mkioctls.bak mkioctls
41a40
<       print "#include <sys/fbio.h>"

It solved my problem, although after next cvsup it's again there.

Hope someone with the same problem will benefit from it.

-- 
Michal Mertl
mime@traveller.cz




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSO.4.21.0009011150370.22159-100000>