Bug#575265: nodm does not build on kfreebsd

2010-03-24 Thread Joachim Breitner
Package: nodm Version: 0.6-2 Severity: serious -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, it seems that nodm does not build on freebsd any more. It did build versoin 0.4-1. The error seems to be: gcc -DHAVE_CONFIG_H -I.-DNODM_SESSION='/usr/sbin/nodm' -g -O2 -c -o nodm-nodm.o `test

Bug#575265: nodm does not build on kfreebsd

2010-03-24 Thread Petr Salinger
Usage of vt was introduced in 0.5 to fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504842 Dear Debian/kFreeBSD-Team: Is there a way to have sys/vt.h on kFreeBSD, a simple replacement No. or a different solution for this bug? Yes, the #504842 clearly states: The relevant gdm code

Bug#575265: [pkg-fso-maint] Bug#575265: nodm does not build on kfreebsd

2010-03-24 Thread Enrico Zini
On Wed, Mar 24, 2010 at 08:37:22PM +0100, Petr Salinger wrote: Please try to use the FreeBSD variant and guard it with #defined (__FreeBSD__) || defined (__FreeBSD_kernel__) I can try to use it, but I have no FreeBSD system I can use to test the FreeBSD code path. So basically I'd be coding

Bug#575265: [pkg-fso-maint] Bug#575265: nodm does not build on kfreebsd

2010-03-24 Thread Petr Salinger
Please try to use the FreeBSD variant and guard it with #defined (__FreeBSD__) || defined (__FreeBSD_kernel__) I can try to use it, but I have no FreeBSD system I can use to test the FreeBSD code path. So basically I'd be coding blindly, checking in code that looks ok and compiles, but that is