Your message dated Mon, 19 Oct 2015 19:00:35 +0000
with message-id <[email protected]>
and subject line Bug#790686: fixed in llvm-toolchain-3.6 1:3.6.2-2
has caused the Debian Bug report #790686,
regarding clang-3.5: no build-id enabled
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.)


-- 
790686: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790686
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clang-3.5
Version: 1:3.5.2-1

ELFs created by clang don't have build-id note sections:

$ touch empty.c
$ gcc -shared empty.c && readelf -n a.out | grep BUILD_ID -c
1
$ clang-3.5 -shared empty.c && readelf -n a.out | grep BUILD_ID -c
0


I guess this fragment of lib/Driver/ToolChains.cpp is at fault:

 if (Distro == DebianSqueeze || Distro == DebianWheezy ||
     Distro == DebianJessie || IsOpenSUSE(Distro) ||
     (IsRedhat(Distro) && Distro != RHEL4 && Distro != RHEL5) ||
     (IsUbuntu(Distro) && Distro >= UbuntuKarmic))
   ExtraOpts.push_back("--build-id");


-- System Information:
Debian Release: stretch/sid
 APT prefers unstable
 APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 4.0.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages clang-3.5 depends on:
ii  binutils                 2.25-9
ii  libc6                    2.19-18
ii  libc6-dev                2.19-18
ii  libclang-common-3.5-dev  1:3.5.2-1
ii  libclang1-3.5            1:3.5.2-1
ii  libedit2                 3.1-20150325-1
ii  libffi6                  3.1-2+b2
ii  libgcc-4.9-dev           4.9.2-22
ii  libgcc1                  1:5.1.1-12
ii  libllvm3.5               1:3.5.2-1
ii  libobjc-4.9-dev          4.9.2-22
ii  libstdc++-4.9-dev        4.9.2-22
ii  libstdc++6               5.1.1-12
ii  libtinfo5                5.9+20150516-2
ii  zlib1g                   1:1.2.8.dfsg-2+b1

Versions of packages clang-3.5 recommends:
ii  llvm-3.5-dev  1:3.5.2-1
ii  python        2.7.9-1

--
Jakub Wilk

--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-3.6
Source-Version: 1:3.6.2-2

We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-3.6, 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-3.6 
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, 21 Sep 2015 11:14:28 +0200
Source: llvm-toolchain-3.6
Binary: clang-3.6 clang-format-3.6 cpp11-migrate-3.6 clang-modernize-3.6 
clang-tidy-3.6 clang-3.6-doc libclang1-3.6 libclang1-3.6-dbg libclang-3.6-dev 
libclang-common-3.6-dev python-clang-3.6 clang-3.6-examples libllvm3.6v5 
libllvm3.6-dbg llvm-3.6 llvm-3.6-runtime llvm-3.6-dev llvm-3.6-tools 
libllvm-3.6-ocaml-dev llvm-3.6-doc llvm-3.6-examples lldb-3.6 liblldb-3.6 
python-lldb-3.6 liblldb-3.6-dev lldb-3.6-dev
Architecture: source all amd64
Version: 1:3.6.2-2
Distribution: unstable
Urgency: medium
Maintainer: LLVM Packaging Team <[email protected]>
Changed-By: Sylvestre Ledru <[email protected]>
Description:
 clang-3.6  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.6-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-3.6-examples - Clang examples
 clang-format-3.6 - Tool to format C/C++/Obj-C code
 clang-modernize-3.6 - Tool to convert C++98 and C++03 code to C++11
 clang-tidy-3.6 - clang-based C++ linter tool
 cpp11-migrate-3.6 - Tool to convert C++98 and C++03 code to C++11 - transition 
packag
 libclang-3.6-dev - clang library - Development package
 libclang-common-3.6-dev - clang library - Common development package
 libclang1-3.6 - C interface to the clang library
 libclang1-3.6-dbg - clang library
 liblldb-3.6 - Next generation, high-performance debugger, library
 liblldb-3.6-dev - Next generation, high-performance debugger - Header files
 libllvm-3.6-ocaml-dev - Modular compiler and toolchain technologies, OCaml 
bindings
 libllvm3.6-dbg - Modular compiler and toolchain technologies, debugging 
libraries
 libllvm3.6v5 - Modular compiler and toolchain technologies, runtime library
 lldb-3.6   - Next generation, high-performance debugger
 lldb-3.6-dev - transitional dummy package to liblldb-3.6-dev
 llvm-3.6   - Modular compiler and toolchain technologies
 llvm-3.6-dev - Modular compiler and toolchain technologies, libraries and 
header
 llvm-3.6-doc - Modular compiler and toolchain technologies, documentation
 llvm-3.6-examples - Modular compiler and toolchain technologies, examples
 llvm-3.6-runtime - Modular compiler and toolchain technologies, IR interpreter
 llvm-3.6-tools - Modular compiler and toolchain technologies, tools
 python-clang-3.6 - Clang Python Bindings
 python-lldb-3.6 - Next generation, high-performance debugger, python lib
Closes: 790686
Changes:
 llvm-toolchain-3.6 (1:3.6.2-2) unstable; urgency=medium
 .
   * Fix the warning "duplicate-short-description cpp11-migrate-3.6
       clang-modernize-3.6". cpp11-migrate is the old name of clang-modernize
   * Bring back the build-id (Closes: #790686)
   * Introduce clang-tidy-3.6 as a new package
 .
   [ Gianfranco Costamagna ]
   * Fix many lintian warning/errors
     - copyright fixes
     - updated overrides for v5 switch
     - d/control fixes on VCS fields and multiarch.
     - disabled ocaml documentation
   * d/p/bug783205.patch: rebase to 3.6.
   * d/control: Add more conflicting packages (python-clang and python-lldb)
Checksums-Sha1:
 082479e82dfdcaa7362c8c890ea60cb53faab552 5947 llvm-toolchain-3.6_3.6.2-2.dsc
 d654f8e6b790c7d06358988cbd3e6ccede7aea62 48364 
llvm-toolchain-3.6_3.6.2-2.debian.tar.xz
 cbb3e276da5d2d4b3db89e0a750985130a1163df 518378 clang-3.6-doc_3.6.2-2_all.deb
 9675fa3658fe60c78d29420435f74995b9610dce 22840 
clang-3.6-examples_3.6.2-2_amd64.deb
 58095af1fbc0acc826125503ab28dabc43f48c64 20532734 clang-3.6_3.6.2-2_amd64.deb
 76d7d63b37352942bf86a422a6373abe1956cfe8 389780 
clang-format-3.6_3.6.2-2_amd64.deb
 9a2f1f5eb2ce80c1440294bdfac93e61913e9150 3503296 
clang-modernize-3.6_3.6.2-2_amd64.deb
 56dad682c55e1aedf4265d1e4838af02ca544569 4178264 
clang-tidy-3.6_3.6.2-2_amd64.deb
 52a2d0d841a7ef360270d69b73764e71e8942aa2 16732 
cpp11-migrate-3.6_3.6.2-2_amd64.deb
 f92952565d37b088c3e15fc47e92fe3927311497 10872688 
libclang-3.6-dev_3.6.2-2_amd64.deb
 8cf515954558c07ee27e33c5e0995c03abaa75aa 709700 
libclang-common-3.6-dev_3.6.2-2_amd64.deb
 32916609a58e388c5c16850d6f81fe7b25b49aab 129767094 
libclang1-3.6-dbg_3.6.2-2_amd64.deb
 b90374b56bcddc632c83bbc5ad4231d2ee180f3f 3663562 
libclang1-3.6_3.6.2-2_amd64.deb
 1bdac22deb0ed88e1a6807515fcb1975b41b082d 4110072 
liblldb-3.6-dev_3.6.2-2_amd64.deb
 62bf9c16160ae63df382fe7450c169a8c3f6bed8 7177160 liblldb-3.6_3.6.2-2_amd64.deb
 4075a34e5c520026532f144cc559e0e57d3e81e4 17226 
libllvm-3.6-ocaml-dev_3.6.2-2_amd64.deb
 6ae092c90a16d5b586daa9f2b94610f8e4394673 170669604 
libllvm3.6-dbg_3.6.2-2_amd64.deb
 b23562b4af5b1c2cdb37ccc8557acb624a9e9da6 8012154 libllvm3.6v5_3.6.2-2_amd64.deb
 38c34b490f8b549c8f339aa7876777133368a5d4 16458 lldb-3.6-dev_3.6.2-2_all.deb
 fa4b6c087e479be9ec962feaccca011a09e02721 239194 lldb-3.6_3.6.2-2_amd64.deb
 3e40c9696e3ff1b65c37fb15976dedf119e75b60 12406292 
llvm-3.6-dev_3.6.2-2_amd64.deb
 9d189e832b57e142364c91768e8b6ce0df6d98d8 1424926 llvm-3.6-doc_3.6.2-2_all.deb
 2a0ec62442678be01b19130da33b9ee1ed83b1f7 193258 
llvm-3.6-examples_3.6.2-2_all.deb
 92aa9c56a82244a9f73a631ab16d99ebd28e7560 53764 
llvm-3.6-runtime_3.6.2-2_amd64.deb
 7d5098de2f5080106427419144dc9d64194317ee 163238 
llvm-3.6-tools_3.6.2-2_amd64.deb
 a71b4a3eb3747e671b54cc36e2fe181b0b0069d2 1283152 llvm-3.6_3.6.2-2_amd64.deb
 b94166ea6bdb76f7aa5175b30d03d104605ac651 38722 
python-clang-3.6_3.6.2-2_amd64.deb
 f2132b66acec325517c086c8e84f3e38a7b81823 96392 
python-lldb-3.6_3.6.2-2_amd64.deb
Checksums-Sha256:
 0a940f0a336da66bb802ac5bb8311241e60804afe63383e9134fd30732ceaed3 5947 
llvm-toolchain-3.6_3.6.2-2.dsc
 d1f92f8725e43f2185322da7f33605bafc258b56998a87ed50fafc3b7d816226 48364 
llvm-toolchain-3.6_3.6.2-2.debian.tar.xz
 28680e8744eefc7a29690e46d3b06d7cdccc7381167c5339d2922ce4b2a98984 518378 
clang-3.6-doc_3.6.2-2_all.deb
 d9950f836a031f6dada3b4aa12710e02ec89b6cb0a18546c48e708929204a4da 22840 
clang-3.6-examples_3.6.2-2_amd64.deb
 fb454e79fbb51ebac77b73cf0b1cabce03ce5036712646ec904f358058444a0b 20532734 
clang-3.6_3.6.2-2_amd64.deb
 2ae6b0917d3ace926e6e9a5ec49f8fecc492c87e51686d6b43ae2ef3489bd9aa 389780 
clang-format-3.6_3.6.2-2_amd64.deb
 bb0b9d320e660e300194061efee4e2fa2f447ad59c9eb6d9b5e7707e9d2788fb 3503296 
clang-modernize-3.6_3.6.2-2_amd64.deb
 99001ba67e5f728106ba2d34827faba7fd9f588380916107e3b36781cf61671b 4178264 
clang-tidy-3.6_3.6.2-2_amd64.deb
 c7b2fc41eae9fb68d9b126a9b338f5460c95865d93e7fb171c7a853427587fcf 16732 
cpp11-migrate-3.6_3.6.2-2_amd64.deb
 789e90c9a18ec0fbd172e22de98afc7289c522cd57748e112112dafe26569126 10872688 
libclang-3.6-dev_3.6.2-2_amd64.deb
 4a822380be7fdc379cfd1f17bded999805b1f6718e024a30c99141d97e2285d6 709700 
libclang-common-3.6-dev_3.6.2-2_amd64.deb
 48b65178bd6a1befa850be148ddcfbc83941147f4fb59b23a1e773efd681d4bb 129767094 
libclang1-3.6-dbg_3.6.2-2_amd64.deb
 a95cf68611a37466b054bbc3f180fb73af26184617f1f1d53801cf38b9669a01 3663562 
libclang1-3.6_3.6.2-2_amd64.deb
 659d198f50db5ff7a69f3faa001f81fab21a034006e7530bbfde60cf2562834b 4110072 
liblldb-3.6-dev_3.6.2-2_amd64.deb
 d0879c093474436a793a51133d4cf5a005cb4acca6c18c9bc092ab1cf1fd0791 7177160 
liblldb-3.6_3.6.2-2_amd64.deb
 93667ba8ff504519193318c620892fb93e24a7d346163dce74f312d7bb16f419 17226 
libllvm-3.6-ocaml-dev_3.6.2-2_amd64.deb
 b3ebecfd39619acf0bbe68dae2d4f6d48d3f9606f814de2c508d73ac4ed6d332 170669604 
libllvm3.6-dbg_3.6.2-2_amd64.deb
 41226b005df21554b4231503ef7dc0e074e9c726fc17fc2059f63f84ef486c7a 8012154 
libllvm3.6v5_3.6.2-2_amd64.deb
 9b2745d2f767f37fbf42feecc1640d7e8e5238db88691d3846e1bc76719ed0b5 16458 
lldb-3.6-dev_3.6.2-2_all.deb
 37658759eb5ca3a65156dbd4fb2c553f64555c92d46bb2eaa4812a9f99d96036 239194 
lldb-3.6_3.6.2-2_amd64.deb
 fe26052b32bb347ab8a9ab844a1992772541230fd787280d267a93ae086244ba 12406292 
llvm-3.6-dev_3.6.2-2_amd64.deb
 684f7a72326b75e85e6a723c46461bd77aede4e10eb46194c1dd1b602bf86d6a 1424926 
llvm-3.6-doc_3.6.2-2_all.deb
 37b563244f209fdd97362909edd3ee188f05212bca7eed6d16e991cfc114d692 193258 
llvm-3.6-examples_3.6.2-2_all.deb
 8924c94c4288b760101a171e6e1270e61ba209b6f78ca00b95bd9f130a7860fa 53764 
llvm-3.6-runtime_3.6.2-2_amd64.deb
 11bf8138128e3edd324d22ad88813ef35ef69d68d19b5a523e607f1cbaf7dbec 163238 
llvm-3.6-tools_3.6.2-2_amd64.deb
 f56311425ac92016b1eac7ddfb44d34fe754d9d2641cc00246083edadbed8176 1283152 
llvm-3.6_3.6.2-2_amd64.deb
 37bc518ccc7ad2f010e31c6152df31afae8f76ffc0e3cca181bdd72debe2e1dc 38722 
python-clang-3.6_3.6.2-2_amd64.deb
 c7434fb4d860ae4e12a2b6a911d12dbe03ad899d173d84d743a1490a3c6ab79f 96392 
python-lldb-3.6_3.6.2-2_amd64.deb
Files:
 a85217537650b52f356c4dad2f5dae51 5947 devel optional 
llvm-toolchain-3.6_3.6.2-2.dsc
 a40bb401d26078d4b8dc7f5aad1b9df2 48364 devel optional 
llvm-toolchain-3.6_3.6.2-2.debian.tar.xz
 81ca746485e823da891eea1b59b9f9c9 518378 doc optional 
clang-3.6-doc_3.6.2-2_all.deb
 bf0ad03c091d1cf5d02c78538c3236f6 22840 doc optional 
clang-3.6-examples_3.6.2-2_amd64.deb
 43b155e005266d913ea920e7a0d96aa3 20532734 devel optional 
clang-3.6_3.6.2-2_amd64.deb
 dc94fc475cb395cb65f69d39f52d72b6 389780 devel optional 
clang-format-3.6_3.6.2-2_amd64.deb
 b3f6758717e3f36c3ccc027ada477eb5 3503296 devel optional 
clang-modernize-3.6_3.6.2-2_amd64.deb
 83ba606b88aecb2ec20bc09c8c2c71d4 4178264 devel optional 
clang-tidy-3.6_3.6.2-2_amd64.deb
 97247826559b09bf8f484d328d45e99f 16732 devel optional 
cpp11-migrate-3.6_3.6.2-2_amd64.deb
 1e85714c5f277922a5a7458dea9e72c9 10872688 libdevel optional 
libclang-3.6-dev_3.6.2-2_amd64.deb
 41684acc80c51b30b00b94bfc2167d53 709700 libdevel optional 
libclang-common-3.6-dev_3.6.2-2_amd64.deb
 d5eac1c4b4f2a491ec490c78f99f449c 129767094 debug extra 
libclang1-3.6-dbg_3.6.2-2_amd64.deb
 26e8736c7969be6a4835d1aebdc32f06 3663562 devel optional 
libclang1-3.6_3.6.2-2_amd64.deb
 7ec6d4b4d2fb5553b5c4ab6d01fdc3db 4110072 libdevel optional 
liblldb-3.6-dev_3.6.2-2_amd64.deb
 7c45724088d37d0a5b764f0611005efa 7177160 libs optional 
liblldb-3.6_3.6.2-2_amd64.deb
 fa0f2aa0b31c80c91ef1a46116a4edc1 17226 ocaml optional 
libllvm-3.6-ocaml-dev_3.6.2-2_amd64.deb
 176687325a730153c5f67def15348d2e 170669604 debug extra 
libllvm3.6-dbg_3.6.2-2_amd64.deb
 c6195bf85bb44103c549b408a64d5cb0 8012154 libs optional 
libllvm3.6v5_3.6.2-2_amd64.deb
 0768b20d10250454359bc5f1b2f68698 16458 oldlibs optional 
lldb-3.6-dev_3.6.2-2_all.deb
 8fbec60f6d9e4946cee0ac20db5b6899 239194 devel optional 
lldb-3.6_3.6.2-2_amd64.deb
 b4fce952eea0fc45a1596b687145a3dd 12406292 devel optional 
llvm-3.6-dev_3.6.2-2_amd64.deb
 4b2862bb4c01bfbc484d23ce41fed72c 1424926 doc optional 
llvm-3.6-doc_3.6.2-2_all.deb
 31a3452e339196f2b42580261bcc8503 193258 doc optional 
llvm-3.6-examples_3.6.2-2_all.deb
 68c74fce0e6684bf72bd4cfee290bc50 53764 devel optional 
llvm-3.6-runtime_3.6.2-2_amd64.deb
 051484f162def089141a41fea23a47f2 163238 devel optional 
llvm-3.6-tools_3.6.2-2_amd64.deb
 d1a94b369d2396e6fa3bac341ea503ed 1283152 devel optional 
llvm-3.6_3.6.2-2_amd64.deb
 8b45d88ddf3cec7e0c2a8acea87de940 38722 python optional 
python-clang-3.6_3.6.2-2_amd64.deb
 df0ea2b1d6602c202083943a223e74d8 96392 python optional 
python-lldb-3.6_3.6.2-2_amd64.deb

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

iQIcBAEBCAAGBQJWJRfxAAoJEH5lKNp1LxvhbTwP/AhUrs1sfNDxjIUtxqWtm1CX
joGeYHBaZhDkbYPwwknyYwgxqd/PfXVbyuvehUV7veuT+dgLCB2gNhoGssBMJrIP
f1FytT+NmdNhT0hNp8+RGF1KTut++0TIpSeiAL+Dnory2XrJR+Cm2dOHmdpjxzU9
flxeA+CQY5jPV3i2dqvemUa154hkJ4Uzv7LT1ZGwDh0krtPsdbHEQWeIonePe9WX
OI8Lu8KBqbahS6s4NmNfaEw0tgjY97RbOvKgNGZLYRqNBDEsE+PbXqLVM+pxnD2N
Rkg+mTzho8Tg0lZHb3KGH1t8HkJBosf3qcdlQtHoejo6NGqg/BJiyXZop9e9XMcE
t7YRKJlJlU2NtWUCjOWizdzU1NjTAhejIQvsOYNDdmi5jgXvgNNINPM1FHbbZbWw
uYLk1NU8NAuuyX8HtoT948PcONo3UYrDGc5QZEd4V+u1d4lxYY0Gf1EAtaYPbkhh
wLZJxnIKX9LdPxgrHB/0SNeOyr9cpUhfbh5c5ZEldsntTbI4LKy/fowdT7RlpekM
73i69wsA4ZnsKb5OTd5TpC+AlPPz4QM11tzt0oKQPuwMjcQ7CSnihZPowhOQy3ol
qvhjq7ixIIBJSVe7quqyghbQwD/ZFufMLa36kC4Mt12cTIHg3Snr15b4edruZyo2
mvfuYH+j+OxscfE13+JO
=Xc1I
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to