Please read this before reporting a bug:
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#55871 - texlive-core 2017.44918-1 (pdflatex, latex, etc.) fails with poppler 0.60.0
Attached to Project:
Arch Linux
Opened by diego sevilla (dsevilla) - Wednesday, 04 October 2017, 23:18 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 05 October 2017, 02:13 GMT
Opened by diego sevilla (dsevilla) - Wednesday, 04 October 2017, 23:18 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 05 October 2017, 02:13 GMT
|
DetailsDescription: whenever you run any utility in texlive-core (pdflatex, latex, etc.) it fails with a missing symbol: _ZN6Object11getTypeNameEv. Tracking the library that defined something similar, I've seen poppler recently changed from 0.59 to 0.60, and in the code it seems this particular function changed from non-const to const, causing the symbol to be different and a missing link symbol. Recompiling the texlive-core package with the new poppler 0.60 may solve the issue, but at the moment, any texlive-core program that use poppler is failing.
Additional info: * package version(s) poppler 0.60.0, texlive-core 2017.44918-1 * config and/or log files etc. Steps to reproduce: Execute pdflatex with these packages and versions. |
This task depends upon
Closed by Doug Newgard (Scimmia)
Thursday, 05 October 2017, 02:13 GMT
Reason for closing: Deferred
Additional comments about closing: See comments
Thursday, 05 October 2017, 02:13 GMT
Reason for closing: Deferred
Additional comments about closing: See comments
FS#55867?