FS#77141 - [inkscape] Missing boost-filesystem shared library
Attached to Project:
Arch Linux
Opened by Svyatoslav Gryaznov (nightuser) - Sunday, 15 January 2023, 16:11 GMT
Last edited by Christian Hesse (eworm) - Monday, 16 January 2023, 13:32 GMT
Opened by Svyatoslav Gryaznov (nightuser) - Sunday, 15 January 2023, 16:11 GMT
Last edited by Christian Hesse (eworm) - Monday, 16 January 2023, 13:32 GMT
|
Details
Description:
Inkscape depends on `libboost_filesystem.so.1.80.0` from `boost-libs`, but it is unavailable since `boost` is a build-only dependency of `inkscape`. Converting SVG to PNG results in `inkscape: error while loading shared libraries: libboost_filesystem.so.1.80.0: cannot open shared object file: No such file or directory`. Additional info: * Inkscape 1.2.2-2 Steps to reproduce: * Install `inkscape`. * Get any SVG (e.g. https://upload.wikimedia.org/wikipedia/commons/a/a5/Archlinux-icon-crystal-64.svg ) and try to convert it to PNG: `inkscape --export-filename=file.png file.svg` |
This task depends upon
Closed by Christian Hesse (eworm)
Monday, 16 January 2023, 13:32 GMT
Reason for closing: Fixed
Additional comments about closing: inkscape 1.2.2-3
Monday, 16 January 2023, 13:32 GMT
Reason for closing: Fixed
Additional comments about closing: inkscape 1.2.2-3
Comment by Antonio Rojas (arojas) -
Sunday, 15 January 2023, 17:44 GMT
Comment by loqs (loqs) - Sunday, 15
January 2023, 17:50 GMT
was transitively pulled by librevenge<0.0.5-2
Inkscape does support using C++17 std::filesystem instead of
boost::filesystem but only on Windows.