Oh, there seems to be a problem with my current OS installation (xubuntu
26.04). When I compile the fricas documentation, it ends in the following.
Any hints of how to fix this? Obviously a Ghostscript problem. :-(
Ralf
PS: Oh, that seems to be a problem with the ramdisk (which is my build
directory).
$ cd /dev/shm/hemmecke/fricas/b/src/doc/tmp/knot3.VIEW
$ epstopdf image.ps foo1.pdf
GPL Ghostscript 10.06.0: **** Could not open the file foo1.pdf .
**** Unable to open the initial device, quitting.
$ epstopdf image.ps ~/foo1.pdf
# No problem with the last command. And the output is fine.
I have no idea how to fix that problem.
Hmmm... the same setup worked fine on xubuntu 24.04.
====================================================================
echo timestamp > tmp/stamp-ug10
echo timestamp > tmp/stamp-ug08
echo timestamp > tmp/stamp-ug01
mkdir -p tmp
cat tmp/ZDSOLVE.spool | gawk -f
/home/hemmecke/g/fricas-bisect/fricas/src/doc/spool2tex.awk >
tmp/ZDSOLVE.tex
mkdir -p tmp
cat tmp/LEXTRIPK.spool | gawk -f
/home/hemmecke/g/fricas-bisect/fricas/src/doc/spool2tex.awk >
tmp/LEXTRIPK.tex
echo timestamp > tmp/stamp-ug07
echo timestamp > stamp-book-viewports
cp /home/hemmecke/g/fricas-bisect/fricas/src/doc/png/*.png tmp/
for f in tmp/*.VIEW/image.ps; do \
epstopdf $f --outfile=`echo $f | sed 's/VIEW.*/pdf/'`; \
done
GPL Ghostscript 10.06.0: **** Could not open the file tmp/23DColA.pdf .
**** Unable to open the initial device, quitting.
epstopdf ($Id: epstopdf.pl 71777 2024-07-11 21:24:57Z karl $) 2.36
!!! Error: Writing to gs failed, error code 1
GPL Ghostscript 10.06.0: **** Could not open the file tmp/23DColB.pdf .
**** Unable to open the initial device, quitting.
epstopdf ($Id: epstopdf.pl 71777 2024-07-11 21:24:57Z karl $) 2.36
!!! Error: Writing to gs failed, error code 1
--
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 visit
https://groups.google.com/d/msgid/fricas-devel/056db052-da45-42f0-b4c0-078dfdb8a67e%40hemmecke.org.