Hi all!

One package of mine depends on luci-lib-core and in particular for the ip 
library, but seems that the luci-lib-core Makefile miss the nixio and some 
other and cause problems at runtime

/usr/bin/lua: /usr/lib/lua/luci/ip.lua:20: module 'nixio' not found:
        no field package.preload['nixio']
        no file './nixio.lua'
        no file '/usr/share/lua/nixio.lua'
        no file '/usr/share/lua/nixio/init.lua'
        no file '/usr/lib/lua/nixio.lua'
        no file '/usr/lib/lua/nixio/init.lua'
        no file './nixio.so'
        no file '/usr/lib/lua/nixio.so'
        no file '/usr/lib/lua/loadall.so'

installing manually luci-lib-nixio_svn-r9957-1_ar71xx.ipk this error seems 
solved but another appear

/usr/bin/lua: /usr/lib/lua/luci/util.lua:31: module 'luci.template.parser' not 
found:
        no field package.preload['luci.template.parser']
        no file './luci/template/parser.lua'
        no file '/usr/share/lua/luci/template/parser.lua'
        no file '/usr/share/lua/luci/template/parser/init.lua'
        no file '/usr/lib/lua/luci/template/parser.lua'
        no file '/usr/lib/lua/luci/template/parser/init.lua'
        no file './luci/template/parser.so'
        no file '/usr/lib/lua/luci/template/parser.so'
        no file '/usr/lib/lua/loadall.so'
        no file './luci.so'
        no file '/usr/lib/lua/luci.so'
        no file '/usr/lib/lua/loadall.so'
stack traceback:
        [C]: in function 'require'
        /usr/lib/lua/luci/util.lua:31: in main chunk
        [C]: in function 'require'
        /usr/lib/lua/luci/ip.lua:22: in main chunk
        [C]: in function 'require'
        /usr/lib/lua/lime/network.lua:5: in main chunk
        [C]: in function 'require'
        /usr/bin/lime-config:4: in main chunk
        [C]: ?

Here it goes my feeds.conf
src-git packages git://git.openwrt.org/packages.git
src-git luci git://nbd.name/luci.git
src-git routing git://github.com/openwrt-routing/packages.git

Thanks for help and fix :)
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to