Your message dated Thu, 09 Mar 2006 10:47:03 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#315889: fixed in ltrace 0.4-1
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: ltrace
version: 0.3.36-2
tags: patch
Severity: wishlist


The patches to add 64-bit PowerPC found in bug #315889 has a bug.  This patch 
fixes it.

cvs diff: Diffing .
Index: breakpoints.c
===================================================================
RCS file: /home/pgilliam/work/ltrace-work/CVSROOT/ltrace/breakpoints.c,v
retrieving revision 1.5
diff -a -u -r1.5 breakpoints.c
--- breakpoints.c       26 Jun 2005 18:18:52 -0000      1.5
+++ breakpoints.c       12 Jul 2005 18:20:00 -0000
@@ -48,7 +48,7 @@
                sbp->addr = addr;
                 sbp->libsym = libsym;
                 if (libsym)
-                       libsym->brkpnt = addr;
+                       libsym->brkpnt = sbp;
        }
        sbp->enabled++;
        if (sbp->enabled==1 && proc->pid) enable_breakpoint(proc->pid, sbp);
~


-------------------------------------------------------


--- End Message ---
--- Begin Message ---
Source: ltrace
Source-Version: 0.4-1

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

ltrace_0.4-1.diff.gz
  to pool/main/l/ltrace/ltrace_0.4-1.diff.gz
ltrace_0.4-1.dsc
  to pool/main/l/ltrace/ltrace_0.4-1.dsc
ltrace_0.4-1_i386.deb
  to pool/main/l/ltrace/ltrace_0.4-1_i386.deb
ltrace_0.4.orig.tar.gz
  to pool/main/l/ltrace/ltrace_0.4.orig.tar.gz



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.
Ian Wienand <[EMAIL PROTECTED]> (supplier of updated ltrace 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, 21 Feb 2006 09:23:09 +1100
Source: ltrace
Binary: ltrace
Architecture: source i386
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Juan Cespedes <[EMAIL PROTECTED]>
Changed-By: Ian Wienand <[EMAIL PROTECTED]>
Description: 
 ltrace     - Tracks runtime library calls in dynamically linked programs
Closes: 297483 306862 315889 318009
Changes: 
 ltrace (0.4-1) unstable; urgency=low
 .
   * Rebase code from Redhat patches, now everything lives in SVN
   * Closes: #297483,#315889,#318009 -- add PowerPC64 support
   * Add s390x, ppc64 support
   * This removes the patch from #257903 as it seems unnecessary now.
 .
 ltrace (0.3.38-1) unstable; urgency=low
 .
   * Closes: 306862 -- Add IA64 support
 .
 ltrace (0.3.37-2) unstable; urgency=low
 .
   * Convert to use CDBS
   * Use CDBS to build control; you need to run
   DEB_AUTO_UPDATE_DEBIAN_CONROL=yes ./debian/rules clean
   to make the control file if you checkout from CVS
   * Remove autoconf from build-deps, fix up upstream dist target so we don't
     need it.
Files: 
 8c3ae35b254276815153bd31b27a7395 719 utils optional ltrace_0.4-1.dsc
 8dbadad76ee360c2ed2caa915f5b1c8e 140496 utils optional ltrace_0.4.orig.tar.gz
 89c0ebdd0a27bc7f68726100f4bb079b 7871 utils optional ltrace_0.4-1.diff.gz
 1c96292a8e0aac4efe4c2e89a1083677 74006 utils optional ltrace_0.4-1_i386.deb

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

iD8DBQFEEHc6xa93SlhRC1oRAhbjAJ0d3gC6OJYVro2dUGbrJ8/diCmPJgCg16pX
40Pw+AC2CVG8Z4NoKmVVX9g=
=GkGg
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to