Your message dated Mon, 07 Apr 2008 21:17:39 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#473648: fixed in etpan-ng 0.7.1-5.1
has caused the Debian Bug report #473648,
regarding etpan-ng: ldap_init, ldap_get_values implicitly converted to pointer
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.)
--
473648: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473648
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: etpan-ng
Version: 0.7.1-5
Severity: serious
Tags: patch
Usertags: implicit-pointer-conversion
Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.
This is often due to a missing function prototype definition.
For more information, see [2].
Function `ldap_init' implicitly converted to pointer at etpan-ldap.c:127
Function `ldap_get_values' implicitly converted to pointer at etpan-ldap.c:346
The libldap API has been updated and many functions used by the ldap
plugin are now deprecated. This package should either update to the
new API or define LDAP_DEPRECATED to continue using the deprecated
interfaces. This patch implements the lazy solution.
Due to checks in the ia64 buildd, this issues results in a practical
FTBFS issue and thus warrants the serious severity.
[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions
diff -urpN etpan-ng-0.7.1.orig/src/etpan-ldap.c etpan-ng-0.7.1/src/etpan-ldap.c
--- etpan-ng-0.7.1.orig/src/etpan-ldap.c 2004-08-24 05:33:53.000000000
-0600
+++ etpan-ng-0.7.1/src/etpan-ldap.c 2008-03-31 14:21:41.000000000 -0600
@@ -45,6 +45,7 @@
#ifdef HAVE_LBER_H
#include <lber.h>
#endif
+#define LDAP_DEPRECATED 1
#include <ldap.h>
#ifndef LDAP_OPT_SUCCESS
#define LDAP_OPT_SUCCESS LDAP_SUCCESS
--- End Message ---
--- Begin Message ---
Source: etpan-ng
Source-Version: 0.7.1-5.1
We believe that the bug you reported is fixed in the latest version of
etpan-ng, which is due to be installed in the Debian FTP archive:
etpan-ng_0.7.1-5.1.diff.gz
to pool/main/e/etpan-ng/etpan-ng_0.7.1-5.1.diff.gz
etpan-ng_0.7.1-5.1.dsc
to pool/main/e/etpan-ng/etpan-ng_0.7.1-5.1.dsc
etpan-ng_0.7.1-5.1_ia64.deb
to pool/main/e/etpan-ng/etpan-ng_0.7.1-5.1_ia64.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.
dann frazier <[EMAIL PROTECTED]> (supplier of updated etpan-ng 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: Mon, 31 Mar 2008 14:46:42 -0600
Source: etpan-ng
Binary: etpan-ng
Architecture: source ia64
Version: 0.7.1-5.1
Distribution: unstable
Urgency: low
Maintainer: Gerfried Fuchs <[EMAIL PROTECTED]>
Changed-By: dann frazier <[EMAIL PROTECTED]>
Description:
etpan-ng - console mail user agent based on libEtPan!
Closes: 473648
Changes:
etpan-ng (0.7.1-5.1) unstable; urgency=low
.
* Non-maintainer upload.
* Define LDAP_DEPRECATED to continue use of deprecated LDAP functions.
(closes: #473648)
Files:
6328c129530975ee67b60b28f19ee0fc 608 mail optional etpan-ng_0.7.1-5.1.dsc
1dd3735d971415adc932795b6efc3bdc 4739 mail optional etpan-ng_0.7.1-5.1.diff.gz
31311ed2914070bb01077778ed3c0e8c 303072 mail optional
etpan-ng_0.7.1-5.1_ia64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH8VSrhuANDBmkLRkRAoxmAJ9CX+tfEpeTFwtpDABqHvOia/VPcwCePyM1
3p0rPGoUNnXfRrUrbFN0og0=
=LG8M
-----END PGP SIGNATURE-----
--- End Message ---