NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/45083: Releng ticket 1633 on the netbsd-5 branch causes a build failure
>Number: 45083
>Category: kern
>Synopsis: Releng ticket 1633 on the netbsd-5 branch causes a build
>failure
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Jun 19 00:40:00 +0000 2011
>Originator: David H. Gutteridge
>Release: 5.1_STABLE
>Organization:
>Environment:
NetBSD arcusvii.nonus-porta.net 5.1_STABLE NetBSD 5.1_STABLE (ARCUSVII) #30:
Tue Apr 5 21:10:16 EDT 2011
disciple%arcusvii.nonus-porta.net@localhost:/home/disciple/netbsd-5/usr/src/sys/arch/i386/compile/obj/ARCUSVII
i386
>Description:
Application of ticket 1633 to the netbsd-5 branch has caused the
following build failure for me. domain_sysctllog is not defined
in the resulting uipc_domain.c netbsd-5 source.
--- uipc_domain.o ---
# compile ARCUSVII/uipc_domain.o
/home/disciple/netbsd-5/usr/src/obj/tooldir.NetBSD-5.1_STABLE-i386/bin/i386--netbsdelf-gcc
-pipe -O2 -march=pentium -mmmx -msse -msse2 -msse3 -mfpmath=sse -ffreestanding
-fno-zero-initialized-in-bss -pipe -O2 -march=pentium -mmmx -msse -msse2 -msse3
-mfpmath=sse -std=gnu99 -fno-strict-aliasing -Werror -Wall -Wno-main
-Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes
-Wstrict-prototypes -Wswitch -Wshadow -Wcast-qual -Wwrite-strings
-Wno-unreachable-code -Wno-sign-compare -Wno-pointer-sign -Wno-attributes
-Wextra -Wno-unused-parameter -Werror -Di386 -I.
-I/home/disciple/netbsd-5/usr/src/sys/../common/include
-I/home/disciple/netbsd-5/usr/src/sys/arch
-I/home/disciple/netbsd-5/usr/src/sys -nostdinc -DLKM -DMAXUSERS=64 -D_KERNEL
-D_KERNEL_OPT
-I/home/disciple/netbsd-5/usr/src/sys/lib/libkern/../../../common/lib/libc/quad
-I/home/disciple/netbsd-5/usr/src/sys/lib/libkern/../../../common/lib/libc/string
-I/home/disciple/netbsd-5/usr/src/sys/lib/libkern/../../../common/li
b/libc/arch/i386/string
-I/home/disciple/netbsd-5/usr/src/sys/../common/include
-I/home/disciple/netbsd-5/usr/src/sys/dist/pf
-I/home/disciple/netbsd-5/usr/src/sys/external/bsd/drm/dist/bsd-core
-I/home/disciple/netbsd-5/usr/src/sys/external/bsd/drm/dist/shared-core
-I/home/disciple/netbsd-5/usr/src/sys/dist/ipf -c
/home/disciple/netbsd-5/usr/src/sys/kern/uipc_domain.c
/home/disciple/netbsd-5/usr/src/sys/kern/uipc_domain.c: In function
'sysctl_net_setup':
/home/disciple/netbsd-5/usr/src/sys/kern/uipc_domain.c:499: error:
'domain_sysctllog' undeclared (first use in this function)
/home/disciple/netbsd-5/usr/src/sys/kern/uipc_domain.c:499: error: (Each
undeclared identifier is reported only once
/home/disciple/netbsd-5/usr/src/sys/kern/uipc_domain.c:499: error: for each
function it appears in.)
*** [uipc_domain.o] Error code 1
1 error
nbmake: stopped in
/home/disciple/netbsd-5/usr/src/sys/arch/i386/compile/obj/ARCUSVII
ERROR: Failed to make all in
/home/disciple/netbsd-5/usr/src/sys/arch/i386/compile/obj/ARCUSVII
*** BUILD ABORTED ***
>How-To-Repeat:
Update source tree to the netbsd-5 branch as of today.
Attempt to compile a kernel.
>Fix:
Revert the changes made in 1633.
Home |
Main Index |
Thread Index |
Old Index