From owner-freebsd-stable Sun Feb 23 10:29:53 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 980A537B401 for ; Sun, 23 Feb 2003 10:29:51 -0800 (PST) Received: from fsp1.physik.ruhr-uni-bochum.de (fsp1.physik.ruhr-uni-bochum.de [134.147.168.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8226C43F3F for ; Sun, 23 Feb 2003 10:29:50 -0800 (PST) (envelope-from strattbo@fsp1.physik.ruhr-uni-bochum.de) Received: (from strattbo@localhost) by fsp1.physik.ruhr-uni-bochum.de (8.11.6/8.11.6/SuSE Linux 0.5) id h1NITrl15445 for stable@freebsd.org; Sun, 23 Feb 2003 19:29:53 +0100 Date: Sun, 23 Feb 2003 19:29:53 +0100 From: Thomas Stratmann To: stable@freebsd.org Subject: Build of texinfo/makeinfo and others broken? Message-ID: <20030223192953.A15351@fsp1.physik.ruhr-uni-bochum.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, make buildworld stops on makeinfo as shown below. The same strange things happen for other tools in gnu/ , just makeinfo is the first of them to be hit by buildworld. That line 543 probably should expand to '"/usr/share/locale";' which should be a legal C NOP. Maybe quoting is wrong on the way to the cc commandline so the '"' are dropped or something. I searched the archives but found nothing related, so I seem to be the only one to have this problem. It's not unlikely that some config files are broken (had severe fs damage after hardware related crashes; fsck did its best). Sources are -stable from a few days ago. Any ideas? Cheers Thomas Stratmann ===> gnu/usr.bin/texinfo/makeinfo cc -O -pipe -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -D__FBSDID=__RCSID -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/makeinfo.c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/makeinfo.c: In function `main': /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/makeinfo/makeinfo.c:543: syntax error before `/' *** Error code 1 Stop in /usr/src/gnu/usr.bin/texinfo/makeinfo. *** Error code 1 Stop in /usr/src/gnu/usr.bin/texinfo. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message