[oi-dev] inkscape calls gcc7 and 10
Marcel Telka
marcel at telka.sk
Tue Jul 4 08:53:35 UTC 2023
On Tue, Jul 04, 2023 at 10:20:32AM +0200, Udo Grabowski (IMK) wrote:
> Hi,
> the story with the mixup continues, this time inkscape.
> Crashes, shows both gcc/7 and gcc/10
The inkscape's problems are basically these:
$ ldd $(which inkscape) | egrep 'not found|gcc'
libstdc++.so.6 => /usr/gcc/10/lib/amd64/libstdc++.so.6
libgsl.so.23 => (file not found)
libgomp.so.1 => /usr/gcc/10/lib/amd64/libgomp.so.1
libgcc_s.so.1 => /usr/gcc/10/lib/amd64/libgcc_s.so.1
libstdc++.so.6 => /usr/gcc/7/lib/amd64/libstdc++.so.6
libgcc_s.so.1 => /usr/gcc/7/lib/amd64/libgcc_s.so.1
$
The gcc/7 requirement is caused by the library/c++/libwpd package and
the missing libgsl.so.23 library is caused by the image/editor/inkscape
package. Both packages needs to be rebuild.
PRs are welcome.
HTH.
--
+-------------------------------------------+
| Marcel Telka e-mail: marcel at telka.sk |
| homepage: http://telka.sk/ |
+-------------------------------------------+
More information about the oi-dev
mailing list