Your message dated Tue, 12 Jun 2007 22:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#426615: fixed in endeavour 2.8.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: endeavour
Version: 2.8.1-2
Severity: important
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.
[1]http://people.debian.org/~dannf/check-implicit-pointer-functions
----- Forwarded message from Debian/IA64 non-US Build Daemon <[EMAIL
PROTECTED]> -----
X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on ldl.fc.hp.com
X-Spam-Level:
X-Spam-Status: No, score=-1.4 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS
autolearn=disabled version=3.1.7-deb
X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com
Subject: Log for successful build of endeavour_2.8.1-2 (dist=unstable)
From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]>
Date: Tue, 29 May 2007 21:29:01 +0100
To: undisclosed-recipients: ;
X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data:
2007.5.29.130335
Debian-Buildd-Error: Yes
Function `strcasestr' implicitly converted to pointer at edv_find.c:234
----- End forwarded message -----
The strcasestr prototype is only defined of GNU_SOURCE is defined - this
patch fixes the issue. I'm pretty sure its doesn't regress #387206, but
its probably worth verifying to be sure.
--- endeavour-2.8.1.orig/debian/patches/debian-config 2007-05-29
17:12:05.000000000 -0600
+++ endeavour-2.8.1/debian/patches/debian-config 2007-05-29
17:56:14.000000000 -0600
@@ -7,7 +7,7 @@ Index: trunk/endeavour2/platforms.ini
Description = For compiling on Debian GNU/Linux
PREFIX = /usr
- CFLAGS = -g -Wall -DDEBIAN -DNEED_STRCASESTR -fPIC
-+ CFLAGS = -g -Wall -DDEBIAN -fPIC
++ CFLAGS = -g -Wall -DDEBIAN -D_GNU_SOURCE -fPIC
LIBS = -lm
LIB_DIR =
CC = cc
--
dann frazier | HP Open Source and Linux Organization
--- End Message ---
--- Begin Message ---
Source: endeavour
Source-Version: 2.8.1-3
We believe that the bug you reported is fixed in the latest version of
endeavour, which is due to be installed in the Debian FTP archive:
endeavour2_2.8.1-3_amd64.deb
to pool/main/e/endeavour/endeavour2_2.8.1-3_amd64.deb
endeavour_2.8.1-3.diff.gz
to pool/main/e/endeavour/endeavour_2.8.1-3.diff.gz
endeavour_2.8.1-3.dsc
to pool/main/e/endeavour/endeavour_2.8.1-3.dsc
libendeavour2-2_2.8.1-3_amd64.deb
to pool/main/e/endeavour/libendeavour2-2_2.8.1-3_amd64.deb
libendeavour2-dev_2.8.1-3_amd64.deb
to pool/main/e/endeavour/libendeavour2-dev_2.8.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.
Christoph Berg <[EMAIL PROTECTED]> (supplier of updated endeavour 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: Tue, 12 Jun 2007 23:38:43 +0200
Source: endeavour
Binary: endeavour2 libendeavour2-2 libendeavour2-dev
Architecture: source amd64
Version: 2.8.1-3
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg <[EMAIL PROTECTED]>
Changed-By: Christoph Berg <[EMAIL PROTECTED]>
Description:
endeavour2 - file and disk management suite
libendeavour2-2 - file and disk management suite - library
libendeavour2-dev - file and disk management suite - library headers
Closes: 426615
Changes:
endeavour (2.8.1-3) unstable; urgency=low
.
* Apply patch by Dann Frazier to correctly declare strcasestr, thanks
(Closes: #426615).
* Use ${binary:Version}, thanks lintian.
Files:
6963bcadcef2e774eb39f2c6c086e80e 678 utils optional endeavour_2.8.1-3.dsc
58883196078ec119e4983dbb61dfc77e 26610 utils optional endeavour_2.8.1-3.diff.gz
1422d5abc505a7783bbbbd854e3e15d5 5447958 utils optional
endeavour2_2.8.1-3_amd64.deb
195702070e06173b2f28377b7472d1da 79734 libs optional
libendeavour2-2_2.8.1-3_amd64.deb
5fa8461bf6aca5268e79a227f91dc925 78170 libdevel optional
libendeavour2-dev_2.8.1-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGbxPFxa93SlhRC1oRAkzJAKCl+iQWoIQd4548pWZdoq7h+WYmogCg7dFD
I+z4DKvYsNqCmVrD9T3TxBw=
=kZYq
-----END PGP SIGNATURE-----
--- End Message ---