Your message dated Mon, 12 Aug 2019 09:08:08 +0000
with message-id <[email protected]>
and subject line Bug#889289: fixed in perdition 2.2-3.1
has caused the Debian Bug report #889289,
regarding perdition: please add missing stdint include to fix FTBFS
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
889289: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889289
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: perdition
Version: 2.2-3
Severity: important
Tags: upstream patch


Hello, for some reasons the package is not FTBFS yet in Debian, but I suspect 
it will become shortly, because
SIZE_MAX used without stdint.h being included.

Patch following:


--- perdition-2.2/debian/patches/fix-build.patch        1970-01-01 
00:00:00.000000000 +0000
+++ perdition-2.2/debian/patches/fix-build.patch        2018-02-02 
16:35:30.000000000 +0000
@@ -0,0 +1,23 @@
+Description: Fix build because of missing stdint, leading to build error
+ gcc -DHAVE_CONFIG_H -I. -I.. -DPERDITION_LIBDIR=\"/usr/lib\" 
-DPERDITION_SYSCONFDIR=\"/etc/perdition\" -DPERDITION_LOCALSTATEDIR=\"/var\" 
-I/usr/include   -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
-fdebug-prefix-map=/build/perdition-2.2=. -fstack-protector-strong -Wformat 
-Werror=format-security -MT acap_token.o -MD -MP -MF .deps/acap_token.Tpo -c -o 
acap_token.o acap_token.c
+ acap_token.c: In function 'acap_token_status':
+ acap_token.c:186:12: error: 'SIZE_MAX' undeclared (first use in this 
function); did you mean 'SSIZE_MAX'?
+  if (len > SIZE_MAX || len > ACAP_LITERAL_MAX)
+            ^~~~~~~~
+            SSIZE_MAX
+ acap_token.c:186:12: note: each undeclared identifier is reported only once 
for each function it appears in
+
+Author: Gianfranco Costamagna <[email protected]>
+
+Last-Update: 2018-02-02
+
+--- perdition-2.2.orig/perdition/acap_token.c
++++ perdition-2.2/perdition/acap_token.c
+@@ -5,6 +5,7 @@
+ #include <vanessa_adt.h>
+ #include <ctype.h>
+ #include <limits.h>
++#include <stdint.h>
+ 
+ struct acap_token_status {
+       enum acap_type type;
diff -Nru perdition-2.2/debian/patches/series 
perdition-2.2/debian/patches/series
--- perdition-2.2/debian/patches/series 1970-01-01 00:00:00.000000000 +0000
+++ perdition-2.2/debian/patches/series 2018-02-02 16:34:20.000000000 +0000
@@ -0,0 +1 @@
+fix-build.patch

thanks for considering it!

Gianfranco

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: perdition
Source-Version: 2.2-3.1

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

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.
Gianfranco Costamagna <[email protected]> (supplier of updated perdition 
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: SHA256

Format: 1.8
Date: Fri, 02 Aug 2019 13:11:02 +0200
Source: perdition
Binary: perdition perdition-ldap perdition-mysql perdition-odbc 
perdition-postgresql
Architecture: source
Version: 2.2-3.1
Distribution: unstable
Urgency: medium
Maintainer: Simon Horman <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Description:
 perdition  - POP3 and IMAP4 Proxy server
 perdition-ldap - Library to allow perdition to access LDAP based popmaps
 perdition-mysql - Library to allow perdition to access MySQL based popmaps
 perdition-odbc - Library to allow perdition to access ODBC based popmaps
 perdition-postgresql - Library to allow perdition to access PostgreSQL based 
popmaps
Closes: 889289 929978
Changes:
 perdition (2.2-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add missing include (Closes: #889289)
 .
   [ Helmut Grohne ]
   * Address FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes:
     #929978)
Checksums-Sha1:
 5cb58bc2ea86084416c06fa41275cf1381efd31d 2272 perdition_2.2-3.1.dsc
 2cd58c5ea3161a963dc08ca239131ef5371abcc4 14648 perdition_2.2-3.1.debian.tar.xz
 878925eedfb89537ab3eb203c6212c0aeabdd873 8754 
perdition_2.2-3.1_source.buildinfo
Checksums-Sha256:
 2da5f022091469d58662f950c4ccc19c65bc22c8240cc6169a61b83a50fc60d0 2272 
perdition_2.2-3.1.dsc
 28d1984b18bdd87afd11e257980294520a497a3a72092e090b7ae2974b2b1412 14648 
perdition_2.2-3.1.debian.tar.xz
 e9554e9de21ab48579e0a7ec0df8d2589120e8db6e3a94374f248337ec5ad52d 8754 
perdition_2.2-3.1_source.buildinfo
Files:
 94e0938204f2e03a0d6f0189c0c62ebe 2272 mail optional perdition_2.2-3.1.dsc
 b7ceb9e806707371493a9cb8559615a0 14648 mail optional 
perdition_2.2-3.1.debian.tar.xz
 150d91d4e2e1a4cef0db0cad9520f605 8754 mail optional 
perdition_2.2-3.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl1EIBIACgkQ808JdE6f
XdmZKBAAwQJuZqD9/j5N+yKh5Mfhpk33u006nJo6aaBp+pX86rhsesXbQQbuOwb5
yf+cApnVyMt+esw+ZVfPH/zn4wPuB7sQB2HcB2n7QgcDnovLRfO84Bcmx2HlOjZn
z/9JBN+eksPiLLb92bIsfgciUhDdZ0EKeIz3Im1U7MCOuGdhKISRUeaX0Gg2uqXO
JTTliNToRyizBoYPbzWj8OkFMhOrxxXQrYO6m1LLi2KDHASqXSiOOu/jd84RN+A8
9Lxs04GP4YFSR7aaXJIpfJBgFZxuh52pjhNqLC6CqFM11nUiHlXTVsx1/b9l7ofG
gQYDfUJQzg+hjbPttu0gKckn/ipvk5z76NiAZ9Mv0w11yp+YTjIskh9PAYm+QOQB
4h25lHKlaI3iEhTel2ukVo/hPAsjhCsSb716H4/Og06W4m5N011OO+6R7sY758NV
RcEDgw0beWuaPtToCvmHtROvS34R35CpmAH9HKPbJuIvC7GsbdrdVFvKkENr5kGP
H+UxD5r6PetQLfZvUqUBEBv+yBiWaiOpOQobYuQVDi42S2GnNVaAJMSvSrqZsTMs
//IHDiEYjRuh/a0LD6s1Pp0HncULI2L7SuEvlAZEV4K/w7UMz3HzWXUJz9WtGfVX
YmpfIaCnxGCTTB86WCj+ZyM0AxVcsICTADy1xaHuWNC3OT2ut3o=
=VTMm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to