Bug#1103550: Broken libghdl-5-0-1

2025-04-18 Thread Paebbels
Package: libghdl-5-0-1 Version: 5.0.1+dfsg-1+b1 Hi, the libghdl package is broken. According to my research from 4.1.0, the paths inside of libghdl haven't been adjusted to find the library files of GHDL. I couldn't test this with 5.0.1 because it doesn't locate the libghdl.so file. When running

Bug#1103544: Executable installed into /usr/lib

2025-04-18 Thread Paebbels
Package: ghdl-llvm Version: 5.0.1+dfsg-1+b1 Hi, when installing GHDL with LLVM backend, an executable (here ghdl1-llvm) gets installed into /usr/lib/ghdl/llvm. Correct me if I'm wrong, but I have never seen any executables in /usr/lib/... The analogy of ghdl1-llvm is similar to cc1 in gcc. cc1 i

Bug#1103543: Collision of return codes by GHDL backend switching script

2025-04-18 Thread Paebbels
Package: ghdl Version: 5.0.1+dfsg-1+b1 Hi, a script was added to switch between GHDL backends. -- root@4af06a855805:/# cat /usr/bin/ghdl #!/bin/sh set -e backend="$GHDL_BACKEND" bindir=$(dirname $0) if [ ! -x "${bin