We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI Please assist. I am trying to compile juciwrt and getting this error. As far as ubuntu is concerned libncurses is not broken.
Here is the compiler output:
#install -m0755 /home/john/juciwrt/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/luaposix-release-v33.3.1/lib/curses.lua /home/john/juciwrt/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/luaposix-release-v33.3.1/ipkg-ramips_24kec/luaposix33/usr/lib/lua find /home/john/juciwrt/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/luaposix-release-v33.3.1/ipkg-ramips_24kec/luaposix33 -name 'CVS' -o -name '.svn' -o -name '.#' -o -name '~'| xargs -r rm -rf Package luaposix33 is missing dependencies for the following libraries: libncursesw.so.5 Makefile:57: recipe for target '/home/john/juciwrt/bin/ramips/packages/juci/luaposix33_v33.3.1-1_ramips_24kec.ipk' failed make[3]: *** [/home/john/juciwrt/bin/ramips/packages/juci/luaposix33_v33.3.1-1_ramips_24kec.ipk] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HI
Please assist. I am trying to compile juciwrt and getting this error. As far as ubuntu is concerned libncurses is not broken.
Here is the compiler output:
#install -m0755 /home/john/juciwrt/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/luaposix-release-v33.3.1/lib/curses.lua /home/john/juciwrt/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/luaposix-release-v33.3.1/ipkg-ramips_24kec/luaposix33/usr/lib/lua
find /home/john/juciwrt/build_dir/target-mipsel_24kec+dsp_musl-1.1.11/luaposix-release-v33.3.1/ipkg-ramips_24kec/luaposix33 -name 'CVS' -o -name '.svn' -o -name '.#' -o -name '~'| xargs -r rm -rf
Package luaposix33 is missing dependencies for the following libraries:
libncursesw.so.5
Makefile:57: recipe for target '/home/john/juciwrt/bin/ramips/packages/juci/luaposix33_v33.3.1-1_ramips_24kec.ipk' failed
make[3]: *** [/home/john/juciwrt/bin/ramips/packages/juci/luaposix33_v33.3.1-1_ramips_24kec.ipk] Error 1
The text was updated successfully, but these errors were encountered: