FPCUPDLX typically errors out with number 512 for me, but sometimes, there's other errors. This is after the dependencies it prints out as being missing are successfully installed.
Ah, that sounds familiar. Sequoia, I presume ?
Should not happen but it does.
Have you (also) tried with the pre-release of FPCUpDeluxe and does it act in a similar manner ? Is there a detailed (error) log somewhere to be able to have a look at ?
I've probably never seen it fail on macOS, but it consistently fails on the Linux'es I've tried it on.
Here's a few logs for you, based on the latest pre-release version (and 4 GB VM RAM, as Alf had determined 2 GB RAM would itself break the process).
All OS's below are aarch64.
Debian 12.6:After running "
sudo apt-get install libx11-dev libgtk2.0-dev libcairo2-dev libpango1.0-dev libxtst-dev libgdk-pixbuf2.0-dev libatk1.0-dev libghc-x11-dev make binutils git gdb" successfully, we get:
Edit: It worked! Seems like a recent fix.
Ubuntu 24.04:fpcupdlx itself doesn't run. Qt5 doesn't launch at all, GTK2 causes a floating point error upon launch and fails shortly thereafter.
Got to say, Ubuntu aarch64 really seems to have a thing out for Lazarus compiled apps!Edit: I'll be trying more OS's later, it seems Qt5 Pascal library installations might be required for Qt5 scenario testing, too (so fpcupdlx launches properly). Would also be helpful to refresh tests on x86_64, too.