StephanU opened a new issue, #5559: URL: https://github.com/apache/couchdb/issues/5559
[NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: # ( Do NOT give us access or passwords to your actual CouchDB! ) 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 [NOTE]: # ( Include commands to reproduce, if possible. curl is preferred. ) - Download Couchdb from here: [https://couchdb.neighbourhood.ie/downloads/3.5.0/mac/x86_64/Apache-CouchDB.zip](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 [NOTE]: # ( Tell us what you expected to happen. ) The Couchdb version of the downloaded binary should be 3.5.0 and creating views should work without errors. ## Your Environment [TIP]: # ( Include as many relevant details about your environment as possible. ) [TIP]: # ( You can paste the output of curl http://YOUR-COUCHDB:5984/ here. ) * 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
