I have been trying to solve this problem for over a week now and have not been able to find a solution yet:

Code:
[NetworkBrowser] fallback to default translation for Search for network shares
[NetworkBrowser] fallback to default translation for MountManager
[NetworkBrowser] fallback to default translation for Manage network shares
Backtrace:
/usr/local/bin/enigma2(_Z17handleFatalSignaliP7siginfoPv) [0x4855B4]
/usr/lib/libglib-2.0.so.0(g_option_context_parse) [0x297A63E0]
-------FATAL SIGNAL
[gRC] main thread is non-idle! display spinner!
It occurs at the start of E2 when it tries to load the plugin ServiceMP3, in this case it is built with gstreamer. When the plugin is built with eplayer3 it starts, and E2 starts too. Apparently the plugin cannot find the symbol g_option_context_parse in the library libglib-2.0.0.so. The library is present as a link in the location reported (/usr/lib) and indeed contains the symbol mentioned. The link points to an actuall library. I noticed it tries to use libglib-2.0.0.so and not the expected libglib-2.0.so.

When the file servicemp3.so of the plugin is linked during the build, all required libraries are found:
Code:
libtool: link: sh4-linux-g++  -fPIC -DPIC -shared -nostdlib /home/ndv/abs-diff08/tufsbox/cross/bin/../target/usr/lib/crti.o
 /home/ndv/abs-diff08/tufsbox/cross/bin/../lib/gcc/sh4-linux/4.8.4/crtbeginS.o
  .libs/pythonmodule.o .libs/servicemp3.o
 .libs/servicemp3record.o   -Wl,-rpath -Wl,/home/ndv/abs-diff08/tufsbox/cdkroot/usr/lib
 -Wl,-rpath -Wl,/home/ndv/abs-diff08/tufsbox/cdkroot/usr/lib
 /home/ndv/abs-diff08/tufsbox/cdkroot/usr/lib/libgstpbutils-1.0.so
 /home/ndv/abs-diff08/tufsbox/cdkroot/usr/lib/libgstreamer-1.0.so
 /home/ndv/abs-diff08/tufsbox/cdkroot/usr/lib/libglib-2.0.so
 /home/ndv/abs-diff08/tufsbox/cdkroot/usr/lib/libgobject-2.0.so
 -L../../../tufsbox/cdkroot/usr/lib 
-L../../../tufsbox/cdkroot/usr/lib/gstreamer-1.0 
-L/home/ndv/abs-diff08/tufsbox/cdkroot/usr/lib 
-L/home/ndv/abs-diff08/tufsbox/cdkroot/lib 
-L/home/ndv/abs-diff08/tufsbox/cross/bin/../lib/gcc/sh4-linux/4.8.4 -L/home/ndv/abs-diff08/tufsbox/cross/bin/../lib/gcc
 -L/home/ndv/abs-diff08/tufsbox/cross/bin/../lib/gcc/sh4-linux/4.8.4/../../../../sh4-linux/lib 
-L/home/ndv/abs-diff08/tufsbox/cross/bin/../target/lib 
-L/home/ndv/abs-diff08/tufsbox/cross/bin/../target/usr/lib 
-lstdc++ 
-lm 
-lc 
-lgcc_s 
/home/ndv/abs-diff08/tufsbox/cross/bin/../lib/gcc/sh4-linux/4.8.4/crtendS.o 
/home/ndv/abs-diff08/tufsbox/cross/bin/../target/usr/lib/crtn.o
  -pthread -Os -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/ndv/abs-diff08/tufsbox/cdkroot/usr/lib -Wl,--gc-sections
   -pthread -Wl,-soname -Wl,servicemp3.so -o .libs/servicemp3.so

libtool: link: ( cd ".libs" && rm -f "servicemp3.la" && ln -s "../servicemp3.la" "servicemp3.la" )
I have run out ideas. Can anybody spot the problem?

Regards,

Audioniek.