You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
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, adddeb-src
afterdeb
, dosudo apt-get update
and thensudo 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
The text was updated successfully, but these errors were encountered: