| Summary: | 4-STABLE kernel build fails on netinet6/in6_rmx.c | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Dylan Carlson <absinthe> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.7-PRERELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
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. State Changed From-To: open->closed Closed at originators request. |
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: