Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Oct 2002 23:31:54 -0400 (EDT)
From:      Dylan Carlson <absinthe@pobox.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/43573: 4-STABLE kernel build fails on netinet6/in6_rmx.c 
Message-ID:  <20021002033154.C101122E05@laredo.retrovertigo.com>

next in thread | raw e-mail | index | archive | help

>Number:         43573
>Category:       kern
>Synopsis:       4-STABLE kernel build fails on netinet6/in6_rmx.c
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 01 20:40:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dylan Carlson
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD laredo.retrovertigo.com 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #8: Sun Sep 15 19:25:20 EDT 2002 root@laredo.retrovertigo.com:/usr/obj/usr/src/sys/LAREDO i386

>Description:
	
  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:

>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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