Bug 43573

Summary: 4-STABLE kernel build fails on netinet6/in6_rmx.c
Product: Base System Reporter: Dylan Carlson <absinthe>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.7-PRERELEASE   
Hardware: Any   
OS: Any   

Description Dylan Carlson 2002-10-02 04:40:04 UTC
	
  cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter  -D_KERNEL -include opt_global.h -elf  -mpreferred-stack-boundary=2  /usr/src/sys/netinet6/in6_rmx.c
  {standard input}: Assembler messages:
  {standard input}:828: Error: expected comma after name `__set_sysctl_set_sym_sysctl___net_ine' in .size directive
  {standard input}:828: Warning: rest of line ignored; first ignored character is ``'
  *** Error code 1

How-To-Repeat:   make custom kernel.   my changes vs GENERIC:
  
  options         MAXDSIZ="(256*1024*1024)"
  options         MAXSSIZ="(256*1024*1024)"
  options         DFLDSIZ="(256*1024*1024)"
  makeoptions     DEBUG=-g           
  options         CPU_ENABLE_SSE
  options         CPU_ATHLON_SSE_HACK
  options         USER_LDT           
  device          pcm
  device          pass
  
  >Fix:
Comment 1 Dylan Carlson 2002-10-07 01:29:47 UTC
Please close.

I have no idea why, but it failed in a different spot after a 2nd try, and 
finally after a reboot and a 3rd try, it compiled fine.  Strange behavior.
Comment 2 Johan Karlsson freebsd_committer freebsd_triage 2002-10-25 10:01:26 UTC
State Changed
From-To: open->closed

Closed at originators request.