Bug 22959

Summary: Kernel compilation faillure (syscons related)
Product: Base System Reporter: coolvibe <coolvibe>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-RELEASE   
Hardware: Any   
OS: Any   

Description coolvibe 2000-11-19 17:10:02 UTC
Kernel compilation fails when specifying SC_NORM_REV_ATTR in schistory.c

How-To-Repeat: 
specify SC_NORM_REV_ATTR=("FG_WHITE|BG_RED") (or whatever you fancy) and
just configure and build the kernel. Compilation will fail
Comment 1 Peter Pentchev 2000-11-19 17:45:20 UTC
On Sun, Nov 19, 2000 at 06:07:52PM +0100, coolvibe@xs4all.nl wrote:
> 
> >Number:         22959
> >Category:       kern
> >Synopsis:       Kernel compilation faillure (syscons related)
> >Originator:     Emiel Kollof
> >Release:        FreeBSD 4.1-RELEASE i386
> >Organization:
> >Environment:
> 
> Standard 4.1-RELEASE installation, tested on two different machines.
> 
> >Description:
> 
> Kernel compilation fails when specifying SC_NORM_REV_ATTR in schistory.c
> 
> >How-To-Repeat:
> 
> specify SC_NORM_REV_ATTR=("FG_WHITE|BG_RED") (or whatever you fancy) and
> just configure and build the kernel. Compilation will fail

I cannot reproduce this on a 4.1.1-STABLE (4.2-BETA) system;  I have just
rebooted with a freshly-compiled kernel after I added the following line:

options         SC_NORM_REV_ATTR="(FG_WHITE|BG_RED)"

to my kernel config file.

Can you try updating your system to -STABLE and see if the problem persists?
Also, you have not specified the exact error the build dies with; can you
paste the last few lines of the 'make' output (basically, everything after
the last line starting with 'cc -c -O')?

G'luck,
Peter

-- 
This sentence contains exactly threee erors.
Comment 2 coolvibe 2000-11-21 07:49:34 UTC
Problem solved, guess my problem was between the screen and the chair...

Move along now, nothing to see here :)  

Cheers,
Emiel
-- 
"If you can count your money, you don't have a billion dollars."
		-- J. Paul Getty
Comment 3 Sheldon Hearn freebsd_committer freebsd_triage 2000-11-21 09:45:49 UTC
State Changed
From-To: open->closed

PEBKAC :-)