Am 28.10.19 um 21:17 schrieb Alan Coopersmith:
On 10/28/19 1:13 PM, Andreas Wacknitz wrote:
╭─andreas@saturn ~  ‹master*›
╰─➤  ldd /usr/bin/emacs-gtk-26.3 2>&1 | ggrep libgcc
     libgcc_s.so.1 =>     (file not found)

ldd -v will help show which file has the dependency and then you can
run elfdump -d on that file to see where it is looking for libgcc_s.

    -alan-

Ahh,

╭─andreas@saturn ~  ‹master*›
╰─➤  ldd -v /usr/bin/emacs-gtk

...
   find object=libgcc_s.so.1; required by /usr/gnu/lib/liblcms2.so.2
    libgcc_s.so.1 =>     (file not found)
...


╭─andreas@saturn /usr/gnu/lib
╰─➤  elfdump -d liblcms2.so.2.0.7

Dynamic Section:  .dynamic
     index  tag                value
       [0]  POSFLAG_1         0x1                 [ LAZY ]
       [1]  NEEDED            0x44a2              libm.so.2
       [2]  POSFLAG_1         0x1                 [ LAZY ]
       [3]  NEEDED            0x44be              libpthread.so.1
       [4]  NEEDED            0x44d7              libgcc_s.so.1
       [5]  NEEDED            0x44ed              libc.so.1
       [6]  INIT              0x500d0
       [7]  FINI              0x50100
       [8]  SONAME            0x451d              liblcms2.so.2
       [9]  RUNPATH           0x452b /usr/gcc/4.8/lib:/usr/gcc/lib
      [10]  RPATH             0x452b /usr/gcc/4.8/lib:/usr/gcc/lib
...

This looks like a missing runtime dependency. I don't have gcc-4.8 runtime installed.

╭─andreas@saturn /usr/gnu/lib
╰─➤  pkg search /usr/gnu/lib/liblcms2.so.2.0.7
INDEX      ACTION VALUE                         PACKAGE
path       file   usr/gnu/lib/liblcms2.so.2.0.7 pkg:/library/gnu/[email protected]
╭─andreas@saturn /usr/gnu/lib
╰─➤  pkg list -a|grep lcms2
library/gnu/lcms2 (localhostoih) 2.7-0.0.151.1.8            i--
library/gnu/lcms2/src (localhostoih) 2.7-0.0.151.1.8            ---
library/lcms2 2.9-2018.0.0.1             i--
╭─andreas@saturn /usr/gnu/lib
╰─➤  pkg publisher
PUBLISHER                   TYPE     STATUS P LOCATION
openindiana.org              origin   online F http://pkg.openindiana.org/hipster/ hipster-encumbered (non-sticky) origin   online F http://pkg.openindiana.org/hipster-encumbered/ localhostoih                origin   online F http://sfe.opencsw.org/localhostoih/

So, the problem seem to be caused by my installation of LibreOffice from SFE, sigh.

Thank you for the insights!

Andreas
_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to