Your message dated Mon, 09 Apr 2007 18:02:01 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#418343: fixed in binfmt-support 1.2.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: binfmt-support
Version: 1.2.9
Severity: grave
Tags: patch
Justification: renders package unusable
Hi,
when upgrading, I got the following error:
Richte binfmt-support ein (1.2.9) ...
syntax error at /usr/share/perl5/Binfmt/Format.pm line 138, near "'')"
Compilation failed in require at /usr/sbin/update-binfmts line 25.
BEGIN failed--compilation aborted at /usr/sbin/update-binfmts line 25.
Enabling additional executable binary formats: binfmt-supportsyntax error at
/usr/share/perl5/Binfmt/Format.pm line 138,
near "'')"
Compilation failed in require at /usr/sbin/update-binfmts line 25.
BEGIN failed--compilation aborted at /usr/sbin/update-binfmts line 25.
failed!
invoke-rc.d: initscript binfmt-support, action "start" failed.
I attached a patch that gets rid of the syntax error. After that I was
able to execute "/etc/init.d/binfmt-support start" without errors.
There still was a little warning, I don't know if it is harmful or not:
$ /etc/init.d/bimfmt-support start
Enabling additional executable binary formats: binfmt-supportPossible attempt
to separate words with commas at /usr/sbin/update-binfmts line 205.
Possible attempt to separate words with commas at /usr/sbin/update-binfmts line
205.
Regards,
Bastian
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.18treasure14 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Versions of packages binfmt-support depends on:
ii lsb-base 3.1-23.1 Linux Standard Base 3.1 init scrip
ii perl 5.8.8-7 Larry Wall's Practical Extraction
binfmt-support recommends no packages.
-- no debconf information
--- Format.pm.orig 2007-04-09 11:22:21.000000000 +0200
+++ Format.pm 2007-04-09 11:22:26.000000000 +0200
@@ -135,7 +135,7 @@
my $self = shift;
for my $field (@fields, @optional_fields) {
printf "%12s = %s\n", $field,
- (defined $self->{$field}) ? $self->{$field} : '');
+ (defined $self->{$field}) ? $self->{$field} : '';
}
}
--- End Message ---
--- Begin Message ---
Source: binfmt-support
Source-Version: 1.2.10
We believe that the bug you reported is fixed in the latest version of
binfmt-support, which is due to be installed in the Debian FTP archive:
binfmt-support_1.2.10.dsc
to pool/main/b/binfmt-support/binfmt-support_1.2.10.dsc
binfmt-support_1.2.10.tar.gz
to pool/main/b/binfmt-support/binfmt-support_1.2.10.tar.gz
binfmt-support_1.2.10_all.deb
to pool/main/b/binfmt-support/binfmt-support_1.2.10_all.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.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated binfmt-support 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: Mon, 09 Apr 2007 18:49:57 +0100
Source: binfmt-support
Binary: binfmt-support
Architecture: source all
Version: 1.2.10
Distribution: unstable
Urgency: low
Maintainer: Colin Watson <[EMAIL PROTECTED]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description:
binfmt-support - Support for extra binary formats
Closes: 418343
Changes:
binfmt-support (1.2.10) unstable; urgency=low
.
* Fix brown-paper-bag syntax error in Binfmt::Format (thanks, Bastian
Kleineidam; closes: #418343).
* Suppress perl warning about commas within qw().
Files:
3c5099b61f8d7918b22de823973a7bfd 515 admin optional binfmt-support_1.2.10.dsc
605dbdd48fb332d55b0b077ec75f17b8 25513 admin optional
binfmt-support_1.2.10.tar.gz
dadf02efa1177562426de1333903b16c 21412 admin optional
binfmt-support_1.2.10_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFGGn0P9t0zAhD6TNERAhvkAJ4s86pj9if+n5DqRqNKxwbyVRYhhwCeP1FR
v7/EovyexvFQKnKW2ZbnSvU=
=0x77
-----END PGP SIGNATURE-----
--- End Message ---