Date: Tue, 3 Jan 2006 01:11:10 GMT From: Florian Heigl <freebsd_floh@deranfangvomen.de> To: freebsd-gnats-submit@FreeBSD.org Subject: i386/91250: make buildworld netgraph/build.c failure Message-ID: <200601030111.k031BAMH008751@www.freebsd.org> Resent-Message-ID: <200601030120.k031K9OK087726@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91250 >Category: i386 >Synopsis: make buildworld netgraph/build.c failure >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 03 01:20:08 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Florian Heigl >Release: 6.0-RELEASE #0 >Organization: >Environment: FreeBSD carryall.intern.blutmeer.de 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: I cvsupped sources as of today, and tried running a make buildworld, which will repeatedly break in libnetgraph/debug.c. The system was installed from 6.0-RELEASE install iso and this is the first update for it. error message: ===> lib/libnetgraph (all) cc -O2 -fno-strict-aliasing -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2 k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar ith -Wno-uninitialized -c /usr/src/lib/libnetgraph/sock.c cc -O2 -fno-strict-aliasing -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2 k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar ith -Wno-uninitialized -c /usr/src/lib/libnetgraph/msg.c cc -O2 -fno-strict-aliasing -pipe -Wsystem-headers -Werror -Wall -Wno-format-y2 k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar ith -Wno-uninitialized -c /usr/src/lib/libnetgraph/debug.c /usr/src/lib/libnetgraph/debug.c:161: error: `NGM_SPLIT_COOKIE' undeclared here (not in a function) /usr/src/lib/libnetgraph/debug.c:161: error: initializer element is not constant /usr/src/lib/libnetgraph/debug.c:161: error: (near initialization for `cookies[3 3].cookie') /usr/src/lib/libnetgraph/debug.c:161: error: initializer element is not constant /usr/src/lib/libnetgraph/debug.c:161: error: (near initialization for `cookies[3 3]') /usr/src/lib/libnetgraph/debug.c:162: error: initializer element is not constant /usr/src/lib/libnetgraph/debug.c:162: error: (near initialization for `cookies[3 4]') /usr/src/lib/libnetgraph/debug.c:163: error: initializer element is not constant /usr/src/lib/libnetgraph/debug.c:163: error: (near initialization for `cookies[3 5]') /usr/src/lib/libnetgraph/debug.c:164: error: initializer element is not constant /usr/src/lib/libnetgraph/debug.c:164: error: (near initialization for `cookies[3 6]') /usr/src/lib/libnetgraph/debug.c:165: error: initializer element is not constant /usr/src/lib/libnetgraph/debug.c:165: error: (near initialization for `cookies[3 7]') /usr/src/lib/libnetgraph/debug.c:166: error: initializer element is not constant /usr/src/lib/libnetgraph/debug.c:166: error: (near initialization for `cookies[3 8]') /usr/src/lib/libnetgraph/debug.c:167: error: initializer element is not constant /usr/src/lib/libnetgraph/debug.c:167: error: (near initialization for `cookies[3 9]') /usr/src/lib/libnetgraph/debug.c:174: error: initializer element is not constant /usr/src/lib/libnetgraph/debug.c:174: error: (near initialization for `cookies[4 0]') *** Error code 1 Stop in /usr/src/lib/libnetgraph. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. >How-To-Repeat: unknown, but please note that there was one mail about the very same error message to the freebsd lists in november already (by a different person). See http://www.nabble.com/make-buildworld-error-with-libnetgraph-p1509798.html >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601030111.k031BAMH008751>