Public bug reported:

Binary package hint: clang

clang hasn't been updated to deal with multiarch and fails to include
headers that has been moved to $arch-linux-gnu subfolder.

For example:
kklimonda@blue:/tmp$ clang -o /dev/null curl.c 
In file included from curl.c:1:
In file included from /usr/include/curl/curl.h:34:
In file included from /usr/include/curl/curlbuild.h:152:
In file included from /usr/include/sys/socket.h:40:
/usr/include/bits/socket.h:381:10: fatal error: 'asm/socket.h' file not found
#include <asm/socket.h>
         ^
1 error generated.
kklimonda@blue:/tmp$ cat curl.c 
#include <curl/curl.h>

int main() {}

** Affects: clang (Ubuntu)
     Importance: High
         Status: New

** Changed in: clang (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/764870

Title:
  clang doesn't know about multiarch

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to