Your message dated Sun, 29 Oct 2006 14:03:20 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#394778: fixed in mrxvt 0.5.2-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: mrxvt
Version: 0.5.2-1
Severity: serious
Tags: patch
Justification: no longer builds from source


Unlike many other targets, ARM does not allow $ symbols in identifiers.
The only use of these appears to be for some third parts syayic code
analysis system.  The patch below disables it on arm, allowing the
package to build.

Paul

--- mrxvt-clean/src/rxvt.h      2006-10-01 22:50:38.000000000 +0100
+++ mrxvt-0.5.2/src/rxvt.h      2006-10-23 00:04:38.000000000 +0100
@@ -488,7 +488,7 @@
  * turn is unsafe without checking. Untainted defines the type of data that is
  * safe.
  */
-#ifdef __GNUC__
+#if defined(__GNUC__) && !defined(__arm__)
 # define $tainted
 # define $untainted
 # define TAINTED    $tainted

-- System Information:
Debian Release: testing/unstable
Architecture: arm (armv5tejl)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


--- End Message ---
--- Begin Message ---
Source: mrxvt
Source-Version: 0.5.2-2

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

mrxvt-cjk_0.5.2-2_i386.deb
  to pool/main/m/mrxvt/mrxvt-cjk_0.5.2-2_i386.deb
mrxvt-common_0.5.2-2_all.deb
  to pool/main/m/mrxvt/mrxvt-common_0.5.2-2_all.deb
mrxvt-mini_0.5.2-2_i386.deb
  to pool/main/m/mrxvt/mrxvt-mini_0.5.2-2_i386.deb
mrxvt_0.5.2-2.diff.gz
  to pool/main/m/mrxvt/mrxvt_0.5.2-2.diff.gz
mrxvt_0.5.2-2.dsc
  to pool/main/m/mrxvt/mrxvt_0.5.2-2.dsc
mrxvt_0.5.2-2_i386.deb
  to pool/main/m/mrxvt/mrxvt_0.5.2-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.
Jan Christoph Nordholz <[EMAIL PROTECTED]> (supplier of updated mrxvt 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, 29 Oct 2006 01:33:41 +0200
Source: mrxvt
Binary: mrxvt mrxvt-common mrxvt-mini mrxvt-cjk
Architecture: source i386 all
Version: 0.5.2-2
Distribution: unstable
Urgency: medium
Maintainer: Jan Christoph Nordholz <[EMAIL PROTECTED]>
Changed-By: Jan Christoph Nordholz <[EMAIL PROTECTED]>
Description: 
 mrxvt      - lightweight multi-tabbed X terminal emulator
 mrxvt-cjk  - lightweight multi-tabbed X terminal emulator
 mrxvt-common - lightweight multi-tabbed X terminal emulator
 mrxvt-mini - lightweight multi-tabbed X terminal emulator
Closes: 362866 392497 394778
Changes: 
 mrxvt (0.5.2-2) unstable; urgency=medium
 .
   * Acknowledge Stephen Gran's NMU, thanks! Closes: #394778.
     Bug is RC, upload with elevated urgency.
   * Move /etc/mrxvt conffile tree to mrxvt-common, where it belongs.
     Closes: #392497.
   * Prevent mrxvt from segfaulting when PrintScreen is pressed and
     lpr is not installed. The SIGPIPE problem had already been fixed
     upstream in the meantime, but a few null pointer checks were
     missing. Closes: #362866.
Files: 
 a14337db6cdc8cd47d208797496c6583 725 x11 optional mrxvt_0.5.2-2.dsc
 232000dc5aa1d2b12545119984772444 19689 x11 optional mrxvt_0.5.2-2.diff.gz
 48f34c4b6484a3f4c5b2e8e823c637e0 147716 x11 optional 
mrxvt-common_0.5.2-2_all.deb
 915fb7820bf4c926b1c4affa41d2ebae 134578 x11 optional mrxvt_0.5.2-2_i386.deb
 b9398983914ae08082aa8468a15a86d3 76418 x11 optional mrxvt-mini_0.5.2-2_i386.deb
 53506a764d05b70200397cb4a2638893 84382 x11 optional mrxvt-cjk_0.5.2-2_i386.deb

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

iD8DBQFFRRrT+C5cwEsrK54RAixMAJ9ZLpV50eyojxyHPy9Xl6Pyfx10dgCdHBcD
/IdiDkTQQvjO3uS+6cRYL1w=
=2w30
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to