Conversation
|
|
So it does not compile anymore? Weird. |
|
From the build logs:
See #445447 for explanation of this issue, you can find many linked PRs there that fix this for other packages. |
Sigmanificient
left a comment
There was a problem hiding this comment.
@suhr I am getting an SSL error while fetching from chiselapp.com, can you look into it?
Interesting, it still works for me: nixpkgs ❯ nix build .#arcan.src --rebuild -L
fossil-archive> Cloning Fossil https://chiselapp.com/user/letoram/repository/arcan [152a24d5193c169a25e07ec0994dd0bf3e60afdb2016090cb1e73d2f78ce3a8d] into /nix/store/nfdv9jld3pgsnhk71scck7i3i2y12na7-fossil-archive
fossil-archive> Round-trips: 10 Artifacts sent: 0 received: 25830
fossil-archive> Clone done, wire bytes sent: 2882 received: 53443620 remote: 2607:f1c0:800:8902:68e8:7a3f:2812:3fc0
fossil-archive> Rebuilding repository meta-data...
fossil-archive> 100.0% complete...
fossil-archive> Extra delta compression... 43 deltas save 695,307 bytes
fossil-archive> Vacuuming the database...
fossil-archive> project-id: ad07d31a662232b3cba26dca2847b2828ec3a57f
fossil-archive> server-id: f003e9ac5f7f5de16a08e64d98a74828d99f4c68
fossil-archive> admin-user: nobody (password is "zKFy38Ae6X")
fossil-archive> /nix/store/nfdv9jld3pgsnhk71scck7i3i2y12na7-fossil-archive ~
fossil-archive> Pull from https://chiselapp.com/user/letoram/repository/arcan
fossil-archive> Round-trips: 1 Artifacts sent: 0 received: 0
fossil-archive> Pull done, wire bytes sent: 335 received: 2435 remote: 2607:f1c0:800:8902:68e8:7a3f:2812:3fc0
fossil-archive> .fossil-settings/ignore-glob
fossil-archive> .gitignore
... |
|
|
Arcan also have a codeberg mirror: https://codeberg.org/letoram/arcan It may also be needed to update letoram-openal to latest unstable that fixes its cmake minimum |
|
You can also fix the cmake error without bumping openal: diff --git a/pkgs/by-name/ar/arcan/package.nix b/pkgs/by-name/ar/arcan/package.nix
index 9f42fedad7c7..272c3b59ae8f 100644
--- a/pkgs/by-name/ar/arcan/package.nix
+++ b/pkgs/by-name/ar/arcan/package.nix
@@ -113,6 +113,9 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optionals useEspeak [ espeak-ng ];
+
+ CMAKE_POLICY_VERSION_MINIMUM = "3.5";
+
cmakeFlags = [
# The upstream project recommends tagging the distribution
(lib.cmakeFeature "DISTR_TAG" "Nixpkgs")
I would recommend using that, since the current fossil host has been having regular downtimes in the past months, presumably due to the usual LLM scraping bots. |
Closes #369991.
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.Add a 👍 reaction to pull requests you find important.