Date: Sun, 23 Feb 2003 19:29:53 +0100 From: Thomas Stratmann <strattbo@fsp1.physik.ruhr-uni-bochum.de> To: stable@freebsd.org Subject: Build of texinfo/makeinfo and others broken? Message-ID: <20030223192953.A15351@fsp1.physik.ruhr-uni-bochum.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030223192953.A15351>