Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 1997 11:52:27 -0800 (PST)
From:      Simon Shapiro <Shimon@i-Connect.Net>
To:        freebsd-hackers@freebsd.org, freebsd-bugs@freebsd.org
Subject:   RELENG_2_2 fails to build
Message-ID:  <XFMail.970217131427.Shimon@i-Connect.Net>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.970217131427.Shimon>