Package: llvm Version: 1.8b-1 Severity: normal Steps to reproduce: 1) cat > hello.c << EOF #include <stdio.h>
int main(void) { puts("hello world"); return 0; } EOF 2) llvmc hello.c Expected results: 2) llvmc compiles and links hello.c Actual results: 2) since /usr/bin/llvmc lacks execution permissions I get /usr/bin/llvmc: line 14: /usr/lib/llvm/llvmc: Permission denied /usr/bin/llvmc: line 14: exec: /usr/lib/llvm/llvmc: cannot execute: Success -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]