Le 08/11/2021 à 11:20, Jean-Marc Lasgouttes a écrit :
Le 08/11/2021 à 11:03, Jean-Pierre Chrétien a écrit :
Dear developers

I upgraded my Debian yesterday and I tested compilation and execution of master and 2.3.7dev.

Compilation and display of the UserGuide run flawlessly on master.

On 2.3.x, I first checked the fr.po file status and when I ran the make lyx-2.3.7dev.pot-update in the po dir of the build directory, I got in the following error:

/bin/sh: 1: /usr/bin/python: not found
make: *** [Makefile:774 : qt4_l10n.pot] Erreur 127

This is for José, right?

I guess so.



So I created a link:

sudo ln -s /usr/bin/python3 /usr/bin/python

and the problem was solved.

The I compiled lyx-2.3.7dev all right with QT5 (QT4 fails).

However, when compiling the pdf of the UserGuide, none of the svgz icons could be converted, so the padf dispaly failed with a pdf image not found. Here is first of the error messages:

convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/421.
/usr/local/share/lyx-2.3.7dev/scripts/convertDefault.py ERROR
Execution of "convert" failed.

Do you have rsvg-convert intalled (in librsvg2-bin package here).

No I hadn't. So I installed librsvg2-bin, reconfigured LyX and it seems that the situation is worse : the conversion does not even seem to take place.


This "convert" situation is really horrible, I do not understand that there is no workaround yet.

As the problem seems to be gone with master, I guess that such a workaround won't be needed in the (near?) future.
But why is the behavior different between 2.3.7 and 2.4.0?

--
Jean-Pierre
--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to