Your message dated Sat, 15 Mar 2008 22:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#419321: fixed in aptsh 0.0.7+nmu1
has caused the Debian Bug report #419321,
regarding FTBFS with GCC 4.3: missing #includes
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.)
--
419321: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419321
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: aptsh
Version: 0.0.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. (Currently not available for i386, but for amd64, powerpc
and ia64. I hope to have i386 binaries in the archive in ~3 weeks.)
> Automatic build of aptsh_0.0.7 on em64t by sbuild/amd64 0.53
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -MT aptsh-command_queue.o
> -MD -MP -MF ".deps/aptsh-command_queue.Tpo" -c -o aptsh-command_queue.o `test
> -f 'command_queue.cc' || echo './'`command_queue.cc; \
> then mv -f ".deps/aptsh-command_queue.Tpo"
> ".deps/aptsh-command_queue.Po"; else rm -f ".deps/aptsh-command_queue.Tpo";
> exit 1; fi
> In file included from command_queue.cc:13:
> command.h:86: warning: 'typedef' was ignored in this declaration
> command_queue.cc: In member function 'virtual int
> cmd_queue_remove::execute(char*)':
> command_queue.cc:71: error: 'atoi' was not declared in this scope
> command_queue.cc:76: error: 'atoi' was not declared in this scope
> command_queue.cc:108: error: 'atoi' was not declared in this scope
> command_queue.cc:124: error: 'free' was not declared in this scope
> make[3]: *** [aptsh-command_queue.o] Error 1
> make[3]: Leaving directory `/build/tbm/aptsh-0.0.7/src'
--- src/command_queue.cc~ 2007-04-14 21:48:20.000000000 +0000
+++ src/command_queue.cc 2007-04-14 21:48:29.000000000 +0000
@@ -6,6 +6,7 @@
using namespace std;
#include <cstdio>
+#include <cstdlib>
#include <cstring>
#include "main.h"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: aptsh
Source-Version: 0.0.7+nmu1
We believe that the bug you reported is fixed in the latest version of
aptsh, which is due to be installed in the Debian FTP archive:
aptsh_0.0.7+nmu1.dsc
to pool/main/a/aptsh/aptsh_0.0.7+nmu1.dsc
aptsh_0.0.7+nmu1.tar.gz
to pool/main/a/aptsh/aptsh_0.0.7+nmu1.tar.gz
aptsh_0.0.7+nmu1_i386.deb
to pool/main/a/aptsh/aptsh_0.0.7+nmu1_i386.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.
Luk Claes <[EMAIL PROTECTED]> (supplier of updated aptsh 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, 15 Mar 2008 21:44:10 +0000
Source: aptsh
Binary: aptsh
Architecture: source i386
Version: 0.0.7+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Marcin Wrochniak <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description:
aptsh - apt interactive shell
Closes: 419321
Changes:
aptsh (0.0.7+nmu1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC 4.3 (Closes: #419321).
Files:
39418fd76e84b85aba5b009f8714f51e 550 admin optional aptsh_0.0.7+nmu1.dsc
69884a3033c96877748e6cbc66052252 139570 admin optional aptsh_0.0.7+nmu1.tar.gz
47f01fd4a233ef68044b5c256e7ce508 62024 admin optional aptsh_0.0.7+nmu1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH3EOc5UTeB5t8Mo0RAmRdAKDLs+3zr/DYafGQIuJPlFJhbq5o6QCggwZV
yaQY2lYP7qBIh3MyzsNOAiU=
=TlSb
-----END PGP SIGNATURE-----
--- End Message ---