Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Apr 2018 07:50:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 227195] kernel build fail with vesa without sc
Message-ID:  <bug-227195-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227195

            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@FreeBSD.org
          Reporter: rozhuk.im@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 Extens=
ions
(VBE)
device          dpms                    #m DPMS suspend & resume via VESA B=
IOS
options         X86BIOS                 #m x86 real mode BIOS emulator,
required by atkbdc/dpms/vesa


# vt is the new video console driver
device          vt                      #b=20
device          vt_vga                  #b VGA
device          vt_efifb                #b EFI framebuffer
options         TERMINAL_NORM_ATTR      =3D (FG_GREEN|BG_BLACK) # def to
SC_NORM_ATTR
options         TERMINAL_KERN_ATTR      =3D (FG_YELLOW|BG_BLACK) # def to
SC_KERNEL_CONS_ATTR

but does not contain:
device          sc

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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