On Wed, 1 Jan 2014 21:12:17 +0200 Michael Vara <[email protected]> said:

> Hello,
> 
> After upgading my debian installation to jessie/testing (from wheezy) i
> noticed that the hibernate/suspend/poweroff/reboot options under the menu
> are disabled. Additionally, the cpufreq module pops an error saying that
> the cpu frequency cannot be set with this module. I checked the
> .xsession-errors file and there's the following:
> 
> /usr/local/lib/enlightenment/modules/cpufreq/linux-gnu-i686-ver-00/freqset:
> symbol lookup error: /usr/local/lib/libeo.so.1: undefined symbol:
> _eina_log_state_shutdown
> 
> /usr/local/lib/enlightenment/utils/enlightenment_sys: symbol lookup error:
> /usr/local/lib/libeo.so.1: undefined symbol: _eina_log_state_shutdown
> /usr/local/lib/enlightenment/utils/enlightenment_sys: symbol lookup error:
> /usr/local/lib/libeo.so.1: undefined symbol: _eina_log_state_shutdown
> /usr/local/lib/enlightenment/utils/enlightenment_sys: symbol lookup error:
> /usr/local/lib/libeo.so.1: undefined symbol: _eina_log_state_shutdown
> /usr/local/lib/enlightenment/utils/enlightenment_sys: symbol lookup error:
> /usr/local/lib/libeo.so.1: undefined symbol: _eina_log_state_shutdown
> 
> File permissions for enlightenment_sys under
> /usr/local/lib/enlightenment/utils seem ok:
> 
> -rwxr-xr-x 1 root staff 44318 Jan 1 20:59 enlightenment_alert
> -r-sr-xr-x 1 root staff 17663 Jan 1 20:59 enlightenment_backlight
> -rwxr-xr-x 1 root staff 224289 Jan 1 20:59 enlightenment_fm
> -rwxr-xr-x 1 root staff 67356 Jan 1 20:59 enlightenment_fm_op
> -rwxr-xr-x 1 root staff 26065 Jan 1 20:59 enlightenment_static_grabber
> -r-sr-xr-x 1 root staff 32793 Jan 1 20:59 enlightenment_sys
> -rwxr-xr-x 1 root staff 61638 Jan 1 20:59 enlightenment_thumb
> 
> 
> Running enlightenment_sys from the cli pops the same error message. LD path
> and ld.so.conf are ok. I recompiled & reinstalled e18 & libraries, ran
> ldconfig, no change. Any ideas?

for whatever reason enlightenment_sys for YOU is not linked to eina or somehow
symbols have been removed in your eina lib (_eina_log_state_shutdown was added
march 2013 ... so LONG LONG LONG before efl 1.8 was out).

check with ldd - but it should be linked to eina too as eo won't work without
eina anyway... and eo itself should  be linked to eina:

$ ldd /usr/local/lib/libeo.so.1
        linux-vdso.so.1 (0x00007ffffc1fa000)
        libeina.so.1 => /usr/local/lib/libeina.so.1 (0x00007f0321730000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007f03213fe000)
        libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f03211fa000)
        librt.so.1 => /usr/lib/librt.so.1 (0x00007f0320ff1000)
        libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f0320dd3000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007f0320a28000)
        /usr/lib64/ld-linux-x86-64.so.2 (0x0000003000000000)

$ ldd /usr/local/lib/enlightenment/utils/enlightenment_sys
        linux-vdso.so.1 (0x00007fffa3446000)
        libecore.so.1 => /usr/local/lib/libecore.so.1 (0x00007fa8e4223000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0
(0x00007fa8e3ff2000)        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0
(0x00007fa8e3cf2000) libeo.so.1 => /usr/local/lib/libeo.so.1
(0x00007fa8e3ade000) libeina.so.1 => /usr/local/lib/libeina.so.1
(0x00007fa8e3883000) libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fa8e367f000)
librt.so.1 => /usr/lib/librt.so.1 (0x00007fa8e3476000) libpthread.so.0
=> /usr/lib/libpthread.so.0 (0x00007fa8e3258000) libm.so.6
=> /usr/lib/libm.so.6 (0x00007fa8e2f55000) libbluetooth.so.3
=> /usr/lib/libbluetooth.so.3 (0x00007fa8e2d36000) libpam.so.0
=> /usr/lib/libpam.so.0 (0x00007fa8e2b28000) libc.so.6 => /usr/lib/libc.so.6
(0x00007fa8e277d000) libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007fa8e2516000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2
(0x0000003000000000)

whatever has happened - something has gone wrong seeming at build time or
packaging... as your libeo i guess is not linked against eina... OR if it is,
the eina lib u have predates march 2013... which means its not efl 1.8...
(maybe you have multiple eina libs installed? how have you gotten away with
that? well multiple eina libs in different dirs? it's possible to do but with
great care and frankly if you are asking these questions here... you're not the
right person to be maintaining multiple instances of efl (eina or other things)
across multiple dirs on your system as you'd know you have them and know how to
make them work. :)).


> thanks
> Michael
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT 
> organizations don't have a clear picture of how application performance 
> affects their revenue. With AppDynamics, you get 100% visibility into your 
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
> _______________________________________________
> enlightenment-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to