Your message dated Fri, 16 Jan 2015 16:40:32 +0100
with message-id
<ca+7wusxnwbn3c-uoctuqsua2y-e3cjo12y6v06ojjzvbysf...@mail.gmail.com>
and subject line closing
has caused the Debian Bug report #697199,
regarding cannot find ../lib/clang/3.2/lib/linux/libclang_rt.ubsan-x86_64.a: No
such file or directory
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.)
--
697199: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697199
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: clang
Version: 3.2-1~exp1
Severity: grave
Justification: renders package unusable
After following the explanation from the excellent blog:
http://sylvestre.ledru.info/blog/sylvestre/2012/08/15/libc_new_c_standard_library_in_debian
I still cannot get clang++ to work on my sid+experimental schroot system. it
fails with:
$ clang++ -fsanitize=null -o plop foo.cpp
/usr/bin/ld: cannot find
/usr/bin/../lib/clang/3.2/lib/linux/libclang_rt.ubsan-x86_64.a: No such file or
directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)
And even with libc++:
$ clang++ -stdlib=libc++ -fsanitize=null -o plop foo.cpp
/usr/bin/ld: cannot find
/usr/bin/../lib/clang/3.2/lib/linux/libclang_rt.ubsan-x86_64.a: No such file or
directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)
With:
$ apt-cache policy clang libc++-dev
clang:
Installed: 3.2-1~exp1
Candidate: 3.2-1~exp1
Version table:
*** 3.2-1~exp1 0
1 http://ftp.fr.debian.org/debian/ experimental/main amd64 Packages
100 /var/lib/dpkg/status
3.1-8 0
500 http://ftp.fr.debian.org/debian/ sid/main amd64 Packages
libc++-dev:
Installed: 1.0~svn170866-1~exp1
Candidate: 1.0~svn170866-1~exp1
Version table:
*** 1.0~svn170866-1~exp1 0
1 http://ftp.fr.debian.org/debian/ experimental/main amd64 Packages
100 /var/lib/dpkg/status
thanks!
-- System Information:
Debian Release: 6.0.6
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100,
'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-0.bpo.4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
fixed 697199 1:3.5-9
thanks
cannot reproduce with current clang-3.5 package
--- End Message ---