Your message dated Sat, 28 Oct 2006 14:19:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#394778: fixed in mrxvt 0.5.2-1.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: 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-1.1
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-1.1_arm.deb
to pool/main/m/mrxvt/mrxvt-cjk_0.5.2-1.1_arm.deb
mrxvt-common_0.5.2-1.1_all.deb
to pool/main/m/mrxvt/mrxvt-common_0.5.2-1.1_all.deb
mrxvt-mini_0.5.2-1.1_arm.deb
to pool/main/m/mrxvt/mrxvt-mini_0.5.2-1.1_arm.deb
mrxvt_0.5.2-1.1.diff.gz
to pool/main/m/mrxvt/mrxvt_0.5.2-1.1.diff.gz
mrxvt_0.5.2-1.1.dsc
to pool/main/m/mrxvt/mrxvt_0.5.2-1.1.dsc
mrxvt_0.5.2-1.1_arm.deb
to pool/main/m/mrxvt/mrxvt_0.5.2-1.1_arm.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.
Stephen Gran <[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: Sat, 28 Oct 2006 18:55:27 +0100
Source: mrxvt
Binary: mrxvt mrxvt-common mrxvt-mini mrxvt-cjk
Architecture: source arm all
Version: 0.5.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Jan Christoph Nordholz <[EMAIL PROTECTED]>
Changed-By: Stephen Gran <[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: 394778
Changes:
mrxvt (0.5.2-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Don't use $ on arm (closes: #394778)
Files:
333b5975d11a255c0443012822e9b3a0 729 x11 optional mrxvt_0.5.2-1.1.dsc
a2bb09c65e5634518dd9c63eb460a1ba 18907 x11 optional mrxvt_0.5.2-1.1.diff.gz
7e9b51fc7cf18562784ec54ca4ee37f7 141784 x11 optional
mrxvt-common_0.5.2-1.1_all.deb
f6cdc680b20f354e0384faae30be4677 147334 x11 optional mrxvt_0.5.2-1.1_arm.deb
6d469eef653d8f2f1f768b532b68f8e8 85856 x11 optional
mrxvt-mini_0.5.2-1.1_arm.deb
47402f6bd52a1b9d34f523c816646e8e 94556 x11 optional mrxvt-cjk_0.5.2-1.1_arm.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFFQ7tBSYIMHOpZA44RAk6BAKCo9gBC2ILBvWD7zPMHX6fBxRNy8ACgybGO
zeZAlz/hOgVskKk/l5zHKqc=
=ut09
-----END PGP SIGNATURE-----
--- End Message ---