On 21/06/2021 17:39, Daniel J. Luke wrote:> On Jun 21, 2021, at 7:20 AM, Timo Sirainen <timo at sirainen.com> wrote: >> Here's a new release with some security fixes and quite a lot of other changes as well. >> >> * Removed support for Lua 5.2. Use version 5.1 or 5.3 instead. > Looks like it doesn't want to build w/o lua now. > > On my MacOS system configure says:And on OmniOS / Solaris it failed with: libtool: link: gcc -std=gnu99 -m64 -march=x86-64 -fPIC -Os -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -m64 -o test-dict test-dict.o ./.libs/libdict.a ../lib-test/.libs/libtest.a ../lib/.libs/liblib.a -lsocket -lnsl -lsendfile gcc: error: ./.libs/libdict_lua.a: No such file or directory gmake[3]: *** [Makefile:630: test-dict-client] Error 1 I confirm v2.3.15 has an error. I tried combinations of --with-lua=no, --without-lua, etc, and also compiled lua and still it failed.
On 21. Jun 2021, at 18.57, James <list at xdrv.uk> wrote:> > On 21/06/2021 17:39, Daniel J. Luke wrote: >> On Jun 21, 2021, at 7:20 AM, Timo Sirainen <timo at sirainen.com> wrote: >>> Here's a new release with some security fixes and quite a lot of other changes as well. >>> >>> * Removed support for Lua 5.2. Use version 5.1 or 5.3 instead. >> Looks like it doesn't want to build w/o lua now. >> >> On my MacOS system configure says: > > And on OmniOS / Solaris it failed with: > > libtool: link: gcc -std=gnu99 -m64 -march=x86-64 -fPIC -Os -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -m64 -o test-dict test-dict.o ./.libs/libdict.a ../lib-test/.libs/libtest.a ../lib/.libs/liblib.a -lsocket -lnsl -lsendfile > gcc: error: ./.libs/libdict_lua.a: No such file or directory > gmake[3]: *** [Makefile:630: test-dict-client] Error 1Attached patch should work? You'll need to run autogen.sh again. -------------- next part -------------- A non-text attachment was scrubbed... Name: lib-dict-lua-link.patch Type: application/octet-stream Size: 1104 bytes Desc: not available URL: <https://dovecot.org/pipermail/dovecot/attachments/20210622/326572b4/attachment.obj> -------------- next part --------------