Bug#671913: clang: cannot find standard header files

2012-05-22 Thread Urs Janssen
Package: clang Version: 3.1-1 Followup-For: Bug #671913 I can confirm that the bug is still present in 3.1-1 on i386 and adding -I/usr/include/i386-linux-gnu/ to CFLAGS solved my issues (couldn't find bits/predefs.h). -- System Information: Debian Release: wheezy/sid APT prefers stable-updates

Bug#655110: tcc: typo in error-message

2012-01-08 Thread Urs Janssen
Package: tcc Version: 0.9.25-13 Severity: minor Tags: patch upstream Typo in i386-gen.c --- i386-gen.c 2012-01-08 17:37:11.0 +0100 +++ i386-gen.c 2012-01-08 17:37:33.0 +0100 @@ -1068,7 +1068,7 @@ case 12: func = TOK___bound_ptr_indir12; break; case 16: func =

Bug#654528: tcc: linking fails when library uses linker script (i.e. libncurses[w])

2012-01-03 Thread Urs Janssen
Package: tcc Version: 0.9.26~git20110616.330d2ee-4 Severity: normal ~ echo int main(void){;} foo.c ~ tcc -o bar foo.c -lncursesw /usr/lib/i386-linux-gnu/libncursesw.so:1: unrecognized file type ~ file /usr/lib/i386-linux-gnu/libncursesw.so /usr/lib/i386-linux-gnu/libncursesw.so: ASCII

Bug#643959: clang cannot find standard include files

2011-12-06 Thread Urs Janssen
Package: clang Version: 3.0-1 Followup-For: Bug #643959 Again /usr/include/i386-linux-gnu/ isn't searched on i386 systems: chao% cat /tmp/foo.c #include stdio.h chao% clang -v -c /tmp/foo.c Debian clang version 3.0-1 (tags/RELEASE_30/final) (based on LLVM 3.0) Target:

Bug#643959: clang cannot find standard include files

2011-10-13 Thread Urs Janssen
Package: clang Version: 2.9-15 Followup-For: Bug #643959 Still doesn't find all std. headers on i386 (Pentium 4) system: chao% cat x.c #include locale.h chao% clang -v -c x.c Debian clang version 2.9-15 (tags/RELEASE_29/final) (based on LLVM 2.9) Target: i386-pc-linux-gnu Thread model:

Bug#629861: clang 2.9-5 can't link any programs: cannot find crtbegin.o, -lgcc, -lgcc_s

2011-06-13 Thread Urs Janssen
Package: clang Version: 2.9-5 Followup-For: Bug #629861 -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux

Bug#629861: clang 2.9-3 can't link any programs: cannot find crtbegin.o, -lgcc, -lgcc_s

2011-06-10 Thread Urs Janssen
Package: clang Version: 2.9-3 Followup-For: Bug #629861 -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux

Bug#629594: clang calls linker with wrong args - crt*.o searched in $pwd

2011-06-07 Thread Urs Janssen
Package: clang Version: 2.9-2 Severity: normal Tags: sid -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux

Bug#626486: valgrind: Bad option: -suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp

2011-05-12 Thread Urs Janssen
Package: valgrind Version: 1:3.6.1-3 Followup-For: Bug #626486 -- System Information: Debian Release: wheezy/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel:

Bug#618768: llvm-gcc-4.5: Incompatible plugin version (dragonegg.so)

2011-05-04 Thread Urs Janssen
Package: llvm-gcc-4.5 Version: 2.8-1 Followup-For: Bug #618768 The reported problem still exists: chao% echo 'int main(void){return 0;}' foo.c chao% llvm-gcc -o foo foo.c Incompatible plugin version cc1: error: Fail to initialize plugin /usr/lib/gcc/i486-linux-gnu/4.5/plugin/dragonegg.so --