Bug#677036: latexmk does not see files read in using \verbatiminput

2019-07-01 Thread Hilmar Preuße
On 01.07.19 16:35, Norman Ramsey wrote:
>  > On 11.06.12 11:37, Norman Ramsey wrote:

Hi,

>  > > A file read using
>  > > 
>  > >   \verbatiminput{mumble.tex}
>  > > 
>  > > is not seen as a dependency.  I've confirmed by inspecting
>  > > the database and by using the -diagnostics option.
>  > > 
>  > I'm failing to understand your problem. How does your input file look
>  > like? How does latexmk behave and what would you expect instead to happen?
> 
> In your example, when mumble.tex changes, I expect latexmk to notice
> and to re-run latex.  It doesn't:
> 
latexmk bases it's decisions on the checksum of the files, so you have
change the file content to force a re-run. Simply touching the file
doesn't do the trick.

hille@sid:~/devel/TeXLive/open_bugs/677036 $ latexmk 677036.tex
Latexmk: This is Latexmk, John Collins, 25 October 2018, version: 4.61.
Latexmk: All targets (677036.dvi) are up-to-date
hille@sid:~/devel/TeXLive/open_bugs/677036 $ echo a >> mumble.tex
hille@sid:~/devel/TeXLive/open_bugs/677036 $ latexmk 677036.tex

Output written on 677036.dvi (1 page, 288 bytes).
Transcript written on 677036.log.
=== TeX engine is 'pdfTeX'
Latexmk: Log file says output to '677036.dvi'
Latexmk: All targets (677036.dvi) are up-to-date
hille@sid:~/devel/TeXLive/open_bugs/677036 $ latexmk 677036.tex
Latexmk: This is Latexmk, John Collins, 25 October 2018, version: 4.61.
Latexmk: All targets (677036.dvi) are up-to-date
hille@sid:~/devel/TeXLive/open_bugs/677036 $ touch mumble.tex
hille@sid:~/devel/TeXLive/open_bugs/677036 $ latexmk 677036.tex
Latexmk: This is Latexmk, John Collins, 25 October 2018, version: 4.61.
Latexmk: All targets (677036.dvi) are up-to-date
hille@sid:~/devel/TeXLive/open_bugs/677036 $

Hilmar
-- 
sigfault
#206401 http://counter.li.org



signature.asc
Description: OpenPGP digital signature


Bug#677036: latexmk does not see files read in using \verbatiminput

2019-07-01 Thread Hilmar Preuße
On 11.06.12 11:37, Norman Ramsey wrote:

Hi Norman,

> A file read using
> 
>   \verbatiminput{mumble.tex}
> 
> is not seen as a dependency.  I've confirmed by inspecting
> the database and by using the -diagnostics option.
> 
I'm failing to understand your problem. How does your input file look
like? How does latexmk behave and what would you expect instead to happen?

I've created a minimal input file:

\documentclass{article}
\usepackage{verbatim}
\begin{document}
test
\verbatiminput{mumble.tex}
\end{document}

At the end of the latexmk run I see:

=== TeX engine is 'pdfTeX'
Latexmk: Missing input file: 'mumble.tex' from line
  'No file mumble.tex.'
Latexmk: Log file says output to '677036.dvi'
Latexmk: All targets (677036.dvi) are up-to-date

IMHO this is a useful pointer to a missing file. latexmk is version 4.61.

Hilmar
-- 
sigfault
#206401 http://counter.li.org



signature.asc
Description: OpenPGP digital signature


Bug#677036: latexmk does not see files read in using \verbatiminput

2012-06-11 Thread Norman Ramsey
Package: latexmk
Version: 1:4.24-1
Severity: important

A file read using

  \verbatiminput{mumble.tex}

is not seen as a dependency.  I've confirmed by inspecting
the database and by using the -diagnostics option.



-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages latexmk depends on:
ii  perl   5.10.1-17squeeze3 Larry Wall's Practical Extraction 
ii  texlive-latex-base 2009-11+squeeze1  TeX Live: Basic LaTeX packages

Versions of packages latexmk recommends:
ii  acroread [pdf-viewer]   9.5.1-0.1Adobe Acrobat Reader: Portable Doc
ii  ghostscript [postscript 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
ii  gv [postscript-viewer]  1:3.7.1-1PostScript and PDF viewer for X
ii  xpdf [pdf-viewer]   3.02-12+squeeze1 Portable Document Format (PDF) rea

Versions of packages latexmk suggests:
ii  ghostscript [gs-common] 8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org