[Bug 227195] kernel build fail with vesa without sc
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 2 07:50:51 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227195
Bug ID: 227195
Summary: kernel build fail with vesa without sc
Product: Base System
Version: 11.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: kern
Assignee: freebsd-bugs at FreeBSD.org
Reporter: rozhuk.im at gmail.com
...
linking kernel.full
vesa.o: In function `vesa_unload':
/usr/src/sys/dev/fb/vesa.c:1945: undefined reference to `vesa_unload_ioctl'
vesa.o: In function `vesa_configure':
/usr/src/sys/dev/fb/vesa.c:1169: undefined reference to `vesa_load_ioctl'
--- kernel.full ---
*** [kernel.full] Error code 1
...
Kernel conf contain:
# Video
device vga #m VGA video card driver
options VESA #o Add support for VESA BIOS Extensions
(VBE)
device dpms #m DPMS suspend & resume via VESA BIOS
options X86BIOS #m x86 real mode BIOS emulator,
required by atkbdc/dpms/vesa
# vt is the new video console driver
device vt #b
device vt_vga #b VGA
device vt_efifb #b EFI framebuffer
options TERMINAL_NORM_ATTR = (FG_GREEN|BG_BLACK) # def to
SC_NORM_ATTR
options TERMINAL_KERN_ATTR = (FG_YELLOW|BG_BLACK) # def to
SC_KERNEL_CONS_ATTR
but does not contain:
device sc
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list