Bug#650065: llvm-2.9: llvm-ld-2.9 generates broken wrapper scripts
Marc Lehmann
debian-reportbug at plan9.de
Sat Nov 26 05:36:44 UTC 2011
Package: llvm-2.9
Version: 2.9+dfsg-4
Severity: normal
When llvm-ld-2.9 is asked to link bitcode files, it normally creates
a wrapper script as output, and a .bc file that the wrapper executes via lli.
The wrapper created for an output file "x" looks like:
#!/bin/sh
lli=${LLVMINTERP-lli}
exec $lli \
xx.bc ${1+"$@"}
However, lli is not part of the llvm-2.9-runtime package, but lli-2.9 is -
I think the wrapper should default to lli-2.9, not lli.
-- System Information:
Debian Release: 6.0.3
APT prefers stable
APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages llvm-2.9 depends on:
hi libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libffi5 3.0.9-3 Foreign Function Interface library
ii libgcc1 1:4.6.0-10 GCC support library
ii libllvm2.9 2.9+dfsg-4 Low-Level Virtual Machine (LLVM),
ii libstdc++6 4.6.0-10 The GNU Standard C++ Library v3
ii llvm-2.9-runtime 2.9+dfsg-4 Low-Level Virtual Machine (LLVM),
Versions of packages llvm-2.9 recommends:
ii llvm-2.9-dev 2.9+dfsg-4 Low-Level Virtual Machine (LLVM),
Versions of packages llvm-2.9 suggests:
pn llvm-2.9-doc <none> (no description available)
-- no debconf information
More information about the Pkg-llvm-team
mailing list