Build · be215db4Finished · errors ·
Pause
•••
Download raw log ↓
← Earlier output9.0 MiB captured
warpd-1.3.5
      |                                       void
src/platform/linux/X/../../../platform.h:74:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   74 |         void (*mouse_show)();
      |                           ^
      |                            void
src/platform/linux/X/../../../platform.h:75:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   75 |         void (*mouse_hide)();
      |                           ^
      |                            void
src/platform/linux/X/../../../platform.h:89:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   89 |         void (*copy_selection)();
      |                               ^
      |                                void
src/platform/linux/X/../../../platform.h:95:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   95 |         void (*commit)();
      |                       ^
      |                        void
src/platform/linux/X/../../../platform.h:98:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   98 | void platform_init();
      |                   ^
      |                    void
In file included from src/platform/linux/X/input.c:7:
In file included from src/platform/linux/X/X.h:11:
src/platform/linux/X/../../../warpd.h:84:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   84 | int hintspec_mode();
      |                  ^
      |                   void
src/platform/linux/X/../../../warpd.h:85:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   85 | int history_hint_mode();
      |                      ^
      |                       void
src/platform/linux/X/../../../warpd.h:87:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   87 | void screen_selection_mode();
      |                           ^
      |                            void
src/platform/linux/X/../../../warpd.h:89:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   89 | struct input_event *grid_mode();
      |                              ^
      |                               void
src/platform/linux/X/../../../warpd.h:91:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   91 | void init_hints();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:92:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   92 | void init_normal_mode();
      |                      ^
      |                       void
src/platform/linux/X/../../../warpd.h:93:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   93 | void init_grid_mode();
      |                    ^
      |                     void
src/platform/linux/X/../../../warpd.h:104:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  104 | void toggle_drag();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:110:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  110 | void mouse_reset();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:111:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  111 | void mouse_fast();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:112:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  112 | void mouse_normal();
      |                  ^
      |                   void
src/platform/linux/X/../../../warpd.h:113:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  113 | void mouse_slow();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:115:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  115 | void scroll_tick();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:116:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  116 | void scroll_stop();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:118:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  118 | void scroll_decelerate();
      |                       ^
      |                        void
src/platform/linux/X/../../../warpd.h:122:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  122 | void hist_prev();
      |               ^
      |                void
src/platform/linux/X/../../../warpd.h:123:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  123 | void hist_next();
      |               ^
      |                void
src/platform/linux/X/../../../warpd.h:129:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  129 | void init_mouse();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:136:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  136 | void config_print_options();
      |                          ^
      |                           void
In file included from src/platform/linux/X/input.c:7:
src/platform/linux/X/X.h:67:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   67 | void init_xscreens();
      |                   ^
      |                    void
src/platform/linux/X/X.h:77:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   77 | void x_input_grab_keyboard();
      |                           ^
      |                            void
src/platform/linux/X/X.h:78:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   78 | void x_input_ungrab_keyboard();
      |                             ^
      |                              void
src/platform/linux/X/X.h:88:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   88 | void x_mouse_show();
      |                  ^
      |                   void
src/platform/linux/X/X.h:89:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   89 | void x_mouse_hide();
      |                  ^
      |                   void
src/platform/linux/X/X.h:97:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   97 | void x_copy_selection();
      |                      ^
      |                       void
src/platform/linux/X/X.h:98:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   98 | void x_commit();
      |              ^
      |               void
src/platform/linux/X/input.c:15:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   15 | static void reset_keyboard()
      |                           ^
      |                            void
src/platform/linux/X/input.c:177:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  177 | void x_input_grab_keyboard()
      |                           ^
      |                            void
src/platform/linux/X/input.c:209:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  209 | void x_input_ungrab_keyboard()
      |                             ^
      |                              void
37 warnings generated.
clang -c src/platform/linux/X/mouse.c -o src/platform/linux/X/mouse.o -g -Wall -Wextra -pedantic -Wno-deprecated-declarations -Wno-unused-parameter -std=c99 -DVERSION='"v1.3.5 (built from: effea40)"' -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2   -lwayland-client -lxkbcommon -lcairo -lrt -DWARPD_WAYLAND=1 -I/usr/include/freetype2/ -lXfixes -lXext -lXinerama -lXi -lXtst -lX11 -lXft -DWARPD_X=1
In file included from src/platform/linux/X/mouse.c:1:
In file included from src/platform/linux/X/X.h:10:
In file included from src/platform/linux/X/../../../platform.h:10:
In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdint.h:26:
In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/bits/libc-header-start.h:33:
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/features.h:422:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^
In file included from src/platform/linux/X/mouse.c:1:
In file included from src/platform/linux/X/X.h:10:
src/platform/linux/X/../../../platform.h:53:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   53 |         void (*input_grab_keyboard)();
      |                                    ^
      |                                     void
src/platform/linux/X/../../../platform.h:54:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   54 |         void (*input_ungrab_keyboard)();
      |                                      ^
      |                                       void
src/platform/linux/X/../../../platform.h:74:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   74 |         void (*mouse_show)();
      |                           ^
      |                            void
src/platform/linux/X/../../../platform.h:75:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   75 |         void (*mouse_hide)();
      |                           ^
      |                            void
src/platform/linux/X/../../../platform.h:89:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   89 |         void (*copy_selection)();
      |                               ^
      |                                void
src/platform/linux/X/../../../platform.h:95:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   95 |         void (*commit)();
      |                       ^
      |                        void
src/platform/linux/X/../../../platform.h:98:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   98 | void platform_init();
      |                   ^
      |                    void
In file included from src/platform/linux/X/mouse.c:1:
In file included from src/platform/linux/X/X.h:11:
src/platform/linux/X/../../../warpd.h:84:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   84 | int hintspec_mode();
      |                  ^
      |                   void
src/platform/linux/X/../../../warpd.h:85:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   85 | int history_hint_mode();
      |                      ^
      |                       void
src/platform/linux/X/../../../warpd.h:87:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   87 | void screen_selection_mode();
      |                           ^
      |                            void
src/platform/linux/X/../../../warpd.h:89:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   89 | struct input_event *grid_mode();
      |                              ^
      |                               void
src/platform/linux/X/../../../warpd.h:91:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   91 | void init_hints();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:92:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   92 | void init_normal_mode();
      |                      ^
      |                       void
src/platform/linux/X/../../../warpd.h:93:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   93 | void init_grid_mode();
      |                    ^
      |                     void
src/platform/linux/X/../../../warpd.h:104:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  104 | void toggle_drag();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:110:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  110 | void mouse_reset();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:111:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  111 | void mouse_fast();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:112:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  112 | void mouse_normal();
      |                  ^
      |                   void
src/platform/linux/X/../../../warpd.h:113:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  113 | void mouse_slow();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:115:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  115 | void scroll_tick();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:116:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  116 | void scroll_stop();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:118:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  118 | void scroll_decelerate();
      |                       ^
      |                        void
src/platform/linux/X/../../../warpd.h:122:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  122 | void hist_prev();
      |               ^
      |                void
src/platform/linux/X/../../../warpd.h:123:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  123 | void hist_next();
      |               ^
      |                void
src/platform/linux/X/../../../warpd.h:129:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  129 | void init_mouse();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:136:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  136 | void config_print_options();
      |                          ^
      |                           void
In file included from src/platform/linux/X/mouse.c:1:
src/platform/linux/X/X.h:67:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   67 | void init_xscreens();
      |                   ^
      |                    void
src/platform/linux/X/X.h:77:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   77 | void x_input_grab_keyboard();
      |                           ^
      |                            void
src/platform/linux/X/X.h:78:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   78 | void x_input_ungrab_keyboard();
      |                             ^
      |                              void
src/platform/linux/X/X.h:88:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   88 | void x_mouse_show();
      |                  ^
      |                   void
src/platform/linux/X/X.h:89:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   89 | void x_mouse_hide();
      |                  ^
      |                   void
src/platform/linux/X/X.h:97:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   97 | void x_copy_selection();
      |                      ^
      |                       void
src/platform/linux/X/X.h:98:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   98 | void x_commit();
      |              ^
      |               void
src/platform/linux/X/mouse.c:89:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   89 | void x_mouse_hide()
      |                  ^
      |                   void
src/platform/linux/X/mouse.c:99:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   99 | void x_mouse_show()
      |                  ^
      |                   void
36 warnings generated.
clang -c src/platform/linux/X/screen.c -o src/platform/linux/X/screen.o -g -Wall -Wextra -pedantic -Wno-deprecated-declarations -Wno-unused-parameter -std=c99 -DVERSION='"v1.3.5 (built from: effea40)"' -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2   -lwayland-client -lxkbcommon -lcairo -lrt -DWARPD_WAYLAND=1 -I/usr/include/freetype2/ -lXfixes -lXext -lXinerama -lXi -lXtst -lX11 -lXft -DWARPD_X=1
In file included from src/platform/linux/X/screen.c:1:
In file included from src/platform/linux/X/X.h:10:
In file included from src/platform/linux/X/../../../platform.h:10:
In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/stdint.h:26:
In file included from /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/bits/libc-header-start.h:33:
/nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/features.h:422:4: warning: _FORTIFY_SOURCE requires compiling with optimization (-O) [-W#warnings]
  422 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^
In file included from src/platform/linux/X/screen.c:1:
In file included from src/platform/linux/X/X.h:10:
src/platform/linux/X/../../../platform.h:53:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   53 |         void (*input_grab_keyboard)();
      |                                    ^
      |                                     void
src/platform/linux/X/../../../platform.h:54:31: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   54 |         void (*input_ungrab_keyboard)();
      |                                      ^
      |                                       void
src/platform/linux/X/../../../platform.h:74:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   74 |         void (*mouse_show)();
      |                           ^
      |                            void
src/platform/linux/X/../../../platform.h:75:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   75 |         void (*mouse_hide)();
      |                           ^
      |                            void
src/platform/linux/X/../../../platform.h:89:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   89 |         void (*copy_selection)();
      |                               ^
      |                                void
src/platform/linux/X/../../../platform.h:95:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   95 |         void (*commit)();
      |                       ^
      |                        void
src/platform/linux/X/../../../platform.h:98:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   98 | void platform_init();
      |                   ^
      |                    void
In file included from src/platform/linux/X/screen.c:1:
In file included from src/platform/linux/X/X.h:11:
src/platform/linux/X/../../../warpd.h:84:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   84 | int hintspec_mode();
      |                  ^
      |                   void
src/platform/linux/X/../../../warpd.h:85:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   85 | int history_hint_mode();
      |                      ^
      |                       void
src/platform/linux/X/../../../warpd.h:87:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   87 | void screen_selection_mode();
      |                           ^
      |                            void
src/platform/linux/X/../../../warpd.h:89:30: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   89 | struct input_event *grid_mode();
      |                              ^
      |                               void
src/platform/linux/X/../../../warpd.h:91:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   91 | void init_hints();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:92:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   92 | void init_normal_mode();
      |                      ^
      |                       void
src/platform/linux/X/../../../warpd.h:93:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   93 | void init_grid_mode();
      |                    ^
      |                     void
src/platform/linux/X/../../../warpd.h:104:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  104 | void toggle_drag();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:110:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  110 | void mouse_reset();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:111:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  111 | void mouse_fast();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:112:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  112 | void mouse_normal();
      |                  ^
      |                   void
src/platform/linux/X/../../../warpd.h:113:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  113 | void mouse_slow();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:115:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  115 | void scroll_tick();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:116:17: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  116 | void scroll_stop();
      |                 ^
      |                  void
src/platform/linux/X/../../../warpd.h:118:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  118 | void scroll_decelerate();
      |                       ^
      |                        void
src/platform/linux/X/../../../warpd.h:122:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  122 | void hist_prev();
      |               ^
      |                void
src/platform/linux/X/../../../warpd.h:123:15: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  123 | void hist_next();
      |               ^
      |                void
src/platform/linux/X/../../../warpd.h:129:16: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  129 | void init_mouse();
      |                ^
      |                 void
src/platform/linux/X/../../../warpd.h:136:26: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
  136 | void config_print_options();
      |                          ^
      |                           void
In file included from src/platform/linux/X/screen.c:1:
src/platform/linux/X/X.h:67:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   67 | void init_xscreens();
      |                   ^
      |                    void
src/platform/linux/X/X.h:77:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   77 | void x_input_grab_keyboard();
      |                           ^
      |                            void
src/platform/linux/X/X.h:78:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   78 | void x_input_ungrab_keyboard();
      |                             ^
      |                              void
src/platform/linux/X/X.h:88:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   88 | void x_mouse_show();
      |                  ^
      |                   void
src/platform/linux/X/X.h:89:18: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   89 | void x_mouse_hide();
      |                  ^
      |                   void
src/platform/linux/X/X.h:97:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   97 | void x_copy_selection();
      |                      ^
      |                       void
src/platform/linux/X/X.h:98:14: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   98 | void x_commit();
      |              ^
      |               void
src/platform/linux/X/screen.c:15:19: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   15 | void init_xscreens()
      |                   ^
      |                    void
35 warnings generated.
mkdir bin
clang  -o bin/warpd src/platform/linux/linux.o src/config.o src/grid.o src/grid_drw.o src/hint.o src/histfile.o src/history.o src/input.o src/mouse.o src/normal.o src/screen.o src/scroll.o src/warpd.o src/platform/linux/wayland/hint.o src/platform/linux/wayland/input.o src/platform/linux/wayland/screen.o src/platform/linux/wayland/surface.o src/platform/linux/wayland/util.o src/platform/linux/wayland/wayland.o src/platform/linux/wayland/wl/layer-shell.o src/platform/linux/wayland/wl/virtual-pointer.o src/platform/linux/wayland/wl/xdg-output.o src/platform/linux/wayland/wl/xdg-shell.o src/platform/linux/wayland/wl.o src/platform/linux/X/X.o src/platform/linux/X/hint.o src/platform/linux/X/input.o src/platform/linux/X/mouse.o src/platform/linux/X/screen.o -g -Wall -Wextra -pedantic -Wno-deprecated-declarations -Wno-unused-parameter -std=c99 -DVERSION='"v1.3.5 (built from: effea40)"' -D_DEFAULT_SOURCE -D_FORTIFY_SOURCE=2   -lwayland-client -lxkbcommon -lcairo -lrt -DWARPD_WAYLAND=1 -I/usr/include/freetype2/ -lXfixes -lXext -lXinerama -lXi -lXtst -lX11 -lXft -DWARPD_X=1
→ glibPreInstallPhase
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) gsettingsschemadir=/nix/store/r8y8dszd06j2hh7rpcv6vxxk3pmy8a0i-warpd-x86_64-unknown-linux-gnufilc0-1.3.5/share/gsettings-schemas/warpd-x86_64-unknown-linux-gnufilc0-1.3.5/glib-2.0/schemas/ install
mkdir -p /nix/store/r8y8dszd06j2hh7rpcv6vxxk3pmy8a0i-warpd-x86_64-unknown-linux-gnufilc0-1.3.5/share/man/man1/ /nix/store/r8y8dszd06j2hh7rpcv6vxxk3pmy8a0i-warpd-x86_64-unknown-linux-gnufilc0-1.3.5/bin/
install -Dm644 files/warpd.1.gz -t /nix/store/r8y8dszd06j2hh7rpcv6vxxk3pmy8a0i-warpd-x86_64-unknown-linux-gnufilc0-1.3.5/share/man/man1/
install -Dm755 bin/warpd -t /nix/store/r8y8dszd06j2hh7rpcv6vxxk3pmy8a0i-warpd-x86_64-unknown-linux-gnufilc0-1.3.5/bin/
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/r8y8dszd06j2hh7rpcv6vxxk3pmy8a0i-warpd-x86_64-unknown-linux-gnufilc0-1.3.5
shrinking /nix/store/r8y8dszd06j2hh7rpcv6vxxk3pmy8a0i-warpd-x86_64-unknown-linux-gnufilc0-1.3.5/bin/warpd
checking for references to /build/ in /nix/store/r8y8dszd06j2hh7rpcv6vxxk3pmy8a0i-warpd-x86_64-unknown-linux-gnufilc0-1.3.5...
gzipping man pages under /nix/store/r8y8dszd06j2hh7rpcv6vxxk3pmy8a0i-warpd-x86_64-unknown-linux-gnufilc0-1.3.5/share/man/
patching script interpreter paths in /nix/store/r8y8dszd06j2hh7rpcv6vxxk3pmy8a0i-warpd-x86_64-unknown-linux-gnufilc0-1.3.5
stripping (with command strip and flags -S -p) in  /nix/store/r8y8dszd06j2hh7rpcv6vxxk3pmy8a0i-warpd-x86_64-unknown-linux-gnufilc0-1.3.5/bin
wasm3-0.5.0
Build started
→ unpackPhase
unpacking source archive /nix/store/1cpggpbqbcb5n3cq2yl1x960ivb8j52m-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/share/doc/wasm3 -DCMAKE_INSTALL_INFODIR=/nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0 -DBUILD_WASI=simple -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
-- The C compiler identification is Clang 20.1.8
-- The CXX compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
----
Generator:  Unix Makefiles
Compiler:   Clang
Build Type: Release
LTO:        OFF
Flags:          -Dd_m3HasTracer -Wall -Wextra -Wparentheses -Wundef -Wpointer-arith -Wstrict-aliasing=2 -Werror=implicit-function-declaration -Wno-unused-function -Wno-unused-variable -Wno-unused-parameter -Wno-missing-field-initializers -Dd_m3HasWASI
Debug flags:   -g -DDEBUG=1 -ggdb -O0
Release flags: -O3 -Wfatal-errors -fomit-frame-pointer -fno-stack-check -fno-stack-protector -march=native
----
-- Configuring done (0.4s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:
    BUILD_TESTING
    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_USE_PACKAGE_REGISTRY
    CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
    CMAKE_INSTALL_BINDIR
    CMAKE_INSTALL_DOCDIR
    CMAKE_INSTALL_INCLUDEDIR
    CMAKE_INSTALL_INFODIR
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LIBEXECDIR
    CMAKE_INSTALL_LOCALEDIR
    CMAKE_INSTALL_MANDIR
    CMAKE_INSTALL_SBINDIR
    CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[  5%] Building C object source/CMakeFiles/m3.dir/m3_api_libc.c.o
[ 10%] Building C object source/CMakeFiles/m3.dir/m3_api_wasi.c.o
[ 15%] Building C object source/CMakeFiles/m3.dir/m3_api_uvwasi.c.o
[ 21%] Building C object source/CMakeFiles/m3.dir/m3_api_tracer.c.o
[ 26%] Building C object source/CMakeFiles/m3.dir/m3_api_meta_wasi.c.o
[ 31%] Building C object source/CMakeFiles/m3.dir/m3_bind.c.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[ 36%] Building C object source/CMakeFiles/m3.dir/m3_code.c.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[ 42%] Building C object source/CMakeFiles/m3.dir/m3_compile.c.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[ 47%] Building C object source/CMakeFiles/m3.dir/m3_core.c.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[ 52%] Building C object source/CMakeFiles/m3.dir/m3_emit.c.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[ 57%] Building C object source/CMakeFiles/m3.dir/m3_env.c.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[ 63%] Building C object source/CMakeFiles/m3.dir/m3_exec.c.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[ 68%] Building C object source/CMakeFiles/m3.dir/m3_function.c.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[ 73%] Building C object source/CMakeFiles/m3.dir/m3_info.c.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[ 78%] Building C object source/CMakeFiles/m3.dir/m3_module.c.o
[ 84%] Building C object source/CMakeFiles/m3.dir/m3_parse.c.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[ 89%] Linking C static library libm3.a
[ 89%] Built target m3
[ 94%] Building C object CMakeFiles/wasm3.dir/platforms/app/main.c.o
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[100%] Linking C executable wasm3
warning: Skipping impure flag -march=native because NIX_ENFORCE_NO_NATIVE is set
[100%] Built target wasm3
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0
shrinking /nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/bin/wasm3
checking for references to /build/ in /nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0...
patching script interpreter paths in /nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0
stripping (with command strip and flags -S -p) in  /nix/store/1fysyhsy25r4csw9fnjcdh92jbm48gpx-wasm3-x86_64-unknown-linux-gnufilc0-0.5.0/bin
watchdog-5.16
Build started
→ unpackPhase
unpacking source archive /nix/store/zq6wvq0cn4ynp3zbsymx1lm2h59kgimk-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-dependency-tracking --prefix=/nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-gnufilc0-strip... strip
checking for a thread-safe mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether build environment is sane... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gawk... (cached) gawk
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of clang... none
checking for sendmail... /usr/lib/sendmail
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking for struct stat.st_rdev... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether clang needs -traditional... no
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for gethostname... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strtoul... yes
checking for uname... yes
checking whether to log via syslog... yes
checking whether to include NFS support... yes
checking for minimum value accepted as reboot cause... 2
checking for timer margin used by kernel... 60
checking for config filename... /etc/watchdog.conf
checking for test binary directory... /etc/watchdog.d
checking for pid filename... "/var/run/watchdog.pid"
checking for keepalive pid filename... "/var/run/wd_keepalive.pid"
checking for random seed filename... "/var/run/random-seed"
checking that generated files are newer than configure... done
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash CONFIG_FILENAME:=/nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/etc/watchdog.conf
Making all in src
make[1]: Entering directory '/build/source/src'
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o file_stat.o file_stat.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o file_table.o file_table.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o iface.o iface.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o gettime.o gettime.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o keep_alive.o keep_alive.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o load.o load.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o memory.o memory.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o net.o net.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o pidfile.o pidfile.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o shutdown.o shutdown.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o temp.o temp.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o test_binary.o test_binary.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o watchdog.o watchdog.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o logmessage.o logmessage.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o xmalloc.o xmalloc.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o heartbeat.o heartbeat.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o lock_mem.o lock_mem.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o daemon-pid.o daemon-pid.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o configfile.o configfile.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o errorcodes.o errorcodes.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o read-conf.o read-conf.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o sigterm.o sigterm.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o reopenstd.o reopenstd.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o killall5.o killall5.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o send-email.o send-email.c
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o run-as-child.o run-as-child.c
clang  -g -O2   -o watchdog file_stat.o file_table.o iface.o gettime.o keep_alive.o load.o memory.o net.o pidfile.o shutdown.o temp.o test_binary.o watchdog.o logmessage.o xmalloc.o heartbeat.o lock_mem.o daemon-pid.o configfile.o errorcodes.o read-conf.o sigterm.o reopenstd.o killall5.o send-email.o run-as-child.o -lrt 
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o wd_keepalive.o wd_keepalive.c
clang  -g -O2   -o wd_keepalive wd_keepalive.o logmessage.o lock_mem.o daemon-pid.o xmalloc.o configfile.o keep_alive.o read-conf.o sigterm.o -lrt 
clang -DHAVE_CONFIG_H -I. -I../include  -I../include   -g -O2 -c -o wd_identify.o wd_identify.c
clang  -g -O2   -o wd_identify wd_identify.o logmessage.o xmalloc.o configfile.o read-conf.o -lrt 
make[1]: Leaving directory '/build/source/src'
make[1]: Entering directory '/build/source'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/source'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash CONFIG_FILENAME:=/nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/etc/watchdog.conf install
Making install in src
make[1]: Entering directory '/build/source/src'
make[2]: Entering directory '/build/source/src'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/sbin'
  /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c watchdog wd_keepalive wd_identify '/nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/sbin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/source/src'
make[1]: Leaving directory '/build/source/src'
make[1]: Entering directory '/build/source'
make[2]: Entering directory '/build/source'
make[2]: Nothing to be done for 'install-exec-am'.
installing /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/etc/watchdog.conf
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/share/man/man5'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 watchdog.conf.5 '/nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/share/man/man5'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/share/man/man8'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 watchdog.8 wd_keepalive.8 wd_identify.8 '/nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/share/man/man8'
make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16
shrinking /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/sbin/watchdog
shrinking /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/sbin/wd_keepalive
shrinking /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/sbin/wd_identify
checking for references to /build/ in /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16...
gzipping man pages under /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/share/man/
moving /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/sbin/* to /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/bin
patching script interpreter paths in /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16
stripping (with command strip and flags -S -p) in  /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/bin /nix/store/28bhazi0rxbl2548dlfl9kfv537m0lis-watchdog-x86_64-unknown-linux-gnufilc0-5.16/sbin
watchdogd-4.0
Build started
→ unpackPhase
unpacking source archive /nix/store/pv1dwfa0pjf7ivhzib49d7i2qcqvgqb1-source
source root is source
→ patchPhase
→ autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: creating directory aux
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'aux'.
libtoolize: copying file 'aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf --force
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:3: warning: name 'aux' is reserved on W32 and DOS platforms
configure.ac:5: installing 'aux/compile'
configure.ac:5: installing 'aux/config.guess'
configure.ac:5: installing 'aux/config.sub'
configure.ac:4: installing 'aux/install-sh'
configure.ac:4: installing 'aux/missing'
examples/Makefile.am: installing 'aux/depcomp'
autoreconf: 'aux/install-sh' is updated
autoreconf: Leaving directory '.'
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./aux/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./aux/config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./aux/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./aux/config.guess
→ configurePhase
Fil-C: adapting libtool symbol probes in configure
fixing libtool script ./aux/ltmain.sh
./configure
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-gnufilc0-strip... strip
checking for a race-free mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for fgrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -F
checking for ld used by clang... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 4718592
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnufilc0 format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for file... file
checking for x86_64-unknown-linux-gnufilc0-objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-unknown-linux-gnufilc0-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
checking for x86_64-unknown-linux-gnufilc0-ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnufilc0-strip... (cached) strip
checking command to parse nm output from clang object... ok
checking for sysroot... no
checking for a working dd... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd
checking how to truncate binary pipes... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-gnufilc0-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether make supports nested variables... (cached) yes
checking for x86_64-unknown-linux-gnufilc0-gcc... (cached) clang
checking whether the compiler supports GNU C... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to enable C11 features... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) none
checking whether ln -s works... yes
checking for sys/ioctl.h... yes
checking for uev/uev.h... yes
checking for libite/lite.h... yes
checking for lite/lite.h... yes
checking pkg-config is at least version 0.9.0... yes
checking for libuev >= 2.1.0... yes
checking for libite >= 2.0.1... yes
checking for libconfuse >= 3.0... yes
Package systemd was not found in the pkg-config search path.
Perhaps you should add the directory containing `systemd.pc'
to the PKG_CONFIG_PATH environment variable
No package 'systemd' found
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating watchdogd.service
config.status: creating doc/Makefile
config.status: creating src/libwdog.pc
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
------------------ Summary ------------------
 watchdogd version 4.0
  Prefix..............: /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0
  Sysconfdir..........: /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/etc
  Runstatedir.........: /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/var/run
  C Compiler..........: clang -g -O2   
 Optional features:
  compat mode.........: no
  client examples.....: no
  test mode...........: yes
  built-in tests......: yes
  systemd.............: no
 System monitors:
  generic script .....: no
  file descriptor ....: no
  file system ........: no
  load average .......: no
  memory leak ........: no
  temperature ........: no
------------- Compiler version --------------
clang version 20.1.8 (Fil-C 0.684)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin
Build config: +assertions
---------------------------------------------
Check the above options and compile with:
 make
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make  all-recursive
make[1]: Entering directory '/build/source'
Making all in doc
make[2]: Entering directory '/build/source/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/source/doc'
Making all in src
make[2]: Entering directory '/build/source/src'
  CC       watchdogctl-watchdogctl.o
  CC       libwdog_la-wdog.lo
  CCLD     libwdog.la
  CCLD     watchdogctl
  CC       watchdogd-watchdogd.o
  CC       watchdogd-wdt.o
  CC       watchdogd-api.o
  CC       watchdogd-conf.o
  CC       watchdogd-finit.o
  CC       watchdogd-rrfile.o
  CC       watchdogd-script.o
  CC       watchdogd-supervisor.o
  CCLD     watchdogd
make[2]: Leaving directory '/build/source/src'
Making all in man
make[2]: Entering directory '/build/source/man'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/source/man'
make[2]: Entering directory '/build/source'
make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Making install in doc
make[1]: Entering directory '/build/source/doc'
make[2]: Entering directory '/build/source/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/share/doc/watchdogd'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 advanced.md api.png features.md logo.png '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/share/doc/watchdogd'
make[2]: Leaving directory '/build/source/doc'
make[1]: Leaving directory '/build/source/doc'
Making install in src
make[1]: Entering directory '/build/source/src'
make[2]: Entering directory '/build/source/src'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib'
 /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool   --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c   libwdog.la '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libwdog.so.2.0.1 /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib/libwdog.so.2.0.1
libtool: install: (cd /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib && { ln -s -f libwdog.so.2.0.1 libwdog.so.2 || { rm -f libwdog.so.2 && ln -s libwdog.so.2.0.1 libwdog.so.2; }; })
libtool: install: (cd /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib && { ln -s -f libwdog.so.2.0.1 libwdog.so || { rm -f libwdog.so && ln -s libwdog.so.2.0.1 libwdog.so; }; })
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/libwdog.lai /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib/libwdog.la
libtool: finish: PATH="/nix/store/f4iq3fjva198s44x56dwm0vpgymb67xg-x86_64-unknown-linux-gnufilc0-pkg-config-wrapper-0.29.2/bin:/nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin:/nix/store/3ah4cvhhimlxvb2dqk07n1xlbb0dk81f-automake-1.16.5/bin:/nix/store/ava9h9a35fg419f4r1h3ib2hwqx6lr8k-gettext-0.22.5/bin:/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/bin:/nix/store/16yz1jny3j9irq4g8zkcx39nr77xwnvx-gnum4-1.4.19/bin:/nix/store/9rsc6g3vlfnp7lvq3pl1xpir5acd1ax0-file-5.45/bin:/nix/store/g7i75czfbw9sy5f8v7rjbama6lr3ya3s-patchelf-0.15.0/bin:/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin:/nix/store/31l6alfx8axrfkp0zxza3z7f7gxzi8b3-filc-cc/bin:/nix/store/14i07vk4qkfcdyyha9amqryg033l3xcf-filc-sysroot-with-metadata/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/gqxsl4vfi43khmz1snzynr8jwwynkbbw-binutils-wrapper-2.43.1/bin:/nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin:/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin:/nix/store/392hs9nhm6wfw4imjllbvb1wil1n39qx-findutils-4.10.0/bin:/nix/store/xw0mf3shymq3k7zlncf09rm8917sdi4h-diffutils-3.12/bin:/nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin:/nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin:/nix/store/c1z5j28ndxljf1ihqzag57bwpfpzms0g-gawk-5.3.2/bin:/nix/store/w60s4xh1pjg6dwbw7j0b4xzlpp88q5qg-gnutar-1.35/bin:/nix/store/xd9m9jkvrs8pbxvmkzkwviql33rd090j-gzip-1.14/bin:/nix/store/w1pxx760yidi7n9vbi5bhpii9xxl5vdj-bzip2-1.0.8-bin/bin:/nix/store/xk0d14zpm0njxzdm182dd722aqhav2cc-gnumake-4.4.1/bin:/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin:/nix/store/gj54zvf7vxll1mzzmqhqi1p4jiws3mfb-patch-2.7.6/bin:/nix/store/22rpb6790f346c55iqi6s9drr5qgmyjf-xz-5.8.1-bin/bin:/nix/store/xlmpcglsq8l09qh03rf0virz0331pjdc-file-5.45/bin:/sbin" ldconfig -n /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib
/build/source/libtool: line 1886: ldconfig: command not found
----------------------------------------------------------------------
Libraries have been installed in:
   /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator run these commands:
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/bin'
  /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool   --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c watchdogctl '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/bin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/watchdogctl /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/bin/watchdogctl
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/sbin'
  /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../libtool   --mode=install /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c watchdogd '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/sbin'
libtool: install: /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c .libs/watchdogd /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/sbin/watchdogd
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib/pkgconfig'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 libwdog.pc '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib/pkgconfig'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/include/wdog'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 wdog.h compat.h '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/include/wdog'
make[2]: Leaving directory '/build/source/src'
make[1]: Leaving directory '/build/source/src'
Making install in man
make[1]: Entering directory '/build/source/man'
make[2]: Entering directory '/build/source/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/share/man/man1'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 watchdogctl.1 '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/share/man/man1'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/share/man/man5'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 watchdogd.conf.5 '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/share/man/man5'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/share/man/man8'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 watchdogd.8 '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/share/man/man8'
make[2]: Leaving directory '/build/source/man'
make[1]: Leaving directory '/build/source/man'
make[1]: Entering directory '/build/source'
make[2]: Entering directory '/build/source'
make[2]: Nothing to be done for 'install-exec-am'.
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/etc'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 watchdogd.conf '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/etc'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/share/doc/watchdogd'
 /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 README.md LICENSE '/nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/share/doc/watchdogd'
make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0
shrinking /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib/libwdog.so.2.0.1
shrinking /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/bin/watchdogctl
shrinking /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/sbin/watchdogd
checking for references to /build/ in /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0...
gzipping man pages under /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/share/man/
moving /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/sbin/* to /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/bin
patching script interpreter paths in /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0
stripping (with command strip and flags -S -p) in  /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/lib /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/bin /nix/store/sd7f7g41xz9m5q2z3vdzd0ibjyq4vg0g-watchdogd-x86_64-unknown-linux-gnufilc0-4.0/sbin
watcher-0.13.5
Build started
→ unpackPhase
unpacking source archive /nix/store/sm9v83fpq5xf5mxdk6fa2iy9nmv17l9m-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5/share/doc/watcher -DCMAKE_INSTALL_INFODIR=/nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5/include -DCMAKE_INSTALL_SBINDIR=/nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:10 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.
  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.
-- The CXX compiler identification is Clang 20.1.8
-- The C compiler identification is Clang 20.1.8
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Supported sanitizers on Linux/Clang: 
-- wtr.hdr_watcher: Added (BUILD_HDR=ON)
-- watcher-c-hdr: Added (BUILD_HDR=ON)
-- watcher-c-shared: Added (BUILD_LIB=ON)
-- watcher-c-shared: Adding version script
-- watcher-c-shared.asan: Skipped (BUILD_SAN=OFF, BUILD_ASAN=OFF)
-- watcher-c-shared.msan: Skipped (BUILD_SAN=OFF, BUILD_MSAN=OFF)
-- watcher-c-shared.tsan: Skipped (BUILD_SAN=OFF, BUILD_TSAN=OFF)
-- watcher-c-shared.ubsan: Skipped (BUILD_SAN=OFF, BUILD_UBSAN=OFF)
-- watcher-c-static: Added (BUILD_LIB=ON)
-- watcher-c-static.asan: Skipped (BUILD_SAN=OFF, BUILD_ASAN=OFF)
-- watcher-c-static.msan: Skipped (BUILD_SAN=OFF, BUILD_MSAN=OFF)
-- watcher-c-static.tsan: Skipped (BUILD_SAN=OFF, BUILD_TSAN=OFF)
-- watcher-c-static.ubsan: Skipped (BUILD_SAN=OFF, BUILD_UBSAN=OFF)
-- wtr.watcher: Added (BUILD_BIN=ON)
-- wtr.watcher.asan: Skipped (BUILD_SAN=OFF, BUILD_ASAN=OFF)
-- wtr.watcher.msan: Skipped (BUILD_SAN=OFF, BUILD_MSAN=OFF)
-- wtr.watcher.tsan: Skipped (BUILD_SAN=OFF, BUILD_TSAN=OFF)
-- wtr.watcher.ubsan: Skipped (BUILD_SAN=OFF, BUILD_UBSAN=OFF)
-- tw: Added (BUILD_BIN=ON)
-- tw.asan: Skipped (BUILD_SAN=OFF, BUILD_ASAN=OFF)
-- tw.msan: Skipped (BUILD_SAN=OFF, BUILD_MSAN=OFF)
-- tw.tsan: Skipped (BUILD_SAN=OFF, BUILD_TSAN=OFF)
-- tw.ubsan: Skipped (BUILD_SAN=OFF, BUILD_UBSAN=OFF)
-- wtr.test_watcher: Skipped (BUILD_TESTING=OFF)
-- wtr.test_watcher.asan: Skipped (BUILD_SAN=OFF, BUILD_ASAN=OFF)
-- wtr.test_watcher.msan: Skipped (BUILD_SAN=OFF, BUILD_MSAN=OFF)
-- wtr.test_watcher.tsan: Skipped (BUILD_SAN=OFF, BUILD_TSAN=OFF)
-- wtr.test_watcher.ubsan: Skipped (BUILD_SAN=OFF, BUILD_UBSAN=OFF)
-- portable-destructive-rename: Skipped (BUILD_TESTING=OFF)
-- Configuring done (0.5s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:
    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[  0%] Built target wtr.hdr_watcher
[  0%] Built target watcher-c-hdr
[ 12%] Building CXX object CMakeFiles/wtr.watcher.dir/src/wtr/watcher/main.cpp.o
[ 25%] Building CXX object CMakeFiles/watcher-c-shared.dir/watcher-c/src/watcher-c.cpp.o
[ 37%] Building CXX object CMakeFiles/watcher-c-static.dir/watcher-c/src/watcher-c.cpp.o
[ 50%] Building CXX object CMakeFiles/tw.dir/src/wtr/tiny_watcher/main.cpp.o
[ 62%] Linking CXX executable tw
[ 75%] Linking CXX static library libwatcher-c.a
[ 87%] Linking CXX shared library libwatcher-c.so
[ 87%] Built target tw
[ 87%] Built target watcher-c-static
[ 87%] Built target watcher-c-shared
[100%] Linking CXX executable wtr.watcher
CMakeFiles/wtr.watcher.dir/src/wtr/watcher/main.cpp.o:main.cpp:function pizlonatedFI534_llroundl:(.text+0xb903): error: undefined reference to 'pizlonated_llroundl'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [CMakeFiles/wtr.watcher.dir/build.make:100: wtr.watcher] Error 1
make[1]: *** [CMakeFiles/Makefile2:230: CMakeFiles/wtr.watcher.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
vtm-0.9.99.61
In file included from /build/source/src/vtm.cpp:4:
In file included from /build/source/src/netxs/apps.hpp:37:
In file included from /build/source/src/netxs/apps/term.hpp:6:
In file included from /build/source/src/netxs/apps/../desktopio/application.hpp:11:
In file included from /build/source/src/netxs/apps/../desktopio/console.hpp:6:
In file included from /build/source/src/netxs/apps/../desktopio/controls.hpp:6:
In file included from /build/source/src/netxs/apps/../desktopio/input.hpp:6:
In file included from /build/source/src/netxs/apps/../desktopio/baseui.hpp:6:
In file included from /build/source/src/netxs/apps/../desktopio/richtext.hpp:6:
In file included from /build/source/src/netxs/apps/../desktopio/directvt.hpp:4:
In file included from /build/source/src/netxs/apps/../desktopio/ansivt.hpp:6:
In file included from /build/source/src/netxs/apps/../desktopio/canvas.hpp:6:
In file included from /build/source/src/netxs/apps/../desktopio/geometry.hpp:6:
In file included from /build/source/src/netxs/apps/../desktopio/utf.hpp:6:
In file included from /build/source/src/netxs/apps/../desktopio/quartz.hpp:6:
/build/source/src/netxs/apps/../desktopio/intmath.hpp:40:34: warning: identifier '_sz' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   40 |     constexpr size_t operator "" _sz (unsigned long long i) { return static_cast<size_t>(i); }
      |                      ~~~~~~~~~~~~^~~
      |                      operator""_sz
1 warning generated.
[100%] Linking CXX executable vtm
CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI4792_pow:(.text+0xa35d06): error: undefined reference to 'pizlonated_pow'
CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI269_sinf:(.text+0xa3c2c1): error: undefined reference to 'pizlonated_sinf'
CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI3195_powf:(.text+0xa3c4a7): error: undefined reference to 'pizlonated_powf'
CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI269_sqrtf:(.text+0xa3e9d1): error: undefined reference to 'pizlonated_sqrtf'
CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI403_sqrt:(.text+0xa3eab1): error: undefined reference to 'pizlonated_sqrt'
CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI135_fedisableexcept:(.text+0xa3ec6d): error: undefined reference to 'pizlonated_fedisableexcept'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [CMakeFiles/vtm.dir/build.make:100: vtm] Error 1
make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/vtm.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
volk-3.1.2
error: Cannot build '/nix/store/m7yaflbap8f70hmpjvs1k3nywa3nlf2k-volk-x86_64-unknown-linux-gnufilc0-3.1.2.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/62gxdi5803gzgr5ssadnr9w5am37qa57-volk-x86_64-unknown-linux-gnufilc0-3.1.2
       Last 25 log lines:
       > In file included from /build/source/build/include/volk/volk_typedefs.h:18:
       > In file included from /build/source/include/volk/volk_complex.h:68:
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/tgmath.h:62:4: error: "Unsupported combination of types for <tgmath.h>."
       >    62 | #  error "Unsupported combination of types for <tgmath.h>."
       >       |    ^
       > [ 68%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_generic.c.o
       > 1 error generated.
       > make[2]: *** [lib/CMakeFiles/volk_obj.dir/build.make:3165: lib/CMakeFiles/volk_obj.dir/volk_machines.c.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > 1 error generated.
       > make[2]: *** [lib/CMakeFiles/volk_obj.dir/build.make:3137: lib/CMakeFiles/volk_obj.dir/volk.c.o] Error 1
       > In file included from /build/source/build/lib/volk_machine_generic.c:20:
       > In file included from /build/source/build/lib/volk_machines.h:18:
       > In file included from /build/source/build/include/volk/volk_typedefs.h:18:
       > In file included from /build/source/include/volk/volk_complex.h:68:
       > /nix/store/8hc83l288p7fyb6z7mm2zk80dvqmk7gi-filc-glibc-2.40/include/tgmath.h:62:4: error: "Unsupported combination of types for <tgmath.h>."
       >    62 | #  error "Unsupported combination of types for <tgmath.h>."
       >       |    ^
       > 1 error generated.
       > make[2]: *** [lib/CMakeFiles/volk_obj.dir/build.make:3179: lib/CMakeFiles/volk_obj.dir/volk_machine_generic.c.o] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:345: lib/CMakeFiles/volk_obj.dir/all] Error 2
       > make[1]: *** Waiting for unfinished jobs....
       > [ 69%] Linking C static library libcpu_features.a
       > [ 69%] Built target cpu_features
       > make: *** [Makefile:146: all] Error 2
       For full logs, run:
         nix log /nix/store/m7yaflbap8f70hmpjvs1k3nywa3nlf2k-volk-x86_64-unknown-linux-gnufilc0-3.1.2.drv
voms-2.1.2
error: Cannot build '/nix/store/v5yp8fl1fpfq27ybpcg1qpir9zm44485-voms-x86_64-unknown-linux-gnufilc0-2.1.2.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/45wqkrj6cnyjap20csb6sclh67w5z0gs-voms-x86_64-unknown-linux-gnufilc0-2.1.2
         /nix/store/6iwf261zazfs6jxz4i5y8vhsw6sssdsd-voms-x86_64-unknown-linux-gnufilc0-2.1.2-bin
         /nix/store/dmsn1xfxycbgx34xw1hwy04hg5jk8d0s-voms-x86_64-unknown-linux-gnufilc0-2.1.2-man
         /nix/store/hb8wlig2c49drjdv47jlk08gimz95pld-voms-x86_64-unknown-linux-gnufilc0-2.1.2-etc
         /nix/store/zirzpwz3qsmv0l3gh7lfk445p9skxh5y-voms-x86_64-unknown-linux-gnufilc0-2.1.2-dev
       Last 25 log lines:
       >
       > clang++ -DHAVE_CONFIG_H -I. -I../../src/autogen  -DWITH_DOM -I/nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/include -DHAVE_OPENSSL_SSL_H -I../../src/include -I../../src/api/ccapi  -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include   -g -O2 -c -o voms-vomsd.o `test -f 'vomsd.cc' || echo './'`vomsd.cc
       > clang++ -DHAVE_CONFIG_H -I. -I../../src/autogen  -DWITH_DOM -I/nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/include -DHAVE_OPENSSL_SSL_H -I../../src/include -I../../src/api/ccapi  -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include   -g -O2 -c -o voms-vomsd-rest.o `test -f 'vomsd-rest.cc' || echo './'`vomsd-rest.cc
       > clang -DHAVE_CONFIG_H -I. -I../../src/autogen  -DWITH_DOM -I/nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/include -DHAVE_OPENSSL_SSL_H -I../../src/include -I../../src/api/ccapi  -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include   -g -O2 -c -o voms-uuid.o `test -f 'uuid.c' || echo './'`uuid.c
       > clang++ -DHAVE_CONFIG_H -I. -I../../src/autogen  -DWITH_DOM -I/nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/include -DHAVE_OPENSSL_SSL_H -I../../src/include -I../../src/api/ccapi  -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include   -g -O2 -c -o voms-attribute.o `test -f 'attribute.cc' || echo './'`attribute.cc
       > clang++ -DHAVE_CONFIG_H -I. -I../../src/autogen  -DWITH_DOM -I/nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/include -DHAVE_OPENSSL_SSL_H -I../../src/include -I../../src/api/ccapi  -I/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include   -g -O2 -c -o voms-soapC.o `test -f 'soapC.cpp' || echo './'`soapC.cpp
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../../libtool  --tag=CXX   --mode=link clang++  -g -O2   -o voms voms-main.o voms-vomsd.o voms-vomsd-rest.o voms-uuid.o voms-attribute.o voms-soapC.o ../../src/socklib/libsock_nog.la ../../src/common/libutilities_nog.la ../../src/ac/libattributes_nog.la ../../src/common/libutilc_nog.la ../../src/replib/librep.la ../../src/log/liblog.la ../../src/api/ccapi/libvomsapi.la -L/nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib -lgsoapssl++ -L/nix/store/yi2w496ji22gwp9280l5c953pwiz91rl-openssl-x86_64-unknown-linux-gnufilc0-3.5.7/lib -lssl -lcrypto -L/nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib -lexpat -ldl
       > libtool: link: clang++ -g -O2 -o .libs/voms voms-main.o voms-vomsd.o voms-vomsd-rest.o voms-uuid.o voms-attribute.o voms-soapC.o  ../../src/socklib/.libs/libsock_nog.a ../../src/common/.libs/libutilities_nog.a ../../src/ac/.libs/libattributes_nog.a ../../src/common/.libs/libutilc_nog.a -L/nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib -L/nix/store/yi2w496ji22gwp9280l5c953pwiz91rl-openssl-x86_64-unknown-linux-gnufilc0-3.5.7/lib ../../src/replib/.libs/librep.a ../../src/log/.libs/liblog.a ../../src/api/ccapi/.libs/libvomsapi.so -lpthread -L/nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib -lgsoapssl++ -lssl -lcrypto /nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib/libexpat.so -ldl -pthread -Wl,-rpath -Wl,/nix/store/45wqkrj6cnyjap20csb6sclh67w5z0gs-voms-x86_64-unknown-linux-gnufilc0-2.1.2/lib -Wl,-rpath -Wl,/nix/store/z7jh2py1rrxw3dphnhn6xcspzmsmn8y7-expat-2.7.1-x86_64-unknown-linux-gnufilc0/lib
       > /nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib/libgsoapssl++.a(libgsoapssl___a-stdsoap2_ssl_cpp.o):function pizlonatedFI27932_crc32:(.text+0xf9e9b): error: undefined reference to 'pizlonated_crc32'
       > /nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib/libgsoapssl++.a(libgsoapssl___a-stdsoap2_ssl_cpp.o):function pizlonatedFI2529_deflate:(.text+0xf9f97): error: undefined reference to 'pizlonated_deflate'
       > /nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib/libgsoapssl++.a(libgsoapssl___a-stdsoap2_ssl_cpp.o):function pizlonatedFI2529_inflate:(.text+0xfa357): error: undefined reference to 'pizlonated_inflate'
       > /nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib/libgsoapssl++.a(libgsoapssl___a-stdsoap2_ssl_cpp.o):function pizlonatedFI28863_inflateSetDictionary:(.text+0xfa452): error: undefined reference to 'pizlonated_inflateSetDictionary'
       > /nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib/libgsoapssl++.a(libgsoapssl___a-stdsoap2_ssl_cpp.o):function pizlonatedFI1066_deflateEnd:(.text+0xfd121): error: undefined reference to 'pizlonated_deflateEnd'
       > /nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib/libgsoapssl++.a(libgsoapssl___a-stdsoap2_ssl_cpp.o):function pizlonatedFI1066_inflateEnd:(.text+0xfd1e1): error: undefined reference to 'pizlonated_inflateEnd'
       > /nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib/libgsoapssl++.a(libgsoapssl___a-stdsoap2_ssl_cpp.o):function pizlonatedFI4500297328_deflateInit2_:(.text+0x100aad): error: undefined reference to 'pizlonated_deflateInit2_'
       > /nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib/libgsoapssl++.a(libgsoapssl___a-stdsoap2_ssl_cpp.o):function pizlonatedFI308296_deflateInit_:(.text+0x100c2b): error: undefined reference to 'pizlonated_deflateInit_'
       > /nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib/libgsoapssl++.a(libgsoapssl___a-stdsoap2_ssl_cpp.o):function pizlonatedFI28863_deflateSetDictionary:(.text+0x100d52): error: undefined reference to 'pizlonated_deflateSetDictionary'
       > /nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib/libgsoapssl++.a(libgsoapssl___a-stdsoap2_ssl_cpp.o):function pizlonatedFI308296_inflateInit2_:(.text+0x10361b): error: undefined reference to 'pizlonated_inflateInit2_'
       > /nix/store/lzrfrdhgilbqgk5c1y24mnsqh1jpbq8k-gsoap-x86_64-unknown-linux-gnufilc0-2.8.108/lib/libgsoapssl++.a(libgsoapssl___a-stdsoap2_ssl_cpp.o):function pizlonatedFI28863_inflateInit_:(.text+0x103742): error: undefined reference to 'pizlonated_inflateInit_'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [Makefile:513: voms] Error 1
       > make[2]: Leaving directory '/build/source/src/server'
       > make[1]: *** [Makefile:432: all-recursive] Error 1
       > make[1]: Leaving directory '/build/source/src'
       > make: *** [Makefile:468: all-recursive] Error 1
       For full logs, run:
         nix log /nix/store/v5yp8fl1fpfq27ybpcg1qpir9zm44485-voms-x86_64-unknown-linux-gnufilc0-2.1.2.drv
vpl-gpu-rt-25.2.1
error: Cannot build '/nix/store/3d04wxzjy8pdi253hqb5jrrx7z1m7sl1-vpl-gpu-rt-x86_64-unknown-linux-gnufilc0-25.2.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/94a1zjybrc1c2ikgg4am4rrmlh0iz93n-vpl-gpu-rt-x86_64-unknown-linux-gnufilc0-25.2.1-dev
         /nix/store/zbf20wjapfs7jbspbc0z2dd074nr32fd-vpl-gpu-rt-x86_64-unknown-linux-gnufilc0-25.2.1
       Last 25 log lines:
       > [ 11%] Building ASM object contrib/ipp/CMakeFiles/ipp_sse4.dir/src/asm_intel64/pcccopym7as.s.o
       > cd /build/source/build/contrib/ipp && /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang -DLINUX -DLINUX32 -DLINUX64 -DMEDIA_VERSION_STR=\"25.2.1\" -DMFX_API_VERSION=\"2.14+\" -DMFX_BUILD_INFO="\"Linux  | Clang 20.1.8 | glibc 2.40\"" -DMFX_GIT_COMMIT=\"\" -DMFX_ONEVPL -DMSDK_BUILD=\"\" -DNDEBUG -DONEVPL_EXPERIMENTAL -DSYNCHRONIZATION_BY_VA_SYNC_SURFACE -D_ARCH_EM64T -D_FILE_OFFSET_BITS=64 -D_Y8 -D__USE_LARGEFILE64 -I/build/source/contrib/ipp/include -I/build/source/build -I/build/source/api/vpl -I/build/source/api/vpl/../mediasdk_structures -I/build/source/api/vpl/private -O3 -DNDEBUG -fPIC -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-unused -msse4.2 -o CMakeFiles/ipp_sse4.dir/src/asm_intel64/pcccopym7as.s.o -c /build/source/contrib/ipp/src/asm_intel64/pcccopym7as.s
       > [ 11%] Building ASM object contrib/ipp/CMakeFiles/ipp_sse4.dir/src/asm_intel64/piconvert01m7as.s.o
       > cd /build/source/build/contrib/ipp && /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang -DLINUX -DLINUX32 -DLINUX64 -DMEDIA_VERSION_STR=\"25.2.1\" -DMFX_API_VERSION=\"2.14+\" -DMFX_BUILD_INFO="\"Linux  | Clang 20.1.8 | glibc 2.40\"" -DMFX_GIT_COMMIT=\"\" -DMFX_ONEVPL -DMSDK_BUILD=\"\" -DNDEBUG -DONEVPL_EXPERIMENTAL -DSYNCHRONIZATION_BY_VA_SYNC_SURFACE -D_ARCH_EM64T -D_FILE_OFFSET_BITS=64 -D_Y8 -D__USE_LARGEFILE64 -I/build/source/contrib/ipp/include -I/build/source/build -I/build/source/api/vpl -I/build/source/api/vpl/../mediasdk_structures -I/build/source/api/vpl/private -O3 -DNDEBUG -fPIC -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-unused -msse4.2 -o CMakeFiles/ipp_sse4.dir/src/asm_intel64/piconvert01m7as.s.o -c /build/source/contrib/ipp/src/asm_intel64/piconvert01m7as.s
       > [ 12%] Building ASM object contrib/ipp/CMakeFiles/ipp_sse4.dir/src/asm_intel64/piconvert02m7as.s.o
       > cd /build/source/build/contrib/ipp && /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang -DLINUX -DLINUX32 -DLINUX64 -DMEDIA_VERSION_STR=\"25.2.1\" -DMFX_API_VERSION=\"2.14+\" -DMFX_BUILD_INFO="\"Linux  | Clang 20.1.8 | glibc 2.40\"" -DMFX_GIT_COMMIT=\"\" -DMFX_ONEVPL -DMSDK_BUILD=\"\" -DNDEBUG -DONEVPL_EXPERIMENTAL -DSYNCHRONIZATION_BY_VA_SYNC_SURFACE -D_ARCH_EM64T -D_FILE_OFFSET_BITS=64 -D_Y8 -D__USE_LARGEFILE64 -I/build/source/contrib/ipp/include -I/build/source/build -I/build/source/api/vpl -I/build/source/api/vpl/../mediasdk_structures -I/build/source/api/vpl/private -O3 -DNDEBUG -fPIC -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-unused -msse4.2 -o CMakeFiles/ipp_sse4.dir/src/asm_intel64/piconvert02m7as.s.o -c /build/source/contrib/ipp/src/asm_intel64/piconvert02m7as.s
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: /build/source/contrib/ipp/src/asm_intel64/pcccopym7as.s: cannot parse line: // Copyright (c) 2018 Intel Corporation
       > make[2]: *** [contrib/ipp/CMakeFiles/ipp_sse4.dir/build.make:795: contrib/ipp/CMakeFiles/ipp_sse4.dir/src/asm_intel64/pcccopym7as.s.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > [ 12%] Building ASM object contrib/ipp/CMakeFiles/ipp_sse4.dir/src/asm_intel64/picopyu8as.s.o
       > cd /build/source/build/contrib/ipp && /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang -DLINUX -DLINUX32 -DLINUX64 -DMEDIA_VERSION_STR=\"25.2.1\" -DMFX_API_VERSION=\"2.14+\" -DMFX_BUILD_INFO="\"Linux  | Clang 20.1.8 | glibc 2.40\"" -DMFX_GIT_COMMIT=\"\" -DMFX_ONEVPL -DMSDK_BUILD=\"\" -DNDEBUG -DONEVPL_EXPERIMENTAL -DSYNCHRONIZATION_BY_VA_SYNC_SURFACE -D_ARCH_EM64T -D_FILE_OFFSET_BITS=64 -D_Y8 -D__USE_LARGEFILE64 -I/build/source/contrib/ipp/include -I/build/source/build -I/build/source/api/vpl -I/build/source/api/vpl/../mediasdk_structures -I/build/source/api/vpl/private -O3 -DNDEBUG -fPIC -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-unused -msse4.2 -o CMakeFiles/ipp_sse4.dir/src/asm_intel64/picopyu8as.s.o -c /build/source/contrib/ipp/src/asm_intel64/picopyu8as.s
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: /build/source/contrib/ipp/src/asm_intel64/piconvert01m7as.s: cannot parse line: // Copyright (c) 2018 Intel Corporation
       > make[2]: *** [contrib/ipp/CMakeFiles/ipp_sse4.dir/build.make:808: contrib/ipp/CMakeFiles/ipp_sse4.dir/src/asm_intel64/piconvert01m7as.s.o] Error 1
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: /build/source/contrib/ipp/src/asm_intel64/piconvert02m7as.s: cannot parse line: // Copyright (c) 2018 Intel Corporation
       > make[2]: *** [contrib/ipp/CMakeFiles/ipp_sse4.dir/build.make:821: contrib/ipp/CMakeFiles/ipp_sse4.dir/src/asm_intel64/piconvert02m7as.s.o] Error 1
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: /build/source/contrib/ipp/src/asm_intel64/picopyu8as.s: cannot parse line: // Copyright (c) 2018 Intel Corporation
       > make[2]: *** [contrib/ipp/CMakeFiles/ipp_sse4.dir/build.make:834: contrib/ipp/CMakeFiles/ipp_sse4.dir/src/asm_intel64/picopyu8as.s.o] Error 1
       > make[2]: Leaving directory '/build/source/build'
       > make[1]: *** [CMakeFiles/Makefile2:584: contrib/ipp/CMakeFiles/ipp_sse4.dir/all] Error 2
       > make[1]: Leaving directory '/build/source/build'
       > make: *** [Makefile:139: all] Error 2
       For full logs, run:
         nix log /nix/store/3d04wxzjy8pdi253hqb5jrrx7z1m7sl1-vpl-gpu-rt-x86_64-unknown-linux-gnufilc0-25.2.1.drv
vrb-0.5.1
error: Cannot build '/nix/store/aqky9k92ph5d927cm9zx3bbir2mi8dgh-vrb-x86_64-unknown-linux-gnufilc0-0.5.1.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/3w0gm096awx1cbhb7ay62mfrnc511l8q-vrb-x86_64-unknown-linux-gnufilc0-0.5.1
       Last 24 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/gp14c2ivv5g976v4q7paz08qdpmz3y7f-vrb-0.5.1.tar.bz2
       > source root is vrb-0.5.1
       > setting SOURCE_DATE_EPOCH to timestamp 1154494800 of file "vrb-0.5.1/ChangeLog"
       > Running phase: patchPhase
       > applying patch /nix/store/mbvk16nln0cg9mam92hr5m3j1mcj7ddw-removed_options.patch
       > patching file configure
       > applying patch /nix/store/y0q7barlyffryy2mrhv68s8gjzjn7ky3-unused-but-set-variable.patch
       > patching file vrb/src/bin/vbuf.c
       > patching script interpreter paths in configure
       > configure: interpreter directive changed from "#!/usr/bin/env bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > patching script interpreter paths in ./configure
       > configure flags: --prefix=/nix/store/3w0gm096awx1cbhb7ay62mfrnc511l8q-vrb-x86_64-unknown-linux-gnufilc0-0.5.1 --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
       > Unknown option '--build=x86_64-unknown-linux-gnu'
       > Unknown option '--host=x86_64-unknown-linux-gnufilc0'
       > pwd = /build/vrb-0.5.1
       > Switching to subdirectory 'build'
       > drwxr-xr-x 1 nixbld nixbld 0 Sep 14 09:39 build
       > 09:39:58 version = 0.5.1 (0) (0.5) (0.5.1)
       > ./configure: line 297: gcc: command not found
       > ./configure: line 300: gcc: command not found
       For full logs, run:
         nix log /nix/store/aqky9k92ph5d927cm9zx3bbir2mi8dgh-vrb-x86_64-unknown-linux-gnufilc0-0.5.1.drv
vtm-0.9.99.61
error: Cannot build '/nix/store/rdrzc8ajfla01ylf0kswklm6nbxivnf2-vtm-x86_64-unknown-linux-gnufilc0-0.9.99.61.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/jpl866cg771b1mnq9dlv71jniadz0p4k-vtm-x86_64-unknown-linux-gnufilc0-0.9.99.61
       Last 25 log lines:
       > In file included from /build/source/src/netxs/apps/../desktopio/input.hpp:6:
       > In file included from /build/source/src/netxs/apps/../desktopio/baseui.hpp:6:
       > In file included from /build/source/src/netxs/apps/../desktopio/richtext.hpp:6:
       > In file included from /build/source/src/netxs/apps/../desktopio/directvt.hpp:4:
       > In file included from /build/source/src/netxs/apps/../desktopio/ansivt.hpp:6:
       > In file included from /build/source/src/netxs/apps/../desktopio/canvas.hpp:6:
       > In file included from /build/source/src/netxs/apps/../desktopio/geometry.hpp:6:
       > In file included from /build/source/src/netxs/apps/../desktopio/utf.hpp:6:
       > In file included from /build/source/src/netxs/apps/../desktopio/quartz.hpp:6:
       > /build/source/src/netxs/apps/../desktopio/intmath.hpp:40:34: warning: identifier '_sz' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
       >    40 |     constexpr size_t operator "" _sz (unsigned long long i) { return static_cast<size_t>(i); }
       >       |                      ~~~~~~~~~~~~^~~
       >       |                      operator""_sz
       > 1 warning generated.
       > [100%] Linking CXX executable vtm
       > CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI4792_pow:(.text+0xa35d06): error: undefined reference to 'pizlonated_pow'
       > CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI269_sinf:(.text+0xa3c2c1): error: undefined reference to 'pizlonated_sinf'
       > CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI3195_powf:(.text+0xa3c4a7): error: undefined reference to 'pizlonated_powf'
       > CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI269_sqrtf:(.text+0xa3e9d1): error: undefined reference to 'pizlonated_sqrtf'
       > CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI403_sqrt:(.text+0xa3eab1): error: undefined reference to 'pizlonated_sqrt'
       > CMakeFiles/vtm.dir/src/vtm.cpp.o:vtm.cpp:function pizlonatedFI135_fedisableexcept:(.text+0xa3ec6d): error: undefined reference to 'pizlonated_fedisableexcept'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [CMakeFiles/vtm.dir/build.make:100: vtm] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/vtm.dir/all] Error 2
       > make: *** [Makefile:136: all] Error 2
       For full logs, run:
         nix log /nix/store/rdrzc8ajfla01ylf0kswklm6nbxivnf2-vtm-x86_64-unknown-linux-gnufilc0-0.9.99.61.drv
vwifi-6.3-unstable-2025-02-04
error: Cannot build '/nix/store/jpzvwsmz5r0x76qjy7wnvif16x5nr2d5-vwifi-x86_64-unknown-linux-gnufilc0-6.3-unstable-2025-02-04.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/vdif4ds11gmgiq5xjczl60xxgr74xkgw-vwifi-x86_64-unknown-linux-gnufilc0-6.3-unstable-2025-02-04
       Last 25 log lines:
       >  3908 | inline _LIBCPP_HIDE_FROM_ABI bool operator<(const basic_string<_CharT, _Traits, _Allocator>& __lhs,
       >       |                                   ^
       > /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:3915:1: note: candidate template ignored: could not match 'basic_string' against '__bind'
       >  3915 | operator<(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT {
       >       | ^
       > /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/string:3921:1: note: candidate template ignored: could not match 'const _CharT *' against '__bind<int &, sockaddr *, unsigned long>'
       >  3921 | operator<(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) _NOEXCEPT {
       >       | ^
       > /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/array:459:35: note: candidate template ignored: could not match 'array' against '__bind'
       >   459 | inline _LIBCPP_HIDE_FROM_ABI bool operator<(const array<_Tp, _Size>& __x, const array<_Tp, _Size>& __y) {
       >       |                                   ^
       > /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/deque:2557:35: note: candidate template ignored: could not match 'deque' against '__bind'
       >  2557 | inline _LIBCPP_HIDE_FROM_ABI bool operator<(const deque<_Tp, _Allocator>& __x, const deque<_Tp, _Allocator>& __y) {
       >       |                                   ^
       > /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/__vector/comparison.h:40:35: note: candidate template ignored: could not match 'vector' against '__bind'
       >    40 | inline _LIBCPP_HIDE_FROM_ABI bool operator<(const vector<_Tp, _Allocator>& __x, const vector<_Tp, _Allocator>& __y) {
       >       |                                   ^
       > /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/queue:471:35: note: candidate template ignored: could not match 'queue' against '__bind'
       >   471 | inline _LIBCPP_HIDE_FROM_ABI bool operator<(const queue<_Tp, _Container>& __x, const queue<_Tp, _Container>& __y) {
       >       |                                   ^
       > /nix/store/7fsmzzzgkjq3dma1vz6406199xqqz1v3-filc-libcxx-git/include/c++/stack:327:35: note: candidate template ignored: could not match 'stack' against '__bind'
       >   327 | inline _LIBCPP_HIDE_FROM_ABI bool operator<(const stack<_Tp, _Container>& __x, const stack<_Tp, _Container>& __y) {
       >       |                                   ^
       > 1 error generated.
       > make: *** [Makefile:55: obj/csocketserverfunctionitcp.o] Error 1
       For full logs, run:
         nix log /nix/store/jpzvwsmz5r0x76qjy7wnvif16x5nr2d5-vwifi-x86_64-unknown-linux-gnufilc0-6.3-unstable-2025-02-04.drv
w_scan-20170107
error: Cannot build '/nix/store/w1bw5cqnll1wqykav7xih0n8ii85ycms-w_scan-x86_64-unknown-linux-gnufilc0-20170107.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/bmmxv0aqix13396p52sz60isy7v2w5ix-w_scan-x86_64-unknown-linux-gnufilc0-20170107
       Last 25 log lines:
       > 28 clang-20  0x0000000002a02d54 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) + 436
       > 29 clang-20  0x0000000000c79189 clang_main(int, char**, llvm::ToolContext const&) + 7241
       > 30 clang-20  0x0000000000b840d4 main + 100
       > 31 libc.so.6 0x00007ffff7c2a47e
       > 32 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
       > 33 clang-20  0x0000000000c74ed5 _start + 37
       > clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
       > clang version 20.1.8 (Fil-C 0.684)
       > Target: x86_64-pc-linux-gnu
       > Thread model: posix
       > InstalledDir: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin
       > Build config: +assertions
       > clang-20: note: diagnostic msg:
       > ********************
       >
       > PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
       > Preprocessed source(s) and associated run script(s) are located at:
       > clang-20: note: diagnostic msg: /build/countries-a5e0ee.c
       > clang-20: note: diagnostic msg: /build/countries-a5e0ee.sh
       > clang-20: note: diagnostic msg:
       >
       > ********************
       > make[1]: *** [Makefile:426: countries.o] Error 1
       > make[1]: Leaving directory '/build/w_scan-20170107'
       > make: *** [Makefile:261: all] Error 2
       For full logs, run:
         nix log /nix/store/w1bw5cqnll1wqykav7xih0n8ii85ycms-w_scan-x86_64-unknown-linux-gnufilc0-20170107.drv
nix
error: output '/nix/store/2baqs4yivysqnwcbnk19yg88s3isf24a-waagent-2.13.1.1-x86_64-unknown-linux-gnufilc0' is not allowed to refer to the following paths:
         /nix/store/nn9ckj7v5gxzzajwz79lzr9kclpvf9pf-python3-3.12.11
wamr-2.2.0
error: Cannot build '/nix/store/qib6pdbvv9vwg0h6x6n35vxishmp1y2j-wamr-x86_64-unknown-linux-gnufilc0-2.2.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/jrkb103xlyqni2drrylqddsg5s97xdmf-wamr-x86_64-unknown-linux-gnufilc0-2.2.0
       Last 25 log lines:
       > /build/source/core/iwasm/common/wasm_runtime_common.c:7225:64: warning: unused parameter 'module_name' [-Wunused-parameter]
       >  7225 | loader_find_export(const WASMModuleCommon *module, const char *module_name,
       >       |                                                                ^
       > 7 warnings generated.
       > /build/source/core/iwasm/common/wasm_c_api.c:1955:56: warning: unused parameter 'cluster_frames' [-Wunused-parameter]
       >  1955 |                        const char *error_info, Vector *cluster_frames)
       >       |                                                        ^
       > /build/source/core/iwasm/common/wasm_c_api.c:3387:34: warning: variable 'export_func_j' set but not used [-Wunused-but-set-variable]
       >  3387 |             uint32 export_i = 0, export_func_j = 0;
       >       |                                  ^
       > /build/source/core/iwasm/common/wasm_c_api.c:4670:38: warning: unused parameter 'inst' [-Wunused-parameter]
       >  4670 | aot_link_func(const wasm_instance_t *inst, const AOTModule *module_aot,
       >       |                                      ^
       > /build/source/core/iwasm/common/wasm_c_api.c:5383:57: warning: unused parameter 'instance' [-Wunused-parameter]
       >  5383 | wasm_instance_sum_wasm_exec_time(const wasm_instance_t *instance)
       >       |                                                         ^
       > /build/source/core/iwasm/common/wasm_c_api.c:5393:62: warning: unused parameter 'instance' [-Wunused-parameter]
       >  5393 | wasm_instance_get_wasm_func_exec_time(const wasm_instance_t *instance,
       >       |                                                              ^
       > /build/source/core/iwasm/common/wasm_c_api.c:5394:51: warning: unused parameter 'name' [-Wunused-parameter]
       >  5394 |                                       const char *name)
       >       |                                                   ^
       > 6 warnings generated.
       > make[1]: *** [CMakeFiles/Makefile2:93: CMakeFiles/vmlib.dir/all] Error 2
       > make: *** [Makefile:136: all] Error 2
       For full logs, run:
         nix log /nix/store/qib6pdbvv9vwg0h6x6n35vxishmp1y2j-wamr-x86_64-unknown-linux-gnufilc0-2.2.0.drv
watcher-0.13.5
error: Cannot build '/nix/store/608d1vzqzs4m2bfqw60hl2p3awaq1g0w-watcher-x86_64-unknown-linux-gnufilc0-0.13.5.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/xy06avh9y4b33pk21fm5n5kzjlfx9g7d-watcher-x86_64-unknown-linux-gnufilc0-0.13.5
       Last 25 log lines:
       >
       > 
       > -- Build files have been written to: /build/source/build
       > cmake: enabled parallel building
       > cmake: enabled parallel installing
       > Running phase: buildPhase
       > build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > [  0%] Built target wtr.hdr_watcher
       > [  0%] Built target watcher-c-hdr
       > [ 12%] Building CXX object CMakeFiles/wtr.watcher.dir/src/wtr/watcher/main.cpp.o
       > [ 25%] Building CXX object CMakeFiles/watcher-c-shared.dir/watcher-c/src/watcher-c.cpp.o
       > [ 37%] Building CXX object CMakeFiles/watcher-c-static.dir/watcher-c/src/watcher-c.cpp.o
       > [ 50%] Building CXX object CMakeFiles/tw.dir/src/wtr/tiny_watcher/main.cpp.o
       > [ 62%] Linking CXX executable tw
       > [ 75%] Linking CXX static library libwatcher-c.a
       > [ 87%] Linking CXX shared library libwatcher-c.so
       > [ 87%] Built target tw
       > [ 87%] Built target watcher-c-static
       > [ 87%] Built target watcher-c-shared
       > [100%] Linking CXX executable wtr.watcher
       > CMakeFiles/wtr.watcher.dir/src/wtr/watcher/main.cpp.o:main.cpp:function pizlonatedFI534_llroundl:(.text+0xb903): error: undefined reference to 'pizlonated_llroundl'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [CMakeFiles/wtr.watcher.dir/build.make:100: wtr.watcher] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:230: CMakeFiles/wtr.watcher.dir/all] Error 2
       > make: *** [Makefile:136: all] Error 2
       For full logs, run:
         nix log /nix/store/608d1vzqzs4m2bfqw60hl2p3awaq1g0w-watcher-x86_64-unknown-linux-gnufilc0-0.13.5.drv
vpl-gpu-rt-25.2.1
error: build of '/nix/store/3d04wxzjy8pdi253hqb5jrrx7z1m7sl1-vpl-gpu-rt-x86_64-unknown-linux-gnufilc0-25.2.1.drv^*', '/nix/store/608d1vzqzs4m2bfqw60hl2p3awaq1g0w-watcher-x86_64-unknown-linux-gnufilc0-0.13.5.drv^*', '/nix/store/aqky9k92ph5d927cm9zx3bbir2mi8dgh-vrb-x86_64-unknown-linux-gnufilc0-0.5.1.drv^*', '/nix/store/jpzvwsmz5r0x76qjy7wnvif16x5nr2d5-vwifi-x86_64-unknown-linux-gnufilc0-6.3-unstable-2025-02-04.drv^*', '/nix/store/m7yaflbap8f70hmpjvs1k3nywa3nlf2k-volk-x86_64-unknown-linux-gnufilc0-3.1.2.drv^*', '/nix/store/qib6pdbvv9vwg0h6x6n35vxishmp1y2j-wamr-x86_64-unknown-linux-gnufilc0-2.2.0.drv^*', '/nix/store/rdrzc8ajfla01ylf0kswklm6nbxivnf2-vtm-x86_64-unknown-linux-gnufilc0-0.9.99.61.drv^*', '/nix/store/v5yp8fl1fpfq27ybpcg1qpir9zm44485-voms-x86_64-unknown-linux-gnufilc0-2.1.2.drv^*', '/nix/store/w1bw5cqnll1wqykav7xih0n8ii85ycms-w_scan-x86_64-unknown-linux-gnufilc0-20170107.drv^*', '/nix/store/wxmfn0kq2ix7scjm1arxir3n9c0gkhy9-waagent-2.13.1.1-x86_64-unknown-linux-gnufilc0.drv^*' failed

End of log