From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 6 20:30:07 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FA2116A41F for ; Fri, 6 Jan 2006 20:30:07 +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 84DFF43D45 for ; Fri, 6 Jan 2006 20:30:06 +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 k06KU6sr017346 for ; Fri, 6 Jan 2006 20:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k06KU6RW017345; Fri, 6 Jan 2006 20:30:06 GMT (envelope-from gnats) Resent-Date: Fri, 6 Jan 2006 20:30:06 GMT Resent-Message-Id: <200601062030.k06KU6RW017345@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasholomew Yashinski Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 547F516A41F for ; Fri, 6 Jan 2006 20:21:50 +0000 (GMT) (envelope-from yashy@yashy.com) Received: from mail.yashy.com (mail.yashy.com [206.248.137.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id C969143D48 for ; Fri, 6 Jan 2006 20:21:49 +0000 (GMT) (envelope-from yashy@yashy.com) Received: by mail.yashy.com (Postfix, from userid 1001) id BBDD461AA; Fri, 6 Jan 2006 15:22:29 -0500 (EST) Message-Id: <20060106202229.BBDD461AA@mail.yashy.com> Date: Fri, 6 Jan 2006 15:22:29 -0500 (EST) From: Yasholomew Yashinski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/91419: X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yasholomew Yashinski List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2006 20:30:07 -0000 >Number: 91419 >Category: kern >Synopsis: >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 06 20:30:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: >Release: >Organization: Confidential: no Synopsis: libnetgraph/debug.c error Severity: non-critical Priority: medium >Environment: >Description: Submitter-Id: current-users Originator: Yasholomew Yashinski Class: sw-bug Release: FreeBSD 6.0-STABLE sparc64 Environment: FreeBSD proksie.yashy.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Wed Nov 2 22:33:15 UTC 2005 root@s-dallas.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 Description: libnetgraph/debug.c error. I see this was submitted as "i386/91250: make buildworld netgraph/build.c failure" however this issue is also occuring on sparc64. from /usr/src# make buildkernel=COLONEL [snip] sed -e 's%@TERMINFO@%/usr/share/misc/terminfo%g' -e 's%@NCURSES_OSPEED@%short%g ' < curs_window.3 | gzip -cn > curs_window.3.gz cat /usr/src/lib/libncurses/../../contrib/ncurses/man/ncurses.3x > ncurses.3 sed -e 's%@TERMINFO@%/usr/share/misc/terminfo%g' -e 's%@NCURSES_OSPEED@%short%g ' < ncurses.3 | gzip -cn > ncurses.3.gz ===> lib/libnetgraph (all) Warning: Object directory not changed from original /usr/src/lib/libnetgraph 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 debug.c debug.c:161: error: `NGM_SPLIT_COOKIE' undeclared here (not in a function) debug.c:161: error: initializer element is not constant debug.c:161: error: (near initialization for `cookies[33].cookie') debug.c:161: error: initializer element is not constant debug.c:161: error: (near initialization for `cookies[33]') debug.c:162: error: initializer element is not constant debug.c:162: error: (near initialization for `cookies[34]') debug.c:163: error: initializer element is not constant debug.c:163: error: (near initialization for `cookies[35]') debug.c:164: error: initializer element is not constant debug.c:164: error: (near initialization for `cookies[36]') debug.c:165: error: initializer element is not constant debug.c:165: error: (near initialization for `cookies[37]') debug.c:166: error: initializer element is not constant debug.c:166: error: (near initialization for `cookies[38]') debug.c:167: error: initializer element is not constant debug.c:167: error: (near initialization for `cookies[39]') debug.c:174: error: initializer element is not constant debug.c:174: error: (near initialization for `cookies[40]') *** 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: Try to compile /usr/src/lib/libnetgraph/debug.c >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: