Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 1997 08:25:22 +0100 (MET)
From:      Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
To:        bde@zeta.org.au (Bruce Evans)
Cc:        freebsd-bugs@freebsd.org, freebsd-hackers@freebsd.org, Shimon@i-Connect.Net
Subject:   Re: RELENG_2_2 fails to build
Message-ID:  <199702180725.IAA24654@ghpc6.ihf.rwth-aachen.de>
In-Reply-To: <199702180232.NAA21716@godzilla.zeta.org.au> from Bruce Evans at "Feb 18, 97 01:32:08 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote:
> >  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.
> 
> >Questions:  Where is my mistake?

Do you have /usr/local/bin/makeinfo in your $PATH, maybe from teTeX?
If so, add a line `MAKEINFO=/usr/bin/makeinfo' to /etc/make.conf and
try again. The bsd.*.mk files should probably define absolute pathnames
for all binaries they use.

tg



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