Your message dated Sun, 02 Apr 2006 19:47:05 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#357324: fixed in oprofile 0.9.1-10 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: oprofile Version: 0.9.1-9 Severity: important Tags: patch Your package fails to build with G++ 4.1. I'm filing this bug as important for now, but when 4.1 will be the default compiler in unstable (probably in a few weeks) I'll upgrade this to serious. A patch is below. > Automatic build of oprofile_0.9.1-9 on bigsur by sbuild/mips 1.94 ... > make[3]: Entering directory `/build/tbm/oprofile-0.9.1/libpp' > if mips-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I ../libop -I ../libutil > -I ../libdb -I ../libopt++ -I ../libutil++ -I ../libop++ -I ../libregex -W > -Wall -fno-common -ftemplate-depth-50 -g -O2 -MT arrange_profiles.o -MD -MP > -MF ".deps/arrange_profiles.Tpo" -c -o arrange_profiles.o > arrange_profiles.cpp; \ > then mv -f ".deps/arrange_profiles.Tpo" ".deps/arrange_profiles.Po"; > else rm -f ".deps/arrange_profiles.Tpo"; exit 1; fi > arrange_profiles.cpp:93: error: definition of 'bool > profile_classes::matches(const profile_classes&)' is not in namespace > enclosing 'profile_classes' > make[3]: *** [arrange_profiles.o] Error 1 --- ./libpp/arrange_profiles.cpp~ 2006-03-16 18:48:49.000000000 +0000 +++ ./libpp/arrange_profiles.cpp 2006-03-16 18:52:20.000000000 +0000 @@ -77,19 +77,6 @@ return lt.event < rt.event; } -namespace { - -struct axis_t { - string name; - string suggestion; -} axes[AXIS_MAX] = { - { "event", "specify event:, count: or unitmask: (see also --merge=unitmask)" }, - { "tgid", "specify tgid: or --merge tgid" }, - { "tid", "specify tid: or --merge tid" }, - { "cpu", "specify cpu: or --merge cpu" }, -}; - - bool profile_classes::matches(profile_classes const & classes) { if (v.size() != classes.v.size()) @@ -128,6 +115,17 @@ return true; } +namespace { + +struct axis_t { + string name; + string suggestion; +} axes[AXIS_MAX] = { + { "event", "specify event:, count: or unitmask: (see also --merge=unitmask)" }, + { "tgid", "specify tgid: or --merge tgid" }, + { "tid", "specify tid: or --merge tid" }, + { "cpu", "specify cpu: or --merge cpu" }, +}; /// We have more than one axis of classification, tell the user. void report_error(profile_classes const & classes, axis_types newaxis) -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: oprofile Source-Version: 0.9.1-10 We believe that the bug you reported is fixed in the latest version of oprofile, which is due to be installed in the Debian FTP archive: oprofile-common_0.9.1-10_i386.deb to pool/main/o/oprofile/oprofile-common_0.9.1-10_i386.deb oprofile-gui_0.9.1-10_i386.deb to pool/main/o/oprofile/oprofile-gui_0.9.1-10_i386.deb oprofile-source_0.9.1-10_i386.deb to pool/main/o/oprofile/oprofile-source_0.9.1-10_i386.deb oprofile_0.9.1-10.diff.gz to pool/main/o/oprofile/oprofile_0.9.1-10.diff.gz oprofile_0.9.1-10.dsc to pool/main/o/oprofile/oprofile_0.9.1-10.dsc oprofile_0.9.1-10_i386.deb to pool/main/o/oprofile/oprofile_0.9.1-10_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. Al Stone <[EMAIL PROTECTED]> (supplier of updated oprofile 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, 2 Apr 2006 20:24:49 -0600 Source: oprofile Binary: oprofile-common oprofile oprofile-gui oprofile-source Architecture: source i386 Version: 0.9.1-10 Distribution: unstable Urgency: low Maintainer: Al Stone <[EMAIL PROTECTED]> Changed-By: Al Stone <[EMAIL PROTECTED]> Description: oprofile - system-wide profiler for Linux systems oprofile-common - system-wide profiler for Linux systems (command line components) oprofile-gui - system-wide profiler for Linux systems (GUI components) oprofile-source - Source for the OProfile driver Closes: 357324 Changes: oprofile (0.9.1-10) unstable; urgency=low . * Closes: bug#357324 -- FTBFS with G++ 4.1: method definition was not in proper enclosing namespace (NB: already fixed in upstream CVS HEAD) Files: ec06e07306b120d5215afcf64725c431 791 devel optional oprofile_0.9.1-10.dsc 836835a2e2db651c592eb89bbc873955 106856 devel optional oprofile_0.9.1-10.diff.gz 30218fa19deb6e02ac8c6317aa57c145 182988 devel optional oprofile_0.9.1-10_i386.deb 417c723a63cbef26440eb97615743ac8 3894592 devel optional oprofile-common_0.9.1-10_i386.deb 21235a874efae896635516f656dd25f7 88740 devel optional oprofile-gui_0.9.1-10_i386.deb 58e3ca73900af99f065b398342f9ebf7 343246 devel optional oprofile-source_0.9.1-10_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEMImIso6+T7qY4V0RAu62AJ0f+4SUy4QxFg9qCtR2ret2QPNZ6gCeNK8I Iv149cMdS+etNqEOmj2VNfM= =wZ+t -----END PGP SIGNATURE-----
--- End Message ---

