On 25/08/14 05:29, Christoph Egger wrote: > Seems things are a bit unequal indeed assuming off_t and fpos_t are not > the same: > > /usr/include/freebsd/stdio.h: > FILE *funopen (const void *cookie, int (*readfn)(void *, char *, int),
> /usr/include/bsd/stdio.h: > FILE *funopen(const void *cookie, Ahaa it seems my libbsd-dev version is different: | ii libbsd-dev 0.6.0-1 kfreebsd-amd64 But I wouldn't expect the libbsd header to be used here - I think aic7xxx should only need freebsd-glue (that's why 003_glibc_dev_aicasm.diff adds "-isystem /usr/include/freebsd" to CFLAGS). Perhaps you could send me the pre-processor output, from: $ cd /«PKGBUILDDIR»/flavor-10.1-0-amd64/sys/amd64/compile/DEBCUSTOM $ clang-3.4 -E -O2 -pipe -D_GNU_SOURCE -isystem /usr/include/freebsd -I../../../dev/aic7xxx/aicasm -std=gnu99 -Qunused-arguments -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-missing-prototypes -c ../../../dev/aic7xxx/aicasm/aicasm.c And I'll do the same with my older libbsd-dev. (I'm trying to work faster, but my build system's zpool is quite full and going *really* slow today). I'm wondering if maybe even kfreebsd-10 10.0 packages in jessie/sid FTBFS now with the new libbsd-dev? Thanks, Regards, -- Steven Chamberlain [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

