Debian Package rebuild

Rebuild of the Debian archive with clang

"Some headers could not be found" build failure(s)
clang 3.1
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
aprsdigi 2.4.4-3.1testparse.c:19:10: fatal error: 'netax25/kernel_ax25.h' file not found Log
audacious-analog-vumeter-plugin 1.0.0-0.1plugin_main.c:1:10: fatal error: 'gtk/gtk.h' file not found Log
ax25mail-utils 0.11-6.1ulistd.c:57:10: fatal error: 'netax25/kernel_ax25.h' file not found Log
crtmpserver 1.0~dfsg-3:23:10: fatal error: 'common' file not found Log
fim 0.3-beta-prerelease-1.3regex.c:54:11: fatal error: 'config.h' file not found Log
gdigi 0.2.0+hg20110905r195-1gui.c:24:10: fatal error: 'knob.h' file not found Log
geos 3.3.3-1geos_wrap.cxx:856:10: fatal error: 'ruby.h' file not found Log
gpm 1.20.4-6prog/display-buttons.c:39:10: fatal error: 'gpm.h' file not found Log
hime 0.9.9+git20120619+dfsg-1tray-appindicator.c:22:10: fatal error: 'libappindicator/app-indicator.h' file not found Log
kismet 2008-05-R1-4.3gpsmap.cc:47:10: fatal error: 'magick/api.h' file not found Log
klibc 2.0-2stdarg.h:9:15: fatal error: 'stdarg.h' file not found Log
kumofs 0.4.13-5./wavy_edge.h:35:10: fatal error: 'mpsrc/ wavy_edge_epoll.h' file not found Log
ldc 0.9.1+hg1634-1main.cpp:11:10: fatal error: 'llvm/System/Signals.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
mozzemberek 0.1.5-1./mozZemberek.h:49:10: fatal error: 'nsIGenericFactory.h' file not found Log
node-mapnik 0.6.7-2trackable.h:22:10: fatal error: 'sigc++config.h' file not found Log
ns3 3.14.1+dfsg-1linux-2.6.18/include/linux/kernel.h:10:10: fatal error: 'stdarg.h' file not found Log
pidgin-twitter 0.9.2.1-3./pidgin-twitter.h:9:10: fatal error: 'glib.h' file not found Log
psicode 3.4.0-3ip_read.cc:15:10: fatal error: 'y.tab.h' file not found Log
python2.6 2.6.7-4py_curses.h:50:10: fatal error: 'curses.h' file not found Log
qt4-x11 4:4.8.2-1db2.cpp:42:10: fatal error: 'sqlcli.h' file not found Log
quickfix 1.13.3+dfsg-4QuickfixRuby.cpp:3904:10: fatal error: 'config.h' file not found Log
qwbfsmanager 1.2.1-1src/gui/pColorButton.h:35:10: fatal error: 'FreshExport.h' file not found Log
rcpp 0.9.10-1exceptions.cpp:70:10: fatal error: 'exception_defines.h' file not found Log
shoes 0.r396-5.1./shoes/app.h:14:10: fatal error: 'ruby.h' file not found Log
slicer 3.6.3~svn16592-1vtkTcl.h:26:10: fatal error: 'tcl.h' file not found Log
videolink 1.2.11-1./browser_widget.hpp:11:10: fatal error: 'gtkmozembed.h' file not found Log
wmmail 0.64-13.2./wmmail.h:32:10: fatal error: 'WINGs/proplist-compat.h' file not found Log
29 errors
Return to the list