Hello, it's easy to reproduce this using Docker, no need for VMWare or qemu
or any VM for that matter.

I am using Docker (from a M1 macbook) creating a clean container every time
for reproducibility, and I am testing these different scenarios:

1) Buster: doesn't work, tries to install version 3.0.4:
$ docker run -it --rm debian:buster sh -c 'apt-get update &&
DEBIAN_FRONTEND=noninteractive apt-get install -y fp-compiler'

2) Bullseye: doesn't work, tries to install version 3.2.0:
$ docker run -it --rm debian:bullseye sh -c 'apt-get update &&
DEBIAN_FRONTEND=noninteractive apt-get install -y fp-compiler'

3) Bookworm: it works! installs version 3.2.2:
$ docker run -it --rm debian:bookworm sh -c 'apt-get update &&
DEBIAN_FRONTEND=noninteractive apt-get install -y fp-compiler'

Let me know if you need more information, I would be happy to help get this
fixed.

Best,
William

Reply via email to