mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-30 00:38:07 -07:00
The package needs media-fonts/dejavu to prevent a coredump if no fonts are installed. ``` $ /usr/bin/weasyprint https://www.google.com google.pdf WARNING: Ignored `overflow-y:scroll` at 1:59, unknown property. WARNING: Ignored `display:inline-box` at 1:330, invalid value. (process:843463): Pango-CRITICAL **: 10:28:18.166: pango_font_describe: assertion 'font != NULL' failed (process:843463): Pango-CRITICAL **: 10:28:18.166: pango_font_description_unset_fields: assertion 'desc != NULL' failed (process:843463): Pango-CRITICAL **: 10:28:18.166: pango_font_description_hash: assertion 'desc != NULL' failed (process:843463): Pango-CRITICAL **: 10:28:18.166: pango_font_get_hb_font: assertion 'PANGO_IS_FONT (font)' failed Segmentation fault ('core' dumped) ``` Signed-off-by: INODE64 <ffelix@inode64.com> Closes: https://github.com/gentoo/gentoo/pull/29155 Signed-off-by: Michał Górny <mgorny@gentoo.org>