Your message dated Sun, 13 Jan 2008 10:32:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417457: fixed in odyssey 0.4-2.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: odyssey
Version: 0.4-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 odyssey_0.4-2 on em64t by sbuild/amd64 0.53
...
>       if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H  -I. 
> -DDATADIR="\"/usr/share/odyssey\"" -DSYSCONFDIR="\"/etc\""  -Wall -Wundef 
> -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Werror -g -O2 -MT 
> ConfigFile.o -MD -MP -MF "$depbase.Tpo" -c -o ConfigFile.o ConfigFile.cxx; \
>       then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; 
> exit 1; fi
> ConfigFile.cxx: In constructor 'ConfigFile::ConfigFile(const char*, const 
> char*, const char*)':
> ConfigFile.cxx:35: error: 'getenv' was not declared in this scope
> ConfigFile.cxx: In member function 'bool ConfigFile::get_integer(const 
> std::string&, const std::string&, long int*)':
> ConfigFile.cxx:190: error: 'strtol' was not declared in this scope
> ConfigFile.cxx: In member function 'bool ConfigFile::get_integerv(const 
> std::string&, const std::string&, long int*, unsigned int*)':
> ConfigFile.cxx:236: error: 'strtol' was not declared in this scope
> make[3]: *** [ConfigFile.o] Error 1

--- src/ConfigFile.cxx~ 2007-04-02 19:51:31.000000000 +0000
+++ src/ConfigFile.cxx  2007-04-02 19:51:38.000000000 +0000
@@ -19,6 +19,7 @@
 using namespace std;
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <iostream>
 #include <stdexcept>
--- src/main.cxx~       2007-04-02 19:53:06.000000000 +0000
+++ src/main.cxx        2007-04-02 19:53:12.000000000 +0000
@@ -19,6 +19,7 @@
 using namespace std;
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <signal.h>
 #include <unistd.h>

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: odyssey
Source-Version: 0.4-2.1

We believe that the bug you reported is fixed in the latest version of
odyssey, which is due to be installed in the Debian FTP archive:

odyssey_0.4-2.1.diff.gz
  to pool/main/o/odyssey/odyssey_0.4-2.1.diff.gz
odyssey_0.4-2.1.dsc
  to pool/main/o/odyssey/odyssey_0.4-2.1.dsc
odyssey_0.4-2.1_amd64.deb
  to pool/main/o/odyssey/odyssey_0.4-2.1_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.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated odyssey 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: Sun, 13 Jan 2008 11:14:55 +0100
Source: odyssey
Binary: odyssey
Architecture: source amd64
Version: 0.4-2.1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 odyssey    - PIC microcontroller programming application
Closes: 408788 417457
Changes: 
 odyssey (0.4-2.1) unstable; urgency=low
 .
   * Non maintainer upload for the Zürich BSP.
   * Apply from Martin Michlmayr to fix FTBFS with GCC 4.3 Closes: #417457.
   * Add armel to the list of supported architectures. Closes: #408788.
Files: 
 b89e03c5d24ef91d8e4705d8af2e0e07 687 electronics extra odyssey_0.4-2.1.dsc
 db1d1aabb3e81c417ad00ee666915086 23707 electronics extra 
odyssey_0.4-2.1.diff.gz
 0f55454da682add2334f366fa272eb77 77464 electronics extra 
odyssey_0.4-2.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHieXOw3ao2vG823MRAigcAJ92Q2EuuLvrxMxAl+l2Pz3lYtsHRwCfbFs/
7nAe64wq3Em5XigHJmzzrxw=
=l/0x
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to