[Pkg-pascal-devel] Bug#1016562: Bug#1016562: fp-compiler-3.2.0: Fails to setup during install due to "Invalid floating point operation"

William Di Luigi williamdiluigi at gmail.com
Sun Dec 18 15:12:51 GMT 2022


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-pascal-devel/attachments/20221218/d36aa915/attachment.htm>


More information about the Pkg-pascal-devel mailing list