Your message dated Mon, 08 Oct 2007 09:32:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417519: fixed in rkward 0.4.8-1
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: rkward
Version: 0.4.2-2
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 rkward_0.4.2-2 on coconut0 by sbuild/ia64 0.49
...
> from /usr/include/kde/kmimetype.h:33,
> from /usr/include/kde/kfiledialog.h:33,
> from rinterface.cpp:45:
> /usr/include/kde/ksycocaentry.h: In member function 'virtual void
> KSycocaEntry::save(QDataStream&)':
> /usr/include/kde/ksycocaentry.h:104: warning: conversion to 'int' from
> 'Q_ULONG' may alter its value
> rinterface.cpp: In constructor 'RInterface::RInterface()':
> rinterface.cpp:69: error: 'getenv' was not declared in this scope
> rinterface.cpp: In member function 'void
> RInterface::processRCallbackRequest(RCallbackArgs*)':
--- rkward/rbackend/rinterface.cpp~ 2007-04-02 22:08:50.000000000 +0000
+++ rkward/rbackend/rinterface.cpp 2007-04-02 22:08:59.000000000 +0000
@@ -49,6 +49,8 @@
#include <qtimer.h>
#include <qvalidator.h>
+#include <cstdlib>
+
// update output (for immediate output commands) at least this often (msecs):
#define FLUSH_INTERVAL 100
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: rkward
Source-Version: 0.4.8-1
We believe that the bug you reported is fixed in the latest version of
rkward, which is due to be installed in the Debian FTP archive:
rkward_0.4.8-1.diff.gz
to pool/main/r/rkward/rkward_0.4.8-1.diff.gz
rkward_0.4.8-1.dsc
to pool/main/r/rkward/rkward_0.4.8-1.dsc
rkward_0.4.8-1_i386.deb
to pool/main/r/rkward/rkward_0.4.8-1_i386.deb
rkward_0.4.8.orig.tar.gz
to pool/main/r/rkward/rkward_0.4.8.orig.tar.gz
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.
Thomas Friedrichsmeier <[EMAIL PROTECTED]> (supplier of updated rkward 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, 03 Oct 2007 13:30:00 +0200
Source: rkward
Binary: rkward
Architecture: source i386
Version: 0.4.8-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Friedrichsmeier <[EMAIL PROTECTED]>
Changed-By: Thomas Friedrichsmeier <[EMAIL PROTECTED]>
Description:
rkward - a KDE frontend to the R statistics language
Closes: 417519
Changes:
rkward (0.4.8-1) unstable; urgency=low
.
* new upstream release
closes: #417519
* adjust rkward.menu to new naming policy
Files:
2a4f7d615d16ad077a2302aee393f91f 629 math optional rkward_0.4.8-1.dsc
d3ed9e280773c44af46f23a1c66a3df0 1657383 math optional rkward_0.4.8.orig.tar.gz
91accc916d06c80fe05b5e905a1031cf 27624 math optional rkward_0.4.8-1.diff.gz
d3ee7ab3f8e0cec4840294811fdfbd34 889504 math optional rkward_0.4.8-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHCfY5qE9wmu3T13kRAtbYAJ49sY8Sr/QK+ie9zah9Gi+YDHaIZwCeOgGV
fqB/1W7d7wgIIZjvXJLp3l4=
=0j5R
-----END PGP SIGNATURE-----
--- End Message ---