Your message dated Wed, 13 May 2015 22:56:33 +0200
with message-id <20150513205633.ga7...@jwilk.net>
and subject line Re: Bug#782539: clang++-3.5: can't include GCC 5 headers:
fatal error: 'bits/c++config.h' file not found
has caused the Debian Bug report #782539,
regarding clang++-3.5: can't include GCC 5 headers: fatal error:
'bits/c++config.h' file 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 ow...@bugs.debian.org
immediately.)
--
782539: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782539
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: clang-3.5
Version: 1:3.5.2-1~exp1
If you install g++-5 (from experimental), the C++ compiler can't
include standard library headers:
$ clang++-3.5 -c test.cc
In file included from test.cc:1:
/usr/bin/../lib/gcc/i586-linux-gnu/5.0.0/../../../../include/c++/5.0.0/cstdio:41:10:
fatal error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
^
1 error generated.
-- System Information:
Debian Release: 8.0
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64
Kernel: Linux 3.2.0-4-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-6
ii libc6 2.19-17
ii libc6-dev 2.19-17
ii libclang-common-3.5-dev 1:3.5.2-1~exp1
ii libclang1-3.5 1:3.5.2-1~exp1
ii libedit2 3.1-20140620-2
ii libffi6 3.1-2+b2
ii libgcc-4.9-dev 4.9.2-10
ii libgcc1 1:5-20150410-1
ii libllvm3.5 1:3.5.2-1~exp1
ii libobjc-4.9-dev 4.9.2-10
ii libstdc++-4.9-dev 4.9.2-10
ii libstdc++6 5-20150410-1
ii libtinfo5 5.9+20140913-1+b1
ii zlib1g 1:1.2.8.dfsg-2+b1
--
Jakub Wilk
#include <cstdio>
--- End Message ---
--- Begin Message ---
* Jakub Wilk <jw...@debian.org>, 2015-04-13, 22:32:
If you install g++-5 (from experimental), the C++ compiler can't
include standard library headers:
$ clang++-3.5 -c test.cc
In file included from test.cc:1:
/usr/bin/../lib/gcc/i586-linux-gnu/5.0.0/../../../../include/c++/5.0.0/cstdio:41:10:
fatal error: 'bits/c++config.h' file not found
#include <bits/c++config.h>
^
1 error generated.
I can no longer reproduce it.
Let's close the bug.
--
Jakub Wilk
--- End Message ---