On Wed, Sep 02, 2020 at 10:42:46AM +0200, Ralf Hemmecke wrote:
> >> I would like that some persons try out the following.
> >>
> >> git clone https://github.com/hemmecke/fricas.git
> >> cd fricas && ./configure && make
> >> cd src/doc
> >> time make -j8 localhtml
> > 
> > No rules to make target localhtml (or something like that - french message)
> > even with 'make html'
> > 
> > :-)
> 
> Arrrhhhh... ich should have pushed it to the master branch. Try the
> following:
> 
> git clone https://github.com/hemmecke/fricas.git
> cd fricas
> git checkout formatted                   <---- ADDED
> ./configure && make
> cd src/doc
> time make -j8 localhtml

For me build fails:

cd tmp/sphinx && make html
make[2]: Wejscie do katalogu 
'/mnt/lv0/fricas/axp8/rh3/fricas/src/doc/tmp/sphinx'
/bin/sh: 1: sphinx-build: not found
Makefile:20: polecenia dla obiektu 'html' nie powiodly sie
make[2]: *** [html] Blad 127
make[2]: Opuszczenie katalogu 
'/mnt/lv0/fricas/axp8/rh3/fricas/src/doc/tmp/sphinx'
Makefile:799: polecenia dla obiektu 'stamp-build-html' nie powiodly sie
make[1]: *** [stamp-build-html] Blad 2
make[1]: *** Oczekiwanie na niezakonczone zadania....

Core thing is clear: I do not have 'sphinx-build' on my machine.
But intead a simply failing, I got a runaway process that used
100% of one core (I gave it 20 minutes and there was no visible
progress, so I do not think it was merely slow).

Clearly one should have requesed tools (which I do not have on
this machine), but failure should be a bit cleaner...

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20200902135714.GA35504%40math.uni.wroc.pl.

Reply via email to