From owner-freebsd-hackers Tue May 16 4:22:14 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id 4140B37B77C for ; Tue, 16 May 2000 04:22:10 -0700 (PDT) (envelope-from K.J.Koster@kpn.com) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #42699) with ESMTP id <01JPGWJIVKFM0002W1@research.kpn.com> for freebsd-hackers@freebsd.org; Tue, 16 May 2000 13:22:08 +0200 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id ; Tue, 16 May 2000 13:22:05 +0100 Content-return: allowed Date: Tue, 16 May 2000 13:21:58 +0100 From: "Koster, K.J." Subject: 3.4 make world dies on groff To: 'FreeBSD Hackers mailing list' Message-id: <59063B5B4D98D311BC0D0001FA7E4522026D752D@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Hackers, I have the problem that make world does not grok groff. Please find the final messages of the compilation at the end of this e-mail. I've cvsupped last night, just before the "make world", so I guess my source tree must be sane. I've disabled softupdates, and -pipe, but that makes no difference. I assume that something in my box is seriously broken. I don't think it's hardware, because it dies reproducably at the exact same spot under different loads (i.e. I ran some other compiles in parallel with the make world, and I saw no other strangeness.) What can I do to get groff to build for me? Kees Jan ============================================== You are only young once, but you can stay immature all your life c++ -I/usr/obj/usr/src/tmp/usr/include/g++ -O -I/usr/src/gnu/usr.bin/groff/troff/../include -fno-for-scope -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_STDLIB_H=1 -DUNISTD_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1 -DSTDIO_H_DECLARES_POPEN=1 -DSTDIO_H_DECLARE_PCLOSE=1 -DHAVE_CC_LIMITS_H=1 -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DSYS_SIGLIST_DECLARED=1 -I/usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/include -fno-for-scope -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/env.cc c++ -I/usr/obj/usr/src/tmp/usr/include/g++ -O -I/usr/src/gnu/usr.bin/groff/troff/../include -fno-for-scope -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_STDLIB_H=1 -DUNISTD_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1 -DSTDIO_H_DECLARES_POPEN=1 -DSTDIO_H_DECLARE_PCLOSE=1 -DHAVE_CC_LIMITS_H=1 -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DSYS_SIGLIST_DECLARED=1 -I/usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/include -fno-for-scope -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/node.cc c++ -I/usr/obj/usr/src/tmp/usr/include/g++ -O -I/usr/src/gnu/usr.bin/groff/troff/../include -fno-for-scope -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_STDLIB_H=1 -DUNISTD_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1 -DSTDIO_H_DECLARES_POPEN=1 -DSTDIO_H_DECLARE_PCLOSE=1 -DHAVE_CC_LIMITS_H=1 -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DSYS_SIGLIST_DECLARED=1 -I/usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/include -fno-for-scope -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/input.cc /usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/input.cc: In function `static void input_stack::end_file()': /usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/input.cc:56 6: Internal compiler error. /usr/src/gnu/usr.bin/groff/troff/../../../../contrib/groff/troff/input.cc:56 6: Please submit a full bug report to `bug-g++@prep.ai.mit.edu'. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message