Created attachment 212607 [details] svn diff https://bugs.archlinux.org/task/64168 This issue seems to crop up if using XFCE. The attached patch fixes it. PORTEPOCH bumped so that it gets rebuilt.
PORTREVISION should be bumped (set to 1 in this case). PORTEPOCH is for cases where a version goes backward
I cannot reproduce the problem here. Can you post error messages or a core file, please.
Error was linked to. Exact same issue as there, just with a different line number between there and the current version. Here is another mention of the exact same issue in the current version. This affects way more than me. https://forum.xpdfreader.com/viewtopic.php?f=1&t=41895
I am not able to reproduce this problem on FreeBSD using xfce. Can you give me the exact line number for the assertion as the Linux fix suggested is incorrect.
Actually make it the line moved as it what ever FcFini is doing on line 571 in xpdf/GlobalParams.cc. Assertion failed: (fcCacheChains[i] == NULL), function FcCacheFini, file fccache.c, line 823.
Created attachment 212633 [details] Option to disable fontconfig support. Can you try this, please?
Created attachment 212634 [details] Option to disable fontconfig support. Done correctly this time.
Howdy! Nope. Still the same with that patch.
Created attachment 212646 [details] Option to disable fontconfig support. This undefines HAVE_FONTCONFIG. Try now.
Let me know if this works for you.
(In reply to Cy Schubert from comment #10) Yup! That works.
Thanks for testing. I'll commit it next chance I get.
A commit references this bug: Author: cy Date: Wed Mar 25 03:11:10 UTC 2020 New revision: 529074 URL: https://svnweb.freebsd.org/changeset/ports/529074 Log: Circumvent an xpdf4 assertion under xfce when fontconfig is present. This enables users to optionally build xpdf4 without fontconfig support either through ports or via poudriere-options. PR: 244968 Reported by: Zane C. Bowers-Hadley <vvelox at vvelox.net> MFH: 2020Q1 Changes: head/graphics/xpdf4/Makefile
Fixed.