Package: ghdl
Version: 0.18-1
Severity: normal
[debian ~/examples/bugs/ghdl-0.18-1]$ ls
bug0.vhd
[debian ~/examples/bugs/ghdl-0.18-1]$ cat bug0.vhd
entity bug0 is
end entity bug0;
architecture bhv of bug0 is
begin -- architecture bhv
hello_proc: process is
begin -- process hello_proc
assert false report "Hello World!" severity NOTE;
wait;
end process hello_proc;
end architecture bhv;
[debian ~/examples/bugs/ghdl-0.18-1]$ ghdl -i bug0.vhd
[debian ~/examples/bugs/ghdl-0.18-1]$ ghdl -m bug0
analyze bug0.vhd
elaborate bug0
/usr/bin/ld: cannot find -lgnat-3.4
collect2: ld returned 1 exit status
/usr/lib/ghdl/bin/ghdl: compilation error
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Versions of packages ghdl depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.3-6 GCC support library
ii libgnat-3.4 3.4.3-6 Runtime library for GNU Ada applic
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]