Source: dynare
Version: 4.5.4-1
Severity: serious
Tags: patch

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

...
! Package inputenc Error: Invalid UTF-8 byte 146.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.351 ...rallel_test": just test the cluster, don�
                                                  t actually run the MOD file
? 
! Emergency stop.
 ...                                              
                                                  
l.351 ...rallel_test": just test the cluster, don�
                                                  t actually run the MOD file
!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on parallel.log.
make[4]: *** [Makefile:468: parallel.pdf] Error 1


Fix is attached.
Description: Set the input encoding in parallel.tex
 This fixes a FTBFS with TeX Live 2018.
Author: Adrian Bunk <[email protected]>

--- dynare-4.5.4.orig/doc/parallel/parallel.tex
+++ dynare-4.5.4/doc/parallel/parallel.tex
@@ -2,6 +2,7 @@
 % AMS-LaTeX Paper ************************************************
 % **** -----------------------------------------------------------
 \documentclass[12pt,a4paper,pdftex,nofootinbib]{article}
+\usepackage[cp1252]{inputenc}
 \usepackage{amssymb,amsmath}
 \usepackage[pdftex]{graphicx}
 \usepackage{epstopdf}

Reply via email to