Your message dated Fri, 18 Jul 2014 17:49:42 +0000
with message-id <e1x8chu-0000tq...@franck.debian.org>
and subject line Bug#754963: fixed in llvm-toolchain-3.4 1:3.4.2-5
has caused the Debian Bug report #754963,
regarding clang-3.4: Uses include paths from libstdc++-4.8-dev but depends on
libstdc++-4.9-dev
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 ow...@bugs.debian.org
immediately.)
--
754963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754963
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: clang-3.4
Version: 1:3.4.2-4
Severity: serious
It seems like the root cause of this might be related to #754963, but I
filed a separate issue just in case it isn't.
As noted in my "System Information" below, clang-3.4 Depends on
libstdc++-4.9-dev, however when trying to compile a C++ file, this
happens:
┌───────────
│$ clang++ -v -o foo foo.cpp
│Debian clang version 3.4.2-4 (tags/RELEASE_34/dot2-final) (based on LLVM 3.4.2)
│Target: i386-pc-linux-gnu
│Thread model: posix
│Found candidate GCC installation: /usr/bin/../lib/gcc/i486-linux-gnu/4.8
│Found candidate GCC installation: /usr/bin/../lib/gcc/i486-linux-gnu/4.8.3
│Found candidate GCC installation: /usr/lib/gcc/i486-linux-gnu/4.8
│Found candidate GCC installation: /usr/lib/gcc/i486-linux-gnu/4.8.3
│Selected GCC installation: /usr/bin/../lib/gcc/i486-linux-gnu/4.8
│ "/usr/lib/llvm-3.4/bin/clang" -cc1 -triple i386-pc-linux-gnu -emit-obj
-mrelax-all -disable-free -disable-llvm-verifier -main-file-name foo.cpp
-mrelocation-model static -mdisable-fp-elim -fmath-errno -masm-verbose
-mconstructor-aliases -fuse-init-array -target-cpu pentium4
-target-linker-version 2.24.51.20140617 -v -resource-dir
/usr/lib/llvm-3.4/bin/../lib/clang/3.4.2 -internal-isystem
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/c++
-internal-isystem
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/c++/i486-linux-gnu
-internal-isystem
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/c++/backward
-internal-isystem /usr/include/clang/3.4.2/include/ -internal-isystem
/usr/local/include -internal-isystem
/usr/lib/llvm-3.4/bin/../lib/clang/3.4.2/include -internal-externc-isystem
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/include -internal-externc-isystem
/usr/include/i386-linux-gnu -internal-externc-isystem /include
-internal-externc-isystem /usr/include -fdeprecated-macro
-fdebug-compilation-dir /home/mccoyj1 -ferror-limit 19 -fmessage-length 113
-mstackrealign -fobjc-runtime=gcc -fcxx-exceptions -fexceptions
-fdiagnostics-show-option -fcolor-diagnostics -vectorize-slp -o
/tmp/foo-50315f.o -x c++ foo.cpp
│clang -cc1 version 3.4.2 based upon LLVM 3.4.2 default target i386-pc-linux-gnu
│ignoring nonexistent directory
"/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/c++/i486-linux-gnu"
│ignoring nonexistent directory
"/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/c++/backward"
│ignoring nonexistent directory "/include"
│ignoring duplicate directory "/usr/include/clang/3.4.2/include"
│#include "..." search starts here:
│#include <...> search starts here:
│ /usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/c++
│ /usr/include/clang/3.4.2/include
│ /usr/local/include
│ /usr/bin/../lib/gcc/i486-linux-gnu/4.8/include
│ /usr/include/i386-linux-gnu
│ /usr/include
│End of search list.
│foo.cpp:1:10: fatal error: 'algorithm' file not found
│#include <algorithm>
│ ^
│1 error generated.
│$
└───────────
That is, it's only looking for GCC 4.8 paths when it Depends on GCC 4.9
packages. Installing libstdc++-4.8-dev causes the compile to succeed.
┌───────────
│$ clang++ -v -o foo foo.cpp
│Debian clang version 3.4.2-4 (tags/RELEASE_34/dot2-final) (based on LLVM 3.4.2)
│Target: i386-pc-linux-gnu
│Thread model: posix
│Found candidate GCC installation: /usr/bin/../lib/gcc/i486-linux-gnu/4.8
│Found candidate GCC installation: /usr/bin/../lib/gcc/i486-linux-gnu/4.8.3
│Found candidate GCC installation: /usr/lib/gcc/i486-linux-gnu/4.8
│Found candidate GCC installation: /usr/lib/gcc/i486-linux-gnu/4.8.3
│Selected GCC installation: /usr/bin/../lib/gcc/i486-linux-gnu/4.8
│ "/usr/lib/llvm-3.4/bin/clang" -cc1 -triple i386-pc-linux-gnu -emit-obj
-mrelax-all -disable-free -disable-llvm-verifier -main-file-name foo.cpp
-mrelocation-model static -mdisable-fp-elim -fmath-errno -masm-verbose
-mconstructor-aliases -fuse-init-array -target-cpu pentium4
-target-linker-version 2.24.51.20140617 -v -resource-dir
/usr/lib/llvm-3.4/bin/../lib/clang/3.4.2 -internal-isystem
/usr/include//c++/4.8 -internal-isystem /usr/include//c++/4.8/i386-linux-gnu
-internal-isystem /usr/include//c++/4.8/backward -internal-isystem
/usr/include//i386-linux-gnu/c++/4.8 -internal-isystem
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/c++/4.8
-internal-isystem
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/c++/4.8/i486-linux-gnu
-internal-isystem
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/c++/4.8/backward
-internal-isystem
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/i486-linux-gnu/c++/4.8
-internal-isystem /usr/include/clang/3.4.2/include/ -internal-isystem
/usr/local/include -internal-isystem
/usr/lib/llvm-3.4/bin/../lib/clang/3.4.2/include -internal-externc-isystem
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/include -internal-externc-isystem
/usr/include/i386-linux-gnu -internal-externc-isystem /include
-internal-externc-isystem /usr/include -fdeprecated-macro
-fdebug-compilation-dir /home/mccoyj1 -ferror-limit 19 -fmessage-length 113
-mstackrealign -fobjc-runtime=gcc -fcxx-exceptions -fexceptions
-fdiagnostics-show-option -fcolor-diagnostics -vectorize-slp -o
/tmp/foo-3b4ac3.o -x c++ foo.cpp
│clang -cc1 version 3.4.2 based upon LLVM 3.4.2 default target i386-pc-linux-gnu
│ignoring nonexistent directory "/usr/include//c++/4.8/i386-linux-gnu"
│ignoring nonexistent directory
"/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/c++/4.8/i486-linux-gnu"
│ignoring nonexistent directory
"/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../../include/i486-linux-gnu/c++/4.8"
│ignoring nonexistent directory "/include"
│ignoring duplicate directory "/usr/include//c++/4.8"
│ignoring duplicate directory "/usr/include//c++/4.8/backward"
│ignoring duplicate directory "/usr/include/clang/3.4.2/include"
│#include "..." search starts here:
│#include <...> search starts here:
│ /usr/include//c++/4.8
│ /usr/include//c++/4.8/backward
│ /usr/include//i386-linux-gnu/c++/4.8
│ /usr/include/clang/3.4.2/include
│ /usr/local/include
│ /usr/bin/../lib/gcc/i486-linux-gnu/4.8/include
│ /usr/include/i386-linux-gnu
│ /usr/include
│End of search list.
│ "/usr/bin/ld" --hash-style=both --build-id --eh-frame-hdr -m elf_i386
-dynamic-linker /lib/ld-linux.so.2 -o foo
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../i386-linux-gnu/crt1.o
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../i386-linux-gnu/crti.o
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/crtbegin.o
-L/usr/bin/../lib/gcc/i486-linux-gnu/4.8
-L/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../i386-linux-gnu
-L/lib/i386-linux-gnu -L/usr/lib/i386-linux-gnu
-L/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../.. -L/lib -L/usr/lib
/tmp/foo-3b4ac3.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/crtend.o
/usr/bin/../lib/gcc/i486-linux-gnu/4.8/../../../i386-linux-gnu/crtn.o
│$
└───────────
Cheers,
James
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.14-1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages clang-3.4 depends on:
ii libc6 2.19-7
ii libc6-dev 2.19-7
ii libclang-common-3.4-dev 1:3.4.2-4
ii libclang1-3.4 1:3.4.2-4
ii libffi6 3.1-2
ii libgcc-4.9-dev 4.9.1-1
ii libgcc1 1:4.9.1-1
ii libllvm3.4 1:3.4.2-4
ii libobjc-4.9-dev 4.9.1-1
ii libstdc++-4.9-dev 4.9.1-1
ii libstdc++6 4.9.1-1
ii libtinfo5 5.9+20140118-1
Versions of packages clang-3.4 recommends:
ii llvm-3.4-dev 1:3.4.2-4
ii python 2.7.8-1
Versions of packages clang-3.4 suggests:
pn gnustep <none>
pn gnustep-devel <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-3.4
Source-Version: 1:3.4.2-5
We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-3.4, which is due to be installed in the Debian FTP archive.
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 754...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sylvestre Ledru <sylves...@debian.org> (supplier of updated llvm-toolchain-3.4
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 18 Jul 2014 17:50:51 +0200
Source: llvm-toolchain-3.4
Binary: clang-3.4 clang-format-3.4 cpp11-migrate-3.4 clang-modernize-3.4
clang-3.4-doc libclang1-3.4 libclang1-3.4-dbg libclang-3.4-dev
libclang-common-3.4-dev python-clang-3.4 clang-3.4-examples libllvm3.4
libllvm3.4-dbg llvm-3.4 llvm-3.4-runtime llvm-3.4-dev llvm-3.4-tools
libllvm-3.4-ocaml-dev llvm-3.4-doc llvm-3.4-examples lldb-3.4 lldb-3.4-dev
Architecture: source amd64 all
Version: 1:3.4.2-5
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <pkg-llvm-t...@lists.alioth.debian.org>
Changed-By: Sylvestre Ledru <sylves...@debian.org>
Description:
clang-3.4 - C, C++ and Objective-C compiler (LLVM based)
clang-3.4-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
clang-3.4-examples - Clang examples
clang-format-3.4 - Tool to format C/C++/Obj-C code
clang-modernize-3.4 - Tool to convert C++98 and C++03 code to C++11
cpp11-migrate-3.4 - Tool to convert C++98 and C++03 code to C++11
libclang-3.4-dev - clang library - Development package
libclang-common-3.4-dev - clang library - Common development package
libclang1-3.4 - C interface to the clang library
libclang1-3.4-dbg - clang library
libllvm-3.4-ocaml-dev - Modular compiler and toolchain technologies, OCaml
bindings
libllvm3.4 - Modular compiler and toolchain technologies, runtime library
libllvm3.4-dbg - Modular compiler and toolchain technologies, debugging
libraries
lldb-3.4 - Next generation, high-performance debugger
lldb-3.4-dev - Next generation, high-performance debugger - Header files
llvm-3.4 - Modular compiler and toolchain technologies
llvm-3.4-dev - Modular compiler and toolchain technologies, libraries and
header
llvm-3.4-doc - Modular compiler and toolchain technologies, documentation
llvm-3.4-examples - Modular compiler and toolchain technologies, examples
llvm-3.4-runtime - Modular compiler and toolchain technologies, IR interpreter
llvm-3.4-tools - Modular compiler and toolchain technologies, tools
python-clang-3.4 - Clang Python Bindings
Closes: 754963
Changes:
llvm-toolchain-3.4 (1:3.4.2-5) unstable; urgency=medium
.
* For i386, gcc 4.9 updated its paths to i586-linux-gnu (i486-linux-gnu
previously). Adding this triple to the list of search (Closes: #754963)
* Clang will now show the full version. Example: 3.5.0-svn213052-1~exp1
Checksums-Sha1:
ab6db141a9679d84571d60057d8fa09deb4deb14 5493 llvm-toolchain-3.4_3.4.2-5.dsc
4ce8419bfc76708eafe5a8180b53aee5b1195cf8 45988
llvm-toolchain-3.4_3.4.2-5.debian.tar.xz
a8483786e72cbf768af88bb403af7bbd486776dd 19176028 clang-3.4_3.4.2-5_amd64.deb
4a8b5e311898cc69083f6b5de4314800c33d225b 3194580
clang-format-3.4_3.4.2-5_amd64.deb
a34f50aff4dce3ee53872d8d73252e62e6c2b18e 12552
cpp11-migrate-3.4_3.4.2-5_amd64.deb
9ff53e983b1b3760a693b85a85320d2d02370e52 3385326
clang-modernize-3.4_3.4.2-5_amd64.deb
170828e4c3b677678542e0174c49449e2583f2a4 472290 clang-3.4-doc_3.4.2-5_all.deb
5e8ef5e36eadf476f7c2cb2a05661baec8543201 3617904
libclang1-3.4_3.4.2-5_amd64.deb
0e2ed31df13fecfce06a2d79035c9f51ef340d75 91730086
libclang1-3.4-dbg_3.4.2-5_amd64.deb
e664059de4e8030dfddab3b4429a07cca396b6c0 8739546
libclang-3.4-dev_3.4.2-5_amd64.deb
0d70ae378388b25db6404bed5d53b934b2459195 541080
libclang-common-3.4-dev_3.4.2-5_amd64.deb
fd7d692ff1f52dc6b3d19b4c86562f1014963d29 33816
python-clang-3.4_3.4.2-5_amd64.deb
24a1c595dafcb91d99a86b25d9f7aeb1f586ca7d 18342
clang-3.4-examples_3.4.2-5_amd64.deb
0b81602d42d7dc371f2545b1c9aa50a4948d6f19 6723724 libllvm3.4_3.4.2-5_amd64.deb
a6dae7f6d27e3def402f401f1467a9262ed06a41 110682610
libllvm3.4-dbg_3.4.2-5_amd64.deb
d75e2364f5dbe6e902aa2ab0be152d8337f49b47 1102520 llvm-3.4_3.4.2-5_amd64.deb
ba1dca87ba5cdb5007f3c34bd6a38133ab52c83f 46718
llvm-3.4-runtime_3.4.2-5_amd64.deb
5752d3cef7584e7b2f8c2090a3b7849ff73326cb 10178678
llvm-3.4-dev_3.4.2-5_amd64.deb
72c9d8a7481abe1db0fc9c25e69a17aa92ab5a3c 211204
llvm-3.4-tools_3.4.2-5_amd64.deb
c5fb96c980d1ad8f37ada3b2ca5ed6b55f66f49a 284932
libllvm-3.4-ocaml-dev_3.4.2-5_amd64.deb
9c8bd9b913517a1745ad409c54a621b139401a32 1295236 llvm-3.4-doc_3.4.2-5_all.deb
6e6f3338dd49b027d24192c612d970b41aebbe7f 176996
llvm-3.4-examples_3.4.2-5_all.deb
d7250bb8d2d583125d9ec978237e57f189e834a7 6317206 lldb-3.4_3.4.2-5_amd64.deb
07647e39b7f03a9eb2b79b15ed612714cc2d43a1 3196354 lldb-3.4-dev_3.4.2-5_amd64.deb
Checksums-Sha256:
3c2bde098a80e0f47b807f4d86809d7bc27b141ef5033cc9337ff94555be92c1 5493
llvm-toolchain-3.4_3.4.2-5.dsc
05ab8e8566a3aa91f9a0e59f59c8cc7732820c1ccce76be6da9694c9feabe264 45988
llvm-toolchain-3.4_3.4.2-5.debian.tar.xz
37ba8b675a2c7b4cd2e965212ea558b4224cd39e7395d612dd67d3c9652d9c22 19176028
clang-3.4_3.4.2-5_amd64.deb
79769f7137a2a8d218fc414e6853183fb3631cf488fd1d9b75d492056900199b 3194580
clang-format-3.4_3.4.2-5_amd64.deb
826c16401b2a1a1e46dc3f1277a8914d1eb608fc217a208045a6e6eb73a2eb39 12552
cpp11-migrate-3.4_3.4.2-5_amd64.deb
c539b311baff68b087c5d96aab19f101839cc1ab1699fd95ddc115bfc99653d6 3385326
clang-modernize-3.4_3.4.2-5_amd64.deb
32ee5d8056dd84e96d989673d9147ca2eff81fb0cd2e23cf97c8445c829f38bc 472290
clang-3.4-doc_3.4.2-5_all.deb
be6c91be0400878458b3e8ead5469b0ae4f39b3ab1efd9415a24cbcec047c072 3617904
libclang1-3.4_3.4.2-5_amd64.deb
d003a8639fd81e5664b02e2321295fa98d8a75df6aa752e21afcdd2edddf4bf1 91730086
libclang1-3.4-dbg_3.4.2-5_amd64.deb
7b8124fc3f1f9b68db83bad3d8a2cce94f16c722fd41d4bbb7c3c956564d1315 8739546
libclang-3.4-dev_3.4.2-5_amd64.deb
cef2d787da194e64097c63a0bc8ab49bb58763b158914153f4447ee70fb70a6c 541080
libclang-common-3.4-dev_3.4.2-5_amd64.deb
0143acff06d1a230ab8f86aff36984b2a2625d4d411b76b2121ac84b8378ee99 33816
python-clang-3.4_3.4.2-5_amd64.deb
a67f573c895a5114350f2d41f5dd0e4c4b755aa6e2372f9e2a2794912d2d857e 18342
clang-3.4-examples_3.4.2-5_amd64.deb
5a3df59f97b81f397025d95a67321f9093abefca1d4cb255fbbc83ed1f1e9def 6723724
libllvm3.4_3.4.2-5_amd64.deb
b85706df44e640c87b4423ce2d5aec6f2f43466131691b71de1d47b1a8bc74ce 110682610
libllvm3.4-dbg_3.4.2-5_amd64.deb
b97c8c5c6de6cf4649f7a0ab7f995343d67a8b8a0afb6f3516543ab74dc96ba3 1102520
llvm-3.4_3.4.2-5_amd64.deb
3cb94732fc4ffdd93aeecd51fc79cb9e0ae43a9900109906b34d81bc1949f9da 46718
llvm-3.4-runtime_3.4.2-5_amd64.deb
d089691c9bdd62ff231e7b0792b35a2cf85653a9c3b76fc476462cd6ae68a9b7 10178678
llvm-3.4-dev_3.4.2-5_amd64.deb
a959e025b8a20ca2d493716fc7df5cd13f68421a30b4b547f129206b722ea172 211204
llvm-3.4-tools_3.4.2-5_amd64.deb
cca466fbf0d002a6b5050f76dcb89195e5c4ed4ebab2c713345d51705e7ffe10 284932
libllvm-3.4-ocaml-dev_3.4.2-5_amd64.deb
5fa737cc939b9fce30d35b4261a34cf7e4b43edbcd948f788a4d9e17dae6c5c9 1295236
llvm-3.4-doc_3.4.2-5_all.deb
8d8878692a2e500c11d166809bb16fb7920d17013acf947cd2baadea0931abf3 176996
llvm-3.4-examples_3.4.2-5_all.deb
c1c9699ab785185b65d52c65098e1b676e90ace7ac1c25f4961d360c39678aa1 6317206
lldb-3.4_3.4.2-5_amd64.deb
583ba2662af5a197ff9cba0e9383cb27f9f7f58e7bcebeab3a7bc893d1f6e441 3196354
lldb-3.4-dev_3.4.2-5_amd64.deb
Files:
31b9b28c3d28c02ce6ba79d17d2cf3cc 19176028 devel optional
clang-3.4_3.4.2-5_amd64.deb
8f9d4398ba099008dd82c32f57c1c577 3194580 devel optional
clang-format-3.4_3.4.2-5_amd64.deb
6d11fa5bac5787f778ef9702f58a08fe 12552 devel optional
cpp11-migrate-3.4_3.4.2-5_amd64.deb
aff0b9415acff9b6fd7cb6e1e2638791 3385326 devel optional
clang-modernize-3.4_3.4.2-5_amd64.deb
d1a667e4f32bc6ada76757261f825636 472290 doc optional
clang-3.4-doc_3.4.2-5_all.deb
3b595cceef3341637d3188e10e283b8e 3617904 devel optional
libclang1-3.4_3.4.2-5_amd64.deb
e62ab19ffdb527990157e3d6c1cda5b2 91730086 debug extra
libclang1-3.4-dbg_3.4.2-5_amd64.deb
1e6f20978fa03c36615ec9dd785492de 8739546 libdevel optional
libclang-3.4-dev_3.4.2-5_amd64.deb
673955efc8182b4be802ff79f9ac330c 541080 libdevel optional
libclang-common-3.4-dev_3.4.2-5_amd64.deb
69ce788cccd7432ea7f558f9d1eb7a63 33816 python optional
python-clang-3.4_3.4.2-5_amd64.deb
057d38d704f237d3bc7314b1c9e9b6ed 18342 doc optional
clang-3.4-examples_3.4.2-5_amd64.deb
c9400bed9696ff42b3239064bc18d3c2 6723724 libs optional
libllvm3.4_3.4.2-5_amd64.deb
5643be9bab55ed3c29dcd96a37a6e711 110682610 debug extra
libllvm3.4-dbg_3.4.2-5_amd64.deb
b8cfc1033a554786e0b7e84656ab23fc 1102520 devel optional
llvm-3.4_3.4.2-5_amd64.deb
ca1ea4923cbe9c0b34459c80bb1ef34c 46718 devel optional
llvm-3.4-runtime_3.4.2-5_amd64.deb
bb01652831371b5b381c9d1c87473fd4 10178678 devel optional
llvm-3.4-dev_3.4.2-5_amd64.deb
4de884c1928274b2c1053b9c89b6f173 211204 devel optional
llvm-3.4-tools_3.4.2-5_amd64.deb
701f2522a19020da6b3c2e71443245a9 284932 ocaml optional
libllvm-3.4-ocaml-dev_3.4.2-5_amd64.deb
ba4c58ea06ba7930e031daa62fdc27b8 1295236 doc optional
llvm-3.4-doc_3.4.2-5_all.deb
b017c193d1f7279c411eed9ca0a40e61 176996 doc optional
llvm-3.4-examples_3.4.2-5_all.deb
d4258e4685b587adb096f48af7c14c1f 6317206 devel optional
lldb-3.4_3.4.2-5_amd64.deb
940e517c0a9b9a70a1e54dacbc07c6a9 3196354 devel optional
lldb-3.4-dev_3.4.2-5_amd64.deb
fee901302520e070b541fbf690c61a52 5493 devel optional
llvm-toolchain-3.4_3.4.2-5.dsc
cfc9959a3f4b35e3c814749c67d4b983 45988 devel optional
llvm-toolchain-3.4_3.4.2-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJTyVwbAAoJEH5lKNp1Lxvh2GMP/jxBTN9YB+v4ThlRskhATvT3
kbg+p72juDaoQ8ILopONa/ov2sa5eyBRrgA46OCczffi7UBkg4bxFEHH/NjfE+4y
7BEjWHxC8C6hrDxE6gHQldLIlnk/otF5aew8qXS70JSRiL+/0nsJM2ptkSYQ+EK9
pLCnUcMKoTDpTPqmjP9x/KiVMsPNqROsSCdTRWNpMVQHqWu7E1dKPsmH/o9jcymV
0fAVHunASWbF+HyDiOgNxaDkoG5n+D7vRdBub060v0tC27SOHaSHZ9JvRLAv0zNc
5svG+oWkklFCoz9OGH2FcK6mUz51VVtTPk+SN0Sw2S6Ah4DScm5IiKR4QhnElJuj
z1b8DxKDZpUEI8btaydtYrqFi/AwqIV/QwHRIuus8GV8YSHOUen5CdsoeRgkeGRO
7tmSl0JftQvg7qDQ1XAj9lmbSixke7Eow8g33sDP+idhBoTHOe8HJwOBvSGlGWl8
TTmDVHJPv5VwnkIpUydFkURJDYi7Zu7WxF6X/zx/yFFfAF6MN0vv9cqBUw9wGQ4x
ONZij20j1aXB+MZP8WPIhFDskDn46jri8LszWdUY4ii64BmhjmVnmTdqYsJ2SADw
7oO1961JuzBy32qt15aw5sXkZSTMtrIDAhCYX57C38GdI6gUB/rDYrTFF/cIxy5n
UzTg5pcZfxF8k2hVLnqV
=nkWL
-----END PGP SIGNATURE-----
--- End Message ---