Package: rubber
Version: 1.3-1
Severity: normal

Dear Maintainer,

This is a followup on Bug #798991. rubber no longer crashes when the
bibliography is a symbolic link as described there, but it doesn't
work correctly either: it keeps rerunning bibtex, regardless of
whether the bibliography has changed or not. Here's a minimal example;
note how many times bibtex was run.

(Again, pre-1.2 behavior was fine.)

Best,
        Dylan

------------------------------------------------------------
dpt@tulip:/tmp/test$ ls
test.bib  test-link.bib  t.tex
dpt@tulip:/tmp/test$ cat t.tex
\documentclass{amsart}

\begin{document}
This is a test. Citation: Kerckhoff \cite{Kerckhoff80:AsympTeich}

\bibliographystyle{plain}
\bibliography{test-link}

\end{document}
dpt@tulip:/tmp/test$ cat test.bib
@Article{Kerckhoff80:AsympTeich,
  author =       {Kerckhoff, Steven P.},
  title =        {The asymptotic geometry of {T}eichmüller space},
  journal =      {Topology},
  year =         1980,
  volume =       19,
  number =       1,
  pages =        {23--41}}
dpt@tulip:/tmp/test$ ls -l test-link.bib
lrwxrwxrwx 1 dpt dpt 8 Nov 12 09:19 test-link.bib -> test.bib
dpt@tulip:/tmp/test$ rubber t.tex
compiling t.tex...
running: bibtex t.aux...
compiling t.tex...
running: bibtex t.aux...
compiling t.tex...
dpt@tulip:/tmp/test$ touch t.tex
dpt@tulip:/tmp/test$ rubber t.tex
compiling t.tex...
running: bibtex t.aux...
------------------------------------------------------------

-- System Information:
Debian Release: stretch/sid
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages rubber depends on:
ii  python              2.7.9-1
pn  python:any          <none>
ii  texlive-latex-base  2015.20151016-1

rubber recommends no packages.

Versions of packages rubber suggests:
ii  imagemagick                8:6.8.9.9-6
pn  sam2p                      <none>
ii  texlive-binaries           2015.20150524.37493-7
ii  texlive-extra-utils        2015.20151016-1
ii  texlive-latex-extra        2015.20151016-1
ii  texlive-latex-recommended  2015.20151016-1
pn  texlive-omega              <none>
ii  texlive-pictures           2015.20151016-1
ii  transfig                   1:3.2.5.e-4

-- no debconf information

Reply via email to