On Tue, 2013-03-19 at 15:28 +0100, Michael Biebl wrote: > Source: rsyslog > Version: 7.3.8-1 > Severity: serious > > Current version of rsyslog from experimental FTBFS on kfreebsd [1] > > > debug.c: In function 'dbgOutputTID': > debug.c:309:22: error: 'SYS_gettid' undeclared (first use in this function) > debug.c:309:22: note: each undeclared identifier is reported only once for > each function it appears in > make[3]: *** [librsyslog_la-debug.lo] Error 1 > make[3]: Leaving directory > `/build/buildd-rsyslog_7.3.8-1-kfreebsd-amd64-1l58ej/rsyslog-7.3.8/runtime' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/build/buildd-rsyslog_7.3.8-1-kfreebsd-amd64-1l58ej/rsyslog-7.3.8' > make[1]: *** [all] Error 2 > make[1]: Leaving directory > `/build/buildd-rsyslog_7.3.8-1-kfreebsd-amd64-1l58ej/rsyslog-7.3.8' > dh_auto_build: make -j1 returned exit code 2 > make: *** [build-arch] Error 2
I think it is rsyslog's fault here. I probably do no correctly check for the availablity of gettid. Will look into that soon (it's minor debug-aid functionality which can be disabled without any issues, even during debugging). Rainer