Bug#1103550: closed by Andreas Bombe (Re: Bug#1103550: Broken libghdl-5-0-1)

2025-07-20 Thread Paebbels
rate message then please contact Andreas Bombe > by > replying to this email. > > > -- > 1103550: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103550 > Debian Bug Tracking System > Contact ow...@bugs.debian.org with problems > > > > -- Forwarded message --

Bug#1105819: [Pkg-electronics-devel] Bug#1105819: ghdl: Please also package pyGHDL (and ghdl-ls)

2025-05-18 Thread Paebbels
This request is related to a bug reported for libghdl. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103550 As a workaround, pyGHDL and ghdl-ls can be installed via PIP using a latest wheel from GHDLs nightly builds: https://github.com/ghdl/ghdl/releases/tag/nightly Kind regards Patr

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