OpenWrt Forum Archive

Topic: WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a

The content of this topic has been archived on 7 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

errors :

WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libsqlite2', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'flite', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libyuv', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'hiredis', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libilbc', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libmemcached', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libsilk', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libg7221', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'freeradius-client', which does not exist

before , in december 2017 , i have not this errors with lede git master sources

I am working on it and will hopefully update soon. Right now, I am having some problems to compile some of its dependencies. Once that is done, hopefully I will be able to compile FS before I can update.

F5BJR wrote:

errors :

WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libsqlite2', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'flite', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libyuv', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'hiredis', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libilbc', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libmemcached', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libsilk', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libg7221', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'freeradius-client', which does not exist

before , in december 2017 , i have not this errors with lede git master sources

The best solution for now is to remove the "freeswitch"  package altogether. At least for now before it's been fixed.

Just run the following command:

./scripts/feeds uninstall freeswitch

That allowed me to continue the firmware compilation.

@mazilo

Any chance that while looking for the perfect fix for the compilation, you might comment out the invalid options & plugins that refer to non-existing packages. Right now everybody suffers from the config warnings, eventhough most people are not even interested in the freeswitch package.

I proposed the comment-out fix in this pull request (but it is now in conflict after you modified package otherwise):
https://github.com/openwrt/telephony/pull/250

@mazilo

Thanks.

But it looks like you forgot the "flite" = Festival TTS :

WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'flite', which does not exist

https://github.com/openwrt/telephony/bl … efile#L969

The discussion might have continued from here.