Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] texlive-bin requires to be built against latest poppler libs (Read 585 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

[SOLVED] texlive-bin requires to be built against latest poppler libs

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!
Keep it Simple. Simple is Secure, Simple is Beautiful.

Re: texlive-bin requires to be built against latest poppler libs

Reply #1
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...

Re: texlive-bin requires to be built against latest poppler libs

Reply #2
our maintainer really forgot udpate it, so it's updated today, sorry for inconvenience