Your message dated Tue, 08 May 2018 12:13:13 +0000
with message-id <[email protected]>
and subject line Bug#890514: fixed in llvm-toolchain-6.0 1:6.0.1~+rc1-1~exp2
has caused the Debian Bug report #890514,
regarding clang-tidy-6.0: missing dependency: run-clang-tidy-6.0.py needs 
python-yaml
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.)


-- 
890514: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890514
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clang-tidy-6.0
Version: 1:6.0~+rc2-1
Severity: normal

Dear Maintainer,

the run-clang-tidy-6.0.py script requires the Python yaml library.

python-yaml needs to be installed, but I think debian policy
would recommend using python3-yaml (needs the shebang adjusted)

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages clang-tidy-6.0 depends on:
ii  libc6       2.26-6
ii  libgcc1     1:8-20180207-2
ii  libllvm6.0  1:6.0~+rc2-1
ii  libstdc++6  8-20180207-2
ii  python      2.7.14-4

clang-tidy-6.0 recommends no packages.

clang-tidy-6.0 suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-6.0
Source-Version: 1:6.0.1~+rc1-1~exp2

We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-6.0, 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 [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-toolchain-6.0 
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: SHA256

Format: 1.8
Date: Mon, 07 May 2018 23:27:26 +0200
Source: llvm-toolchain-6.0
Binary: clang-6.0 clang-tools-6.0 clang-format-6.0 clang-tidy-6.0 clang-6.0-doc 
libclang1-6.0 libclang-6.0-dev libclang-common-6.0-dev libfuzzer-6.0-dev 
python-clang-6.0 clang-6.0-examples libllvm6.0 llvm-6.0 llvm-6.0-runtime 
llvm-6.0-dev llvm-6.0-tools llvm-6.0-doc llvm-6.0-examples lld-6.0 liblld-6.0 
liblld-6.0-dev lldb-6.0 liblldb-6.0 python-lldb-6.0 liblldb-6.0-dev
Architecture: source
Version: 1:6.0.1~+rc1-1~exp2
Distribution: experimental
Urgency: medium
Maintainer: LLVM Packaging Team <[email protected]>
Changed-By: Sylvestre Ledru <[email protected]>
Description:
 clang-6.0  - C, C++ and Objective-C compiler
 clang-6.0-doc - C, C++ and Objective-C compiler - Documentation
 clang-6.0-examples - Clang examples
 clang-format-6.0 - Tool to format C/C++/Obj-C code
 clang-tidy-6.0 - clang-based C++ linter tool
 clang-tools-6.0 - clang-based tools for C/C++ developments
 libclang-6.0-dev - clang library - Development package
 libclang-common-6.0-dev - clang library - Common development package
 libclang1-6.0 - C interface to the clang library
 libfuzzer-6.0-dev - Library for coverage-guided fuzz testing
 liblld-6.0 - LLVM-based linker, library
 liblld-6.0-dev - LLVM-based linker, header files
 liblldb-6.0 - Next generation, high-performance debugger, library
 liblldb-6.0-dev - Next generation, high-performance debugger, header files
 libllvm6.0 - Modular compiler and toolchain technologies, runtime library
 lld-6.0    - LLVM-based linker
 lldb-6.0   - Next generation, high-performance debugger
 llvm-6.0   - Modular compiler and toolchain technologies
 llvm-6.0-dev - Modular compiler and toolchain technologies, libraries and 
header
 llvm-6.0-doc - Modular compiler and toolchain technologies, documentation
 llvm-6.0-examples - Modular compiler and toolchain technologies, examples
 llvm-6.0-runtime - Modular compiler and toolchain technologies, IR interpreter
 llvm-6.0-tools - Modular compiler and toolchain technologies, tools
 python-clang-6.0 - Clang Python Bindings
 python-lldb-6.0 - Next generation, high-performance debugger, python lib
Closes: 890514
Changes:
 llvm-toolchain-6.0 (1:6.0.1~+rc1-1~exp2) experimental; urgency=medium
 .
   * Add python-yaml as dep for clang-tidy (Closes: #890514)
 .
   [ Peter Wu ]
   * Make CMake find_package(Clang) work. Fixes upstream bug
     https://bugs.llvm.org/show_bug.cgi?id=37128
     - Move Clang*.cmake back to /usr/lib/llvm-X.Y/lib/cmake/clang and install a
       symlink in /usr/lib/cmake/clang-X.Y.
     - Ensure that the LLVM installation prefix is correctly discovered despire
       symlinks (replaces fix-cmake-config-prefix.diff).
     - Create /usr/lib/llvm-X.Y/bin/clang-X.Y symlink as required by
       ClangTargets-relwithdebinfo.cmake.
     - Remove useless LLVM_CMAKE_DIR sed command that did not match anything.
     - Ignore missing binaries in ClangTargets-relwithdebinfo.cmake.
Checksums-Sha1:
 2c6f135ef60179f993201b5da1dc249d3948f2a9 6683 
llvm-toolchain-6.0_6.0.1~+rc1-1~exp2.dsc
 7d96f5758ffc24c1dc2ff8310324508a2d2b3a18 63608 
llvm-toolchain-6.0_6.0.1~+rc1-1~exp2.debian.tar.xz
 d971372981af24f9c9543466103f012d0dfba106 21850 
llvm-toolchain-6.0_6.0.1~+rc1-1~exp2_amd64.buildinfo
Checksums-Sha256:
 5220f27e6fb9f7684f90f81a0c42dbbeadcb163da3582ba5d33e69210ad5ac3c 6683 
llvm-toolchain-6.0_6.0.1~+rc1-1~exp2.dsc
 d9cf3201f9a6ffbd25eb58f5c51027c72abce15339b431aba1800a23ddfe295f 63608 
llvm-toolchain-6.0_6.0.1~+rc1-1~exp2.debian.tar.xz
 56b07a975d36a7fc909eec85f593a4dbdad8bc6af7f33dd732872d61d876355a 21850 
llvm-toolchain-6.0_6.0.1~+rc1-1~exp2_amd64.buildinfo
Files:
 0584a32975e9d2710d7ee1187e40fb5c 6683 devel optional 
llvm-toolchain-6.0_6.0.1~+rc1-1~exp2.dsc
 acfb1a2c1440d091eaec8e38fe71803a 63608 devel optional 
llvm-toolchain-6.0_6.0.1~+rc1-1~exp2.debian.tar.xz
 18e6436fff457a70cd128c26f5c562cf 21850 devel optional 
llvm-toolchain-6.0_6.0.1~+rc1-1~exp2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEtg21mU05vsTRqVzPfmUo2nUvG+EFAlrxjKsACgkQfmUo2nUv
G+FGuBAAhdmHEKAIdj8nXSdD1JDyCTpy7a8dGMYmE41Zpxsih3vhwZAL8qshpv2v
DS67uCA0V2KJct7XZmVpxdAfhVhouI6LQGS9j794fjJ84uZONd4wyseaPeK0Q8H8
vwCNxRQl9W3//buJ3G/K6brvYoWvUHO+ZMOlmWNvSwIjgpft3+taGbZikfZXfIzf
u3d9yZXpwZa0tmEpWEqRPmdu76LJySH55hX5BNc7r6CNv7OORnNyKXAhhWTOg1z6
hwkBSVJg3ziP9gSCm4Z700I5D/bC/7kzb8UxfTFIHjySfC6I3ISfKk5QP3Nu5Wxm
tG0IbEZPnOM8AwGFRTezNnQ6bJSBTM0GVzCGgCPcJbVDL4RxL2s2hbIJ4N10vC9P
1guLMQIF0LyeaweZNmMdhUThikHfSdAUUEShMfjc7ZMBJcl+A0I4xBC+G5FXYo2P
VCxttR9gTYD5GxdUA2lxtONiZ0IR10SJd718VCLPW4BV8H9h+Lt/MY/6b7EjUEEG
ar1VqvDGlawsFx2imFvvUXlS/QWlhtnMrVKhi+B6KFvhah8sLGTRQ3Sw1u6M5BwZ
D6zaQX5+uRR2Gr8rdMilnDJKuP2RIM2qXVoj8RCnsi5yIwexe+HRyTFB3OI8IyPp
cUBn0hCjOpLagVgjxD4J4RaUvQxNmh1l0qFcBKc6ulwftm2E8qM=
=50BU
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to