"Some headers could not be found" build failure(s) — clang 3.0
In some cases, the -MM option will change the include directory list. For example, the code#include <libxml/parser.h>will fail with clang but success with gcc.
$ gcc -MM foo.c
foo.o: foo.c
$ clang -MM foo.c
foo.c:1:10: fatal error: 'libxml/parser.h' file not found
#include <libxml/parser.h>
^
foo.o: foo.c
1 error generated.
Note all these problems are caused by -MM.
Imake.tmpl:2243:10: fatal error: ' X11 .rules' file not foundhas been reported on the xorg bug tracker.
| Package | Version | Supposed error message | Full log | Bug report |
|---|---|---|---|---|
| crtmpserver | 0.0~dfsg+svn611.1-2 | Log | ||
| fsvs | 1.1.17-1.2 | ./global.h:19:10: fatal error: 'apr_md5.h' file not found | Log | |
| gdigi | 0.2.0+hg20110905r195-1 | gui.c:24:10: fatal error: 'knob.h' file not found | Log | |
| gpm | 1.20.4-4 | prog/display-buttons.c:39:10: fatal error: 'gpm.h' file not found | Log | |
| kismet | 2008-05-R1-4.3 | gpsmap.cc:47:10: fatal error: 'magick/api.h' file not found | Log | |
| kumofs | 0.4.13-1 | ./wavy_edge.h:35:10: fatal error: 'mpsrc/ wavy_edge_epoll.h' file not found | Log | |
| libnfo | 1.0.1-1 | nfo_xml_utils.c:22:10: fatal error: 'libxml/parser.h' file not found | Log | |
| libvalhalla | 2.0.0-4 | ./xml_utils.h:25:10: fatal error: 'libxml/parser.h' file not found | Log | |
| nmap | 5.21-1.1 | ../nbase/nbase.h:128:10: fatal error: 'nbase_config.h' file not found | Log | |
| python2.6 | 2.6.7-4 | py_curses.h:50:10: fatal error: 'curses.h' file not found | Log |
10 errors