-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Release file for Ubuntu 24.04 LTS #5077
Comments
Hi, Ubuntu 24.04 LTS isn't listed under the convenience binary packages section in our docs, so you get the error message you encountered. I think and hope that this will be done in the near future. In the meantime you could use the Snap package or build CouchDB on your Raspi by yourself. |
@aklehm Docs does not explicitly explain that you have to either set this env variable or replace ${VERSION_CODENAME} to a OS version code name, in my case it was "bookworm" for Debian. Try running "lsb_release -cs". If you get a correct code name you could do: echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${lsb_release -cs} main" | sudo tee /etc/apt/sources.list.d/couchdb.list >/dev/null But if you've run the command already fix the issue by manually editing /etc/apt/sources.list.d/couchdb.list Hmm. Official page does not list the code name for Ubuntu 24.04 🤷 So, while this is not a bug, the docs could be improved imho. |
Is there an ETA for adding a convenience package for Ubuntu 24.04 LTS? |
Is the "not-a-bug" tag what is stopping this getting sorted? We want to use the official package on Ubuntu24.04 LTS, but can't. We tried using the "jammy" version with: But that gives:
|
The show-stopper here was the missing support for SpiderMonkey versions >91. With commit 2cfb0c3 we added support for those versions and with commit a79a290 we added package support for Noble. In the meantime, you could test pre-build binaries from the main branch, e.g. https://ci-couchdb.apache.org/job/jenkins-cm1/job/FullPlatformMatrix/job/main/lastSuccessfulBuild/artifact/pkgs/ until we make an official release for Noble. |
Description
I want to install CouchDB on a Ubuntu Server 24.04 LTS and followed the offical docs here: CouchDB docs
But when update the repositores with
sudo apt update
, I get the following error messages.Steps to Reproduce
Fresh installation of Ubuntu Server 24.04 LTS
Enabling the Apache CouchDB package repository
Expected Behaviour
Update repositories und install CouchDB after enabling the Apache CouchDB package repository
Your Environment
Hardware: Raspberry Pi 3B
OS: Ubuntu Server 24.04 LTS
The text was updated successfully, but these errors were encountered: