OpenWrt Forum Archive

Topic: WARNING: Makefile 'package/feeds/telephony/asterisk-13.x and others

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

With my old openwrt sources:

git pull
i have errors, i solve with git reset --hard HEAD

after with scripts/feeds install -a i  have :

WARNING: Makefile 'package/feeds/telephony/asterisk-13.x/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/telephony/asterisk-15.x/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/dovecot/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/gammu/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/gnunet/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/telephony/kamailio-5.x/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/lcd4linux/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/lcd4linux/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/libdbi-drivers/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/libzdb/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/lighttpd/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/lighttpd/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/luasql/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/php7/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/php7/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/python/Makefile' has a build dependency on 'zlib/host', which does not exist
WARNING: Makefile 'package/feeds/packages/python-mysql/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/python3/Makefile' has a build dependency on 'zlib/host', which does not exist
WARNING: Makefile 'package/feeds/telephony/restund/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/seafile-server/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/packages/strongswan/Makefile' has a dependency on 'libmysqlclient-r', which does not exist
WARNING: Makefile 'package/feeds/packages/ulogd/Makefile' has a dependency on 'libmysqlclient', which does not exist
WARNING: Makefile 'package/feeds/telephony/yate/Makefile' has a dependency on 'libmysqlclient-r', which does not exist
Installing all packages from feed packages.
Installing package 'mariadb' from packages
Installing all packages from feed luci.
Installing all packages from feed routing.
Installing all packages from feed telephony.
Installing package 'asterisk-13.x-chan-lantiq' from telephony
Installing package 'asterisk-15.x-chan-lantiq' from telephony

the last week i have no problems

(Last edited by F5BJR on 28 Apr 2018, 16:57)

The warning goes away on the next run after you once have run "./scripts/feeds install -a". (Removing the error may require you to delete the tmp directory, so that all package data gets created again. I did that.)

mariadb package now offers that libmysqlclient feature, and mariadb got installed right after those warnings. No warnings next time.

???

before git pull and feeds update & install i remove always tmp folder ...

next run i have  :

WARNING: Makefile 'package/feeds/packages/python/Makefile' has a build dependency on 'zlib/host', which does not exist
WARNING: Makefile 'package/feeds/packages/python3/Makefile' has a build dependency on 'zlib/host', which does not exist

i have see this : https://forum.openwrt.org/viewtopic.php … 97#p376497

(Last edited by F5BJR on 28 Apr 2018, 17:27)

F5BJR wrote:

???

before git pull and feeds update & install i remove always tmp folder ...

next run i have  :

WARNING: Makefile 'package/feeds/packages/python/Makefile' has a build dependency on 'zlib/host', which does not exist
WARNING: Makefile 'package/feeds/packages/python3/Makefile' has a build dependency on 'zlib/host', which does not exist

i have see this : https://forum.openwrt.org/viewtopic.php … 97#p376497

Python still needs fixing like I said in the other thread. Warning will go away once the PR gets merged.

That mariadb/mysqlclientclient warnings went away, right? (like I said above)

(Last edited by hnyman on 28 Apr 2018, 17:36)

Solved this day -> 30 april 2018 git and feeds are goods

(Last edited by F5BJR on 30 Apr 2018, 11:51)

The discussion might have continued from here.