Your message dated Wed, 05 Sep 2007 22:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417127: fixed in bobcat 1.16.1-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: bobcat
Version: 1.13.1-1
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 from unstable.
> Automatic build of bobcat_1.13.1-1 on coconut0 by sbuild/ia64 0.49
...
> g++ -c -o arg/o/41firstnonempty.o -Itmp -Wall -O3 arg/firstnonempty.cc
> arg/firstnonempty.cc: In member function 'size_t
> FBB::Arg::firstNonEmpty(size_t*, 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> > > >&) const':
> arg/firstnonempty.cc:7: error: 'find_if' was not declared in this scope
> system - failure of system call (status 256)
> system - failure of system call (status 256)
--- arg/firstnonempty.cc~ 2007-04-01 16:11:45.000000000 +0000
+++ arg/firstnonempty.cc 2007-04-01 16:11:52.000000000 +0000
@@ -1,4 +1,5 @@
#include "arg.ih"
+#include <algorithm>
size_t Arg::firstNonEmpty(size_t *idx, string *value,
StringVector const &sv) const
--- fork/forkfork.cc~ 2007-04-01 16:22:17.000000000 +0000
+++ fork/forkfork.cc 2007-04-01 16:22:21.000000000 +0000
@@ -1,4 +1,5 @@
#include "fork.ih"
+#include <cstdlib>
void Fork::fork()
{
--- glob/glob1.cc~ 2007-04-01 16:21:18.000000000 +0000
+++ glob/glob1.cc 2007-04-01 16:21:59.000000000 +0000
@@ -1,4 +1,6 @@
#include "glob.ih"
+#include <cstdlib>
+#include <bits/stl_algo.h>
Glob::Glob(string const &pattern, Flags flags, Dots dots)
:
--- log/operatorinsert.cc~ 2007-04-01 16:19:53.000000000 +0000
+++ log/operatorinsert.cc 2007-04-01 16:19:58.000000000 +0000
@@ -1,4 +1,5 @@
#include "log.ih"
+#include <cstdlib>
ostream &operator<<(ostream &str, LogManipulator manipulator)
{
--- mailheaders/lookup.cc~ 2007-04-01 16:18:36.000000000 +0000
+++ mailheaders/lookup.cc 2007-04-01 16:18:42.000000000 +0000
@@ -1,4 +1,5 @@
#include "mailheaders.ih"
+#include <algorithm>
namespace
{
--- msg/data.cc~ 2007-04-01 16:15:56.000000000 +0000
+++ msg/data.cc 2007-04-01 16:16:02.000000000 +0000
@@ -1,4 +1,5 @@
#include "msg.ih"
+#include <climits>
char const *Msg::s_warning = "[Warning] ";
bool Msg::s_display;
--- string/string~ 2007-04-01 16:14:25.000000000 +0000
+++ string/string 2007-04-01 16:14:33.000000000 +0000
@@ -3,6 +3,7 @@
#include <string>
#include <vector>
+#include <cctype>
namespace FBB
{
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: bobcat
Source-Version: 1.16.1-1
We believe that the bug you reported is fixed in the latest version of
bobcat, which is due to be installed in the Debian FTP archive:
bobcat_1.16.1-1.diff.gz
to pool/main/b/bobcat/bobcat_1.16.1-1.diff.gz
bobcat_1.16.1-1.dsc
to pool/main/b/bobcat/bobcat_1.16.1-1.dsc
bobcat_1.16.1.orig.tar.gz
to pool/main/b/bobcat/bobcat_1.16.1.orig.tar.gz
libbobcat1-dev_1.16.1-1_i386.deb
to pool/main/b/bobcat/libbobcat1-dev_1.16.1-1_i386.deb
libbobcat1_1.16.1-1_i386.deb
to pool/main/b/bobcat/libbobcat1_1.16.1-1_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.
Frank B. Brokken <[EMAIL PROTECTED]> (supplier of updated bobcat 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, 05 Sep 2007 10:31:50 +0200
Source: bobcat
Binary: libbobcat1 libbobcat1-dev
Architecture: source i386
Version: 1.16.1-1
Distribution: unstable
Urgency: low
Maintainer: Frank B. Brokken <[EMAIL PROTECTED]>
Changed-By: Frank B. Brokken <[EMAIL PROTECTED]>
Description:
libbobcat1 - run-time (shared) Bobcat library
libbobcat1-dev - headers and documentation for the Bobcat library
Closes: 417127 436603
Changes:
bobcat (1.16.1-1) unstable; urgency=low
.
* New upstream release. (Closes: #417127, #436603)
Files:
59feb6148f423c3eca637c50f242b39b 858 libs optional bobcat_1.16.1-1.dsc
ca383221b225a090c9be52b4a6d540b7 441617 libs optional bobcat_1.16.1.orig.tar.gz
6e1ea414f3d1663dd2ee598f329f5418 8829 libs optional bobcat_1.16.1-1.diff.gz
3e18d7e3b1c963a560a94b0d4abad308 144286 libs optional
libbobcat1_1.16.1-1_i386.deb
2983d32703e4b23f83abdf510ff9d78d 788010 libdevel optional
libbobcat1-dev_1.16.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFG3yoepdwBkPlyvgMRAiK0AKCCLRi2ad9ixFFAIjDu7BT5KExLcwCfeBc1
ZLcYk/RxsXKsaIKJ2G8VnlA=
=+st/
-----END PGP SIGNATURE-----
--- End Message ---