Dear Qian,

On Sun, 30 Jun 2024, Qian Yun wrote:
Do you agree that following patch fix this?

- Qian

diff --git a/src/doc/Makefile.in b/src/doc/Makefile.in
index be40c60c..215dfa32 100644
--- a/src/doc/Makefile.in
+++ b/src/doc/Makefile.in
@@ -666,7 +666,7 @@
 tmp/vp-knot3.input: knot3.input ${INPUT_EXTRA_INPUT}
        cp $< $@

-${HTEX_VIEWPORTS_STAMP}: tmp/stamp-%: tmp/vp-%.input
+${HTEX_VIEWPORTS_STAMP}: tmp/stamp-%: tmp/vp-%.input ${INPUT_EXTRA_INPUT}
        unset DAASE; FRICAS=${FRICAS}; export FRICAS; \
                echo ")read $<" | FRICAS_INITFILE='' ${XVFB} \
                  ${FRICAS}/bin/fricas -noht -noclef > /dev/null

Yes! Now it works.

I'm the maintainer of the fricas package in gentoo linux. Now I'm trying to add the USE flag "doc" to fricas-1.3.11.ebuild.

I'll add this patch. The next problem is that X is needed. I hope that the eclass virtualx (the function virtx in which startx a new Xvfb session and runs a command in it) will help.

Many thanks,
Andrey

--
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/d5fe56bd-7821-c227-6bd0-38b70a11ea5%40starnew.inp.nsk.su.

Reply via email to