Your message dated Wed, 14 Mar 2007 13:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414289: fixed in bozohttpd 20060517-5
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: bozohttpd
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD with the following error:
> cc -DDEBUG -o bozohttpd bozohttpd.c auth-bozo.c cgi-bozo.c content-bozo.c 
> daemon-bozo.c dir-index-bozo.c ssl-bozo.c tilde-luzah-bozo.c  -lcrypto -lssl
> daemon-bozo.c:45:22: error: asm/poll.h: No such file or directory
> daemon-bozo.c: In function 'daemon_fork':
> daemon-bozo.c:140: error: dereferencing pointer to incomplete type
> daemon-bozo.c:142: error: invalid use of undefined type 'struct pollfd'
> daemon-bozo.c:142: error: dereferencing pointer to incomplete type
> daemon-bozo.c:142: error: 'POLLIN' undeclared (first use in this function)
> daemon-bozo.c:142: error: (Each undeclared identifier is reported only once
> daemon-bozo.c:142: error: for each function it appears in.)
> daemon-bozo.c:142: error: 'POLLPRI' undeclared (first use in this function)
> daemon-bozo.c:143: error: 'POLLERR' undeclared (first use in this function)
> daemon-bozo.c:144: error: invalid use of undefined type 'struct pollfd'
> daemon-bozo.c:144: error: dereferencing pointer to incomplete type
> daemon-bozo.c:162: error: invalid use of undefined type 'struct pollfd'
> daemon-bozo.c:162: error: dereferencing pointer to incomplete type
> daemon-bozo.c:162: error: 'POLLNVAL' undeclared (first use in this function)
> daemon-bozo.c:162: error: 'POLLHUP' undeclared (first use in this function)
> daemon-bozo.c:163: error: invalid use of undefined type 'struct pollfd'
> daemon-bozo.c:163: error: dereferencing pointer to incomplete type
> daemon-bozo.c:167: error: invalid use of undefined type 'struct pollfd'
> daemon-bozo.c:167: error: dereferencing pointer to incomplete type
> make[1]: *** [all] Error 1
> make[1]: Leaving directory `/build/buildd/bozohttpd-20060517'
> make: *** [build-stamp] Error 2

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

Please find attached a tiny patch to fix this, by including another
header on GNU/kFreeBSD.

Cheers,

-- 
Cyril Brulebois
--- bozohttpd-20060517/daemon-bozo.c	2007-03-10 19:01:14.936055000 +0100
+++ bozohttpd-20060517/daemon-bozo.c	2007-03-10 19:02:33.000000000 +0100
@@ -42,7 +42,11 @@
 
 #include <errno.h>
 #include <netdb.h>
+#if defined(__FreeBSD_kernel__)
+#include <sys/poll.h>
+#else
 #include <asm/poll.h>
+#endif
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>

--- End Message ---
--- Begin Message ---
Source: bozohttpd
Source-Version: 20060517-5

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

bozohttpd_20060517-5.diff.gz
  to pool/main/b/bozohttpd/bozohttpd_20060517-5.diff.gz
bozohttpd_20060517-5.dsc
  to pool/main/b/bozohttpd/bozohttpd_20060517-5.dsc
bozohttpd_20060517-5_amd64.deb
  to pool/main/b/bozohttpd/bozohttpd_20060517-5_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.
Mattias Nordstrom <[EMAIL PROTECTED]> (supplier of updated bozohttpd 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, 14 Mar 2007 15:15:45 +0200
Source: bozohttpd
Binary: bozohttpd
Architecture: source amd64
Version: 20060517-5
Distribution: unstable
Urgency: low
Maintainer: Mattias Nordstrom <[EMAIL PROTECTED]>
Changed-By: Mattias Nordstrom <[EMAIL PROTECTED]>
Description: 
 bozohttpd  - Bozotic HTTP server
Closes: 414289
Changes: 
 bozohttpd (20060517-5) unstable; urgency=low
 .
   * Fixed FTBFS on GNU/kFreeBSD (closes: #414289)
Files: 
 85cead044aca8895d187b6d06a898fdf 611 net extra bozohttpd_20060517-5.dsc
 5f8f2de489468e795c449a2a767a8702 5090 net extra bozohttpd_20060517-5.diff.gz
 f2578f2cfe2224e466ed08a883bd730c 34568 net extra bozohttpd_20060517-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF9/ZCwKTxHeBrP5cRAmG7AJ9D2KKGV4aENdeai/H7JabPql21QwCcDc7m
EHKroF9ljk2qsWfZbsfYpPU=
=Sr3G
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to