[Bug 289336] graphics/synfigstudio: pollutes file system during build
Date: Wed, 08 Oct 2025 14:25:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289336
Hiroki Tagato <tagattie@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tagattie@FreeBSD.org
--- Comment #3 from Hiroki Tagato <tagattie@FreeBSD.org> ---
(In reply to Chris Hutchinson from comment #2)
I saw a similar error while I tried to make the port
x11-themes/catppuccin-cursor-theme. So looking into the port may help.
What I did to prevent the "filesystem violation" error of var/db/fontconfig/...
is:
- prepare a fonts.conf file which forcefully disables font caching
- use the fonts.conf during build by specifying MAKE_ENV= FONTCONFIG_FILE=<the
path of the fonts.conf>
MAKE_ENV variable, post-extract and post-patch targets in Makefile are relevant
parts.
Hope this helps.
--
You are receiving this mail because:
You are the assignee for the bug.