NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.39k stars 13.61k forks source link

Build failure: vkdt #336771

Open korrat opened 3 weeks ago

korrat commented 3 weeks ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix shell nixpkgs#vkdt

Build log

Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/zwfqfvxf0vmf56zhx5yi40c1r48cl70j-vkdt-0.7.0.tar.xz
source root is vkdt-0.7.0
setting SOURCE_DATE_EPOCH to timestamp 1697621979 of file vkdt-0.7.0/src/core/version.h
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" }
Running phase: configurePhase
@nix { "action": "setPhase", "phase": "configurePhase" }
no configure script, doing nothing
Running phase: buildPhase
@nix { "action": "setPhase", "phase": "buildPhase" }
build flags: SHELL=/nix/store/4bj2kxdm1462fzcc2i2s4dn33g2angcc-bash-5.2p32/bin/bash DESTDIR=\$\(out\) prefix=
/nix/store/4bj2kxdm1462fzcc2i2s4dn33g2angcc-bash-5.2p32/bin/bash: line 1: git: command not found
/nix/store/4bj2kxdm1462fzcc2i2s4dn33g2angcc-bash-5.2p32/bin/bash: line 1: git: command not found
make -C src/
make[1]: Entering directory '/build/vkdt-0.7.0/src'
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c cli/main.c -o cli/main.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c qvk/qvk.c -o qvk/qvk.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c qvk/qvk_util.c -o qvk/qvk_util.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG  -c core/log.c -o core/log.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG  -c core/threads.c -o core/threads.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c pipe/alloc.c -o pipe/alloc.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c pipe/connector.c -o pipe/connector.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c pipe/global.c -o pipe/global.o
pipe/global.c:135:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  135 |       fscanf(f, "%[^\n]", line);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~
pipe/global.c:178:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  178 |       fscanf(f, "%[^\n]", line);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~
pipe/global.c:263:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  263 |       fscanf(f, "%[^\n]", line);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~
pipe/global.c:295:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  295 |       fscanf(f, "%[^\n]", line);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~
pipe/global.c:318:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  318 |       fscanf(f, "%[^\n]", line);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~
5 warnings generated.
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c pipe/graph.c -o pipe/graph.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c pipe/graph-io.c -o pipe/graph-io.o
pipe/graph-io.c:298:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  298 |     fscanf(f, "%299999[^\n]", line);
      |     ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
pipe/graph-io.c:519:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  519 |   fscanf(f, "%299999[^\n]", buf);
      |   ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c pipe/graph-export.c -o pipe/graph-export.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c pipe/module.c -o pipe/module.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c pipe/raytrace.c -o pipe/raytrace.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c db/db.c -o db/db.o
In file included from db/db.c:7:
db/exif.h:20:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   20 |   fread(buf, sizeof(buf), 1, f);
      |   ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~
db/db.c:452:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  452 |     fscanf(f, "%[^\n]", line);
      |     ^~~~~~ ~~~~~~~~~~~~~~~~~
2 warnings generated.
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c db/rc.c -o db/rc.o
db/rc.c:161:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  161 |     fscanf(f, "%3999[^\n]", line);
      |     ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c db/thumbnails.c -o db/thumbnails.o
db/thumbnails.c:285:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  285 |     link(cfgfilename, bc1filename);
      |     ^~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang cli/main.o qvk/qvk.o qvk/qvk_util.o core/log.o core/threads.o pipe/alloc.o pipe/connector.o pipe/global.o pipe/graph.o pipe/graph-io.o pipe/graph-export.o pipe/module.o pipe/raytrace.o db/db.o db/rc.o db/thumbnails.o -pie -o ../bin/vkdt-cli \
     -rdynamic -L/nix/store/jmm70ras7i2ak9kvkxpy368a7vqx2hi8-vulkan-loader-1.3.283.0/lib -lvulkan -ldl -pthread -ldl  -s
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -c fit/fit.c -o fit/fit.o
clang fit/fit.o qvk/qvk.o qvk/qvk_util.o core/log.o core/threads.o pipe/alloc.o pipe/connector.o pipe/global.o pipe/graph.o pipe/graph-io.o pipe/graph-export.o pipe/module.o pipe/raytrace.o db/db.o db/rc.o db/thumbnails.o -pie -o ../bin/vkdt-fit \
     -lm -rdynamic -L/nix/store/jmm70ras7i2ak9kvkxpy368a7vqx2hi8-vulkan-loader-1.3.283.0/lib -lvulkan -ldl -pthread -ldl  -s
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c gui/gui.c -o gui/gui.o
gui/gui.c:422:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  422 |     fscanf(f, "%[^\n]", line);
      |     ^~~~~~ ~~~~~~~~~~~~~~~~~
1 warning generated.
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c gui/render.cc -o gui/render.o
In file included from gui/render.cc:8:
gui/api.h:15:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   15 |   system("make reload-shaders");
      |   ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
gui/render.cc:260:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  260 |       fscanf(f, "%f %f %f\n", gamma0, gamma0+1, gamma0+2);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gui/render.cc:261:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  261 |       fscanf(f, "%f %f %f\n", rec2020_to_dspy0+0, rec2020_to_dspy0+1, rec2020_to_dspy0+2);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gui/render.cc:262:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  262 |       fscanf(f, "%f %f %f\n", rec2020_to_dspy0+3, rec2020_to_dspy0+4, rec2020_to_dspy0+5);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gui/render.cc:263:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  263 |       fscanf(f, "%f %f %f\n", rec2020_to_dspy0+6, rec2020_to_dspy0+7, rec2020_to_dspy0+8);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gui/render.cc:271:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  271 |       fscanf(f, "%f %f %f\n", gamma1, gamma1+1, gamma1+2);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gui/render.cc:272:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  272 |       fscanf(f, "%f %f %f\n", rec2020_to_dspy1+0, rec2020_to_dspy1+1, rec2020_to_dspy1+2);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gui/render.cc:273:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  273 |       fscanf(f, "%f %f %f\n", rec2020_to_dspy1+3, rec2020_to_dspy1+4, rec2020_to_dspy1+5);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gui/render.cc:274:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  274 |       fscanf(f, "%f %f %f\n", rec2020_to_dspy1+6, rec2020_to_dspy1+7, rec2020_to_dspy1+8);
      |       ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9 warnings generated.
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c gui/render_files.cc -o gui/render_files.o
In file included from gui/render_files.cc:10:
In file included from ./gui/widget_recentcollect.hh:2:
In file included from ./gui/api.hh:3:
./gui/widget_filteredlist.hh:38:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   38 |     fscanf(f, "# %255[^\n]", res);
      |     ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_files.cc:10:
In file included from ./gui/widget_recentcollect.hh:2:
In file included from ./gui/api.hh:6:
./gui/api.h:15:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   15 |   system("make reload-shaders");
      |   ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_files.cc:10:
In file included from ./gui/widget_recentcollect.hh:2:
./gui/api.hh:101:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  101 |   fread(buf, fsize, 1, fin);
      |   ^~~~~ ~~~~~~~~~~~~~~~~~~
./gui/api.hh:112:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  112 |     realpath(filename, dst);
      |     ^~~~~~~~ ~~~~~~~~~~~~~
./gui/api.hh:224:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  224 |         fread(buf, s, 1, f);
      |         ^~~~~ ~~~~~~~~~~~~
./gui/api.hh:333:11: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  333 |           fscanf(f, "%299999[^\n]", line);
      |           ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
gui/render_files.cc:139:15: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  139 |               fscanf(f, "Mounted %*s at %49s", mountpoint[i]);
      |               ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c gui/render_lighttable.cc -o gui/render_lighttable.o
In file included from gui/render_lighttable.cc:13:
./gui/hotkey.hh:350:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  350 |         fscanf(f, "%[^:]:%d %d %d %d%*[^\n]", name, key, key+1, key+2, key+3);
      |         ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_lighttable.cc:15:
In file included from ./gui/widget_recentcollect.hh:2:
In file included from ./gui/api.hh:3:
./gui/widget_filteredlist.hh:38:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   38 |     fscanf(f, "# %255[^\n]", res);
      |     ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_lighttable.cc:15:
In file included from ./gui/widget_recentcollect.hh:2:
In file included from ./gui/api.hh:6:
./gui/api.h:15:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   15 |   system("make reload-shaders");
      |   ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_lighttable.cc:15:
In file included from ./gui/widget_recentcollect.hh:2:
./gui/api.hh:101:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  101 |   fread(buf, fsize, 1, fin);
      |   ^~~~~ ~~~~~~~~~~~~~~~~~~
./gui/api.hh:112:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  112 |     realpath(filename, dst);
      |     ^~~~~~~~ ~~~~~~~~~~~~~
./gui/api.hh:224:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  224 |         fread(buf, s, 1, f);
      |         ^~~~~ ~~~~~~~~~~~~
./gui/api.hh:333:11: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  333 |           fscanf(f, "%299999[^\n]", line);
      |           ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
gui/render_lighttable.cc:571:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  571 |         realpath(filename, realname);
      |         ^~~~~~~~ ~~~~~~~~~~~~~~~~~~
gui/render_lighttable.cc:684:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  684 |       realpath(filename, realname);
      |       ^~~~~~~~ ~~~~~~~~~~~~~~~~~~
gui/render_lighttable.cc:693:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  693 |         realpath(filename, realname);
      |         ^~~~~~~~ ~~~~~~~~~~~~~~~~~~
gui/render_lighttable.cc:761:7: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  761 |       realpath(imgpath, cmd+strlen(cmd)); // use GNU extension: fill path even if it doesn't exist
      |       ^~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
11 warnings generated.
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c gui/render_darkroom.cc -o gui/render_darkroom.o
In file included from gui/render_darkroom.cc:10:
./gui/hotkey.hh:350:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  350 |         fscanf(f, "%[^:]:%d %d %d %d%*[^\n]", name, key, key+1, key+2, key+3);
      |         ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_darkroom.cc:11:
./gui/keyaccel.hh:49:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   49 |         fscanf(f, "# %255[^\n]", comment);
      |         ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
./gui/keyaccel.hh:95:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   95 |     fscanf(f, "%299999[^\n]", line);
      |     ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_darkroom.cc:12:
In file included from ./gui/api.hh:3:
./gui/widget_filteredlist.hh:38:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   38 |     fscanf(f, "# %255[^\n]", res);
      |     ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_darkroom.cc:12:
In file included from ./gui/api.hh:6:
./gui/api.h:15:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   15 |   system("make reload-shaders");
      |   ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_darkroom.cc:12:
./gui/api.hh:101:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  101 |   fread(buf, fsize, 1, fin);
      |   ^~~~~ ~~~~~~~~~~~~~~~~~~
./gui/api.hh:112:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  112 |     realpath(filename, dst);
      |     ^~~~~~~~ ~~~~~~~~~~~~~
./gui/api.hh:224:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  224 |         fread(buf, s, 1, f);
      |         ^~~~~ ~~~~~~~~~~~~
./gui/api.hh:333:11: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  333 |           fscanf(f, "%299999[^\n]", line);
      |           ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
gui/render_darkroom.cc:336:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  336 |         realpath(graph_cfg, realimg);
      |         ^~~~~~~~ ~~~~~~~~~~~~~~~~~~
10 warnings generated.
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c gui/render_nodes.cc -o gui/render_nodes.o
In file included from gui/render_nodes.cc:16:
gui/hotkey.hh:350:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  350 |         fscanf(f, "%[^:]:%d %d %d %d%*[^\n]", name, key, key+1, key+2, key+3);
      |         ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_nodes.cc:17:
In file included from gui/api.hh:3:
gui/widget_filteredlist.hh:38:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   38 |     fscanf(f, "# %255[^\n]", res);
      |     ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_nodes.cc:17:
In file included from gui/api.hh:6:
gui/api.h:15:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   15 |   system("make reload-shaders");
      |   ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
In file included from gui/render_nodes.cc:17:
gui/api.hh:101:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  101 |   fread(buf, fsize, 1, fin);
      |   ^~~~~ ~~~~~~~~~~~~~~~~~~
gui/api.hh:112:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  112 |     realpath(filename, dst);
      |     ^~~~~~~~ ~~~~~~~~~~~~~
gui/api.hh:224:9: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  224 |         fread(buf, s, 1, f);
      |         ^~~~~ ~~~~~~~~~~~~
gui/api.hh:333:11: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  333 |           fscanf(f, "%299999[^\n]", line);
      |           ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c gui/darkroom.c -o gui/darkroom.o
In file included from gui/darkroom.c:5:
./gui/api.h:15:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   15 |   system("make reload-shaders");
      |   ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
gui/darkroom.c:229:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  229 |     realpath(graph_cfg, realimg); // depend on GNU extension in case of ENOENT (to cut out /../ and so on)
      |     ^~~~~~~~ ~~~~~~~~~~~~~~~~~~
2 warnings generated.
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c gui/main.c -o gui/main.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c gui/view.c -o gui/view.o
In file included from gui/view.c:3:
In file included from ./gui/lighttable.h:3:
./gui/api.h:15:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   15 |   system("make reload-shaders");
      |   ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c gui/imnodes.cc -o gui/imnodes.o
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c ../ext/imgui/imgui.cpp -o ../ext/imgui/imgui.o
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c ../ext/imgui/imgui_draw.cpp -o ../ext/imgui/imgui_draw.o
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c ../ext/imgui/imgui_widgets.cpp -o ../ext/imgui/imgui_widgets.o
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c ../ext/imgui/imgui_tables.cpp -o ../ext/imgui/imgui_tables.o
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c ../ext/imgui/backends/imgui_impl_vulkan.cpp -o ../ext/imgui/backends/imgui_impl_vulkan.o
clang++ -Wall -pipe -I. -D_GNU_SOURCE -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/include -I../ext/imgui -I../ext/imgui/backends/ -c ../ext/imgui/backends/imgui_impl_glfw.cpp -o ../ext/imgui/backends/imgui_impl_glfw.o
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -fPIC -Wall -pipe -O3 -march=native -DNDEBUG  -c snd/none.c -o snd/none.o
clang gui/gui.o gui/render.o gui/render_files.o gui/render_lighttable.o gui/render_darkroom.o gui/render_nodes.o gui/darkroom.o gui/main.o gui/view.o gui/imnodes.o ../ext/imgui/imgui.o ../ext/imgui/imgui_draw.o ../ext/imgui/imgui_widgets.o ../ext/imgui/imgui_tables.o ../ext/imgui/backends/imgui_impl_vulkan.o ../ext/imgui/backends/imgui_impl_glfw.o qvk/qvk.o qvk/qvk_util.o core/log.o core/threads.o snd/none.o pipe/alloc.o pipe/connector.o pipe/global.o pipe/graph.o pipe/graph-io.o pipe/graph-export.o pipe/module.o pipe/raytrace.o db/db.o db/rc.o db/thumbnails.o -pie -o ../bin/vkdt \
     -L/nix/store/jmm70ras7i2ak9kvkxpy368a7vqx2hi8-vulkan-loader-1.3.283.0/lib -lvulkan -ldl -L/nix/store/v7k19g2212214cczkhgkpaxixa5mk8yd-glfw-3.4/lib -lglfw -lm -lstdc++ -rdynamic  -ldl -pthread -ldl  -s
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/align/main.c pipe/connector.c -o pipe/modules/align/libalign.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/autoexp/main.c  -o pipe/modules/autoexp/libautoexp.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/blend/main.c  -o pipe/modules/blend/libblend.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/ca/main.c pipe/connector.c -o pipe/modules/ca/libca.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/ciediag/main.c pipe/connector.c -o pipe/modules/ciediag/libciediag.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/cnn/main.c pipe/connector.c -o pipe/modules/cnn/libcnn.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/colour/main.c  -o pipe/modules/colour/libcolour.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/contrast/main.c pipe/connector.c -o pipe/modules/contrast/libcontrast.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/crop/main.c  -o pipe/modules/crop/libcrop.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/deconv/main.c pipe/connector.c -o pipe/modules/deconv/libdeconv.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/demosaic/main.c pipe/connector.c -o pipe/modules/demosaic/libdemosaic.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/denoise/main.c pipe/connector.c -o pipe/modules/denoise/libdenoise.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/draw/main.c pipe/connector.c -o pipe/modules/draw/libdraw.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/eq/main.c pipe/connector.c -o pipe/modules/eq/libeq.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/frame/main.c  -o pipe/modules/frame/libframe.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/guided/main.c pipe/connector.c -o pipe/modules/guided/libguided.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/hilite/main.c pipe/connector.c -o pipe/modules/hilite/libhilite.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/hist/main.c pipe/connector.c -o pipe/modules/hist/libhist.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/i-bc1/main.c  -o pipe/modules/i-bc1/libi-bc1.so  -s -lz
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/i-geo/main.c pipe/modules/i-geo/corona/prims.c -o pipe/modules/i-geo/libi-geo.so  -s -lm
pipe/modules/i-geo/main.c:27:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   27 |   fscanf(f, "%[^\n]\n", line); // envmap/background
      |   ^~~~~~ ~~~~~~~~~~~~~~~~~~~
pipe/modules/i-geo/main.c:28:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   28 |   fscanf(f, "%d\n", &geo->num_shaders);
      |   ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pipe/modules/i-geo/main.c:30:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   30 |     fscanf(f, "%[^\n]\n", line); // shader definition
      |     ^~~~~~ ~~~~~~~~~~~~~~~~~~~
3 warnings generated.
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/vr4xambg30wrnhl39rbwhdz6wdm5v7an-libjpeg-turbo-3.0.3-dev/include -shared pipe/modules/i-jpg/main.c  -o pipe/modules/i-jpg/libi-jpg.so  -s -L/nix/store/2qpll37ivpkkfrsnrplfcs70wg6a3mkp-libjpeg-turbo-3.0.3/lib -ljpeg
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/vr4xambg30wrnhl39rbwhdz6wdm5v7an-libjpeg-turbo-3.0.3-dev/include -shared pipe/modules/i-jpglst/main.c  -o pipe/modules/i-jpglst/libi-jpglst.so  -s -L/nix/store/2qpll37ivpkkfrsnrplfcs70wg6a3mkp-libjpeg-turbo-3.0.3/lib -ljpeg
pipe/modules/i-jpglst/main.c:138:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  138 |   fread(lst->data, size, 1, f);
      |   ^~~~~ ~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/i-lut/main.c  -o pipe/modules/i-lut/libi-lut.so  -s 
pipe/modules/i-lut/main.c:70:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   70 |   fread(out, lut->header.wd*(uint64_t)lut->header.ht*(uint64_t)lut->header.channels, sz, lut->f);
      |   ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/i-pfm/main.c  -o pipe/modules/i-pfm/libi-pfm.so  -s 
pipe/modules/i-pfm/main.c:103:5: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
  103 |     fread(in, pfm->channels, sizeof(float), pfm->f);
      |     ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/inpaint/main.c pipe/connector.c -o pipe/modules/inpaint/libinpaint.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/lens/main.c  -o pipe/modules/lens/liblens.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/llap/main.c pipe/connector.c -o pipe/modules/llap/libllap.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/loss/main.c pipe/connector.c -o pipe/modules/loss/libloss.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/menon/main.c pipe/connector.c -o pipe/modules/menon/libmenon.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/nlr/main.c pipe/connector.c -o pipe/modules/nlr/libnlr.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/nprof/main.c  -o pipe/modules/nprof/libnprof.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/o-bc1/main.c  -o pipe/modules/o-bc1/libo-bc1.so  -s -lz
pipe/modules/o-bc1/main.c:59:3: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result]
   59 |   link(tmpfile, filename);
      |   ^~~~ ~~~~~~~~~~~~~~~~~
1 warning generated.
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/o-ffmpeg/main.c  -o pipe/modules/o-ffmpeg/libo-ffmpeg.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include -I/nix/store/vr4xambg30wrnhl39rbwhdz6wdm5v7an-libjpeg-turbo-3.0.3-dev/include -shared pipe/modules/o-jpg/main.c  -o pipe/modules/o-jpg/libo-jpg.so  -s -L/nix/store/2qpll37ivpkkfrsnrplfcs70wg6a3mkp-libjpeg-turbo-3.0.3/lib -ljpeg
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/o-lut/main.c  -o pipe/modules/o-lut/libo-lut.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/o-null/main.c  -o pipe/modules/o-null/libo-null.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/o-pfm/main.c  -o pipe/modules/o-pfm/libo-pfm.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/pick/main.c pipe/connector.c -o pipe/modules/pick/libpick.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/rawhist/main.c pipe/connector.c -o pipe/modules/rawhist/librawhist.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/resize/main.c  -o pipe/modules/resize/libresize.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/rt/main.c  -o pipe/modules/rt/librt.so  -s -lm
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/svgf/main.c pipe/connector.c -o pipe/modules/svgf/libsvgf.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/svgf2/main.c pipe/connector.c -o pipe/modules/svgf2/libsvgf2.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/wavelet/main.c pipe/connector.c -o pipe/modules/wavelet/libwavelet.so  -s 
clang -Wall -pipe -I. -D_GNU_SOURCE -std=c11 -DVK_ENABLE_BETA_EXTENSIONS -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/zones/main.c pipe/connector.c -o pipe/modules/zones/libzones.so  -s -lm
clang++ -Wall -pipe -I. -D_GNU_SOURCE -Ipipe -I. -fPIC -Wall -pipe -O3 -march=native -DNDEBUG -I/nix/store/4xwnhzrdj3av821flrxry5dfqh70miay-vulkan-headers-1.3.283.0/include  -shared pipe/modules/i-exr/main.cc  -o pipe/modules/i-exr/libi-exr.so  -s -lz
mkdir -p pipe/modules/i-raw/rawspeed/build
cd pipe/modules/i-raw/rawspeed/build; cmake .. -G "Unix Makefiles" -DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=release -DRAWSPEED_ENABLE_LTO=off -DRAWSPEED_ENABLE_DEBUG_INFO=off -DBUILD_BENCHMARKING=off -DBUILD_FUZZERS=off -DBUILD_TOOLS=off -DBINARY_PACKAGE_BUILD=on
-- The CXX compiler identification is Clang 18.1.8
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/k4l2mg07nyd7flfkxgbz63j63hnwfvnw-clang-wrapper-18.1.8/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Checking for -mtune=generic support
-- Performing Test MTUNEGENERIC
-- Performing Test MTUNEGENERIC - Success
-- Checking for -mtune=generic support - works
-- Performing Test CLANG_CXX_THREAD_SAFETY_ANALYSIS_NEGATIVE_CAPABILITIES_WORK
-- Performing Test CLANG_CXX_THREAD_SAFETY_ANALYSIS_NEGATIVE_CAPABILITIES_WORK - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WALL
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WALL - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WEXTRA
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WEXTRA - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WEVERYTHING
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WEVERYTHING - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_CXX98_COMPAT
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_CXX98_COMPAT - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_CXX98_COMPAT_PEDANTIC
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_CXX98_COMPAT_PEDANTIC - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_CONVERSION
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_CONVERSION - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_COVERED_SWITCH_DEFAULT
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_COVERED_SWITCH_DEFAULT - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_DEPRECATED
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_DEPRECATED - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_DOUBLE_PROMOTION
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_DOUBLE_PROMOTION - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_OLD_STYLE_CAST
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_OLD_STYLE_CAST - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_PADDED
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_PADDED - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_SWITCH_ENUM
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_SWITCH_ENUM - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_UNUSED_MACROS
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_UNUSED_MACROS - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_UNUSED_PARAMETER
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_UNUSED_PARAMETER - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_WEAK_VTABLES
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_WEAK_VTABLES - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_UNSAFE_BUFFER_USAGE
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WNO_UNSAFE_BUFFER_USAGE - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WEXTRA_SEMI
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WEXTRA_SEMI - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WSTACK_USAGE_4096
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WSTACK_USAGE_4096 - Failed
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WFRAME_LARGER_THAN_4096
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WFRAME_LARGER_THAN_4096 - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WLARGER_THAN_32768
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WLARGER_THAN_32768 - Success
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WERROR
-- Performing Test RAWSPEED_HAVE_CXX_FLAG_WERROR - Success
-- Looking for OpenMP
-- Found OpenMP_CXX: -fopenmp=libomp (found suitable version "4.5", minimum required is "4.5")
-- Found OpenMP: TRUE (found suitable version "4.5", minimum required is "4.5")
-- Looking for OpenMP - found (system)
-- Looking for pugixml
-- Found Pugixml 1.14
-- Looking for pugixml - found (system)
-- Looking for JPEG
-- Found JPEG: /nix/store/2qpll37ivpkkfrsnrplfcs70wg6a3mkp-libjpeg-turbo-3.0.3/lib/libjpeg.so (found version "62")
-- Looking for JPEG - found
-- Looking for jpeg_mem_src
-- Looking for jpeg_mem_src - found
-- Looking for ZLIB
-- Found ZLIB: /nix/store/zm7nh67qxgyski4j23vyd993kbmw3248-zlib-1.3.1/lib/libz.so (found suitable version "1.3.1", minimum required is "1.2.11")
-- The C compiler identification is Clang 18.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/k4l2mg07nyd7flfkxgbz63j63hnwfvnw-clang-wrapper-18.1.8/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for C++ include zlib.h
-- Looking for C++ include zlib.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of uLongf
-- Check size of uLongf - done
-- Looking for Z_OK
-- Looking for Z_OK - found
-- Checking prototype uncompress for HAVE_ZLIB_UNCOMPRESS_PROTOTYPE
-- Checking prototype uncompress for HAVE_ZLIB_UNCOMPRESS_PROTOTYPE - True
-- Checking prototype zError for HAVE_ZLIB_ZERROR_PROTOTYPE
-- Checking prototype zError for HAVE_ZLIB_ZERROR_PROTOTYPE - True
-- Looking for uncompress
-- Looking for uncompress - found
-- Looking for zError
-- Looking for zError - found
-- Looking for ZLIB - found (system)
-- Looking for malloc
-- Looking for malloc - found
-- Looking for free
-- Looking for free - found
-- Looking for aligned_alloc
-- Looking for aligned_alloc - found
-- Performing Test HAVE_CXX_THREAD_LOCAL
-- Performing Test HAVE_CXX_THREAD_LOCAL - Success
-- Trying to query CPU L1d cache line size
-- Performing binary package build, using hardcoded value.
-- Deciding that the CPU L1d cache line size is 64 bytes
-- Trying to query CPU page size
-- Performing binary package build, using hardcoded value.
-- Deciding that the CPU page size is 4096 bytes
-- Trying to query CPU large page size
-- Performing binary package build, using hardcoded value.
-- Deciding that the CPU large page size is 4096 bytes
-- Could NOT find XMLLINT (missing: XMLLINT_EXECUTABLE) 
-- The following features have been enabled:

 * OpenMP-based threading, used for parallelization of the library
 * XML reading, used for loading of data/cameras.xml
 * Lossy JPEG decoding, used for DNG Lossy JPEG compression decoding
 * ZLIB decoding, used for DNG Deflate compression decoding

-- The following RECOMMENDED packages have been found:

 * OpenMP (required version >= 4.5), Open Multi-Processing, <https://www.openmp.org/>
   Used for parallelization of the library
 * JPEG, free library for handling the JPEG image data format, implements a JPEG codec
   Used for decoding DNG Lossy JPEG compression
 * ZLIB (required version >= 1.2.11), software library used for data compression
   Used for decoding DNG Deflate compression

-- The following REQUIRED packages have been found:

 * Pugixml (required version >= 1.8), Light-weight, simple and fast XML parser, <http://pugixml.org/>
   Used for loading of data/cameras.xml

-- The following OPTIONAL packages have not been found:

 * XMLLINT, command line XML tool, <http://xmlsoft.org/>
   Used for validation of data/cameras.xml

-- Configuring done (5.3s)
-- Generating done (0.0s)
-- Build files have been written to: /build/vkdt-0.7.0/src/pipe/modules/i-raw/rawspeed/build
cp pipe/modules/i-raw/rawspeed/data/cameras.xml ../bin/data
make -C pipe/modules/i-raw/rawspeed/build
make[2]: Entering directory '/build/vkdt-0.7.0/src/pipe/modules/i-raw/rawspeed/build'
[  0%] Built target check-rawspeed
[  0%] Built target dependencies
[  0%] Built target tests
[  1%] Building CXX object CMakeFiles/rawspeed.dir/src/librawspeed/common/ChecksumFile.cpp.o
[  2%] Building CXX object CMakeFiles/rawspeed.dir/src/librawspeed/common/Common.cpp.o
[  3%] Building CXX object CMakeFiles/rawspeed.dir/src/librawspeed/common/Cpuid.cpp.o
[  4%] Building CXX object CMakeFiles/rawspeed.dir/src/librawspeed/common/DngOpcodes.cpp.o
/build/vkdt-0.7.0/src/pipe/modules/i-raw/rawspeed/src/librawspeed/common/DngOpcodes.cpp:66:3: error: 'switch' missing 'default' label [-Werror,-Wswitch-default]
   66 |   switch (ri->getDataType()) {
      |   ^
1 error generated.
make[4]: *** [CMakeFiles/rawspeed.dir/build.make:118: CMakeFiles/rawspeed.dir/src/librawspeed/common/DngOpcodes.cpp.o] Error 1
make[3]: *** [CMakeFiles/Makefile2:412: CMakeFiles/rawspeed.dir/all] Error 2
make[2]: *** [Makefile:136: all] Error 2
make[2]: Leaving directory '/build/vkdt-0.7.0/src/pipe/modules/i-raw/rawspeed/build'
make[1]: *** [pipe/modules/i-raw/flat.mk:29: pipe/modules/i-raw/rawspeed/build/librawspeed.a] Error 2
make[1]: Leaving directory '/build/vkdt-0.7.0/src'
make: *** [Makefile:90: src] Error 2

Additional context

Package is outdated anyway, v0.8.0 has been released in May.

Problem seems to be known to upstream: https://discuss.pixls.us/t/error-compiling-vkdt/41336. Recommendation there was to switch to the Rust-based backend which has become the default in v0.8.0.

I tried to make either change (use rawler in v0.7 and switching to v0.8), but the upstream build system tries to do a cargo update in the build, which fails for the read-only build environment. I don't know how to work around that.

Notify maintainers

@paperdigits

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.10.2, NixOS, 24.11 (Vicuna), 24.11pre-git`
 - multi-user?: `no`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.5`
 - nixpkgs: `not found`

Add a :+1: reaction to issues you find important.

paperdigits commented 3 weeks ago

weird I never saw a github notification nor did the bot seem to pick up the update... oh well. I'm looking into it, thanks.

paperdigits commented 1 week ago

Lots of changes to vkdt, I might just wait until the next release, as the dev has added the cargo.lock file needed to compile rawler