[OpenIndiana-discuss] Some programs terminated silently

Marcel Telka marcel at telka.sk
Wed Jul 31 05:12:09 UTC 2024


On Wed, Jul 31, 2024 at 05:35:26AM +0200, scavenger via openindiana-discuss wrote:
> uname of course shows SunOS. Do you mean uname -a? This is the result of uname -a:
> 
> SunOS openindiana 5.11 illumos-721cf3a7c2 i86pc i386 i86pc
> 
> The program is CompizConfig Settings Manager. I tried to run it on the terminal and it's the result:
> 
> Traceback (most recent call last):
>   File "/usr/bin/ccsm", line 31, in <module>
>     import compizconfig
> ImportError: ld.so.1: python3.9: fatal: relocation error: file /usr/lib/python3.9/vendor-packages/compizconfig.cpython-39.so: symbol ccsDeleteProfile: referenced symbol not found

It looks like the desktop/compiz/library/libcompizconfig package needs
to be rebuild because of recent library/c++/abseil-cpp update:

$ ldd /usr/lib/64/libcompizconfig.so.0 | grep 'not found'
        libxml2.so.2 (SUNW_1.4) =>       (version not found)
        libabsl_log_internal_check_op.so.2308.0.0 =>     (file not found)
        libabsl_log_internal_message.so.2308.0.0 =>      (file not found)
$ pkg search '*/libabsl_log_internal_check_op.so*'
INDEX      ACTION VALUE                                                   PACKAGE
path       link   usr/lib/amd64/libabsl_log_internal_check_op.so          pkg:/library/c++/abseil-cpp at 20240116.2-2024.0.0.0
path       file   usr/lib/amd64/libabsl_log_internal_check_op.so.2401.0.0 pkg:/library/c++/abseil-cpp at 20240116.2-2024.0.0.0
$


PRs are welcome here: https://github.com/OpenIndiana/oi-userland


-- 
+-------------------------------------------+
| Marcel Telka   e-mail:   marcel at telka.sk  |
|                homepage: http://telka.sk/ |
+-------------------------------------------+



More information about the openindiana-discuss mailing list