On Sun, 28 Aug 2005 19:28:23 -0400, Dan Starr wrote:
> Hey guys,
>
> I bugged you recently about not being able to build the into pages for
> sbcl-0.9.2. The problem, in fact, recurs with 9.3 and 9.4. I got this
> ...
>
> cd tests && sh run-tests.sh
>
> ...
>
> fflush error on stdout
> /usr/bin/texi2dvi: line 599: tex: command not found
> /usr/bin/texi2dvi: tex exited with bad status, quitting.
> /usr/bin/texi2dvi: see sbcl.log for errors.
> make: *** [sbcl.dvi] Error 1
> ~/downloads/sbcl-0.9.4/doc/manual:
>
>
> I wrote you about this and you responded that texinfo was not installed
> on my machine and how to build making html pages only.
From the bits of log you post here this looks more like _tex_ wasn't
found.
> I got the latest texinfo, and in installing it I found bits and pieces
> of an earlier texinfo, and perhaps had had all of it before anyhow.
> Instead of entering this: cd doc/manual && make ...
>
> I entered these: cd doc/manual
> make info
>
> and it completed like this:
>
> ; compilation unit finished
> ; caught 2 STYLE-WARNING conditions ; loading system definition from ;
> /Users/dan/downloads/sbcl-0.9.4/contrib/systems/sb-rotate-byte.asd into
> ; #<PACKAGE "ASDF4001">
> ; registering #<SYSTEM SB-ROTATE-BYTE {40A400D1}> as SB-ROTATE-BYTE
> /creating package-locks.texi-temp
> makeinfo -I "docstrings/" -I ../../contrib/ sbcl.texinfo makeinfo -I
> "docstrings/" -I ../../contrib/ asdf.texinfo
> ~/downloads/sbcl-0.9.4/doc/manual:
>
> I am not a Unix expert, but I think there is some kind of shell trouble
> encountered with &&
??? This is pretty standard Unix shell, it runs _at least_ with
zsh, csh, tcsh, ksh and bash (just tested). What makes you think
that '&&' is the problem?
BTW, Do not debug a build process by manually CDing into a subdirectory
and invoking make. These makefiles depend on environment variables set
from the main makefile.
HTH Ralf Mattes
> Please advise.
>
>
>
> ------------------------------------------------------- SF.Net email is
> Sponsored by the Better Software Conference & EXPO September 19-22, 2005
> * San Francisco, CA * Development Lifecycle Practices Agile &
> Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement *
> http://www.sqe.com/bsce5sf
|