Bug#780392: asterisk-modules: Asterisk fai to load some modules

Tzafrir Cohen tzafrir at cohens.org.il
Mon Jan 11 13:55:49 UTC 2016


On Sun, Jan 10, 2016 at 01:06:01PM -0600, Samuel Smith wrote:
> Same issue with me as well after an upgrade from Wheezy to Jessie:
> 
> 
> [Jan 10 06:01:31] Asterisk 11.13.1~dfsg-2+b1 built by buildd @ brahms on a
> x86_64 running Linux on 2015-01-05 21:34:10 UTC
> [Jan 10 06:01:31] NOTICE[23936] cdr.c: CDR simple logging enabled.
> [Jan 10 06:01:32] NOTICE[23936] loader.c: 219 modules will be loaded.
> [Jan 10 06:01:32] WARNING[23936] loader.c: Error loading module
> 'res_agi.so': /usr/lib/asterisk/modules/res_agi.so: undefined symbol:
> ast_speech_change
> [Jan 10 06:01:32] WARNING[23936] loader.c: Error loading module
> 'res_calendar_caldav.so': /usr/lib/asterisk/modules/res_calendar_caldav.so:
> undefined symbol: ast_calendar_event_container_alloc

Please check that the module has indeed fails to load.

Asterisk's module loader has no information about module dependency, and
thus just tries loading modules in a loop, and keeps retrying. The
problem is that it emits those error messages each time it fails and not
just when it gives up.

And yes, this is a bug on its own.

-- 
Tzafrir Cohen         | tzafrir at jabber.org | VIM is
http://tzafrir.org.il |                    | a Mutt's
tzafrir at cohens.org.il |                    |  best
tzafrir at debian.org    |                    | friend



More information about the Pkg-voip-maintainers mailing list