Debian Package rebuild

Rebuild of the Debian archive with clang

"Some headers could not be found" build failure(s)
clang 3.0
Return to the list
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 found
has been reported on the xorg bug tracker.
Versions: 2.9 - 3.0 - 3.1 - 3.2 - 3.3 - 3.4 - 3.4.2 - 3.5.0 - 3.6.0 - 3.8.1 - 3.9.1 - 4.0.1 - 5.0 - 6.0 - 8.0.1 - 9.0.1 - 10.0.0 - 11.0.0 - 12.0.1 - 13.0.0
PackageVersionSupposed error messageFull log Bug report
crtmpserver 0.0~dfsg+svn611.1-2:27:10: fatal error: 'common' file not found 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-1gui.c:24:10: fatal error: 'knob.h' file not found Log
gpm 1.20.4-4prog/display-buttons.c:39:10: fatal error: 'gpm.h' file not found Log
kismet 2008-05-R1-4.3gpsmap.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-1nfo_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-4py_curses.h:50:10: fatal error: 'curses.h' file not found Log
10 errors
Return to the list