[oi-dev] inkscape calls gcc7 and 10
Udo Grabowski (IMK)
udo.grabowski at kit.edu
Tue Jul 4 09:08:04 UTC 2023
On 04/07/2023 10:53, Marcel Telka wrote:
> 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.
>
Indeed, missed the gsl:
Installing per pkgin gives libgsl.so.27, symlinking it as libgsl.so.23
into /usr/local/lib/amd64 and setting LD_LIBRARY_PATH to
env
LD_LIBRARY_PATH=/usr/gcc/10/lib/amd64:/usr/lib/amd64:/usr/lib/mps/amd64:/usr/local/lib/amd64
/usr/bin/inkscape
finally starts inkscape ! Ugly hack, of course ...
--
Dr.Udo Grabowski Inst.f.Meteorology & Climate Research IMK-ASF-SAT
http://www.imk-asf.kit.edu/english/sat.php
KIT - Karlsruhe Institute of Technology http://www.kit.edu
Postfach 3640,76021 Karlsruhe,Germany T:(+49)721 608-26026 F:-926026
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5221 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://openindiana.org/pipermail/oi-dev/attachments/20230704/6c312272/attachment.bin>
More information about the oi-dev
mailing list