Your message dated Sun, 11 Mar 2012 08:48:35 +0000
with message-id <[email protected]>
and subject line Bug#650065: fixed in llvm-2.9 2.9+dfsg-5
has caused the Debian Bug report #650065,
regarding llvm-2.9: llvm-ld-2.9 generates broken wrapper scripts
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
650065: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650065
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: llvm-2.9
Source-Version: 2.9+dfsg-5
We believe that the bug you reported is fixed in the latest version of
llvm-2.9, which is due to be installed in the Debian FTP archive:
libllvm-2.9-ocaml-dev_2.9+dfsg-5_amd64.deb
to main/l/llvm-2.9/libllvm-2.9-ocaml-dev_2.9+dfsg-5_amd64.deb
libllvm2.9_2.9+dfsg-5_amd64.deb
to main/l/llvm-2.9/libllvm2.9_2.9+dfsg-5_amd64.deb
llvm-2.9-dev_2.9+dfsg-5_amd64.deb
to main/l/llvm-2.9/llvm-2.9-dev_2.9+dfsg-5_amd64.deb
llvm-2.9-doc_2.9+dfsg-5_all.deb
to main/l/llvm-2.9/llvm-2.9-doc_2.9+dfsg-5_all.deb
llvm-2.9-examples_2.9+dfsg-5_all.deb
to main/l/llvm-2.9/llvm-2.9-examples_2.9+dfsg-5_all.deb
llvm-2.9-runtime_2.9+dfsg-5_amd64.deb
to main/l/llvm-2.9/llvm-2.9-runtime_2.9+dfsg-5_amd64.deb
llvm-2.9-source_2.9+dfsg-5_all.deb
to main/l/llvm-2.9/llvm-2.9-source_2.9+dfsg-5_all.deb
llvm-2.9_2.9+dfsg-5.debian.tar.gz
to main/l/llvm-2.9/llvm-2.9_2.9+dfsg-5.debian.tar.gz
llvm-2.9_2.9+dfsg-5.dsc
to main/l/llvm-2.9/llvm-2.9_2.9+dfsg-5.dsc
llvm-2.9_2.9+dfsg-5_amd64.deb
to main/l/llvm-2.9/llvm-2.9_2.9+dfsg-5_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sylvestre Ledru <[email protected]> (supplier of updated llvm-2.9 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 10 Mar 2012 18:14:48 +0100
Source: llvm-2.9
Binary: libllvm2.9 llvm-2.9 llvm-2.9-runtime llvm-2.9-dev libllvm-2.9-ocaml-dev
llvm-2.9-doc llvm-2.9-examples llvm-2.9-source
Architecture: source amd64 all
Version: 2.9+dfsg-5
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team <[email protected]>
Changed-By: Sylvestre Ledru <[email protected]>
Description:
libllvm-2.9-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
libllvm2.9 - Low-Level Virtual Machine (LLVM), runtime library
llvm-2.9 - Low-Level Virtual Machine (LLVM)
llvm-2.9-dev - Low-Level Virtual Machine (LLVM), libraries and headers
llvm-2.9-doc - Low-Level Virtual Machine (LLVM), documentation
llvm-2.9-examples - Low-Level Virtual Machine (LLVM), examples
llvm-2.9-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
llvm-2.9-source - Low-Level Virtual Machine (LLVM), source code
Closes: 650065
Changes:
llvm-2.9 (2.9+dfsg-5) unstable; urgency=low
.
* llvm-ld-2.9 generated broken wrapper scripts.
Now, the wrapper will:
- Check if lli-X.Y exists or not
- If not. try lli
- If not, triggers an error
(Closes: #650065)
* Fix the FTBFS under HURD
* Standards-Version updated to 3.9.3
Checksums-Sha1:
7061f7608f715b5b8148b75a8c41ed8df9841573 2001 llvm-2.9_2.9+dfsg-5.dsc
11ea00bdaf04c15ed6859857c3c8c2f385df55ba 31552
llvm-2.9_2.9+dfsg-5.debian.tar.gz
85719ca2f3732001daf84767dcceb4ac2e9f5776 6671150
libllvm2.9_2.9+dfsg-5_amd64.deb
0c96b94ff0b3e9fa1c98b3adbdff79013256287e 1355354 llvm-2.9_2.9+dfsg-5_amd64.deb
4c227d4ea26f964944ce6d993715956c65b423a2 34230
llvm-2.9-runtime_2.9+dfsg-5_amd64.deb
2b9b827e155bf2e3d05a7b1b1b1ed648f589f43f 11054774
llvm-2.9-dev_2.9+dfsg-5_amd64.deb
cce5ac4fa0c0f33b102125572180fc5663f1a928 253464
libllvm-2.9-ocaml-dev_2.9+dfsg-5_amd64.deb
cf2995004676dfd9dbf0b31360c7a1e6272ccd58 966548 llvm-2.9-doc_2.9+dfsg-5_all.deb
b8a3bfdbe71029c632e2c6adf910afcfba7d59e7 111176
llvm-2.9-examples_2.9+dfsg-5_all.deb
d249721c5509c64ab9502d64aa93569e85207443 6740810
llvm-2.9-source_2.9+dfsg-5_all.deb
Checksums-Sha256:
75b3bf2e42d3b48dd5180a8676cefca20bd865ce5a5e847f32586449e886528c 2001
llvm-2.9_2.9+dfsg-5.dsc
7a5fa8f18c66aae7acd9d6bed4de16c6f02ef23990f91f6140f976aeecdc412d 31552
llvm-2.9_2.9+dfsg-5.debian.tar.gz
229eb3f65f18ba54aebda2c54551f37de3db4f60bb5696e075397846e93b6da7 6671150
libllvm2.9_2.9+dfsg-5_amd64.deb
52d029426fdc8d6dec7917525a428f0f303d5261b60762c50496ca2636037385 1355354
llvm-2.9_2.9+dfsg-5_amd64.deb
93fb7dd250231c37c4f0dac93e860f370ebe3e924fab3ed4dc28701cca70974a 34230
llvm-2.9-runtime_2.9+dfsg-5_amd64.deb
13215b98567d8d8167c3cc7b9ed1afd3ad8419dd97624b2a3d34ab2690292c4f 11054774
llvm-2.9-dev_2.9+dfsg-5_amd64.deb
f313553f817222416dd21836e45a6d6ebcc950d10bf10a6a1e4aa83601ce01b2 253464
libllvm-2.9-ocaml-dev_2.9+dfsg-5_amd64.deb
8d424fec2a00ec3dfc6bb7d663b5a0bf729673234414d57c167dea8c4375c1fd 966548
llvm-2.9-doc_2.9+dfsg-5_all.deb
bcef7c7d0199f0762a9b02b3b17e55059f810e3a9e4cd4aef8022d798210b6c1 111176
llvm-2.9-examples_2.9+dfsg-5_all.deb
0e1c6486a45088f74c0e496ecb4c53d12a96e492ef31d4ea9618d2ab8254e30d 6740810
llvm-2.9-source_2.9+dfsg-5_all.deb
Files:
51c13f52ea1e2ca787c4b9818b631729 2001 devel optional llvm-2.9_2.9+dfsg-5.dsc
d69f4902fbb3d2392b8d9878172905f0 31552 devel optional
llvm-2.9_2.9+dfsg-5.debian.tar.gz
6d76932e6597bd30031cd3fa1fc18b4b 6671150 libs optional
libllvm2.9_2.9+dfsg-5_amd64.deb
538073fe6ca954a6cdbd522442f7f0a3 1355354 devel optional
llvm-2.9_2.9+dfsg-5_amd64.deb
48818aac8883db0ab32fdbaa60cb26c0 34230 devel optional
llvm-2.9-runtime_2.9+dfsg-5_amd64.deb
cf66dc7f34b08d3b8f265a6e3417c3a2 11054774 devel optional
llvm-2.9-dev_2.9+dfsg-5_amd64.deb
797434625223e14013e992e10433f19c 253464 ocaml optional
libllvm-2.9-ocaml-dev_2.9+dfsg-5_amd64.deb
bdc45d1d74f892f59ad3ffd8b326a9a6 966548 doc optional
llvm-2.9-doc_2.9+dfsg-5_all.deb
589308a3ade7888fc209e88df03f7c39 111176 doc optional
llvm-2.9-examples_2.9+dfsg-5_all.deb
46b24c67d02e0e9a5c020e54720773ad 6740810 devel optional
llvm-2.9-source_2.9+dfsg-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk9cXrQACgkQiOXXM92JlhAy/ACdFOWoT0G7xHrTyNfoyHMb7B7m
lsEAn2CjPwsnERsZcnRhuoPl7XgfJ+yW
=d61a
-----END PGP SIGNATURE-----
--- End Message ---