Your message dated Sat, 19 Feb 2005 19:17:27 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#294784: fixed in qprof 0.5.1-4
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Feb 2005 17:07:55 +0000
>From [EMAIL PROTECTED] Fri Feb 11 09:07:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from amber.crhc.uiuc.edu [130.126.143.254] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CzeGo-0001Bw-00; Fri, 11 Feb 2005 09:07:54 -0800
Received: from beryllium.crhc.uiuc.edu ([EMAIL PROTECTED] [130.126.142.162])
        by amber.crhc.uiuc.edu (8.12.11/8.12.11) with ESMTP id j1BH7ok6010156;
        Fri, 11 Feb 2005 11:07:50 -0600 (CST)
Received: by beryllium.crhc.uiuc.edu (Postfix, from userid 6447)
        id 5364A49F4C; Fri, 11 Feb 2005 11:09:20 -0600 (CST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Matthieu Delahaye <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ld cannot load libqprof_libpfm3.so
X-Mailer: reportbug 3.2
Date: Fri, 11 Feb 2005 11:09:20 -0600
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
X-Scanned-By: MIMEDefang 2.41
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: qprof
Version: 0.5.1-3
Severity: important
Tags: patch

qprof for IA64 is compiled with libunwind support.
When qprof is compiled with libunwind, /usr/lib/libqprof_libpfm3.so
must define the symbol QPROF_pc_sample_list_stack_handler.

However, as src/prof_utils_libpfm3.c do not include config.h,
HAVE_LIBUNWIND_H is not set and thus leave the symbol undefined.

The suggested enclosed patch just include config.h at the beginning of
the file.

I set the severity of this bug to "important" and not "serious" as it
affects only IA64 users using a 2.6.x kernel. However, I would appreciate
this is considered as if it was "serious", as this bug makes qprof unusable
at this time. In addition, one of the upstream author will receive a copy of
this bug.

*** /home/delahaym/qprof/patch
diff -Nru orig/src/prof_utils_libpfm3.c new/src/prof_utils_libpfm3.c
--- orig/src/prof_utils_libpfm3.c       2005-02-11 10:50:17.678545078 -0600
+++ new/src/prof_utils_libpfm3.c        2005-02-11 10:51:37.418778476 -0600
@@ -28,10 +28,10 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE
  * SOFTWARE. 
  */
+#include "config.h"
 
 #include "prof_utils.h"
 #include "q-lib.h"
-
 #include <errno.h>
 #include <link.h>
 #include <sys/time.h>


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: ia64
Kernel: Linux 2.6.8-1-mckinley-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages qprof depends on:
ii  libc6.1                     2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.4.3-6    GCC support library
ii  libpfm2                     2.0-4        IA-64 Performance Monitor (PMU) --
ii  libpfm3                     3.0-3        IA-64 Performance Monitor (PMU) --
ii  libunwind7                  0.98.3-3     A library to determine the call-ch

-- no debconf information

---------------------------------------
Received: (at 294784-close) by bugs.debian.org; 20 Feb 2005 00:23:11 +0000
>From [EMAIL PROTECTED] Sat Feb 19 16:23:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D2esR-0002il-00; Sat, 19 Feb 2005 16:23:11 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D2emt-0005xO-00; Sat, 19 Feb 2005 19:17:27 -0500
From: Al Stone <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#294784: fixed in qprof 0.5.1-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 19 Feb 2005 19:17:27 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: qprof
Source-Version: 0.5.1-4

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

qprof_0.5.1-4.diff.gz
  to pool/main/q/qprof/qprof_0.5.1-4.diff.gz
qprof_0.5.1-4.dsc
  to pool/main/q/qprof/qprof_0.5.1-4.dsc
qprof_0.5.1-4_i386.deb
  to pool/main/q/qprof/qprof_0.5.1-4_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 qprof 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: Sat, 19 Feb 2005 16:47:18 -0700
Source: qprof
Binary: qprof
Architecture: source i386
Version: 0.5.1-4
Distribution: unstable
Urgency: low
Maintainer: Al Stone <[EMAIL PROTECTED]>
Changed-By: Al Stone <[EMAIL PROTECTED]>
Description: 
 qprof      - Profiling utilities for Linux
Closes: 294784 295236
Changes: 
 qprof (0.5.1-4) unstable; urgency=low
 .
   * Closes: bug#294784: ld cannot load libqprof_libpfm3.so
   * Closes: bug#295236: qprof do not use/link correctly with
     libpfm{2,3} and libunwind
   * Both of the above closed with patches from Matthieu Delahaye
     <[EMAIL PROTECTED]>
   * Corrected a few messages so they properly referred to libpfm2 or
     libpfm3, as needed.
Files: 
 b04a0f18f9fdb4e7e6e68172184fabf7 628 devel optional qprof_0.5.1-4.dsc
 7c4e9ffc5278e77aea863fe8b435c905 6939 devel optional qprof_0.5.1-4.diff.gz
 8bf24cbfb9ae9356b06357b93fa53c3b 31570 devel optional qprof_0.5.1-4_i386.deb

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

iD8DBQFCF9Rrso6+T7qY4V0RAhwCAJ4mdnKI9gEr8ihTG6IPdQS4L0FUQQCeO1lo
N1T3+yhqrfK0UV+/UHUJnRQ=
=rMdt
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to