Date: Mon, 23 Dec 2002 12:29:15 -0800 (PST) From: mmca@2531.org To: sparc64@FreeBSD.org Subject: libncurses/ GCC 3.2.1 Message-ID: <200212232029.gBNKTFJ8083008@one.2531.org>
next in thread | raw e-mail | index | archive | help
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 </usr/src/lib/libncurses/../../contrib/ncurses/include/curses.h.in >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 </usr/src/lib/libncurses/../../contrib/ncurses/include/MKterm.h.awk.in >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 </usr/src/lib/libncurses/../../contrib/ncurses/include/termcap.h.in >termcap.h -e "/@NCURSES_MAJOR@/s%%5%" -e "/@NCURSES_MINOR@/s%%2%" -e "/@NCURSES_CONST@/s%%const%" -e "/@NCURSES_OSPEED@/s%%short%"
sed </usr/src/lib/libncurses/../../contrib/ncurses/include/unctrl.h.in >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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212232029.gBNKTFJ8083008>
