Source: nfstrace
Version: 0.4.3.1-3
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/nfstrace.html

...
(./nfstrace_manual_includes/libwatch_output.txt

! Package inputenc Error: Unicode character ¬ (U+AC)
(inputenc)                not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.6 ...-----------------------------------------¬
                                                  
? 
! Emergency stop.
 ...                                              
                                                  
l.6 ...-----------------------------------------¬
                                                  
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on nfstrace_manual.log.
make[5]: *** [docs/CMakeFiles/documentation-pdflatex.dir/build.make:64: 
docs/nfstrace_manual.pdf] Error 1



Minimal testcase:

$ cat my.log 
¬
$ hexdump my.log 
0000000 acc2 000a                              
0000003
$ cat test.tex 
\documentclass{article}

\begin{document}
\input{my.log}
\end{document}
$ latex test.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/Debian) 
(preloaded format=latex)
 restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2018-04-01> patch level 2
Babel <3.18> and hyphenation patterns for 80 language(s) loaded.
(/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo)) (./test.aux)
(./my.log

! Package inputenc Error: Unicode character ¬ (U+AC)
(inputenc)                not set up for use with LaTeX.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.1 ¬
      
?


Removing the character works around the FTBFS,
but does not sound like the correct fix.

Reply via email to