On 02/04/2012 05:41 PM, Robert Millan wrote: > El 4 de febrer de 2012 16:09, Steffen Möller > <[email protected]> ha escrit: >> /usr/include/x86_64-kfreebsd-gnu/sys/mount.h:398:23: error: invalid >> conversion from 'void*' to 'xvfsconf*' [-fpermissive] > > This a bug in sys/mount.h. It's now fixed in glibc-bsd SVN.
Nice. Many thanks. Someone please ping me when this hits the build daemons. >> ./unzip/ttyio.c:305:19: error: storage size of 'sg' isn't known >> ./unzip/ttyio.c:309:21: error: 'ECHO' undeclared (first use in this function) > > Did you include <termios.h> ? Ah, good point, but after some looks at the source code I still cannot tell for sure. Somehow the autoconf part escapes my greps that might possibly detect it. Would someone be prepared to give --- boinc.orig/zip/unzip/ttyio.c 2012-01-21 22:20:41.000000000 +0100 +++ boinc/zip/unzip/ttyio.c 2012-02-04 18:56:41.000000000 +0100 @@ -54,6 +54,9 @@ # define HAVE_TERMIOS_H #endif +/* why? because all of Debian has this, just for kfreebsd it is not detected */ +#define HAVE_TERMIOS_H + #ifdef _POSIX_VERSION # ifndef USE_POSIX_TERMIOS # define USE_POSIX_TERMIOS /* use POSIX style termio (termios) */ a try? Every two to four months there is something popping up with the kfreebsd platforms and BOINC. If there is someone on this list running this platform and prepared to give a helping hand on http://boinc.berkeley.edu for kfreebsd then this would be much appreciated. Admittedly, I am not aware of any project supporting it, yet, because of the somewhat smaller user base. But as a project server it may find the one or other fan. Cheers, Steffen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

