From owner-freebsd-current Thu Nov 2 11:32:34 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA12665 for current-outgoing; Thu, 2 Nov 1995 11:32:34 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA12660 for ; Thu, 2 Nov 1995 11:32:31 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id GAA00243; Fri, 3 Nov 1995 06:30:02 +1100 Date: Fri, 3 Nov 1995 06:30:02 +1100 From: Bruce Evans Message-Id: <199511021930.GAA00243@godzilla.zeta.org.au> To: bmk@dtr.com, jfieber@indiana.edu Subject: Re: make world failed with -current Cc: current@FreeBSD.org, rgrimes@gndrsh.aac.dev.com, roberto@keltia.freenix.fr, vince@apollo.COSC.GOV Sender: owner-current@FreeBSD.org Precedence: bulk >I've encountered several other problems building -current on a 2.0.5 >system. I've found workarounds for all of them except one. >gnu/usr.bin/groff/pic won't build, it complains of an unterminated >character constant. (This is using sources obtained via CTM on Oct. >31). >|cc -O -I. -I/usr/src/gnu/usr.bin/groff/pic/../include -DHAVE_UNISTD_H=1 >|-DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_SYS_DIR_H=1 >|-DHAVE_CC_LIMITS_H=1 -DHAVE_CC_UNISTD_H=1 -DSTDLIB_H_DECLARES_GETOPT=1 >|-DUNISTD_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1 >|-DSTDIO_H_DECLARES_POPEN=1 -DSTDIO_H_DECLARE_PCLOSE=1 -DRETSIGTYPE=void >|-DHAVE_MMAP=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DHAVE_SYS_SIGLIST=1 -c >|pic.c >|pic.y:1630: unterminated character constant >|*** Error code 1 pic.c shouldn't exist. groff/Makefile.cfg contains a .y.cc rule that is supposed to produce pic.cc. It has always worked here. Bruce