Your message dated Wed, 13 Jul 2005 07:02:55 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#278453: fixed in rubber 1.0-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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Oct 2004 01:13:41 +0000
>From [EMAIL PROTECTED] Tue Oct 26 18:13:41 2004
Return-path: <[EMAIL PROTECTED]>
Received: from francis.ormond.unimelb.edu.au [203.17.189.2] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CMcNh-0001qM-00; Tue, 26 Oct 2004 18:13:41 -0700
Received: from neville.ockle.org (neville.ormond.unimelb.edu.au [203.22.109.20])
        by francis.ormond.unimelb.edu.au (8.12.8/8.12.8) with ESMTP id 
i9R12cCr007998
        for <[EMAIL PROTECTED]>; Wed, 27 Oct 2004 11:02:38 +1000
Received: from bruce.ormond.unimelb.edu.au ([203.22.109.12] 
helo=bruce.ockle.org)
        by neville.ockle.org with esmtp (Exim 3.35 #1 (Debian))
        id 1CMcLp-00087W-00; Wed, 27 Oct 2004 11:11:45 +1000
Received: from mstrauss by bruce.ockle.org with local (Exim 3.36 #1 (Debian))
        id 1CMcLv-0004jg-00; Wed, 27 Oct 2004 11:11:51 +1000
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Martin Strauss <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: rubber: crashes when --pdf is used
X-Mailer: reportbug 3.1
Date: Wed, 27 Oct 2004 11:11:51 +1000
Message-Id: <[EMAIL PROTECTED]>
Sender: Martin Strauss <[EMAIL PROTECTED]>
X-ockle.org-MailScanner: Found to be clean
X-MailScanner-Information: Please contact the ISP for more information
X-MailScanner: Found to be clean
X-MailScanner-From: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: rubber
Version: 0.99.8-1
Severity: important

rubber -m pdftex report.tex
Traceback (most recent call last):
  File "/usr/bin/rubber", line 9, in ?
    sys.exit(Main()(sys.argv[1:]))
  File "/usr/share/rubber/rubber/cmdline.py", line 276, in __call__
    return self.main(cmdline)
  File "/usr/share/rubber/rubber/cmdline.py", line 227, in main
    env.parse()
  File "/usr/share/rubber/rubber/__init__.py", line 407, in parse
    self.process(self.source())
  File "/usr/share/rubber/rubber/__init__.py", line 577, in process
    self.do_process(file, path)
  File "/usr/share/rubber/rubber/__init__.py", line 482, in do_process
    self.hooks[name](dict)
  File "/usr/share/rubber/rubber/__init__.py", line 646, in h_input
    self.input_file(dict["arg"], dict)
  File "/usr/share/rubber/rubber/__init__.py", line 611, in input_file
    self.process(file, loc)
  File "/usr/share/rubber/rubber/__init__.py", line 577, in process
    self.do_process(file, path)
  File "/usr/share/rubber/rubber/__init__.py", line 482, in do_process
    self.hooks[name](dict)
  File "/usr/share/rubber/rubber/modules/verbatim.py", line 21, in input
    if file.find("\\") < 0 and name.find("#") < 0:
NameError: global name 'name' is not defined
make: *** [report.pdf] Error 1

This can be fixed with the following patch:

--- verbatim.py.orig    2004-10-27 11:10:18.000000000 +1000
+++ verbatim.py 2004-10-27 11:00:26.000000000 +1000
@@ -17,6 +17,7 @@
                if not dict["arg"]:
                        return 0
                file = dict["arg"]
+               name = dict["name"]
                if file.find("\\") < 0 and name.find("#") < 0:
                        self.env.sources[file] = DependLeaf([file], 
self.env.msg,
                                dict["pos"])



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages rubber depends on:
ii  python                        2.3.4-4    An interactive high-level object-o
ii  tetex-bin                     2.0.2-22   The teTeX binary files

-- no debconf information

---------------------------------------
Received: (at 278453-close) by bugs.debian.org; 13 Jul 2005 11:18:13 +0000
>From [EMAIL PROTECTED] Wed Jul 13 04:18:13 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 1DsfFk-00084e-00; Wed, 13 Jul 2005 04:18:13 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Dsf0x-0000fu-00; Wed, 13 Jul 2005 07:02:55 -0400
From: Emmanuel Beffara <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#278453: fixed in rubber 1.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 13 Jul 2005 07:02:55 -0400
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: 
X-CrossAssassin-Score: 2

Source: rubber
Source-Version: 1.0-1

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

rubber_1.0-1.diff.gz
  to pool/main/r/rubber/rubber_1.0-1.diff.gz
rubber_1.0-1.dsc
  to pool/main/r/rubber/rubber_1.0-1.dsc
rubber_1.0-1_all.deb
  to pool/main/r/rubber/rubber_1.0-1_all.deb
rubber_1.0.orig.tar.gz
  to pool/main/r/rubber/rubber_1.0.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.
Emmanuel Beffara <[EMAIL PROTECTED]> (supplier of updated rubber 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, 11 Jul 2005 14:52:35 +0200
Source: rubber
Binary: rubber
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Emmanuel Beffara <[EMAIL PROTECTED]>
Changed-By: Emmanuel Beffara <[EMAIL PROTECTED]>
Description: 
 rubber     - an automated system for building LaTeX documents
Closes: 190554 278453 283448 284530 316548 317445
Changes: 
 rubber (1.0-1) unstable; urgency=low
 .
   * New release.
   * Various bugfixes (closes: #278453, #317445).
   * New system for detecting graphics conversion rules (closes: #283448).
   * Fixed the command line for some external tools (closes: #284530, #316548).
   * Some new command-line switches (closes: #190554).
Files: 
 4041e1ec186b95061e86cb1ac6de0ef4 632 tex optional rubber_1.0-1.dsc
 0b28fb8d7125491f41995b225f2f5d33 76218 tex optional rubber_1.0.orig.tar.gz
 8f166c5e492485e51950ced8abd3decc 3459 tex optional rubber_1.0-1.diff.gz
 46431bccb80e48fc8fc6a093a6ab9aaa 75642 tex optional rubber_1.0-1_all.deb

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

iD8DBQFC1O8ZHCar6qtHRZgRAktQAKDGDon8D7TLlCGpwmwEL26xz4CuNgCgyzxK
xFqDuziemllvomuXxmVDlCM=
=3772
-----END PGP SIGNATURE-----


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

Reply via email to