Hi, +1
Win convenience binaries are up: https://dist.apache.org/repos/dist/dev/couchdb/binary/win/3.4.1/rc.1/ FOR THE RECORD ---- The following line is manually added to the "build_installer.ps1“ script from the "couchdb-glazier“ repository: Copy-Item -Path "C:\tools\msys64\ucrt64\bin\libwinpthread-1.dll" -Destination "${CouchDB}\bin“ QuickJS is build with gcc in a MSYS2 environment and the produced „couch_mainjs.exe" and „couch_coffee.exe" executables have a link dependency to the dynamic link library "libwinpthread-1.dll“. This was detected, after the source tarball of CouchDB 3.4.1 was published. The solution for the next version is to remove this dependency or do a static linking. ---- Signature: ok Checksums: match make check: fails (see v3.4.0) make release, fauxton "verify installation": works for SpiderMonkey 91 and QuickJS msi-installer: works env: Microsoft Windows Server 2022 Datacenter, Python 3.11.9, Erlang 25.3.2.13, Elixir 1.15.7 Best, Ronny > Am 26.09.2024 um 15:26 schrieb Nick Vatamaniuc <vatam...@gmail.com>: > > +1 > > checksum: ok > sig: ok > make check: ok > Fauxton "verify install": ok > > Tested with `--js-engine=quickjs` on ubuntu 22.04, erlang 24 > > Cheers, > -Nick > > On Wed, Sep 25, 2024 at 11:17 AM Jiahui Li <jiahui...@ibm.com.invalid> wrote: >> >> `make check` passed all tests. >> `signature`: ok >> `sha256sum` check: ok >> >> Tested with `--spidermonkey-version 91` and `--js-engine=quickjs`, >> erlang 27.1 >> elixir 1.17.3 >> python 3.12.6 >> zulu-7.56.0.11 >> macos x86_64 14.6.1 >> >> >> Thanks, >> Jiahui Li