Il giorno mer, 23/09/2015 alle 22.36 +0200, Preuße, Hilmar ha scritto:
> On 13.09.2015 13:02, Pietro Battiston wrote:
> 
> Hi,
> 
> > Since one of the last two updates, rubber is unable to compile a
> > document of
> > mine which previously it was perfectly able to:
> > 
> We're failing to reproduce the problem. Could you provide a minimal
> example to
> reproduce it? 

Here's a minimal example... but anything using bibtex fails for me, so
I'm afraid the bug is context-related...

1) put the following in a file ~/radiation.tex:

\documentclass{article}
\begin{document}
test \cite{pietro}
\bibliographystyle{plain}
\bibliography{radiation.bib}
\end{document}

2) put the following in a file ~/radiation.bib:
@article{pietro,
  title={Shameless self-cite},
  author={Pietro Battiston},
  year={2014}
}

3) open a terminal and type in one line:
rubber --inplace --maxerr -1 --short --force --warn all --pdf
radiation.tex

You get the error above. Notice running pdflatex and bibtex manually wo
rks fine.

> Are we looking at a duplicate of #798991?

Assuming the symptoms of #798991 are correctly reported, no: I don't
have any symlink in my setup.

Pietro

Reply via email to