Your message dated Sun, 06 Apr 2008 01:47:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#454841: fixed in google-perftools 0.8-5.1
has caused the Debian Bug report #454841,
regarding FTBFS with GCC 4.3: missing #includes
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 [EMAIL PROTECTED]
immediately.)
--
454841: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=454841
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: google-perftools
Version: 0.8-5
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 google-perftools_0.8-5 on em64t by sbuild/amd64 0.53
...
> g++ -g -Wall -O2 -o .libs/heap-profiler_unittest -g -pthread
> heap_profiler_unittest-heap-profiler_unittest.o ./.libs/libtcmalloc.so
> /build/tbm/google-perftools-0.8/.libs/libstacktrace.so
> /usr/lib/gcc-snapshot/lib/../lib64/libstdc++.so -Wl,--rpath -Wl,/usr/lib
> -Wl,--rpath -Wl,/usr/lib/gcc-snapshot/lib/../lib64
> creating heap-profiler_unittest
> g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -g -pthread -g -Wall -O2 -c -o
> heap_checker_unittest-heap-checker_unittest.o `test -f
> 'src/tests/heap-checker_unittest.cc' || echo
> './'`src/tests/heap-checker_unittest.cc
> src/tests/heap-checker_unittest.cc: In function 'void* operator new(size_t,
> const Initialized&)':
> src/tests/heap-checker_unittest.cc:176: error: 'memset' was not declared in
> this scope
> src/tests/heap-checker_unittest.cc: In function 'void* operator new
> [](size_t, const Initialized&)':
> src/tests/heap-checker_unittest.cc:181: error: 'memset' was not declared in
> this scope
> src/tests/heap-checker_unittest.cc: In function 'void
> CheckLeak(HeapLeakChecker*, size_t, size_t)':
> src/tests/heap-checker_unittest.cc:191: warning: comparison between signed
> and unsigned integer expressions
> src/tests/heap-checker_unittest.cc:192: warning: comparison between signed
> and unsigned integer expressions
> src/tests/heap-checker_unittest.cc: In function 'void TestSTLAllocInverse()':
> src/tests/heap-checker_unittest.cc:623: warning: comparison between signed
> and unsigned integer expressions
> src/tests/heap-checker_unittest.cc: In function 'void TestLibCAllocate()':
> src/tests/heap-checker_unittest.cc:680: error: 'strerror' was not declared in
> this scope
> src/tests/heap-checker_unittest.cc: In function 'int main(int, char**)':
> src/tests/heap-checker_unittest.cc:1130: warning: unused variable
> 'start_address'
> src/tests/heap-checker_unittest.cc: At global scope:
> src/tests/heap-checker_unittest.cc:933: warning: 'live_leak4' defined but not
> used
> src/tests/heap-checker_unittest.cc:937: warning: 'live_leak_arr1' defined but
> not used
> make[1]: *** [heap_checker_unittest-heap-checker_unittest.o] Error 1
> make[1]: Leaving directory `/build/tbm/google-perftools-0.8'
> make: *** [debian/stamp-makefile-build] Error 2
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---
--- Begin Message ---
Source: google-perftools
Source-Version: 0.8-5.1
We believe that the bug you reported is fixed in the latest version of
google-perftools, which is due to be installed in the Debian FTP archive:
google-perftools_0.8-5.1.diff.gz
to pool/main/g/google-perftools/google-perftools_0.8-5.1.diff.gz
google-perftools_0.8-5.1.dsc
to pool/main/g/google-perftools/google-perftools_0.8-5.1.dsc
libgoogle-perftools-dev_0.8-5.1_i386.deb
to pool/main/g/google-perftools/libgoogle-perftools-dev_0.8-5.1_i386.deb
libgoogle-perftools0_0.8-5.1_i386.deb
to pool/main/g/google-perftools/libgoogle-perftools0_0.8-5.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.
Alexander Schmehl <[EMAIL PROTECTED]> (supplier of updated google-perftools
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, 06 Apr 2008 03:19:23 +0200
Source: google-perftools
Binary: libgoogle-perftools-dev libgoogle-perftools0
Architecture: source i386
Version: 0.8-5.1
Distribution: unstable
Urgency: low
Maintainer: Daigo Moriwaki <[EMAIL PROTECTED]>
Changed-By: Alexander Schmehl <[EMAIL PROTECTED]>
Description:
libgoogle-perftools-dev - libraries for CPU and heap analysis, plus an
efficient thread-cac
libgoogle-perftools0 - libraries for CPU and heap analysis, plus an efficient
thread-cac
Closes: 454841
Changes:
google-perftools (0.8-5.1) unstable; urgency=low
.
* Non-maintainer upload.
* Adding 03_FTBFS_gcc-4.3.diff provided by Cyril Brulebois to fix FTBFS with
gcc 4.3 (Closes: #454841)
* Replaced deprecated ${Source-Version} with ${binary:Version}
Files:
d5ace12aed41ef7b60462af8557ea181 649 - optional google-perftools_0.8-5.1.dsc
269397a826fdd958584136d40a407176 97531 - optional
google-perftools_0.8-5.1.diff.gz
7e339ecab7db589f98fe2fe78e7fbc10 369612 libdevel optional
libgoogle-perftools-dev_0.8-5.1_i386.deb
ae349d66be7277e97f4e49575c8160a0 127506 libs optional
libgoogle-perftools0_0.8-5.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH+CnBBxd04ADYzRYRAqfrAKCZn4bdjYwqsgBrHzTn+ygZDbUAMgCgjTDj
Dw4EzchOqwhPpXUhwyNlOdw=
=vgqa
-----END PGP SIGNATURE-----
--- End Message ---