From owner-freebsd-current Sat Jul 27 16:02:36 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA10818 for current-outgoing; Sat, 27 Jul 1996 16:02:36 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA10795; Sat, 27 Jul 1996 16:02:32 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id QAA23177; Sat, 27 Jul 1996 16:02:25 -0700 (PDT) To: dyson@freebsd.org cc: current@freebsd.org Subject: New wierdness since latest VM kernel. Date: Sat, 27 Jul 1996 16:02:24 -0700 Message-ID: <23173.838508544@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A make world now falls over randomly, though always with a shell script spontaneously deciding that it's not happy with life, like so: chroot-> make sgmlfmt -f html /usr/src/share/doc/handbook/handbook.sgml /usr/bin/sgmlfmt: 30: Syntax error: "{" unexpected (expecting "then") *** Error code 2 Stop. chroot-> make sgmlfmt -f html /usr/src/share/doc/handbook/handbook.sgml generating handbook.html... The second time it succeeds, for no discernable reason, and may fail again later. Any ideas? Jordan