Re: problems with playback and plugins with vdr-1.7.22

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am 07.01.2012 01:17, schrieb René:
> ERROR: loading plugin libvdr-epgsearch.so.1.7.22: undefined symbol:
> _ZN6cTimerC1EbbP8cChannel
> ERROR: loading plugin libvdr-skinenigmang.so.1.7.22: undefined symbol:
> _ZN6cTimerC1EbbP8cChannel
> ERROR: loading plugin libvdr-text2skin.so.1.7.22: undefined symbol:
> _ZN6cTimerC1EbbP8cChannel
> ERROR: loading plugin libvdr-burn.so.1.7.22: undefined symbol:
> _ZN8vdr_burn13chain_archiveC1ERNS_3jobE
> ERROR: loading plugin libvdr-streamdev-server.so.1.7.22: undefined
> symbol: _ZN6cTimerC1EbbP8cChannel

The cryptic symbol decodes to cTimer::cTimer(bool, bool, cChannel*),
found in timers.h, line 46. The actual code is in timers.c, line 28.
This function exists in this form since 1.3.38. VDR itself seems to be
fine, so your VDR seems to have a different function instead. However,
the plugins rely on the original function because they somehow compiled
against the original definition in the timers.h.

My guess is that one of the patches is optionally modifying this, and
the plugins were somehow compiled with different versions of the
timers.h, or with different compiler flags that cause some #ifdef to flip.


Cheers,

Udo

_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr



[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux