Bug#655432: clang unusable on armel and armhf, link failures

2012-02-09 Thread Stanley Pinchak
Package: clang Followup-For: Bug #655432 Dear Maintainer, In order to help track down this bug, I have tried an older version of clang. My test program compiles successfully with clang 2.9-16 and libllvm2.9 2.9+dfsg-4. I will see if I can further pinpoint the change that may have caused this

Bug#655432: clang unusable on armel and armhf, link failures

2012-02-09 Thread Stanley Pinchak
Package: clang Version: 3.0-1 Followup-For: Bug #655432 Dear Maintainer, It appears that this bug first appears in 3.0-1 on the armel platform. The changelog notes the removal of some debian specific patches which related to debian multi-arch search paths. It seems likely that the upstream

Bug#655432: clang unusable on armel and armhf, link failures

2012-02-06 Thread Stanley Pinchak
Package: clang Version: 3.0-5 Followup-For: Bug #655432 Dear Maintainer, I can confirm this bug for the armel architecture. I too am unable to link a simple test program. Mine differed slightly from the original reporter in that my program was a simple Hello World test instead of containing

Bug#655432: clang unusable on armel and armhf, link failures

2012-02-06 Thread Stanley Pinchak
Package: clang Version: 3.0-5 Followup-For: Bug #655432 Trying to attach that strace log again. execve(/usr/bin/clang, [clang, test.c], [/* 19 vars */]) = 0 brk(0) = 0x29fb000 uname({sys=Linux, node=mml-home-nas, ...}) = 0 access(/etc/ld.so.nohwcap, F_OK) =

Bug#655432: clang unusable on armel and armhf, link failures

2012-01-11 Thread Sylvestre Ledru
Le mercredi 11 janvier 2012 à 02:57 +, peter green a écrit : So I tried building a trivial test program (just an empty main function nothing else) with clang on armhf and got the following error root@debian:/# clang test.c clang: warning: unknown platform, assuming -mfloat-abi=soft

Bug#655432: clang unusable on armel and armhf, link failures

2012-01-11 Thread peter green
Sylvestre Ledru wrote: As said in the error message, could you start it again with -v ? armhf: root@debian:/# clang -v test.c Debian clang version 3.0-5 (tags/RELEASE_30/final) (based on LLVM 3.0) Target: arm-unknown-linux-gnueabihf Thread model: posix clang: warning: unknown platform,

Bug#655432: clang unusable on armel and armhf, link failures

2012-01-10 Thread peter green
package: clang severity: grave x-debbugs-cc: debian-...@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 `/build/buildd-libblocksruntime_0.1-1-armhf-kukYFg/libblocksruntime-0.1'