On 11/01/2022 08.25, Michael Tokarev wrote:
1. try qemu 6.2 (qemu-user-static is self-contained, more or less, so
    it can be installed on earlier debian releases too)

same behavior :-(

2. try to figure out what exactly is failing in there:

support/Systemcall.cpp (276): Systemcall: 'python3 -tt "/usr/share/lyx/configure.py" --binary-dir="/usr/bin/"' finished with exit code -1

# t=$(mktemp -d) && cd $t && python3 -tt "/usr/share/lyx/configure.py" 
--binary-dir="/usr/bin/" ; cd -

Succeeds :-(

But if that command gets executed from lyx, we are in the realm of Qt::Process.
Perhaps if I find time, I can try to extract a minimized example only doing 
that call...


Andreas

Reply via email to