From owner-freebsd-sparc Mon Dec 23 12:27:51 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B17F437B401 for ; Mon, 23 Dec 2002 12:27:48 -0800 (PST) Received: from one.2531.org (w005.z064003115.lax-ca.dsl.cnc.net [64.3.115.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A4B143EF2 for ; Mon, 23 Dec 2002 12:27:43 -0800 (PST) (envelope-from mmca@2531.org) Received: from 2531.org (localhost.2531.org [127.0.0.1]) by one.2531.org (8.12.6/8.12.6) with ESMTP id gBNKTFJ8083008 for ; Mon, 23 Dec 2002 12:29:19 -0800 (PST) (envelope-from mmca@2531.org) Message-Id: <200212232029.gBNKTFJ8083008@one.2531.org> Date: Mon, 23 Dec 2002 12:29:15 -0800 (PST) From: mmca@2531.org Subject: libncurses/ GCC 3.2.1 To: sparc64@FreeBSD.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I have not been able to buildworld since the 20021222 gcc correction. -M ===> lib/libncurses sh /usr/src/lib/libncurses/../../contrib/ncurses/include/MKhashsize.sh /usr/src/lib/libncurses/../../contrib/ncurses/include/Caps > hashsize.h AWK=awk sh /usr/src/lib/libncurses/../../contrib/ncurses/include/MKncurses_def.sh /usr/src/lib/libncurses/../../contrib/ncurses/include/ncurses_defs > ncurses_def.h sed curses.head -e "/@BROKEN_LINKER@/s%%0%" -e "/@HAVE_VSSCANF@/s%%1%" -e "/@NCURSES_CONST@/s%%const%" -e "/@NCURSES_MAJOR@/s%%5%" -e "/@NCURSES_MINOR@/s%%2%" -e "/@NCURSES_PATCH@/s%%20020615%" -e "/@NCURSES_CH_T@/s%%chtype%" -e "/@NCURSES_EXT_FUNCS@/s%%1%" -e "/@NCURSES_LIBUTF8@/s%%0%" -e "/@NCURSES_MBSTATE_T@/s%%0%" -e "s%@cf_cv_1UL@%1UL%g" -e "s%@cf_cv_builtin_bool@%1%g" -e "s%@cf_cv_cc_bool_type@%0%g" -e "s%@cf_cv_shift_limit@%32%g" -e "s%@cf_cv_header_stdbool_h@%1%g" -e "s%@cf_cv_type_of_bool@%unsigned char%g" -e "s%@cf_cv_typeof_chtype@%long%g" -e "s%@cf_cv_widec_shift@%8%g" -e "s/ _WCHAR_T/ __wchar_t/g" -e "s/ _WINT_T/ __wint_t/g" cat curses.head > curses.h.new AWK=awk _POSIX2_VERSION=199209 sh /usr/src/lib/libncurses/../../contrib/ncurses/include/MKkey_defs.sh /usr/src/lib/libncurses/../../contrib/ncurses/include/Caps >> curses.h.new awk: division by zero source line number 36 awk: syntax error at source line 28 context is >>> maxkey=; <<< awk: illegal statement at source line 29 awk: syntax error at source line 28 context is >>> maxkey=; <<< awk: illegal statement at source line 29 awk: syntax error at source line 28 context is >>> maxkey=; <<< awk: illegal statement at source line 29 cat /usr/src/lib/libncurses/../../contrib/ncurses/include/curses.tail >> curses.h.new mv -f curses.h.new curses.h sed MKterm.h.awk -e "/@NCURSES_MAJOR@/s%%5%" -e "/@NCURSES_MINOR@/s%%2%" -e "/@NCURSES_CONST@/s%%const%" -e "/@NCURSES_XNAMES@/s%%1%" awk -f MKterm.h.awk /usr/src/lib/libncurses/../../contrib/ncurses/include/Caps > term.h.new sh /usr/src/lib/libncurses/../../contrib/ncurses/include/edit_cfg.sh /usr/src/lib/libncurses/ncurses_cfg.h term.h.new ** edit: HAVE_TCGETATTR 1 ** edit: HAVE_TERMIOS_H 1 ** edit: HAVE_TERMIO_H 0 ** edit: BROKEN_LINKER 0 mv -f term.h.new term.h sed termcap.h -e "/@NCURSES_MAJOR@/s%%5%" -e "/@NCURSES_MINOR@/s%%2%" -e "/@NCURSES_CONST@/s%%const%" -e "/@NCURSES_OSPEED@/s%%short%" sed unctrl.h -e "/@NCURSES_MAJOR@/s%%5%" -e "/@NCURSES_MINOR@/s%%2%" cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -DMAIN_PROGRAM /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c In file included from /usr/src/lib/libncurses/ncurses_cfg.h:142, from /usr/src/contrib/ncurses/ncurses/curses.priv.h:55, from /usr/src/contrib/ncurses/ncurses/tinfo/comp_hash.c:40: ncurses_def.h:8:9: no macro name given in #ifndef directive ncurses_def.h:36:33: warning: extra tokens at end of #ifndef directive ncurses_def.h:40:33: warning: extra tokens at end of #ifndef directive ncurses_def.h:400:25: warning: extra tokens at end of #ifndef directive ncurses_def.h:436:25: warning: extra tokens at end of #ifndef directive ncurses_def.h:440:25: warning: extra tokens at end of #ifndef directive ncurses_def.h:444:25: warning: extra tokens at end of #ifndef directive In file included from /usr/src/contrib/ncurses/ncurses/tinfo/comp_hash.c:40: /usr/src/contrib/ncurses/ncurses/curses.priv.h:182:1: warning: "USE_SCROLL_HINTS" redefined In file included from /usr/src/lib/libncurses/ncurses_cfg.h:142, from /usr/src/contrib/ncurses/ncurses/curses.priv.h:55, from /usr/src/contrib/ncurses/ncurses/tinfo/comp_hash.c:40: ncurses_def.h:501:1: warning: this is the location of the previous definition In file included from /usr/src/contrib/ncurses/ncurses/curses.priv.h:253, from /usr/src/contrib/ncurses/ncurses/tinfo/comp_hash.c:40: term.h:274:2: #endif without #if *** Error code 1 Stop in /usr/src/lib/libncurses. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 sol# uname -a FreeBSD sol.2531.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Dec 22 12:09:24 PST 2002 mmca@sol.2531.org:/usr/obj/usr/src/sys/SOL sparc64 sol# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message