[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#322849: "/usr/bin/ld: cannot find -laddr2line" (after "with GNAT.Traceback.Symbolic; ")



Package: gnat-4.0
Version: 4.0.1-4
Severity: normal


This small test program cannot be linked:

$ cat testcase.adb
with GNAT.Traceback.Symbolic;

procedure TestCase is
begin
        null;
end TestCase;
$

$ gnatmake testcase
gcc-4.0 -c testcase.adb
gnatbind -x testcase.ali
gnatlink testcase.ali
/usr/bin/ld: cannot find -laddr2line
collect2: ld returned 1 exit status
gnatlink: cannot call /usr/bin/gcc-4.0
gnatmake: *** link failed.
$

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable'), (700, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3-swsusp2-2.1.9.9
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gnat-4.0 depends on:
ii  gcc-4.0                       4.0.1-4    The GNU C compiler
ii  gcc-4.0-base                  4.0.1-4    The GNU Compiler Collection (base 
ii  libc6                         2.3.5-3    GNU C Library: Shared libraries an
ii  libgcc1                       1:4.0.1-4  GCC support library
ii  libgnat-4.0                   4.0.1-4    Runtime library for GNU Ada applic

gnat-4.0 recommends no packages.

-- no debconf information



Reply to: