Bug#673530: libcommoncpp2: FTBFS on kfreebsd-*: sys/kern/types.h:87:17: error: expected unqualified-id before 'char'

2012-05-19 Thread Cyril Brulebois
Source: libcommoncpp2 Version: 1.8.1-3 Severity: serious Justification: FTBFS User: debian-...@lists.debian.org Usertags: kfreebsd Hi, that might just be some “fun” with the kfreebsd headers, but your package FTBFS in sid (1.8.1-3) on kfreebsd-* while I was building fine in experimental

Bug#673530: libcommoncpp2: FTBFS on kfreebsd-*: sys/kern/types.h:87:17: error: expected unqualified-id before 'char'

2012-05-19 Thread Robert Millan
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:  

Bug#673530: libcommoncpp2: FTBFS on kfreebsd-*: sys/kern/types.h:87:17: error: expected unqualified-id before 'char'

2012-05-19 Thread Robert Millan
tags 673530 patch thanks 2012/5/19 Robert Millan r...@debian.org: See: ./inc/cc++/file.h:#define caddr_t char * It shouldn't define caddr_t, just include sys/types.h instead. Here's a tested patch. -- Robert Millan caddr.diff Description: Binary data

Bug#673530: libcommoncpp2: FTBFS on kfreebsd-*: sys/kern/types.h:87:17: error: expected unqualified-id before 'char'

2012-05-19 Thread Mark Purcell
On Sat, 19 May 2012 23:06:34 Robert Millan wrote: tags 673530 patch thanks 2012/5/19 Robert Millan r...@debian.org: See: ./inc/cc++/file.h:#define caddr_t char * It shouldn't define caddr_t, just include sys/types.h instead. Here's a tested patch. Thanks Robert.