Bug#388242: [Fwd: Bug#388242: cyrus-imapd-2.2: FTBFS on GNU/kFreeBSD]

2006-09-25 Thread Sven Mueller
Hi. I'm one of the Debian package maintainers for cyrus-imapd. We received a report at http://bugs.debian.org/388242 that cyrus-imapd fails to build on the kfreebsd port of Debian. Problem seems to be that sys/exec.h exports PS_STRINGS, but that this macro is only usable while compiling the kernel

Bug#388242: cyrus-imapd-2.2: FTBFS on GNU/kFreeBSD

2006-09-21 Thread Petr Salinger
--- cyrus-imapd-2.2-2.2.13/configure.in +++ cyrus-imapd-2.2-2.2.13/configure.in @@ -300,7 +284,7 @@ AC_CACHE_VAL(cyrus_cv_sys_psstrings, AC_TRY_CPP([ #include #include -#ifndef PS_STRINGS +#if !defined(PS_STRINGS) || defined (__GLIBC__) #include #endif],cyrus_cv_sys_psstrings=yes,cy

Bug#388242: cyrus-imapd-2.2: FTBFS on GNU/kFreeBSD

2006-09-21 Thread Sven Mueller
Petr Salinger wrote on 19/09/2006 12:01: > the current version fails to build on GNU/kFreeBSD. > > It needs small tweak to configure.in/configure. > Please find attached patch with tweak for configure.in > and updated configure. > > It would also be nice if you can ask upstream > to include this

Bug#388242: cyrus-imapd-2.2: FTBFS on GNU/kFreeBSD

2006-09-19 Thread Petr Salinger
Package: cyrus-imapd-2.2 Severity: important Version: 2.2.13-7 Tags: patch Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak to configure.in/configure. Please find attached patch with tweak for configure.in and updated configure. It would also be nice if you can ask