Your message dated Thu, 05 Sep 2013 09:49:50 +0000
with message-id <[email protected]>
and subject line Bug#714890: fixed in llvm-toolchain-3.3 1:3.3-9
has caused the Debian Bug report #714890,
regarding clang-3.3: fatal error: 'bits/c++config.h' not found
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.)


-- 
714890: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714890
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clang-3.3
Version: 1:3.3-3
Severity: important

Dear Maintainer,

I upgraded from clang-3.2 to clang-3.3 today in order to get access to
c++11 inherited constructors.   I am unable to compile anything using
the standard library, however.  If I try to compile:

    #include <string>
    
    int main()
    {
        return 0;
    }

using "clang++ -std=c++11 -o foo foo.cc", I get the following error:

In file included from foo.cc:1:
/usr/lib/gcc/i486-linux-gnu/4.8/../../../../include/c++/4.8/string:38:10: fatal 
error: 
      'bits/c++config.h' file not found
#include <bits/c++config.h>
         ^

This appears very similar to the fixed bug #697127
(<URL:http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697127>) in
clang-3.2.  I am running a 32-bit system (for my sins).

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (102, 'unstable'), (101, 'experimental'), (99, 'testing'), (9, 
'stable')
Architecture: i386 (i686)

Kernel: Linux 3.9-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages clang-3.3 depends on:
ii  libc6                    2.17-7
ii  libclang-common-3.3-dev  1:3.3-3
ii  libclang1-3.3            1:3.3-3
ii  libffi6                  3.0.13-4
ii  libgcc-4.7-dev           4.7.3-5
ii  libgcc1                  1:4.8.1-5
ii  libllvm3.3               1:3.3-3
ii  libobjc-4.7-dev          4.7.3-5
ii  libstdc++6               4.8.1-5
ii  libstdc++6-4.7-dev       4.7.3-5

Versions of packages clang-3.3 recommends:
ii  llvm-3.3-dev  1:3.3-3
ii  python        2.7.5-2

clang-3.3 suggests no packages.

-- no debconf information

-- 
Michael Welsh Duggan
([email protected])

--- End Message ---
--- Begin Message ---
Source: llvm-toolchain-3.3
Source-Version: 1:3.3-9

We believe that the bug you reported is fixed in the latest version of
llvm-toolchain-3.3, 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.3 
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: Mon, 26 Aug 2013 14:48:42 +0200
Source: llvm-toolchain-3.3
Binary: clang-3.3 clang-format-3.3 cpp11-migrate-3.3 clang-3.3-doc 
libclang1-3.3 libclang1-3.3-dbg libclang-3.3-dev libclang-common-3.3-dev 
libllvm3.3 libllvm3.3-dbg llvm-3.3 llvm-3.3-runtime llvm-3.3-dev 
libllvm-3.3-ocaml-dev llvm-3.3-doc llvm-3.3-examples lldb-3.3
Architecture: source amd64 all
Version: 1:3.3-9
Distribution: unstable
Urgency: low
Maintainer: LLVM Packaging Team <[email protected]>
Changed-By: Sylvestre Ledru <[email protected]>
Description: 
 clang-3.3  - C, C++ and Objective-C compiler (LLVM based)
 clang-3.3-doc - C, C++ and Objective-C compiler (LLVM based) - Documentation
 clang-format-3.3 - Tool to format C/C++/Obj-C code
 cpp11-migrate-3.3 - Tool to convert C++98 and C++03 code to C++11
 libclang-3.3-dev - clang library - Development package
 libclang-common-3.3-dev - clang library - Common development package
 libclang1-3.3 - clang library
 libclang1-3.3-dbg - clang library
 libllvm-3.3-ocaml-dev - Low-Level Virtual Machine (LLVM), bindings for OCaml
 libllvm3.3 - Low-Level Virtual Machine (LLVM), runtime library
 libllvm3.3-dbg - Low-Level Virtual Machine (LLVM), debugging symbols library
 lldb-3.3   - Next generation, high-performance debugger
 llvm-3.3   - Low-Level Virtual Machine (LLVM)
 llvm-3.3-dev - Low-Level Virtual Machine (LLVM), libraries and headers
 llvm-3.3-doc - Low-Level Virtual Machine (LLVM), documentation
 llvm-3.3-examples - Low-Level Virtual Machine (LLVM), examples
 llvm-3.3-runtime - Low-Level Virtual Machine (LLVM), bytecode interpreter
Closes: 714890 715129 721880
Changes: 
 llvm-toolchain-3.3 (1:3.3-9) unstable; urgency=low
 .
   [ Luca Falavigna ]
   * debian/control:
     - Add llvm-3.3-dev to lldb-3.3 Depends field (Closes: #715129).
 .
   [ Sylvestre Ledru ]
   * Only use -fuse-ld=gold on supported distribution. Simplify the
     backports.
   * Fix  'bits/c++config.h' file not found under i386
     See libstdc++-header-i386.diff. (Closes: #714890)
   * Add more fixes for the HURD port... (but still fails)
 .
   [ Robert Millan ]
   * clang under KfFreeBSD was not exporting the correct defines
     (Closes: #721880)
 .
   [ Jon Severinsson ]
   * Merge from llvm-toolchain-3.2 branch up to 3.2repack-11.
   * Drop auto-generated file debian/libllvm3.3.install.
   * Automatically determine GCC_VERSION and dep:devlibs based on g++ package
     version.
   * Automatically determine if -fuse-ld=gold is supported based on binutils
     package version.
 .
   [ Adam Conrad ]
   * debian/patches/lldb-link-atomic.diff: Link lldb with -latomic to get
     builtin GCC atomic helpers on arches (like powerpc) that need them.
Checksums-Sha1: 
 22b19ff2e8807539f06b7908766d726c973ca092 4092 llvm-toolchain-3.3_3.3-9.dsc
 25cdf056e085734d76fd7715881ddd965a0cfdb5 173358 
llvm-toolchain-3.3_3.3-9.debian.tar.gz
 57abeef4a2a854c44df2726fed753146430267b1 7843844 clang-3.3_3.3-9_amd64.deb
 f818777f80d15b872357bd0c25cc8b8fc6117428 2921256 
clang-format-3.3_3.3-9_amd64.deb
 984514650cd87a9fcd977ec8cccf75367d11da4a 3035754 
cpp11-migrate-3.3_3.3-9_amd64.deb
 9e942b767df11d4b80a70c3943278cf73ac4b9e2 413974 clang-3.3-doc_3.3-9_all.deb
 8229f6b51dd9835cd384987451aba0fa3d3a3f5e 3315872 libclang1-3.3_3.3-9_amd64.deb
 279ab1e9d7385f34bdd66c681a6ba812a7c309cf 92674940 
libclang1-3.3-dbg_3.3-9_amd64.deb
 7a0ce98af3d19e827a3e1674af982f4c4db0d0ca 6831494 
libclang-3.3-dev_3.3-9_amd64.deb
 513d506e3384ff88d510f7b8c6828377a2113c27 292302 
libclang-common-3.3-dev_3.3-9_amd64.deb
 6f795a191ec6df08095508d2495fbab6c5af95fe 6099010 libllvm3.3_3.3-9_amd64.deb
 749c4250e9342ea533d62f0b091c66f05e36fff6 122946012 
libllvm3.3-dbg_3.3-9_amd64.deb
 8e9ebe9b8ec5946f5a842f8a96bebd59e618f798 1112754 llvm-3.3_3.3-9_amd64.deb
 85d3948551a89bca8a9444809616a2a7de41ab37 35872 llvm-3.3-runtime_3.3-9_amd64.deb
 7aafd15aba062220a9be2d80a47cb801b76447a5 9179772 llvm-3.3-dev_3.3-9_amd64.deb
 f0c55faba6ffb9b869f9ca37157143d2a7d4b118 188798 
libllvm-3.3-ocaml-dev_3.3-9_amd64.deb
 51bccb474b809ea5d883aac3f54fcf99e95385cb 915552 llvm-3.3-doc_3.3-9_all.deb
 f558d8e72bbcfc3a5e2444728e0cb64606f6b5be 99646 llvm-3.3-examples_3.3-9_all.deb
 3c93aad2b8b6cf5e583e774cf58a56a39b0c6ab9 5944500 lldb-3.3_3.3-9_amd64.deb
Checksums-Sha256: 
 87894afc0ba928ab317419ef66b992b9dc00292279d4222e3cbe2989adf31e66 4092 
llvm-toolchain-3.3_3.3-9.dsc
 db726a201cfa5117e02c41c4815d3e81bfdb1f178a72769acbf693a7e0f8015b 173358 
llvm-toolchain-3.3_3.3-9.debian.tar.gz
 cd7c7c9abc3177b8e2e3f447c50aa3910a4c816f0df3a41ceb8ad63c4060cc9a 7843844 
clang-3.3_3.3-9_amd64.deb
 20f6380d7b6bd088d51d754754feb0cfcee0381f3de0d6ec0e6c76536b514719 2921256 
clang-format-3.3_3.3-9_amd64.deb
 94c3da89c58bb5fea863ed3240f9a56e1009deeae17842b383b75adf6fd0adab 3035754 
cpp11-migrate-3.3_3.3-9_amd64.deb
 fa2352c565adf604520cbe6d7e97527878f5bac842afe22fcf63483ec9481605 413974 
clang-3.3-doc_3.3-9_all.deb
 bdbdb58ff7fe2a6d6380432b1e1b7538e6ca191de780314ace5e4b12a29f2a0e 3315872 
libclang1-3.3_3.3-9_amd64.deb
 b30b5d2798137b8bd18c8fae812217e5290e278949e66741fa009abd67284812 92674940 
libclang1-3.3-dbg_3.3-9_amd64.deb
 ae4e3d1d815518d0e7fe4837b8ed51516042b875fa88bb7a00bbbc3b3fd0a3c4 6831494 
libclang-3.3-dev_3.3-9_amd64.deb
 60f0817024fb1ed763c197df795b3146e521d9ce4c1c60e5032d3e2540f2f1f6 292302 
libclang-common-3.3-dev_3.3-9_amd64.deb
 42213792c4f3870ee9808032c48e901d0c297a06783494efe4fcc39cf35b4765 6099010 
libllvm3.3_3.3-9_amd64.deb
 9c355c1d90f16124bca747e8b43f1b17fbb86b69369db52ea3f1e981d73ca65a 122946012 
libllvm3.3-dbg_3.3-9_amd64.deb
 f96386879351b5692e68b847ec68d097b1bfb920ecd8315602c1733256919cbf 1112754 
llvm-3.3_3.3-9_amd64.deb
 7f4999233759c4f43655b5603766387ec66fba3567bfd990c87ff5f4eebdc3f0 35872 
llvm-3.3-runtime_3.3-9_amd64.deb
 c97416d76ec24890c790ec37ee2a8d02663117947bfbd5f4e48b87f4dc8072d0 9179772 
llvm-3.3-dev_3.3-9_amd64.deb
 9ff278edf84a6455a4cb91f9d77b1a82a256e47f1affe41b0bb5efa2798b7170 188798 
libllvm-3.3-ocaml-dev_3.3-9_amd64.deb
 32f043d2d2b555c33925a368efb21949835e56697f355c79b9bbe10736836004 915552 
llvm-3.3-doc_3.3-9_all.deb
 dbc213eb4f7d4bde95c0c700342012e4800e1281e78ff383e2b38dad66486ed4 99646 
llvm-3.3-examples_3.3-9_all.deb
 01abfd630ef7cf6abf2c9da0af245ff391c12ec94d5f68a6f725de26b834a32b 5944500 
lldb-3.3_3.3-9_amd64.deb
Files: 
 0007832f3370bbd375555356731fa492 4092 devel optional 
llvm-toolchain-3.3_3.3-9.dsc
 58b1c1d9ddf6cd9077fac1161b7cf3f8 173358 devel optional 
llvm-toolchain-3.3_3.3-9.debian.tar.gz
 2d138b98d0a4e9bf79ab4fe5e32dd7c8 7843844 devel optional 
clang-3.3_3.3-9_amd64.deb
 e5f8d0e7d3fff5d4dd4841d549d2adc1 2921256 devel optional 
clang-format-3.3_3.3-9_amd64.deb
 e7c9c0d4510ec52bc92ee4a3efe6a412 3035754 devel optional 
cpp11-migrate-3.3_3.3-9_amd64.deb
 538e5032c856cf0074d33ba3c819978d 413974 doc optional 
clang-3.3-doc_3.3-9_all.deb
 5517a7822b83a61db96d8fce4f397b82 3315872 devel optional 
libclang1-3.3_3.3-9_amd64.deb
 34a88e13d19eead7414be386d9048b5b 92674940 debug extra 
libclang1-3.3-dbg_3.3-9_amd64.deb
 4c05729c6b3f353ba0065818dcc0bf95 6831494 libdevel optional 
libclang-3.3-dev_3.3-9_amd64.deb
 03ed5e2b654647fc662fc55bf13c6302 292302 libdevel optional 
libclang-common-3.3-dev_3.3-9_amd64.deb
 7c045b5161a53f885bb452303074a5fc 6099010 libs optional 
libllvm3.3_3.3-9_amd64.deb
 e99d8bf53b70f6efbb393b93fad72652 122946012 debug extra 
libllvm3.3-dbg_3.3-9_amd64.deb
 6b1451a4de6d734bc403c5b5309c7bfd 1112754 devel optional 
llvm-3.3_3.3-9_amd64.deb
 5e7ba29f974315e98243c68c5a01bdab 35872 devel optional 
llvm-3.3-runtime_3.3-9_amd64.deb
 0527ed2287849bcc76d53e4dfe549fe7 9179772 devel optional 
llvm-3.3-dev_3.3-9_amd64.deb
 c9718160488eb487908899a5d80f24fa 188798 ocaml optional 
libllvm-3.3-ocaml-dev_3.3-9_amd64.deb
 5db6298b15027a2e4fd40554608009c6 915552 doc optional llvm-3.3-doc_3.3-9_all.deb
 e64545c575a1ee175486ac79cb5dd239 99646 doc optional 
llvm-3.3-examples_3.3-9_all.deb
 d279fe4b78799cb1f23eac11a71eb6d1 5944500 devel optional 
lldb-3.3_3.3-9_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlIoUE0ACgkQiOXXM92JlhCcxwCfbscAKa5aAgzUu/mzW01Jpilt
uXkAoJnxVKMLEZ01zF2IR1DulF31K9qb
=u3az
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to