From owner-freebsd-hackers Mon Feb 17 12:15:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA11490 for hackers-outgoing; Mon, 17 Feb 1997 12:15:35 -0800 (PST) Received: from sendero.i-connect.net ([206.190.144.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA11461; Mon, 17 Feb 1997 12:15:16 -0800 (PST) Received: (from shimon@localhost) by sendero.i-connect.net (8.8.5/8.8.4) id NAA21205; Mon, 17 Feb 1997 13:14:28 -0800 (PST) Message-ID: X-Mailer: XFMail 1.1-alpha [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 17 Feb 1997 11:52:27 -0800 (PST) Organization: iConnect Corp. From: Simon Shapiro To: freebsd-hackers@freebsd.org, freebsd-bugs@freebsd.org Subject: RELENG_2_2 fails to build Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I did: cd /usr/src rm -rf * cvs -t checkout -rRELENG_2_2 . nohup make world > world.out 2>&1& I get: ... ===> libregex/doc awk -f /usr/src/gnu/lib/libregex/doc/include.awk -vsource=/usr/src/gnu/lib/libregex/doc/../regex.h < /usr/src/gnu/lib/libregex/doc/xregex.texi | expand >regex.texi makeinfo --no-split -I /usr/src/gnu/lib/libregex/doc regex.texi -o regex.info regex.texi:2214: itemize requires an argument: the formatter for @item. regex.texi:2236: itemize requires an argument: the formatter for @item. regex.texi:2254: itemize requires an argument: the formatter for @item. regex.texi:2271: itemize requires an argument: the formatter for @item. regex.texi:2308: itemize requires an argument: the formatter for @item. regex.texi:2323: itemize requires an argument: the formatter for @item. regex.texi:2346: itemize requires an argument: the formatter for @item. Making info file `regex.info' from `regex.texi'. *** Error code 2 Stop. Inspection of lib/gnu/libregex/xregex.texi reveals that these are valid. I changed @itemize to @itemize @bullet And it compiles, locally, correctly. Questions: Where is my mistake? how can I ``make world'', continuing from where it left off? Thanx. Simon