Your message dated Fri, 19 Sep 2014 11:00:54 +0000
with message-id <e1xuvvq-00018n...@franck.debian.org>
and subject line Bug#759303: fixed in llvm-toolchain-3.5 1:3.5-2~exp1
has caused the Debian Bug report #759303,
regarding Does not have multiarch include paths on !linux
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.)


-- 
759303: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759303
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: clang-3.4
Version: 1:3.4.2-7
Severity: important

Hi!

  On linux, clang adds the /usr/include/$triple to it's include
paths. On kfreebsd (and probably hurd) it doesn't -- proably somewhat
similar to #731711. Could that be fixed please?

Thanks

  Christoph

linux
> % touch test.c
>
> % clang-3.4 -v test.c
> Debian clang version 3.4.2-7 (tags/RELEASE_34/dot2-final) (based on LLVM 
> 3.4.2)
> Target: x86_64-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/bin/../lib/gcc/i586-linux-gnu/4.9
> Found candidate GCC installation: /usr/bin/../lib/gcc/i586-linux-gnu/4.9.1
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.4
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.4.6
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.4.7
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.5
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.5.3
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.6
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.6.4
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7.4
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8.3
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9
> Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9.1
> 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
> Found candidate GCC installation: /usr/lib/gcc/i586-linux-gnu/4.9
> Found candidate GCC installation: /usr/lib/gcc/i586-linux-gnu/4.9.1
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.4
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.4.6
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.4.7
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.5
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.5.3
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6.4
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.7
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.7.4
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.8
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.8.3
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9
> Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9.1
> Selected GCC installation: /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9
>  "/usr/lib/llvm-3.4/bin/clang" -cc1 -triple x86_64-pc-linux-gnu -emit-obj 
> -mrelax-all -disable-free -disable-llvm-verifier -main-file-name test.c 
> -mrelocation-model static -mdisable-fp-elim -fmath-errno -masm-verbose 
> -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 
> -target-linker-version 2.24.51.20140727 -v -resource-dir 
> /usr/lib/llvm-3.4/bin/../lib/clang/3.4.2 -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/x86_64-linux-gnu/4.9/include 
> -internal-externc-isystem /usr/include/x86_64-linux-gnu 
> -internal-externc-isystem /include -internal-externc-isystem /usr/include 
> -fdebug-compilation-dir /tmp -ferror-limit 19 -fmessage-length 109 
> -mstackrealign -fobjc-runtime=gcc -fdiagnostics-show-option 
> -fcolor-diagnostics -vectorize-slp -o /tmp/test-f9f52c.o -x c test.c
> clang -cc1 version 3.4.2 based upon LLVM 3.4.2 default target 
> x86_64-pc-linux-gnu
> ignoring nonexistent directory "/include"
> ignoring duplicate directory "/usr/include/clang/3.4.2/include"
> #include "..." search starts here:
> #include <...> search starts here:
>  /usr/include/clang/3.4.2/include
>  /usr/local/include
>  /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/include
>  /usr/include/x86_64-linux-gnu
>  /usr/include
> End of search list.
>  "/usr/bin/ld" --hash-style=both --build-id --eh-frame-hdr -m elf_x86_64 
> -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o a.out 
> /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o 
> /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crti.o 
> /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/crtbegin.o 
> -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9 
> -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu 
> -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../../lib64 
> -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu 
> -L/usr/lib/../lib64 -L/usr/lib/x86_64-linux-gnu/../../lib64 
> -L/usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../.. -L/lib -L/usr/lib 
> /tmp/test-f9f52c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc 
> --as-needed -lgcc_s --no-as-needed 
> /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/crtend.o 
> /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crtn.o
> /usr/bin/../lib/gcc/x86_64-linux-gnu/4.9/../../../x86_64-linux-gnu/crt1.o: In 
> function `_start':
> /build/glibc-3yzGbK/glibc-2.19/csu/../sysdeps/x86_64/start.S:118: undefined 
> reference to `main'
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)

kfreebsd
> % touch test.c
> % clang-3.4 -v test.c 
> Debian clang version 3.4.2-8 (tags/RELEASE_34/dot2-final) (based on LLVM 
> 3.4.2)
> Target: x86_64-pc-kfreebsd-gnu
> Thread model: posix
> Selected GCC installation: 
>  "/usr/lib/llvm-3.4/bin/clang" -cc1 -triple x86_64-pc-kfreebsd-gnu -S 
> -disable-free -disable-llvm-verifier -main-file-name test.c 
> -mrelocation-model static -mdisable-fp-elim -fmath-errno 
> -mconstructor-aliases -munwind-tables -target-cpu x86-64 
> -target-linker-version 2.24.51.20140818 -v -resource-dir 
> /usr/lib/llvm-3.4/bin/../lib/clang/3.4.2 -fno-dwarf-directory-asm 
> -fdebug-compilation-dir /tmp -ferror-limit 19 -fmessage-length 109 
> -mstackrealign -fobjc-runtime=gcc -fdiagnostics-show-option 
> -fcolor-diagnostics -vectorize-slp -o /tmp/test-3ad65f.s -x c test.c
> clang -cc1 version 3.4.2 based upon LLVM 3.4.2 default target 
> x86_64-pc-kfreebsd-gnu
> #include "..." search starts here:
> #include <...> search starts here:
>  /usr/local/include
>  /usr/lib/llvm-3.4/bin/../lib/clang/3.4.2/include
>  /usr/include
> End of search list.
>  "/usr/bin/gcc" -v -c -m64 -o /tmp/test-741ad6.o -x assembler 
> /tmp/test-3ad65f.s
> Using built-in specs.
> COLLECT_GCC=/usr/bin/gcc-4.9.real
> Target: x86_64-kfreebsd-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.1-4' 
> --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs 
> --enable-languages=c,c++,java,d,fortran,objc,obj-c++ --prefix=/usr 
> --program-suffix=-4.9 --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls 
> --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --disable-libitm --disable-libsanitizer 
> --enable-plugin --with-system-zlib --disable-browser-plugin 
> --enable-java-awt=gtk --enable-gtk-cairo 
> --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-kfreebsd-amd64/jre 
> --enable-java-home 
> --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-kfreebsd-amd64 
> --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-kfreebsd-amd64 
> --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
> --enable-objc-gc --enable-multiarch --with-arch-32=i586 
 --enable-multilib --with-tune=generic --enable-checking=release 
--build=x86_64-kfreebsd-gnu --host=x86_64-kfreebsd-gnu 
--target=x86_64-kfreebsd-gnu
> Thread model: posix
> gcc version 4.9.1 (Debian 4.9.1-4) 
> COLLECT_GCC_OPTIONS='-v' '-c' '-m64' '-o' '/tmp/test-741ad6.o' 
> '-mtune=generic' '-march=x86-64'
>  as -v --64 -o /tmp/test-741ad6.o /tmp/test-3ad65f.s
> GNU assembler version 2.24.51 (x86_64-kfreebsd-gnu) using BFD version (GNU 
> Binutils for Debian) 2.24.51.20140818
> COMPILER_PATH=/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/:/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/:/usr/lib/gcc/x86_64-kfreebsd-gnu/:/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/:/usr/lib/gcc/x86_64-kfreebsd-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/:/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../x86_64-kfreebsd-gnu/:/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../../lib/:/lib/x86_64-kfreebsd-gnu/:/lib/../lib/:/usr/lib/x86_64-kfreebsd-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-v' '-c' '-m64' '-o' '/tmp/test-741ad6.o' 
> '-mtune=generic' '-march=x86-64'
>  "/usr/bin/gcc" -v -m64 -o a.out /tmp/test-741ad6.o
> Using built-in specs.
> COLLECT_GCC=/usr/bin/gcc-4.9.real
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/lto-wrapper
> Target: x86_64-kfreebsd-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.1-4' 
> --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs 
> --enable-languages=c,c++,java,d,fortran,objc,obj-c++ --prefix=/usr 
> --program-suffix=-4.9 --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls 
> --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug 
> --enable-libstdcxx-time=yes --disable-libitm --disable-libsanitizer 
> --enable-plugin --with-system-zlib --disable-browser-plugin 
> --enable-java-awt=gtk --enable-gtk-cairo 
> --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-kfreebsd-amd64/jre 
> --enable-java-home 
> --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-kfreebsd-amd64 
> --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-kfreebsd-amd64 
> --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
> --enable-objc-gc --enable-multiarch --with-arch-32=i586 
 --enable-multilib --with-tune=generic --enable-checking=release 
--build=x86_64-kfreebsd-gnu --host=x86_64-kfreebsd-gnu 
--target=x86_64-kfreebsd-gnu
> Thread model: posix
> gcc version 4.9.1 (Debian 4.9.1-4) 
> COMPILER_PATH=/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/:/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/:/usr/lib/gcc/x86_64-kfreebsd-gnu/:/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/:/usr/lib/gcc/x86_64-kfreebsd-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/:/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../x86_64-kfreebsd-gnu/:/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../../lib/:/lib/x86_64-kfreebsd-gnu/:/lib/../lib/:/usr/lib/x86_64-kfreebsd-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-v' '-m64' '-o' 'a.out' '-mtune=generic' '-march=x86-64'
>  /usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/collect2 -plugin 
> /usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/liblto_plugin.so 
> -plugin-opt=/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/lto-wrapper 
> -plugin-opt=-fresolution=/tmp/ccjeFFMs.res -plugin-opt=-pass-through=-lgcc 
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc 
> -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ 
> --build-id --eh-frame-hdr -m elf_x86_64_fbsd --hash-style=gnu -dynamic-linker 
> /lib/ld-kfreebsd-x86-64.so.1 -o a.out 
> /usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../x86_64-kfreebsd-gnu/crt1.o 
> /usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../x86_64-kfreebsd-gnu/crti.o 
> /usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/crtbegin.o 
> -L/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9 
> -L/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../x86_64-kfreebsd-gnu 
> -L/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../../lib 
> -L/lib/x86_64-kfreebsd-gnu -L/lib/../lib -L/usr/lib/x86_64-kfreebsd-gnu 
> -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../..
  /tmp/test-741ad6.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc 
--as-needed -lgcc_s --no-as-needed 
/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/crtend.o 
/usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../x86_64-kfreebsd-gnu/crtn.o
> /usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/../../../x86_64-kfreebsd-gnu/crt1.o: In 
> function `_start':
> /build/glibc-oa7ZKi/glibc-2.19/csu/../ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/x86_64/start.S:133:
>  undefined reference to `main'
> collect2: error: ld returned 1 exit status
> clang: error: linker (via gcc) command failed with exit code 1 (use -v to see 
> invocation)


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 10.1-0-amd64
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  libc0.1                  2.19-9
ii  libc0.1-dev [libc6-dev]  2.19-9
ii  libclang-common-3.4-dev  1:3.4.2-8
ii  libclang1-3.4            1:3.4.2-8
ii  libffi6                  3.1-2
ii  libgcc-4.9-dev           4.9.1-4
ii  libgcc1                  1:4.9.1-4
ii  libllvm3.4               1:3.4.2-8
ii  libobjc-4.9-dev          4.9.1-4
ii  libstdc++-4.9-dev        4.9.1-4
ii  libstdc++6               4.9.1-4
ii  libtinfo5                5.9+20140712-2

Versions of packages clang-3.4 recommends:
ii  llvm-3.4-dev  1:3.4.2-7
ii  python        2.7.8-1

Versions of packages clang-3.4 suggests:
pn  clang-3.4-doc  <none>
pn  gnustep        <none>
pn  gnustep-devel  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-3.5
Source-Version: 1:3.5-2~exp1

We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-3.5, 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 759...@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.5 
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: Thu, 18 Sep 2014 17:42:04 +0200
Source: llvm-toolchain-3.5
Binary: clang-3.5 clang-format-3.5 cpp11-migrate-3.5 clang-modernize-3.5 
clang-3.5-doc libclang1-3.5 libclang1-3.5-dbg libclang-3.5-dev 
libclang-common-3.5-dev python-clang-3.5 clang-3.5-examples libllvm3.5 
libllvm3.5-dbg llvm-3.5 llvm-3.5-runtime llvm-3.5-dev llvm-3.5-tools 
libllvm-3.5-ocaml-dev llvm-3.5-doc llvm-3.5-examples lldb-3.5 liblldb-3.5 
python-lldb-3.5 liblldb-3.5-dev lldb-3.5-dev
Architecture: source amd64 all
Version: 1:3.5-2~exp1
Distribution: experimental
Urgency: medium
Maintainer: LLVM Packaging Team <pkg-llvm-t...@lists.alioth.debian.org>
Changed-By: Sylvestre Ledru <sylves...@debian.org>
Description:
 clang-3.5  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.5-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-3.5-examples - Clang examples
 clang-format-3.5 - Tool to format C/C++/Obj-C code
 clang-modernize-3.5 - Tool to convert C++98 and C++03 code to C++11
 cpp11-migrate-3.5 - Tool to convert C++98 and C++03 code to C++11
 libclang-3.5-dev - clang library - Development package
 libclang-common-3.5-dev - clang library - Common development package
 libclang1-3.5 - C interface to the clang library
 libclang1-3.5-dbg - clang library
 liblldb-3.5 - Next generation, high-performance debugger, library
 liblldb-3.5-dev - Next generation, high-performance debugger - Header files
 libllvm-3.5-ocaml-dev - Modular compiler and toolchain technologies, OCaml 
bindings
 libllvm3.5 - Modular compiler and toolchain technologies, runtime library
 libllvm3.5-dbg - Modular compiler and toolchain technologies, debugging 
libraries
 lldb-3.5   - Next generation, high-performance debugger
 lldb-3.5-dev - transitional dummy package to liblldb-3.5-dev
 llvm-3.5   - Modular compiler and toolchain technologies
 llvm-3.5-dev - Modular compiler and toolchain technologies, libraries and 
header
 llvm-3.5-doc - Modular compiler and toolchain technologies, documentation
 llvm-3.5-examples - Modular compiler and toolchain technologies, examples
 llvm-3.5-runtime - Modular compiler and toolchain technologies, IR interpreter
 llvm-3.5-tools - Modular compiler and toolchain technologies, tools
 python-clang-3.5 - Clang Python Bindings
 python-lldb-3.5 - Next generation, high-performance debugger, python lib
Closes: 731711 759303 761650
Changes:
 llvm-toolchain-3.5 (1:3.5-2~exp1) experimental; urgency=medium
 .
   * Build lldb-mi under kfreebsd (Closes: #761650)
   * Fix a bad dependency from lldb-3.5
   * Does not have multiarch include paths on !linux (Closes: #759303)
   * Fails to find C++ include paths under Kfreebsd (Closes: #731711)
     Thanks to Steven Chamberlain for the help on the two previous fixes
Checksums-Sha1:
 920c0e376260c216fba90a31bf35e5c34da4611d 5845 llvm-toolchain-3.5_3.5-2~exp1.dsc
 ec404fc5d6340e7688da539edcdd24fb9a12a871 51608 
llvm-toolchain-3.5_3.5-2~exp1.debian.tar.xz
 bef988ea50eb6229f2b1abb4920843c7c775bc84 20619386 
clang-3.5_3.5-2~exp1_amd64.deb
 ebc2767191c8a50b3bba6f2a0919130c454dceaa 394346 
clang-format-3.5_3.5-2~exp1_amd64.deb
 dace7047118b6e99536670dcb929e1923509b156 14366 
cpp11-migrate-3.5_3.5-2~exp1_amd64.deb
 64a19ed2d47271d6b719f350b73edf82e6d58ec1 3506408 
clang-modernize-3.5_3.5-2~exp1_amd64.deb
 f8535d3228b4e5c6b641a3a1e874931b1a8a26ab 511556 
clang-3.5-doc_3.5-2~exp1_all.deb
 ff72030f37daaee0f4a50d35cc8ed63c2af18569 3654704 
libclang1-3.5_3.5-2~exp1_amd64.deb
 51a47a9b59334f1360aae09c9992224db3a9ad9f 118360126 
libclang1-3.5-dbg_3.5-2~exp1_amd64.deb
 01ca46f0b21b3a040d08989efd5da221e48b807d 10672150 
libclang-3.5-dev_3.5-2~exp1_amd64.deb
 14e483c25f5dd4f157fe52aa68eb70495d99667d 670706 
libclang-common-3.5-dev_3.5-2~exp1_amd64.deb
 e8161c0837b4566178b63a8981568293aa206e99 36086 
python-clang-3.5_3.5-2~exp1_amd64.deb
 afb1e67f36e1b5926ac653abb7f40bc880858f4d 20224 
clang-3.5-examples_3.5-2~exp1_amd64.deb
 d778a8ca5dcccc872a4757aa2ec201172056b374 7622726 
libllvm3.5_3.5-2~exp1_amd64.deb
 6396326340b8ca8bbae7e70d1ff3200ca71eb0d9 143801486 
libllvm3.5-dbg_3.5-2~exp1_amd64.deb
 e4554b6d25944cb4fb0bb747cca93e5ea74203d2 1145080 llvm-3.5_3.5-2~exp1_amd64.deb
 50b69645e749a40fe49bf9dbe026d757a7ef08cd 53558 
llvm-3.5-runtime_3.5-2~exp1_amd64.deb
 54d5f8bfabf425996f7bfeaf5a0446f25a516f53 11912718 
llvm-3.5-dev_3.5-2~exp1_amd64.deb
 21ab25e555b82d1d5b7f3235563e03002bedf36e 152278 
llvm-3.5-tools_3.5-2~exp1_amd64.deb
 f82983d9f929dae5ec468ceb786af075ed3fe26f 292848 
libllvm-3.5-ocaml-dev_3.5-2~exp1_amd64.deb
 655937726508ad9dcd7ce90157b18d24d94b0255 1459546 
llvm-3.5-doc_3.5-2~exp1_all.deb
 66ad8600d448e56edcf5712ec9ab3141ead4cabb 180056 
llvm-3.5-examples_3.5-2~exp1_all.deb
 6741ce4886354767e5678c286c8d4c797bbb8d48 221460 lldb-3.5_3.5-2~exp1_amd64.deb
 33406a70d95d5c17e626ac8f0131f603ed6c63af 6951058 
liblldb-3.5_3.5-2~exp1_amd64.deb
 d5399557a3fe33f530d30045be05ba2b174abc0d 90762 
python-lldb-3.5_3.5-2~exp1_amd64.deb
 48436adf14ac94ac56f1340fca4bb5aa3bd73dfd 3866322 
liblldb-3.5-dev_3.5-2~exp1_amd64.deb
 1a49c26699cf732c6f308fb2c16efcc24e85aa52 14104 lldb-3.5-dev_3.5-2~exp1_all.deb
Checksums-Sha256:
 fce31d7b8bbca1e9ef0dac22e32ad827498321eb78730f0324117eb3403de57e 5845 
llvm-toolchain-3.5_3.5-2~exp1.dsc
 b3d93096c49f000a780fcb5b973f16a834ebd1be3c95facc13f309a27891a59d 51608 
llvm-toolchain-3.5_3.5-2~exp1.debian.tar.xz
 ccd3616de4d99bb20a3d9b86c640461de0f8c19ac557f9535b3c29366b495a03 20619386 
clang-3.5_3.5-2~exp1_amd64.deb
 9d402d9fb2106faa3edb6cf52681725ac7cc92b988aec51870de59c2589228e9 394346 
clang-format-3.5_3.5-2~exp1_amd64.deb
 ccb33c6fb494935e2cec48ee4b61f9769cb58dc5935eb01bea941164d0fc4473 14366 
cpp11-migrate-3.5_3.5-2~exp1_amd64.deb
 2a8cbd38a6fcc0bfce0386df44c078cbd37748a2c33ac7b2f6f588d561894484 3506408 
clang-modernize-3.5_3.5-2~exp1_amd64.deb
 1b2149f6e7c0c70a6af20f8ac203abd9ef374316f13a47dc7c01927a233c4b30 511556 
clang-3.5-doc_3.5-2~exp1_all.deb
 40982df05debed794a0a5ca9da4324c4d1d40c1e414e70f8b0aa7a9682470b42 3654704 
libclang1-3.5_3.5-2~exp1_amd64.deb
 bb84d94e74a794793a515bbf555c42b288f2711c56e7b8fc825af6bc606edf5a 118360126 
libclang1-3.5-dbg_3.5-2~exp1_amd64.deb
 328846cc7116210b9e050b5f4bd4e68ffc2954a1b71016b149d598e189bc7ccb 10672150 
libclang-3.5-dev_3.5-2~exp1_amd64.deb
 8108d3ffcb0e07322e14a483c8a033ad11a325547e7e407d1354579d44450791 670706 
libclang-common-3.5-dev_3.5-2~exp1_amd64.deb
 7899932b89eceeb35ba68e2cdaa3c79cf6246307a9c9b61f94482ac1097113f4 36086 
python-clang-3.5_3.5-2~exp1_amd64.deb
 ff02b3a6b5e6bb3f37e5f700278f6cf6f9b6e9f774cfd54bf6c547b40e9f1151 20224 
clang-3.5-examples_3.5-2~exp1_amd64.deb
 c92b48c462ec76446ca8de339f5bdaf11c3998aa98d51cb452cb965d1a16ebc9 7622726 
libllvm3.5_3.5-2~exp1_amd64.deb
 23a48d311f9f00590ae57d90798ee7e301bcf729ea1493b337f83a9d1d6654a9 143801486 
libllvm3.5-dbg_3.5-2~exp1_amd64.deb
 a8f0849a4f7f04abb25854693fac086af6a51afa6d4130c649d0e7015ee8fcdf 1145080 
llvm-3.5_3.5-2~exp1_amd64.deb
 0263b84eb45c9483b3820bf86da4ed3ed7397b2381d06d42822132637b7021cb 53558 
llvm-3.5-runtime_3.5-2~exp1_amd64.deb
 2d1fac0058bda5e274b34669a8a3bbcf660d588f5134f162f80d3ea1eb00c32d 11912718 
llvm-3.5-dev_3.5-2~exp1_amd64.deb
 3bf895b45e5fe32985a848b11933cbf7d0978637035a93fecb10c0bc5d1b289a 152278 
llvm-3.5-tools_3.5-2~exp1_amd64.deb
 06b51b47cca38a52bc0f3066fbe39b65a36f9040eeb5875fcb6c3810920018cd 292848 
libllvm-3.5-ocaml-dev_3.5-2~exp1_amd64.deb
 00e9bc9d77cbd478442baa8e833ddb3845a6c3633fb42f0ecb215095e616fd66 1459546 
llvm-3.5-doc_3.5-2~exp1_all.deb
 518c4fd2e5f6f539d07bcba63cabc85ae18faccba8feba85f0138a350662331c 180056 
llvm-3.5-examples_3.5-2~exp1_all.deb
 690ac7c9f3266793a365eb1c21e1432dd184a455983d25638858f5bcf7dde986 221460 
lldb-3.5_3.5-2~exp1_amd64.deb
 d0a03a6fa4098d510a9ed1437c3838599defd6d229d468172c3bdb4d4e7f4a16 6951058 
liblldb-3.5_3.5-2~exp1_amd64.deb
 8cf2ea8915f026cdabdb79028c6f5c276a03079056445def60711e1a772d3e60 90762 
python-lldb-3.5_3.5-2~exp1_amd64.deb
 67558e682be8b43ac7d51c6c27d22ddb0cbd3626cdcbeb87cfd6e914879384cd 3866322 
liblldb-3.5-dev_3.5-2~exp1_amd64.deb
 8ca6ef8b826029d32c1c304709858acfde595822cbf225f1edbdca047d56d26e 14104 
lldb-3.5-dev_3.5-2~exp1_all.deb
Files:
 59412162fcf85702de80a1d8cbeb8607 20619386 devel optional 
clang-3.5_3.5-2~exp1_amd64.deb
 2ee5b89a1810db504c86e969c2ad0374 394346 devel optional 
clang-format-3.5_3.5-2~exp1_amd64.deb
 828aef671906c12ae326bac093e04629 14366 devel optional 
cpp11-migrate-3.5_3.5-2~exp1_amd64.deb
 0ac38f463d1d587b37148e1d885b3ec9 3506408 devel optional 
clang-modernize-3.5_3.5-2~exp1_amd64.deb
 29b249a4bfeca63dfa25d5fa890a4802 511556 doc optional 
clang-3.5-doc_3.5-2~exp1_all.deb
 5fe191317fe9b2aa44efb12d6e042f0b 3654704 devel optional 
libclang1-3.5_3.5-2~exp1_amd64.deb
 e679827cdec177655dcca985ccf6d6e0 118360126 debug extra 
libclang1-3.5-dbg_3.5-2~exp1_amd64.deb
 9f35b333330f871a7e27fc4d41bd6fd7 10672150 libdevel optional 
libclang-3.5-dev_3.5-2~exp1_amd64.deb
 6ed5398011bfa6fbf5132fd2eec0ee17 670706 libdevel optional 
libclang-common-3.5-dev_3.5-2~exp1_amd64.deb
 c2ca66b393c4b28c99df0a23791fa8c8 36086 python optional 
python-clang-3.5_3.5-2~exp1_amd64.deb
 987d85740dde16d5a0c5a40c59435575 20224 doc optional 
clang-3.5-examples_3.5-2~exp1_amd64.deb
 d0feac50bd22e92597558f0b05f835ba 7622726 libs optional 
libllvm3.5_3.5-2~exp1_amd64.deb
 5aaaf7b59f1af03365a032c19c716902 143801486 debug extra 
libllvm3.5-dbg_3.5-2~exp1_amd64.deb
 a6fc83d023d108c8f7d6907176f6b600 1145080 devel optional 
llvm-3.5_3.5-2~exp1_amd64.deb
 fdfda03cc3dce2ff0d4250d49ff69a83 53558 devel optional 
llvm-3.5-runtime_3.5-2~exp1_amd64.deb
 4191bb71eeba681cf0eaa53953393a5e 11912718 devel optional 
llvm-3.5-dev_3.5-2~exp1_amd64.deb
 49a787e289f1163331127a0fdec58f00 152278 devel optional 
llvm-3.5-tools_3.5-2~exp1_amd64.deb
 afa63fd33adf16e68844951baba97001 292848 ocaml optional 
libllvm-3.5-ocaml-dev_3.5-2~exp1_amd64.deb
 c492fc057f091921790048793d2f592a 1459546 doc optional 
llvm-3.5-doc_3.5-2~exp1_all.deb
 1734db11c8921a1c899fd9667d1a62f8 180056 doc optional 
llvm-3.5-examples_3.5-2~exp1_all.deb
 3d84d0e9519bc3f8f80bda5a43e92e32 221460 devel optional 
lldb-3.5_3.5-2~exp1_amd64.deb
 a5c1e57f4ce00daab88eed3c60fed193 6951058 libs optional 
liblldb-3.5_3.5-2~exp1_amd64.deb
 7687024f232c45124811a38a67a59e99 90762 python optional 
python-lldb-3.5_3.5-2~exp1_amd64.deb
 22d6b7da4fd38670769284bd40de1efc 3866322 libdevel optional 
liblldb-3.5-dev_3.5-2~exp1_amd64.deb
 0a0a998d3558d08926f91c8f5dabebfd 14104 oldlibs optional 
lldb-3.5-dev_3.5-2~exp1_all.deb
 33931a74c71481d709b61fecfaf68c5b 5845 devel optional 
llvm-toolchain-3.5_3.5-2~exp1.dsc
 381034a38eb084964d59d192d1735a6b 51608 devel optional 
llvm-toolchain-3.5_3.5-2~exp1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJUGzlvAAoJEH5lKNp1LxvhNjAP/1SU6SUImVP2A5PArO0QEsJv
Hvs9E/24hD6n2xFWAJZbge7O1l4rGbw//M21VzQ9WPYnrdeLGkZA1O4P25xzahEK
e301HTwoSa8HZGCvX3Iz3hAnOGlRMtNU6qoM9Fxwh7eFaQHw4ugEfmOtWDfoTOf7
BH2DFA/n6SB2nbo45beKRvIAXdv9C6CNg4wF79S74A3VjgcoI70k4mLhdYOJmTd/
B4ZfYLiUjguoBgy85hjeN71CL+5DiI/9Y4cJ4QkEjzxfi/UxQeC/ble8GD/nnqvl
AOK0nF5Ck3ZsCLp+F2+4JqgSqz2OKvtggDZ06J8THr1Xk48ZiDBZsr2TF65vvFCS
4u35ImxIqEf2DY3uVYIU2vX1hl9fGYF+IFrUM8kRNilG9dgwU8LdSC2Y5IXHnvHX
g/0UjxFrE2HadGwyyd2bj02F6VobYW1txeU9uKcDdfsuwyqRddnnUFUjk0kzD/4a
BvA/b8HOiUIe1OZRue7DuztOMv8rFOnPoKvQO3bGJMHON4LJMBXm9WiVVKdHN1HV
Vn/KkTL1qGPGazkSahAX/mH8XUSk4U8689U0MPGJvgvOgV3LKwmOgDf1dYxfIkoa
ng1Jqz6KFHpGwCfyA8dKOHMNhpBBXYXheAOds0nhpxur1OdFSsY88n45eNgJfX5l
nQpDcmEeV3JN9MfXQ7Tk
=1PKn
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to