Your message dated Tue, 12 Jul 2011 00:17:28 +0000
with message-id <e1qgqfi-0005ny...@franck.debian.org>
and subject line Bug#564972: fixed in cone 0.89-1
has caused the Debian Bug report #564972,
regarding cone: ftbfs with gcc-4.5
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 ow...@bugs.debian.org
immediately.)


-- 
564972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564972
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cone
Version: 0.79-2
Severity: normal
Tags: sid
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.5

The package fails to build in a test rebuild on at least amd64 with
gcc-4.5/g++-4.5, but succeeds to build with gcc-4.4/g++-4.4.
For the compiler version used, see:
http://lists.debian.org/debian-devel/2010/01/msg00230.html

The full build log can be found at:
http://people.debian.org/~lucas/logs/2010/01/08b/cone_0.79-2_lsid64b.buildlog
The last lines of the build log are cwat the end of this report.

The reason of the build failure is likely in the package (compiler or
linker message found in the build log), if this turns out as a gcc bug,
please reassign to the gcc-4.5 package. If the build ends with a
message "confused by earlier errors, bailing out", please
ignore it for now; these compiler errors are filed separately.


[...]
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.   -I.. 
-I./..  -Wall   -g -O2 -g -Wall -O2 -c -o generic.lo generic.C
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I./.. -Wall -g -O2 -g -Wall 
-O2 -c generic.C  -fPIC -DPIC -o .libs/generic.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I./.. -Wall -g -O2 -g -Wall 
-O2 -c generic.C -o generic.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.   -I.. 
-I./..  -Wall   -g -O2 -g -Wall -O2 -c -o genericdecode.lo genericdecode.C
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I./.. -Wall -g -O2 -g -Wall 
-O2 -c genericdecode.C  -fPIC -DPIC -o .libs/genericdecode.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I./.. -Wall -g -O2 -g -Wall 
-O2 -c genericdecode.C -o genericdecode.o >/dev/null 2>&1
/bin/bash ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.   -I.. 
-I./..  -Wall   -g -O2 -g -Wall -O2 -c -o headers.lo headers.C
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I./.. -Wall -g -O2 -g -Wall 
-O2 -c headers.C  -fPIC -DPIC -o .libs/headers.o
headers.C: In static member function 'static std::string 
mail::Header::encoded::encode(std::string, std::string, std::string)':
headers.C:89:52: error: cannot call constructor 'mail::rfc2047::encode::encode' 
directly
headers.C:89:52: note: for a function-style cast, remove the redundant 
'::encode'
headers.C:89:52: error: no matching function for call to 
'std::basic_string<char>::basic_string(mail::rfc2047::encode, std::string)'
/usr/include/c++/4.5/bits/basic_string.tcc:219:5: note: candidates are: 
std::basic_string<_CharT, _Traits, 
_Alloc>::basic_string(std::basic_string<_CharT, _Traits, _Alloc>::size_type, 
_CharT, const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, 
_Alloc = std::allocator<char>, std::basic_string<_CharT, _Traits, 
_Alloc>::size_type = long unsigned int]
/usr/include/c++/4.5/bits/basic_string.tcc:212:5: note:                 
std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, const 
_Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = 
std::allocator<char>]
/usr/include/c++/4.5/bits/basic_string.tcc:205:5: note:                 
std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const _CharT*, 
std::basic_string<_CharT, _Traits, _Alloc>::size_type, const _Alloc&) [with 
_CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>, 
std::basic_string<_CharT, _Traits, _Alloc>::size_type = long unsigned int]
/usr/include/c++/4.5/bits/basic_string.tcc:193:5: note:                 
std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const 
std::basic_string<_CharT, _Traits, _Alloc>&, std::basic_string<_CharT, _Traits, 
_Alloc>::size_type, std::basic_string<_CharT, _Traits, _Alloc>::size_type, 
const _Alloc&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = 
std::allocator<char>, std::basic_string<_CharT, _Traits, _Alloc> = 
std::basic_string<char>, std::basic_string<_CharT, _Traits, _Alloc>::size_type 
= long unsigned int]
/usr/include/c++/4.5/bits/basic_string.tcc:183:5: note:                 
std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const 
std::basic_string<_CharT, _Traits, _Alloc>&, std::basic_string<_CharT, _Traits, 
_Alloc>::size_type, std::basic_string<_CharT, _Traits, _Alloc>::size_type) 
[with _CharT = char, _Traits = std::char_traits<char>, _Alloc = 
std::allocator<char>, std::basic_string<_CharT, _Traits, _Alloc> = 
std::basic_string<char>, std::basic_string<_CharT, _Traits, _Alloc>::size_type 
= long unsigned int]
/usr/include/c++/4.5/bits/basic_string.tcc:169:5: note:                 
std::basic_string<_CharT, _Traits, _Alloc>::basic_string(const 
std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = 
std::char_traits<char>, _Alloc = std::allocator<char>, 
std::basic_string<_CharT, _Traits, _Alloc> = std::basic_string<char>]
/usr/include/c++/4.5/bits/basic_string.h:2188:12: note:                 
std::basic_string<_CharT, _Traits, _Alloc>::basic_string() [with _CharT = char, 
_Traits = std::char_traits<char>, _Alloc = std::allocator<char>]
headers.C:90:1: warning: control reaches end of non-void function
make[4]: *** [headers.lo] Error 1
make[4]: Leaving directory 
`/build/user-cone_0.79-2-amd64-_7xQbM/cone-0.79/libmail'
make[3]: *** [all] Error 2
make[3]: Leaving directory 
`/build/user-cone_0.79-2-amd64-_7xQbM/cone-0.79/libmail'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user-cone_0.79-2-amd64-_7xQbM/cone-0.79'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user-cone_0.79-2-amd64-_7xQbM/cone-0.79'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: cone
Source-Version: 0.89-1

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

cone_0.89-1.debian.tar.gz
  to main/c/cone/cone_0.89-1.debian.tar.gz
cone_0.89-1.dsc
  to main/c/cone/cone_0.89-1.dsc
cone_0.89-1_amd64.deb
  to main/c/cone/cone_0.89-1_amd64.deb
cone_0.89.orig.tar.gz
  to main/c/cone/cone_0.89.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 564...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Varun Hiremath <va...@debian.org> (supplier of updated cone 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 11 Jul 2011 16:32:47 -0400
Source: cone
Binary: cone
Architecture: source amd64
Version: 0.89-1
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath <va...@debian.org>
Changed-By: Varun Hiremath <va...@debian.org>
Description: 
 cone       - COnsole Newsreader and Emailer
Closes: 564972 622008
Changes: 
 cone (0.89-1) unstable; urgency=low
 .
   * New upstream release (Closes: #564972, #622008)
Checksums-Sha1: 
 f802348de4fb136a044630616f9dce94db402762 1843 cone_0.89-1.dsc
 7358806ef45bc41eb1dbf29611f7050b06418895 5183331 cone_0.89.orig.tar.gz
 18d67486671712d425e1c949d7a14a11291ba9b9 3520 cone_0.89-1.debian.tar.gz
 2cb2a586ffb0c7609fd69eed5009053509708068 2703112 cone_0.89-1_amd64.deb
Checksums-Sha256: 
 004399ea511b63ca6f745a99006a9e9cee9bb8e0762d7fe014b9ded25c22ddf9 1843 
cone_0.89-1.dsc
 2f771d3997840f4ebeaaff07f490704ef8b17b2a254afbc61972660b31761466 5183331 
cone_0.89.orig.tar.gz
 da1030f09488e2f89a1523f823553ae3131a0df61d828ecd6d61d49904a8359e 3520 
cone_0.89-1.debian.tar.gz
 ed12583e91feee1b564219e838c7f2d4e8e74eb67871d38935a7eba353f42d83 2703112 
cone_0.89-1_amd64.deb
Files: 
 a19f768ffa22096daaa377a88530710f 1843 mail optional cone_0.89-1.dsc
 d9e540676f4170792dbf3815a3d348ae 5183331 mail optional cone_0.89.orig.tar.gz
 f4a828041645d458f3690a0c7998f890 3520 mail optional cone_0.89-1.debian.tar.gz
 d5f89378a2b9ff57ea41436980ead836 2703112 mail optional cone_0.89-1_amd64.deb

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

iQIcBAEBCgAGBQJOG45CAAoJEHA3PPEpDbnOFwsP/Ri9eLHT+QyFqDmLfNpL5IYs
wDr7KMZyM3YowSmPn6B5QlGNbSFSxGNxZbGd5CpRU274KQ7F6oPmEFs+2DLkgZf5
6AYmxB+jXpnyNZcGIY81lAzAH+xAx9ki+oByOIP3AAVjdG6dfW5s/i+OZxplSD+q
UGEPBryStV3Vzz+W5PBrP02tuy6ulKOkTNGCYpLysEQ6gGIeA8hQls31wZqI56hC
a9iBZQGCUdF3iD3opuUr/YasPojdVkmTu+6nkMa2vLditV6ceBYHMp7dPtP1AoPQ
Y++GPU77WmN08gH6C+cnsnKRzrSOyB1TM2XFSYAFEOK+tQDyvhWpPs2K2xmNy1iB
FFx3NJcDRX/SG0txlOoCVjU2YE8zk9ISfMbphZtTTMV6qp3R/v6htgtTpykdLooP
M7ncIL6afBlgIYOaXW5I57XPhvwM2OkZYliHbFIJeLdfZKa46P3EfD5TWeKdUAXk
UkiBcRsSMqCWmcyLnmVibPbMQNEOFdInbmzoh6AN6xKIeKZUr1QwrwyIXFZjPJSC
gcA0VYNjTzlYfB4DvgtjvCl0ahw+l6EC25y6jXmAye7tntJXIi35FOBSI/7c5Y5/
5IorDp0yirUCL3aS6vjj4BDltmfYvni+QHDBII6lFX/vA/85zH2BJ+rJSOEY3vwc
JGzxj13mvLLaYMFEOYuN
=EoN5
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to