From owner-freebsd-i386@FreeBSD.ORG Tue Jan 3 01:20:13 2006 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C5E16A422 for ; Tue, 3 Jan 2006 01:20:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F77843D66 for ; Tue, 3 Jan 2006 01:20:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k031K9ux087729 for ; Tue, 3 Jan 2006 01:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k031K9OK087726; Tue, 3 Jan 2006 01:20:09 GMT (envelope-from gnats) Resent-Date: Tue, 3 Jan 2006 01:20:09 GMT Resent-Message-Id: <200601030120.k031K9OK087726@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Florian Heigl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E82116A41F for ; Tue, 3 Jan 2006 01:11:11 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49EB043D5D for ; Tue, 3 Jan 2006 01:11:11 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k031BA0O008752 for ; Tue, 3 Jan 2006 01:11:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k031BAMH008751; Tue, 3 Jan 2006 01:11:10 GMT (envelope-from nobody) Message-Id: <200601030111.k031BAMH008751@www.freebsd.org> Date: Tue, 3 Jan 2006 01:11:10 GMT From: Florian Heigl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/91250: make buildworld netgraph/build.c failure X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2006 01:20:13 -0000 >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: