Your message dated Thu, 07 Jun 2007 07:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417431: fixed in menu 2.1.34
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: menu
Version: 2.1.33
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 menu_2.1.33 on coconut0 by sbuild/ia64 0.49
...
> if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -MT update-menus.o -MD
> -MP -MF ".deps/update-menus.Tpo" -c -o update-menus.o update-menus.cc; \
> then mv -f ".deps/update-menus.Tpo" ".deps/update-menus.Po"; else rm -f
> ".deps/update-menus.Tpo"; exit 1; fi
> update-menus.cc: In function 'void read_pkginfo()':
> update-menus.cc:437: warning: deprecated conversion from string constant to
> 'char*'
> update-menus.cc: In function 'void run_menumethod_remove(std::string)':
> update-menus.cc:599: error: 'exit' was not declared in this scope
> update-menus.cc: In function 'void run_menumethod(std::string, const
> std::vector<std::basic_string<char, std::char_traits<char>,
> std::allocator<char> >, std::allocator<std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > > >&)':
> update-menus.cc:633: error: 'exit' was not declared in this scope
> update-menus.cc:654: error: 'exit' was not declared in this scope
> update-menus.cc: In function 'void exit_on_signal(int)':
> update-menus.cc:785: error: 'exit' was not declared in this scope
> update-menus.cc: In function 'void wait_dpkg(std::string&)':
> update-menus.cc:808: error: 'exit' was not declared in this scope
> update-menus.cc:823: error: 'exit' was not declared in this scope
> update-menus.cc:825: error: 'exit' was not declared in this scope
> update-menus.cc:842: error: 'exit' was not declared in this scope
> update-menus.cc: In function 'void parse_params(int, char**)':
> update-menus.cc:915: error: 'exit' was not declared in this scope
> update-menus.cc: In function 'void read_homedirectory()':
> update-menus.cc:974: error: 'getenv' was not declared in this scope
> make[3]: *** [update-menus.o] Error 1
> make[3]: Leaving directory `/build/tbm/menu-2.1.33/update-menus'
--- install-menu/menu-tree.cc~ 2007-04-02 18:55:09.000000000 +0000
+++ install-menu/menu-tree.cc 2007-04-02 18:55:16.000000000 +0000
@@ -24,6 +24,7 @@
* Written by Joost Witteveen.
*/
+#include <cstdlib>
#include <cctype>
#include <list>
#include <set>
--- update-menus/update-menus.cc~ 2007-04-02 18:51:53.000000000 +0000
+++ update-menus/update-menus.cc 2007-04-02 18:51:59.000000000 +0000
@@ -29,6 +29,7 @@
#include <sstream>
#include <set>
#include <cstdio>
+#include <cstdlib>
#include <unistd.h>
#include <getopt.h>
#include <cerrno>
--- update-menus/parsestream.cc~ 2007-04-02 18:52:46.000000000 +0000
+++ update-menus/parsestream.cc 2007-04-02 18:52:52.000000000 +0000
@@ -24,6 +24,7 @@
* Written by Joost Witteveen.
*/
+#include <cstdlib>
#include <fstream>
#include <cstring>
#include "parsestream.h"
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: menu
Source-Version: 2.1.34
We believe that the bug you reported is fixed in the latest version of
menu, which is due to be installed in the Debian FTP archive:
menu_2.1.34.dsc
to pool/main/m/menu/menu_2.1.34.dsc
menu_2.1.34.tar.gz
to pool/main/m/menu/menu_2.1.34.tar.gz
menu_2.1.34_amd64.deb
to pool/main/m/menu/menu_2.1.34_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.
Bill Allombert <[EMAIL PROTECTED]> (supplier of updated menu 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, 6 Jun 2007 20:09:59 +0200
Source: menu
Binary: menu
Architecture: source amd64
Version: 2.1.34
Distribution: unstable
Urgency: low
Maintainer: Bill Allombert <[EMAIL PROTECTED]>
Changed-By: Bill Allombert <[EMAIL PROTECTED]>
Description:
menu - generates programs menu for all menu-aware applications
Closes: 383321 410875 416302 416797 417431 423277 427300
Changes:
menu (2.1.34) unstable; urgency=low
.
* The "black arrow" release.
* Apply patch from Martin Michlmayr to fix compilation with GCC 4.3.
Closes: #417431.
* su-to-root:
- tighten the script. Closes: #416302.
- add support for SU_TO_ROOT_SU=sudo. Closes: #410875
- l10n support. Closes: #383321. Thanks Michelle Konzack.
- support for a /etc/su-to-rootrc config file.
* Menu translations
- Marathi added by Priti Patil. Closes: #416797
- Punjabi added by Amanpreet Singh Alam. Closes: #427300
* Programs translations
- Spanish updated by Javier Fernández-Sanguino Peña. Closes: #423277
Files:
5a1f417c55c18a46209c48c40782f544 521 admin optional menu_2.1.34.dsc
1a4a0acdfddb239ab78b28f4d0db426a 444958 admin optional menu_2.1.34.tar.gz
3414306e67b0a6eea740c0cd42a2e042 416042 admin optional menu_2.1.34_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGZzoIeDPs8bVESBURAgxnAKCWq1X4vOqDYbmanKApqu6qUOBkyACffDYV
b7BW8ziQ+bfYq2C4U5v35Q0=
=KpKj
-----END PGP SIGNATURE-----
--- End Message ---