2012/5/19 Cyril Brulebois <k...@debian.org>: > | /usr/include/sys/kern/types.h:87:17: error: expected unqualified-id before > 'char' > | /usr/include/sys/kern/types.h:87:17: error: expected initializer before > 'char' > | make[3]: *** [file.lo] Error 1 > > Full build logs: > https://buildd.debian.org/status/package.php?p=libcommoncpp2&suite=sid > > I'm putting debian-bsd@ in X-Debbugs-Cc so that they can look at it > ASAP. Indeed, that FTBFS is blocking the libcommoncpp2 transition: > http://release.debian.org/transitions/html/libcommoncpp2.html
See: ./inc/cc++/file.h:#define caddr_t char * It shouldn't define caddr_t, just include <sys/types.h> instead. -- Robert Millan -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org