Your message dated Mon, 11 Sep 2006 07:02:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#384236: fixed in google-perftools 0.8-2 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: google-perftools Version: 0.8-1 Severity: important Tags: patch Justification: fails to build from source google-perftools FTBFS on alpha: [...] /bin/sh ./libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -g -Wall -O2 -c -o profiler.lo `test -f 'src/profiler.cc' || echo './'`src/profiler.cc g++ -DHAVE_CONFIG_H -I. -I. -I./src -I./src -g -Wall -O2 -c src/profiler.cc -fPIC -DPIC -o .libs/profiler.o src/profiler.cc:138:2: error: #error I dont know what your PC is This patch helps: --- ../1/google-perftools-0.8/configure.ac 2006-06-14 23:38:55.000000000 +0200 +++ configure.ac 2006-08-22 22:02:50.000000000 +0200 @@ -44,7 +44,8 @@ struct sigcontext.rip, struct sigcontext.sc_ip, struct siginfo.si_faddr, - struct sigcontext.regs->nip],,, + struct sigcontext.regs->nip, + struct sigcontext.sc_pc],,, [#include <signal.h>]) # Defines PRIuS --- ../1/google-perftools-0.8/src/profiler.cc 2006-06-09 09:16:58.000000000 +0200 +++ src/profiler.cc 2006-08-22 22:16:53.000000000 +0200 @@ -134,6 +134,12 @@ return (void*)sig_structure.regs->nip; } +#elif defined HAVE_STRUCT_SIGCONTEXT_SC_PC +typedef struct sigcontext SigStructure; +inline void* GetPC(const SigStructure& sig_structure ) { + return (void*)sig_structure.sc_pc; +} + #else #error I dont know what your PC is -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: alpha Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17.5 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
--- End Message ---
--- Begin Message ---Source: google-perftools Source-Version: 0.8-2 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-2.diff.gz to pool/main/g/google-perftools/google-perftools_0.8-2.diff.gz google-perftools_0.8-2.dsc to pool/main/g/google-perftools/google-perftools_0.8-2.dsc libgoogle-perftools-dev_0.8-2_i386.deb to pool/main/g/google-perftools/libgoogle-perftools-dev_0.8-2_i386.deb libgoogle-perftools0_0.8-2_i386.deb to pool/main/g/google-perftools/libgoogle-perftools0_0.8-2_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. Daigo Moriwaki <[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: Tue, 20 Jun 2006 23:05:05 +0900 Source: google-perftools Binary: libgoogle-perftools0 libgoogle-perftools-dev Architecture: source i386 Version: 0.8-2 Distribution: unstable Urgency: low Maintainer: Daigo Moriwaki <[EMAIL PROTECTED]> Changed-By: Daigo Moriwaki <[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: 384236 Changes: google-perftools (0.8-2) unstable; urgency=low . * Make pathces for FTBFS (alpha). Thanks to Falk Hueffner. (Closes: #384236) (debian/patches/01_configure.ac_alpha.diff, debian/patches/02_profiler.cc_alpha.diff) Files: ac0df4c5143713dbb454582494f27397 645 - optional google-perftools_0.8-2.dsc 478839fcbc7c039eee7c8539a6dee8e3 21218 - optional google-perftools_0.8-2.diff.gz 9227f5bcd9adaad7906117ff2f9c0242 369642 libdevel optional libgoogle-perftools-dev_0.8-2_i386.deb 338fc6a4a28b7b08a876163aaa8260fc 123496 libs optional libgoogle-perftools0_0.8-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFBWZKNcPj+ukc0lARAn2eAJwPl4JxtXtk0bM3FP/Lv3TiyaRo0gCfUris DBU8sagIAsc1sRZN7vfIPXY= =+Je0 -----END PGP SIGNATURE-----
--- End Message ---

