Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_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/title/Bug_reporting_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#66882 - [graphviz] missing dependency on libpng
Attached to Project:
Arch Linux
Opened by Jelle van der Waa (jelly) - Wednesday, 03 June 2020, 19:07 GMT
Last edited by Jelle van der Waa (jelly) - Wednesday, 03 June 2020, 19:39 GMT
Opened by Jelle van der Waa (jelly) - Wednesday, 03 June 2020, 19:07 GMT
Last edited by Jelle van der Waa (jelly) - Wednesday, 03 June 2020, 19:39 GMT
|
DetailsDescription:
A lot of projects expect dot -Tpng works as expected and it most likely will work if you installed libpng before installing graphviz as the post_install script detects that libpng is available for usage. Adding libpng as an optional dependency won't work as the post_install script is triggered upon installing of graphviz and not later when libpng is installed. Expected: Add libpng as dependency of graphviz. |
This task depends upon