On 03/30/2014 11:20 AM, Maxim Storchak wrote: > v31 adds more interfaces to POSIX. > New compared to v5.1.11: > nanosleep, open, close, read, write, pipe, dup, dup2, setfl, getfl, fcntl, > poll, fnmatch, memrchr, strptime, statvfs, mkdtemp, isatty, openpt, ptsname, > grantpt, unlockpt, killpg, openpty, realpath, socket functions and constants, > fixes, optimizations, etc. > > New dependency: luabitop (provided as a separate patch) > > Signed-off-by: Maxim Storchak <[email protected]> > --- > lang/luaposix/Makefile | 20 +++++++++++------- > lang/luaposix/patches/100-eglibc-compat.patch | 28 > +++++++++++++------------ > 2 files changed, 27 insertions(+), 21 deletions(-) >
Hi, I am getting the following error with your patch. I do not have Lua installed locally and it looks like it wants to check my local lua version. Hauke checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking for library containing crypt... -lcrypt checking for strlcpy... yes checking for statvfs... yes checking for NcursesW wide-character library... no checking for Ncurses library... yes checking for working ncurses/curses.h... no checking for working ncurses.h... yes checking for resizeterm... yes checking for a Lua interpreter with version >= 5.1, < 5.3... none configure: error: cannot find suitable Lua interpreter make[2]: *** [/home/hauke/openwrt/git/build_dir/target-arm_cortex-a9_uClibc-0.9.33.2_eabi/luaposix-release-v31/.configured_] Error 1 make[2]: Leaving directory `/home/hauke/openwrt/git/feeds/packages/lang/luaposix' make[1]: *** [package/feeds/packages/luaposix/compile] Error 2 make[1]: Leaving directory `/home/hauke/openwrt/git' make: *** [package/luaposix/compile] Error 2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
