Skip to content
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

Compiling doc outdated for Ubuntu ≥24.04 (dependencies) #18283

Open
1 task done
lapineige opened this issue Jan 24, 2025 · 0 comments
Open
1 task done

Compiling doc outdated for Ubuntu ≥24.04 (dependencies) #18283

lapineige opened this issue Jan 24, 2025 · 0 comments

Comments

@lapineige
Copy link
Contributor

Is there an existing issue for this?

  • I checked and did not find my issue in the already reported ones

Describe the bug

Currently the documentation on how to compile is outdated for Ubuntu 24.04 and newer.

This part in particular https://github.com/darktable-org/darktable?tab=readme-ov-file#ubuntu, regarding the dependencies.
sed -e '/^#\sdeb-src /s/^# *//;t;d' "/etc/apt/sources.list" will give an invalid result, with an empty file.
Here is the explanation and workaround : https://askubuntu.com/questions/1512042/ubuntu-24-04-getting-error-you-must-put-some-deb-src-uris-in-your-sources-list/1512043#1512043

I can't adapt the command myself, but at least /etc/apt/sources.list should be replaced by /etc/apt/sources.list.d/ubuntu.sources and the sed syntax adapted, I believe.

As a temporary workaround, one could edit this /etc/apt/sources.list.d/ubuntu.sources file, add deb-src after deb, do sudo apt-get update and then sudo apt-get build-dep darktable, then revert the edit.

Steps to reproduce

Just copy paste the commands.

Expected behavior

No response

Logfile | Screenshot | Screencast

No response

Commit

No response

Where did you obtain darktable from?

self compiled

darktable version

5.0

What OS are you using?

Linux

What is the version of your OS?

Ubuntu 24.04

Describe your system?

No response

Are you using OpenCL GPU in darktable?

None

If yes, what is the GPU card and driver?

No response

Please provide additional context if applicable. You can attach files too, but might need to rename to .txt or .zip

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant