130 results
Order by date - Order by pertinence
All (130)
Press (1)
High-tech (123)
Forums (6)
 
Bug#655432: clang unusable on armel and armhf, link failures
package: clang severity: grave x-debbugs-cc: debian-arm@lists.debian.org When trying to build libblocksruntime both locally and on the buildds it fails with the following warnings and errors. make[1]: Entering directory ...
Message posted on the January 10th, 2012 - 10:10 PM ET
Embarcadero Paves Way for First Commercial Grade C++ Platform for Native iOS, Android, Windows & Mac
Roadmap announces C++11 RAD cross-platform for desktop and mobile platforms.
Press published on the May 30th, 2012 - 7:00 AM ET
Other results are also available in our forums :
Bug#704513: clang: error: unable to execute command: Segmentation fault
Package: clang Version: 1:3.0-6.1 Severity: important I can get clang to segfault doing: $ git clone git://github.com/benkard/cellspp.git $ cd cellspp $ make 0 libLLVM-3.0.so.1 0x00002b3cbbdf34bf 1 libLLVM-3.0.so.1 0x00002b3cbbdf3909 2 ...
Message posted on the April 2nd, 2013 - 4:40 AM ET
Bug#666539: clang: Fails when trying to include chrono from C++11
Package: clang Version: 3.0-6 Severity: normal Dear Maintainer, clang fails to include chrono from C++11. Here is a minimal example program: <snip> #include <chrono> int main() { } <snip> Building with GCC (4.6 and 4.7) works ...
Message posted on the March 31st, 2012 - 12:00 PM ET
Bug#665499: clang: code using std::stack crashes with SIGILL when compiled with clang++
Package: clang Version: 3.0-6 Severity: normal The following simple C++ program crashes if compiled with clang++ (and, obviously, doesn't crash when compiled with g++) [20]/tmp> cat test.cpp #include <stack> int main() { ...
Message posted on the March 24th, 2012 - 1:30 PM ET
Bug#676144: clang: compiling with -g flag doesn't introduce line number information recognizable by gdb
Package: clang Version: 3.1-4 Severity: normal To reproduce this, suppose we have a simple test program such as: #include<stdio.h> int main() { int i; for (i = 1; i <= 10; i++) printf("%-6d%-6d", i, i*i); return 0; } After ...
Message posted on the June 4th, 2012 - 9:30 PM ET
Bug#674155: clang: compiling with -faddress-sanitizer fails
Package: clang Version: 3.1-1 Severity: normal Compiling C sources with `clang -faddress-sanitizer` (AdressSanitizer is now part of clang starting with version 3.1) thorws following error: /usr/bin/ld: error: cannot open ...
Message posted on the May 23rd, 2012 - 9:10 AM ET
Bug#698352: `scan-build: error: Cannot find an executable 'clang' relative to scan-build.`
Package: clang Version: 3.2-1~exp1 Severity: normal Control: found -1 3.2-1~exp5 Dear Debian folks, `scan-build` [1] does not work out of the box. $ scan-build make scan-build: error: Cannot find an executable 'clang' relative to scan-build. ...
Message posted on the January 17th, 2013 - 10:00 AM ET
Bug#671913: clang: cannot find standard header files
Package: clang Version: 3.1~+rc1-1 Severity: important $ cat hw.c #include <stdio.h> int main () { printf ("hello world"); return 0; } $ env - PATH=/usr/bin:/bin gcc -o hw hw.c $ ./hw hello world $ env - PATH=/usr/bin:/bin clang ...
Message posted on the May 8th, 2012 - 1:20 AM ET
Bug#708154: clang: issues found by adequate
Package: clang Version: 1:3.2-16 Severity: normal │ clang-3.2: broken-symlink /usr/share/man/man1/clang++.1.gz -> clang.1.gz │ clang-3.2: broken-symlink /usr/share/man/man1/llvm-clang.1.gz -> clang.1.gz root@tglase:~ # ll ...
Message posted on the May 13th, 2013 - 11:40 AM ET
Bug#685013: clang: please upgrade GCC-based dependencies to 4.7
Package: clang Severity: important Clang depends upon libstdc++6-4.6-dev, which pulls the whole GCC 4.6 suite as a dependency. Given how Wheezy ships with GCC 4.7 as its toolchain, it would be desirable for Clang to be upgraded to match this ...
Message posted on the August 15th, 2012 - 4:00 PM ET
Bug#662742: clang: files compiled with "-flto" fail to link
Package: clang Version: 3.0-6 Severity: normal I do not know if "-flto" is ever expected to work with clang, but it doesn't work correctly in the Debian installation: $ echo 'int main () { return 0; }' > foo.cc $ clang++ -c -flto -O2 ...
Message posted on the March 6th, 2012 - 1:40 AM ET
Bug#697199: cannot find ../lib/clang/3.2/lib/linux/libclang_rt.ubsan-x86_64.a: No such file or directory
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 ...
Message posted on the January 2nd, 2013 - 10:20 AM ET
Bug#697127: clang: Clang++ 3.2 fails to compile anything ('bits/c++config.h' file not found)
Package: clang Version: 3.2-1~exp1 Severity: important Dear Maintainer, I seem to be unable to compile anything with clang++ version 3.2 from experimental. For instance: $ cat hello.cpp #include <iostream> using namespace std; main() { cout ...
Message posted on the January 1st, 2013 - 12:00 PM ET