Your message dated Wed, 26 Dec 2007 03:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455342: fixed in linuxdcpp 1.0.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: linuxdcpp
Version: 1.0.0+cvs02112007-1
Usertags: ftbfs-gcc-4.3

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).  There's some more information about this at
http://www.cyrius.com/journal/2007/05/10#gcc-4.3-include

You can reproduce this problem with gcc-snapshot from unstable.  Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere.  I suggest you talk to your upstream.

> Automatic build of linuxdcpp_1.0.0+cvs02112007-1 on em64t by sbuild/amd64 0.53
...
> scons: Building targets ...
> g++ -o build/client/AdcCommand.o -c -pthread -I. -D_GNU_SOURCE 
> -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -fomit-frame-pointer 
> -D_DATADIR='"/usr/share"' client/AdcCommand.cpp
> In file included from 
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/ext/hash_map:64,
>                  from client/stdinc.h:110,
>                  from client/AdcCommand.cpp:19:
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider use of an equivalent, non-deprecated interface for 
> the requested functionality. A list of valid replacements is as follows: Use: 
> Instead of: <sstream>, basic_stringbuf <strstream>, strstreambuf <sstream>, 
> basic_istringstream <strstream>, istrstream <sstream>, basic_ostringstream 
> <strstream>, ostrstream <sstream>, basic_stringstream <strstream>, strstream 
> <unordered_set>, unordered_set <ext/hash_set>, hash_set <unordered_set>, 
> unordered_multiset <ext/hash_set>, hash_multiset <unordered_map>, 
> unordered_map <ext/hash_set>, hash_map <unordered_map>, unordered_multimap 
> <ext/hash_set>, hash_multimap <functional>, bind <functional>, binder1st 
> <functional>, bind <functional>, binder2nd <functional>, bind <functional>, 
> bind1st <functional>, bind <functional>, bind2nd <memory>, unique_ptr 
> <memory>, auto_ptr To disable this warning use -Wno-deprecated.
> g++ -o build/client/AdcHub.o -c -pthread -I. -D_GNU_SOURCE 
> -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O3 -fomit-frame-pointer 
> -D_DATADIR='"/usr/share"' client/AdcHub.cpp
> In file included from 
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/ext/hash_map:64,
>                  from client/stdinc.h:110,
>                  from client/AdcHub.cpp:19:
> /usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.3.0/../../../../include/c++/4.3.0/backward/backward_warning.h:32:2:
>  warning: #warning This file includes at least one deprecated or antiquated 
> header. Please consider use of an equivalent, non-deprecated interface for 
> the requested functionality. A list of valid replacements is as follows: Use: 
> Instead of: <sstream>, basic_stringbuf <strstream>, strstreambuf <sstream>, 
> basic_istringstream <strstream>, istrstream <sstream>, basic_ostringstream 
> <strstream>, ostrstream <sstream>, basic_stringstream <strstream>, strstream 
> <unordered_set>, unordered_set <ext/hash_set>, hash_set <unordered_set>, 
> unordered_multiset <ext/hash_set>, hash_multiset <unordered_map>, 
> unordered_map <ext/hash_set>, hash_map <unordered_map>, unordered_multimap 
> <ext/hash_set>, hash_multimap <functional>, bind <functional>, binder1st 
> <functional>, bind <functional>, binder2nd <functional>, bind <functional>, 
> bind1st <functional>, bind <functional>, bind2nd <memory>, unique_ptr 
> <memory>, auto_ptr To disable this warning use -Wno-deprecated.
> In file included from client/AdcHub.cpp:24:
> client/ShareManager.h:246: error: ISO C++ forbids declaration of 'auto_ptr' 
> with no type
> client/ShareManager.h:246: error: expected ';' before '<' token
> scons: *** [build/client/AdcHub.o] Error 1
> scons: building terminated because of errors.
> make: *** [build/linuxdcpp] Error 2

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



--- End Message ---
--- Begin Message ---
Source: linuxdcpp
Source-Version: 1.0.1-1

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

linuxdcpp0.691_1.0.1-1_all.deb
  to pool/main/l/linuxdcpp/linuxdcpp0.691_1.0.1-1_all.deb
linuxdcpp_1.0.1-1.diff.gz
  to pool/main/l/linuxdcpp/linuxdcpp_1.0.1-1.diff.gz
linuxdcpp_1.0.1-1.dsc
  to pool/main/l/linuxdcpp/linuxdcpp_1.0.1-1.dsc
linuxdcpp_1.0.1-1_amd64.deb
  to pool/main/l/linuxdcpp/linuxdcpp_1.0.1-1_amd64.deb
linuxdcpp_1.0.1.orig.tar.gz
  to pool/main/l/linuxdcpp/linuxdcpp_1.0.1.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Romain Beauxis <[EMAIL PROTECTED]> (supplier of updated linuxdcpp 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, 26 Dec 2007 02:35:22 +0100
Source: linuxdcpp
Binary: linuxdcpp linuxdcpp0.691
Architecture: source all amd64
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Romain Beauxis <[EMAIL PROTECTED]>
Changed-By: Romain Beauxis <[EMAIL PROTECTED]>
Description: 
 linuxdcpp  - Port of the Windows file-sharing program, DC++
 linuxdcpp0.691 - Port of the Windows file-sharing program DC++
Closes: 416879 455342
Changes: 
 linuxdcpp (1.0.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Added magnet support
     (Closes: #416879)
   * New description, provided upstream, thanks !
   * Updated standards to 3.7.3 (no changes)
   * Patched to build with GCC 4.3. Patch is minimal,
     current code still use deprecated headers.
     (Closes: #455342)
Files: 
 1214036da89047d8ec680fc86726a328 741 net optional linuxdcpp_1.0.1-1.dsc
 585e5d467d2a8745e7553a135dd9bb97 384087 net optional 
linuxdcpp_1.0.1.orig.tar.gz
 f15e54a5f32b2c516b5d0df09230ad0a 15443 net optional linuxdcpp_1.0.1-1.diff.gz
 d6d3de24b4eafed254ac8f06ab50a61f 3176 net optional 
linuxdcpp0.691_1.0.1-1_all.deb
 8a4584f74620996b1fa56f9a975bbefd 1080888 net optional 
linuxdcpp_1.0.1-1_amd64.deb

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

iD8DBQFHccQCnuQ3Rt5ZmAARAjopAJ9helDdjyU7+2BQe+1ddnqXFbaJqwCeNQwc
U5JIyJeQo9NGd1/dOEA/8oQ=
=IPqp
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to