Package: miro Version: 1.1.2-2 Severity: important 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://gcc.gnu.org/gcc-4.3/porting_to.html
You can reproduce this problem with gcc-4.3 or gcc-snapshot from unstable. > Automatic build of miro_1.1.2-2 on em64t by sbuild/amd64 0.53 ... > gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC > -I/build/tbm/miro-1.1.2/portable/libtorrent/include > -I/build/tbm/miro-1.1.2/portable/libtorrent/include/libtorrent > -I/usr/include/python2.4 -c > /build/tbm/miro-1.1.2/portable/libtorrent/bindings/python/src/torrent.cpp -o > /build/tbm/miro-1.1.2/./build/temp.linux-x86_64-2.4/build/tbm/miro-1.1.2/portable/libtorrent/bindings/python/src/torrent.o > -Wno-missing-braces -DHAVE_INCLUDE_LIBTORRENT_ASIO____ASIO_HPP=1 > -DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1 > -DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1 -DHAVE_PTHREAD=1 > -DTORRENT_USE_OPENSSL=1 -DHAVE_SSL=1 -DNDEBUG=1 -O2 -DAMD64 > In file included from > /build/tbm/miro-1.1.2/portable/libtorrent/include/libtorrent/torrent_handle.hpp:49, > from > /build/tbm/miro-1.1.2/portable/libtorrent/include/libtorrent/torrent.hpp:57, > from > /build/tbm/miro-1.1.2/portable/libtorrent/bindings/python/src/torrent.cpp:5: > /build/tbm/miro-1.1.2/portable/libtorrent/include/libtorrent/peer_id.hpp: In > constructor 'libtorrent::big_number::big_number(const std::string&)': > /build/tbm/miro-1.1.2/portable/libtorrent/include/libtorrent/peer_id.hpp:63: > error: 'memcpy' is not a member of 'std' > error: command 'gcc' failed with exit status 1 > make: *** [python-build-stamp-2.4] Error 1 > dpkg-buildpackage: failure: debian/rules build gave error exit status 2 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

