-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Description
It seems the CouchDB 3.5.0 binary for Mac (x86_64) is broken. When downloading the binary via 'https://couchdb.neighbourhood.ie/downloads/3.5.0/mac/x86_64/Apache-CouchDB.zip', the downloaded binary shows the version 3.4.3 instead of 3.5.0.
When installing this version, I get errors when creating views in an empty database.
[error] 2025-06-10T10:36:40.975010Z couchdb@localhost <0.1105.0> -------- OS Process Error <0.1107.0> :: {os_process_error,{exit_status,134}}
[info] 2025-06-10T10:36:40.975063Z couchdb@localhost <0.289.0> -------- couch_proc_manager <0.1107.0> died normal
Also, the link to download 3.4.3 on the website (https://couchdb.apache.org/#download) actually points to the corrupt 3.5.0 version.
When downloading/installing Couchdb 3.4.3 via https://couchdb.neighbourhood.ie/downloads/3.4.3/mac/x86_64/Apache-CouchDB.zip, everything is fine.
Steps to Reproduce
- Download Couchdb from here: https://couchdb.neighbourhood.ie/downloads/3.5.0/mac/x86_64/Apache-CouchDB.zip
- Install.
- Create a database.
- Create a view for this database.
Expected Behaviour
The Couchdb version of the downloaded binary should be 3.5.0 and creating views should work without errors.
Your Environment
- CouchDB version used: 3.5.0
- Browser name and version: Firefox 139.0.1
- Operating system and version: macOS 15.5 on an Intel Mac.