[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

FTBFS with TeX Live 2018



Hi,

in addition to the stricter encoding checks that are a good thing and 
usually easy to fix, there are some cases where help would be appreciated:


Undefined control sequence errors in packages using dblatex.

https://bugs.debian.org/896191
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/maint-guide.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/installation-guide.html



Processing file automultiplechoice.dtx (package) -> automultiplechoice.sty
! Undefined control sequence.
\GenericError  ...                                
                                                    #4  \errhelp \@err@     
...
l.52 ...}{\from{automultiplechoice.dtx}{package}}}
                                                  ^^M

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/auto-multiple-choice.html


! pdfTeX error (ext4): \pdfendlink ended up in different nesting level than \pd

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


! Package csquotes Error: Invalid argument.
l.11 \MakeAutoQuote{»}{«}

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/surf-display.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/impressive-display.html


pdflatex -no-shell-escape -interaction=batchmode -jobname 4ti2_manual-debian ../../doc/4ti2_manual.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/Debian) (preloaded format=pdflatex)
entering extended mode
make[2]: *** [Makefile:556: 4ti2_manual.pdf] Error 1

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


! LaTeX Error: Command \dontdowidth already defined.
               Or name \end... illegal, see p.192 of the manual.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.10 \newlength{\dontdowidth }
                               \setlength{\dontdowidth }{\textwidth } \addto...

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


And then there's libsynctex-dev, that changed the API from
   typedef struct __synctex_scanner_t _synctex_scanner_t;
   typedef _synctex_scanner_t *  synctex_scanner_t;
to
   typedef struct synctex_scanner_t synctex_scanner_s;
   typedef synctex_scanner_s * synctex_scanner_p;
breaking all reverse dependencies that were using synctex_scanner_t.


Thanks
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


Reply to: