Source: openimageio Version: 1.8.10~dfsg0-1 Severity: serious Tags: patch https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/openimageio.html
... ! Package inputenc Error: Unicode character ¨ (U+A8) (inputenc) not set up for use with LaTeX. See the inputenc package documentation for explanation. Type H <return> for immediate help. ... l.373 ... the image, using text_size to find out¨ ! ==> Fatal error occurred, no output PDF file produced! Transcript written on openimageio.log. make[2]: *** [Makefile:13: openimageio.pdf] Error 1 Fix is attached.
Description: imagebufalgo.tex: Remove an accidental non-ASCII character It caused FTBFS with TeX Live 2018. Author: Adrian Bunk <b...@debian.org> --- openimageio-1.8.10~dfsg0.orig/src/doc/imagebufalgo.tex +++ openimageio-1.8.10~dfsg0/src/doc/imagebufalgo.tex @@ -370,7 +370,7 @@ font name), the ROI will return {\cf fal method. \begin{code} - // Render text centered in the image, using text_size to find out¨ + // Render text centered in the image, using text_size to find out // the size we will need and adjusting the coordinates. ImageBuf A (ImageSpec (640, 480, 4, TypeDesc::FLOAT)); ROI Aroi = A.roi();