Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: kbk on 05 May 2021, 11:14:39

Title: [SOLVED] texlive-bin requires to be built against latest poppler libs
Post by: kbk on 05 May 2021, 11:14:39
Hi,
pdflatex cannot find libpoppler.so.109 which is replaced by libpoppler.so.110 in last update.

temporarly this help me to continue working on my files:
Code: [Select]
sudo ln -s /usr/lib/libpoppler.so /usr/lib/libpoppler.so.109

Not related to libpoppler,  but with texlive-bin 2020.54586-13 shipped dvisvgm (version 2.9.1) stop working, even I tried to build it from source (version 2.11.1), it sill throw the same error:
Code: [Select]
$ dvisvgm file.dvi -n
pre-processing DVI file (format version 2)
processing page 1
  PostScript error: typecheck in setpattern
  Operand stack:
      --nostringval--
Not sure what is the problem. any hints!
Title: Re: texlive-bin requires to be built against latest poppler libs
Post by: alium on 05 May 2021, 14:16:36
moment, actually version in our world and in archlinux's extra is texlive-bin-2020.54586-14:
Code: [Select]
[picasso tmp]# cat .BUILDINFO | grep -i poppler
installed = poppler-21.05.0-1-x86_64

check your mirror, if you have not texlive-bin-2020.54586-14 in the update...
Title: Re: texlive-bin requires to be built against latest poppler libs
Post by: alium on 05 May 2021, 14:26:42
our maintainer really forgot udpate it, so it's updated today, sorry for inconvenience