Your message dated Wed, 23 Jan 2008 17:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414135: fixed in postman 2.1-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: postman
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD with the following error:
> g++ -Wall -Wpointer-arith -O2 -DLINUX -g -fno-operator-names -I. 
> -I/usr/include/c-client -c XSocket.cc -o XSocket.o
> In file included from XSocket.h:58,
>                  from XSocket.cc:5:
> Utils.h:33:23: error: asm/errno.h: No such file or directory
> make[1]: *** [XSocket.o] Error 1
> make[1]: Leaving directory `/build/buildd/postman-2.1'
> make: *** [build-stamp] Error 2

Full build logs are available at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=postman>.

Since -DLINUX is used (and there's no reason to change that), a tiny tweak is
needed to include the appropriate header for GNU/kFreeBSD, since there's no
asm/errno.h on this platform.

Cheers,

-- 
Cyril Brulebois
--- postman-2.1/Utils.h	2007-03-09 14:08:17.843683000 +0100
+++ postman-2.1/Utils.h	2007-03-09 14:09:11.000000000 +0100
@@ -29,7 +29,9 @@
 #include "Config.h"
 #include "XSocket.h"
 
-#if defined (LINUX)
+#if defined (__FreeBSD_kernel__)
+#include <sys/errno.h>
+#elif defined (LINUX)
 #include <asm/errno.h>
 #elif defined (HP) 
 #include <sys/errno.h>

--- End Message ---
--- Begin Message ---
Source: postman
Source-Version: 2.1-3

We believe that the bug you reported is fixed in the latest version of
postman, which is due to be installed in the Debian FTP archive:

postman_2.1-3.diff.gz
  to pool/main/p/postman/postman_2.1-3.diff.gz
postman_2.1-3.dsc
  to pool/main/p/postman/postman_2.1-3.dsc
postman_2.1-3_amd64.deb
  to pool/main/p/postman/postman_2.1-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated postman package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 23 Jan 2008 17:39:07 +0100
Source: postman
Binary: postman
Architecture: source amd64
Version: 2.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 postman    - High performance web based IMAP and NNTP client
Closes: 408120 414135 439404 440672
Changes: 
 postman (2.1-3) unstable; urgency=low
 .
   * Orphaning package, setting maintainer to the Debian QA Group.
   * Remove wrong cast to (unsigned char*) from 07_c-client_char_args.dpatch
     (Closes: #440672).
   * patches/10_kfreebsd_fix.dpatch: new patch to fix FTBFS on GNU/kFreeBSD
     (Closes: #414135).
   * Fix a typo in package description (Closes: #408120).
   * Remove user and statoverrides on purge (Closes: #439404).
Files: 
 b8fd85a1a47f51ecb024472327c85c5b 629 web optional postman_2.1-3.dsc
 fcefbcc00388a56fb48c41f2f2251bfa 14101 web optional postman_2.1-3.diff.gz
 36b271c832f7a085ff6e2dda1f61824a 757972 web optional postman_2.1-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHl29Iw3ao2vG823MRAqJpAJ43VgVqWDDw73Zn8ZEcYsyoB904HACdFk0Y
gAO7AGQtc1lXkzjgJjEFJoA=
=g0e2
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to