Your message dated Thu, 26 Nov 2015 11:17:10 +0100
with message-id <[email protected]>
and subject line Re: Bug#416494: rubber: weird behavior on empty documents
has caused the Debian Bug report #416494,
regarding rubber: weird behavior on empty documents
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
416494: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416494
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rubber
Version: 1.1-2
Severity: normal
Try to compile an empty document with rubber. The tool will crash with
this message:
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 296, in __call__
return self.main(cmdline)
File "/usr/share/rubber/rubber/cmdline.py", line 260, in main
ret = env.final.make(self.force)
File "/usr/share/rubber/rubber/__init__.py", line 237, in make
ret = self.run()
File "/usr/share/rubber/rubber/rules/latex/__init__.py", line 1224, in run
while self.recompile_needed():
File "/usr/share/rubber/rubber/rules/latex/__init__.py", line 1270, in
recompile_needed
if self.deps_modified(getmtime(self.prods[0])):
File "/usr/lib/python2.4/posixpath.py", line 143, in getmtime
return os.stat(filename).st_mtime
OSError: [Errno 2] No such file or directory: 'review.dvi'
Now, for a bit more fun, add a few characters, try again; now it works
fine (fortunately). Then erase the characters to get the empty document
back. Run the tool one last time. No crash this time, but an infinite
compile loop, as the destination file already exists.
For the sake of completeness, here is an empty document with a few
characters commented out:
\documentclass{article}
\begin{document}
%bli
\end{document}
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages rubber depends on:
ii python 2.4.4-2 An interactive high-level object-o
ii tetex-bin 3.0-30 The teTeX programs
rubber recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.2-1
On 26.11.15 Guillaume Melquiond ([email protected]) wrote:
> On 05/11/2015 09:25, Hilmar Preusse wrote:
> > On 28.03.07 Guillaume Melquiond ([email protected]) wrote:
Hi Guillaume,
thanks for response!
> >> Try to compile an empty document with rubber. The tool will crash with
> >> this message:
> >>
> >
> > Fixed in rubber 1.2-1 or even earlier. Please confirm so we can close
> > the issue.
>
> I tried with 1.3-1 and it does indeed seem to be fixed. (Was 1.2-1 ever
> released in Debian?) Thanks.
>
Yes, it was.
rubber (1.2-1) unstable; urgency=medium
I re-animated my upstream!!! rubber 1.2 is there.
<snip>
-- Hilmar Preuße <[email protected]> Tue, 07 Jul 2015 23:04:14 +0200
Closing the bug then.
Hilmar
--
sigmentation fault
signature.asc
Description: PGP signature
--- End Message ---