<div dir="ltr"><div>Hello, it's easy to reproduce this using Docker, no need for VMWare or qemu or any VM for that matter.</div><div><br></div>I am using Docker (from a M1 macbook) creating a clean container every time for reproducibility, and I am testing these different scenarios:<br><br>1) Buster: doesn't work, tries to install version 3.0.4:<br>$ docker run -it --rm debian:buster sh -c 'apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y fp-compiler'<br><br>2) Bullseye: doesn't work, tries to install version 3.2.0:<br>$ docker run -it --rm debian:bullseye sh -c 'apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y fp-compiler'<br><br>3) Bookworm: it works! installs version 3.2.2:<br>$ docker run -it --rm debian:bookworm sh -c 'apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y fp-compiler'<br><div><br></div><div>Let me know if you need more information, I would be happy to help get this fixed.</div><div><br></div><div>Best,</div><div>William</div></div>