Your message dated Sat, 28 Apr 2007 01:17:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417380: fixed in lurker 2.1-8
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: lurker
Version: 2.1-7
Usertags: ftbfs-gcc-4.3
Tags: patch
Your package fails to build with GCC 4.3. Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning. In GCC 4.3, the C++ header
dependencies have been cleaned up. The advantage of this is that
programs will compile faster. The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC). Some background of this can be found at
http://gcc.gnu.org/PR28080
You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable.
> Automatic build of lurker_2.1-7 on coconut0 by sbuild/ia64 0.49
...
> make[3]: Entering directory `/build/tbm/lurker-2.1/index'
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../common -I../libesort
> -I/usr/include/kde -I/usr/include/qt3 -MT Index.o -MD -MP -MF
> ".deps/Index.Tpo" -c -o Index.o Index.cpp; \
> then mv -f ".deps/Index.Tpo" ".deps/Index.Po"; else rm -f
> ".deps/Index.Tpo"; exit 1; fi
> Index.cpp: In member function 'int Index::index_id(bool, time_t, bool&)':
> Index.cpp:284: error: 'random' was not declared in this scope
> make[3]: *** [Index.o] Error 1
--- index/Index.cpp~ 2007-04-02 13:35:28.000000000 +0000
+++ index/Index.cpp 2007-04-02 13:35:36.000000000 +0000
@@ -44,6 +44,7 @@
#include "Index.h"
+#include <cstdlib>
#include <string>
#include <vector>
#include <iostream>
--- prune/prune.cpp~ 2007-04-02 13:36:16.000000000 +0000
+++ prune/prune.cpp 2007-04-02 13:36:28.000000000 +0000
@@ -37,6 +37,7 @@
#include <iostream>
+#include <cstdlib>
#include <cstring>
#include <cerrno>
#include <ctime>
--- prune/attach.cpp~ 2007-04-02 13:38:14.000000000 +0000
+++ prune/attach.cpp 2007-04-02 13:38:22.000000000 +0000
@@ -27,6 +27,7 @@
#include "PTable.h"
#include <Keys.h>
+#include <cstdlib>
#include <iostream>
using namespace std;
--- render/attach.cpp~ 2007-04-02 13:39:44.000000000 +0000
+++ render/attach.cpp 2007-04-02 13:39:52.000000000 +0000
@@ -35,6 +35,7 @@
#include "commands.h"
#include "Summary.h"
+#include <cstdlib>
#include <iostream>
using std::cout;
--- render/parse.cpp~ 2007-04-02 13:40:40.000000000 +0000
+++ render/parse.cpp 2007-04-02 13:40:46.000000000 +0000
@@ -24,6 +24,7 @@
#define _FILE_OFFSET_BITS 64
+#include <cstdlib>
#include <iostream>
#include "parse.h"
--- render/jump.cpp~ 2007-04-02 13:40:53.000000000 +0000
+++ render/jump.cpp 2007-04-02 13:41:15.000000000 +0000
@@ -27,6 +27,7 @@
#include "parse.h"
#include <ctime>
+#include <cstdlib>
#include <cstring>
int main()
--- render/keyword.cpp~ 2007-04-02 13:41:21.000000000 +0000
+++ render/keyword.cpp 2007-04-02 13:41:27.000000000 +0000
@@ -27,6 +27,7 @@
#include <Keys.h>
#include "parse.h"
+#include <cstdlib>
#include <set>
#include <vector>
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: lurker
Source-Version: 2.1-8
We believe that the bug you reported is fixed in the latest version of
lurker, which is due to be installed in the Debian FTP archive:
lurker_2.1-8.diff.gz
to pool/main/l/lurker/lurker_2.1-8.diff.gz
lurker_2.1-8.dsc
to pool/main/l/lurker/lurker_2.1-8.dsc
lurker_2.1-8_amd64.deb
to pool/main/l/lurker/lurker_2.1-8_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.
Jonas Meurer <[EMAIL PROTECTED]> (supplier of updated lurker 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: Sat, 28 Apr 2007 02:50:14 +0200
Source: lurker
Binary: lurker
Architecture: source amd64
Version: 2.1-8
Distribution: unstable
Urgency: low
Maintainer: Jonas Meurer <[EMAIL PROTECTED]>
Changed-By: Jonas Meurer <[EMAIL PROTECTED]>
Description:
lurker - Archive tool for mailing lists with search engine
Closes: 413361 416798 417019 417380
Changes:
lurker (2.1-8) unstable; urgency=low
.
* added japanese debconf translations, thanks to Kobayashi Noritada
<[EMAIL PROTECTED]> (closes: #413361)
* added portuguese debconf translations, thanks to Ricardo Silva
<[EMAIL PROTECTED]> (closes: #416798)
* added 02_gcc4.3_include_fixes.dpatch to fix build with gcc-4.3.
Thanks to Martin Michlmayr <[EMAIL PROTECTED]> (closes: #417380)
* added check for delgroup before actually using it in postrm, it
might be unavailable at purge time. Thanks to Michael Ablassmeier
<[EMAIL PROTECTED]> (closes: #417019)
* update copyright file: change "program" to "package", and mention GPL
version 2, not version 2.1 which is not available on debian systems.
Files:
d5ffe2e0cffd5048a267d7e49af519dc 600 mail optional lurker_2.1-8.dsc
55144a4fde3249a51b445e478548ae40 34555 mail optional lurker_2.1-8.diff.gz
e2d968348eb86fabb396080c80d735bd 578578 mail optional lurker_2.1-8_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGMprrd6lUs+JfIQIRAv0HAJ9ZdStVT4n7tdV0WTxXvvR9vz7hJgCeLwL4
guBAQ+B5K5JzbxL4q/BWwuc=
=j49I
-----END PGP SIGNATURE-----
--- End Message ---