Build · e378288cFinished · errors ·
Pause
•••
Download raw log ↓
← Earlier output11.9 MiB captured
libgccjit-14.3.0
In file included from ../../gcc-14.3.0/gcc/jit/libgccjit.cc:30:
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.h:29:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/vector:363:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:293:32: error: attempt to use a poisoned identifier
  293 |     __status = (unsigned char*)malloc(__nkw);
      |                                ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:1351:24: error: attempt to use a poisoned identifier
 1351 |     __ob = (char_type*)malloc(2 * static_cast<size_t>(__nc) * sizeof(char_type));
      |                        ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:2396:31: error: attempt to use a poisoned identifier
 2396 |   _Tp* __t       = (_Tp*)std::realloc(__owns ? __b.get() : 0, __new_cap);
      |                               ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:2599:24: error: attempt to use a poisoned identifier
 2599 |       __h.reset((char*)malloc(static_cast<size_t>(__wn - __wb.get() + 2)));
      |                        ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:2877:28: error: attempt to use a poisoned identifier
 2877 |     __hd.reset((char_type*)malloc(static_cast<size_t>(__n) * sizeof(char_type)));
      |                            ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:2903:28: error: attempt to use a poisoned identifier
 2903 |     __hw.reset((char_type*)malloc(__exn * sizeof(char_type)));
      |                            ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:2941:27: error: attempt to use a poisoned identifier
 2941 |     __h.reset((char_type*)malloc(__exn * sizeof(char_type)));
      |                           ^
In file included from ../../gcc-14.3.0/gcc/jit/libgccjit.cc:30:
../../gcc-14.3.0/gcc/jit/jit-recording.h:295:7: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  295 |       GNU_PRINTF(3, 4);
      |       ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/libgccjit.cc:30:
../../gcc-14.3.0/gcc/jit/jit-recording.h:299:7: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  299 |       GNU_PRINTF(3, 0);
      |       ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/libgccjit.cc:30:
../../gcc-14.3.0/gcc/jit/jit-recording.h:452:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  452 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
../../gcc-14.3.0/gcc/jit/libgccjit.cc:318:3: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  318 |   GNU_PRINTF(3, 4);
      |   ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
13 warnings and 7 errors generated.
22 warnings and 8 errors generated.
make[2]: *** [Makefile:1198: jit/libgccjit.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:1198: jit/dummy-frontend.o] Error 1
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:26:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:472:
../../gcc-14.3.0/gcc/wide-int.h:1198:11: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'wide_int_storage' [-Wnontrivial-memcall]
 1198 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
../../gcc-14.3.0/gcc/wide-int.h:1198:11: note: explicitly cast the pointer to silence this warning
 1198 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
      |           (void*)
../../gcc-14.3.0/gcc/wide-int.h:1221:11: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'wide_int_storage' [-Wnontrivial-memcall]
 1221 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
../../gcc-14.3.0/gcc/wide-int.h:1221:11: note: explicitly cast the pointer to silence this warning
 1221 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
      |           (void*)
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:26:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:487:
../../gcc-14.3.0/gcc/poly-int.h:373:1: warning: 'poly_int' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  373 | struct poly_int
      | ^
../../gcc-14.3.0/gcc/poly-int.h:32:38: note: did you mean struct here?
   32 | template<unsigned int N, typename T> class poly_int;
      |                                      ^~~~~
      |                                      struct
warning: unknown warning option '-Wconditionally-supported' [-Wunknown-warning-option]
In file included from ../../gcc-14.3.0/gcc/jit/jit-result.cc:24:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:472:
../../gcc-14.3.0/gcc/wide-int.h:1198:11: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'wide_int_storage' [-Wnontrivial-memcall]
 1198 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
../../gcc-14.3.0/gcc/wide-int.h:1198:11: note: explicitly cast the pointer to silence this warning
 1198 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
      |           (void*)
../../gcc-14.3.0/gcc/wide-int.h:1221:11: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'wide_int_storage' [-Wnontrivial-memcall]
 1221 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
../../gcc-14.3.0/gcc/wide-int.h:1221:11: note: explicitly cast the pointer to silence this warning
 1221 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
      |           (void*)
In file included from ../../gcc-14.3.0/gcc/jit/jit-result.cc:24:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:487:
../../gcc-14.3.0/gcc/poly-int.h:373:1: warning: 'poly_int' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  373 | struct poly_int
      | ^
../../gcc-14.3.0/gcc/poly-int.h:32:38: note: did you mean struct here?
   32 | template<unsigned int N, typename T> class poly_int;
      |                                      ^~~~~
      |                                      struct
In file included from ../../gcc-14.3.0/gcc/jit/jit-result.cc:24:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:498:
In file included from ../../gcc-14.3.0/gcc/hash-table.h:250:
../../gcc-14.3.0/gcc/inchash.h:91:30: warning: class 'real_value' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   91 |   void add_real_value (const class real_value &v);
      |                              ^
../../gcc-14.3.0/gcc/real.h:39:16: note: previous use is here
   39 | struct GTY(()) real_value {
      |                ^
../../gcc-14.3.0/gcc/inchash.h:91:30: note: did you mean struct here?
   91 |   void add_real_value (const class real_value &v);
      |                              ^~~~~
      |                              struct
In file included from ../../gcc-14.3.0/gcc/jit/jit-result.cc:26:
../../gcc-14.3.0/gcc/jit/jit-common.h:176:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  176 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-result.cc:27:
../../gcc-14.3.0/gcc/jit/jit-logging.h:43:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
   43 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-result.cc:27:
../../gcc-14.3.0/gcc/jit/jit-logging.h:45:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
   45 |     GNU_PRINTF(2, 0);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-result.cc:27:
../../gcc-14.3.0/gcc/jit/jit-logging.h:131:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  131 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
9 warnings generated.
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:26:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:498:
In file included from ../../gcc-14.3.0/gcc/hash-table.h:250:
../../gcc-14.3.0/gcc/inchash.h:91:30: warning: class 'real_value' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   91 |   void add_real_value (const class real_value &v);
      |                              ^
../../gcc-14.3.0/gcc/real.h:39:16: note: previous use is here
   39 | struct GTY(()) real_value {
      |                ^
../../gcc-14.3.0/gcc/inchash.h:91:30: note: did you mean struct here?
   91 |   void add_real_value (const class real_value &v);
      |                              ^~~~~
      |                              struct
warning: unknown warning option '-Wconditionally-supported' [-Wunknown-warning-option]
In file included from ../../gcc-14.3.0/gcc/jit/jit-tempdir.cc:23:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:472:
../../gcc-14.3.0/gcc/wide-int.h:1198:11: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'wide_int_storage' [-Wnontrivial-memcall]
 1198 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
../../gcc-14.3.0/gcc/wide-int.h:1198:11: note: explicitly cast the pointer to silence this warning
 1198 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
      |           (void*)
../../gcc-14.3.0/gcc/wide-int.h:1221:11: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'wide_int_storage' [-Wnontrivial-memcall]
 1221 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
../../gcc-14.3.0/gcc/wide-int.h:1221:11: note: explicitly cast the pointer to silence this warning
 1221 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
      |           (void*)
In file included from ../../gcc-14.3.0/gcc/jit/jit-tempdir.cc:23:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:487:
../../gcc-14.3.0/gcc/poly-int.h:373:1: warning: 'poly_int' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  373 | struct poly_int
      | ^
../../gcc-14.3.0/gcc/poly-int.h:32:38: note: did you mean struct here?
   32 | template<unsigned int N, typename T> class poly_int;
      |                                      ^~~~~
      |                                      struct
In file included from ../../gcc-14.3.0/gcc/jit/jit-tempdir.cc:23:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:498:
In file included from ../../gcc-14.3.0/gcc/hash-table.h:250:
../../gcc-14.3.0/gcc/inchash.h:91:30: warning: class 'real_value' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   91 |   void add_real_value (const class real_value &v);
      |                              ^
../../gcc-14.3.0/gcc/real.h:39:16: note: previous use is here
   39 | struct GTY(()) real_value {
      |                ^
../../gcc-14.3.0/gcc/inchash.h:91:30: note: did you mean struct here?
   91 |   void add_real_value (const class real_value &v);
      |                              ^~~~~
      |                              struct
In file included from ../../gcc-14.3.0/gcc/jit/jit-tempdir.cc:25:
In file included from ../../gcc-14.3.0/gcc/jit/jit-tempdir.h:24:
In file included from ../../gcc-14.3.0/gcc/jit/jit-logging.h:24:
../../gcc-14.3.0/gcc/jit/jit-common.h:176:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  176 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-tempdir.cc:25:
In file included from ../../gcc-14.3.0/gcc/jit/jit-tempdir.h:24:
../../gcc-14.3.0/gcc/jit/jit-logging.h:43:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
   43 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-tempdir.cc:25:
In file included from ../../gcc-14.3.0/gcc/jit/jit-tempdir.h:24:
../../gcc-14.3.0/gcc/jit/jit-logging.h:45:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
   45 |     GNU_PRINTF(2, 0);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-tempdir.cc:25:
In file included from ../../gcc-14.3.0/gcc/jit/jit-tempdir.h:24:
../../gcc-14.3.0/gcc/jit/jit-logging.h:131:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  131 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
9 warnings generated.
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:30:
../../gcc-14.3.0/gcc/cgraph.h:1697:1: warning: 'cgraph_edge' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 1697 | class GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"),
      | ^
../../gcc-14.3.0/gcc/cgraph.h:862:1: note: did you mean class here?
  862 | struct cgraph_edge;
      | ^~~~~~
      | class
../../gcc-14.3.0/gcc/coretypes.h:149:1: note: did you mean class here?
  149 | struct cgraph_edge;
      | ^~~~~~
      | class
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:30:
../../gcc-14.3.0/gcc/cgraph.h:2230:10: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 2230 |   friend struct cgraph_edge;
      |          ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/cgraph.h:2230:10: note: did you mean class here?
 2230 |   friend struct cgraph_edge;
      |          ^~~~~~
      |          class
../../gcc-14.3.0/gcc/cgraph.h:2641:32: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 2641 | void initialize_inline_failed (struct cgraph_edge *);
      |                                ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/cgraph.h:2641:32: note: did you mean class here?
 2641 | void initialize_inline_failed (struct cgraph_edge *);
      |                                ^~~~~~
      |                                class
../../gcc-14.3.0/gcc/cgraph.h:2642:28: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 2642 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
      |                            ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/cgraph.h:2642:28: note: did you mean class here?
 2642 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
      |                            ^~~~~~
      |                            class
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:47:
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.h:26:
In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/vector:363:
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:293:32: error: attempt to use a poisoned identifier
  293 |     __status = (unsigned char*)malloc(__nkw);
      |                                ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:1351:24: error: attempt to use a poisoned identifier
 1351 |     __ob = (char_type*)malloc(2 * static_cast<size_t>(__nc) * sizeof(char_type));
      |                        ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:2396:31: error: attempt to use a poisoned identifier
 2396 |   _Tp* __t       = (_Tp*)std::realloc(__owns ? __b.get() : 0, __new_cap);
      |                               ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:2599:24: error: attempt to use a poisoned identifier
 2599 |       __h.reset((char*)malloc(static_cast<size_t>(__wn - __wb.get() + 2)));
      |                        ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:2877:28: error: attempt to use a poisoned identifier
 2877 |     __hd.reset((char_type*)malloc(static_cast<size_t>(__n) * sizeof(char_type)));
      |                            ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:2903:28: error: attempt to use a poisoned identifier
 2903 |     __hw.reset((char_type*)malloc(__exn * sizeof(char_type)));
      |                            ^
/nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/locale:2941:27: error: attempt to use a poisoned identifier
 2941 |     __h.reset((char_type*)malloc(__exn * sizeof(char_type)));
      |                           ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:47:
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.h:31:
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.h:24:
../../gcc-14.3.0/gcc/jit/jit-common.h:176:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  176 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:47:
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.h:31:
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.h:25:
../../gcc-14.3.0/gcc/jit/jit-logging.h:43:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
   43 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:47:
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.h:31:
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.h:25:
../../gcc-14.3.0/gcc/jit/jit-logging.h:45:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
   45 |     GNU_PRINTF(2, 0);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:47:
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.h:31:
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.h:25:
../../gcc-14.3.0/gcc/jit/jit-logging.h:131:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  131 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:47:
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.h:31:
../../gcc-14.3.0/gcc/jit/jit-recording.h:295:7: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  295 |       GNU_PRINTF(3, 4);
      |       ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:47:
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.h:31:
../../gcc-14.3.0/gcc/jit/jit-recording.h:299:7: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  299 |       GNU_PRINTF(3, 0);
      |       ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:47:
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.h:31:
../../gcc-14.3.0/gcc/jit/jit-recording.h:452:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  452 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:47:
../../gcc-14.3.0/gcc/jit/jit-playback.h:266:7: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  266 |       GNU_PRINTF(3, 4);
      |       ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:47:
../../gcc-14.3.0/gcc/jit/jit-playback.h:270:7: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  270 |       GNU_PRINTF(3, 0);
      |       ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-playback.cc:47:
../../gcc-14.3.0/gcc/jit/jit-playback.h:567:1: warning: 'case_' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  567 | struct case_
      | ^
../../gcc-14.3.0/gcc/jit/jit-common.h:158:5: note: did you mean struct here?
  158 |     class case_;
      |     ^~~~~
      |     struct
19 warnings and 7 errors generated.
make[2]: *** [Makefile:1198: jit/jit-playback.o] Error 1
warning: unknown warning option '-Wconditionally-supported' [-Wunknown-warning-option]
In file included from ../../gcc-14.3.0/gcc/config/i386/i386-expand.cc:23:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:472:
../../gcc-14.3.0/gcc/wide-int.h:1198:11: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'wide_int_storage' [-Wnontrivial-memcall]
 1198 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
../../gcc-14.3.0/gcc/wide-int.h:1198:11: note: explicitly cast the pointer to silence this warning
 1198 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
      |           (void*)
../../gcc-14.3.0/gcc/wide-int.h:1221:11: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'wide_int_storage' [-Wnontrivial-memcall]
 1221 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
../../gcc-14.3.0/gcc/wide-int.h:1221:11: note: explicitly cast the pointer to silence this warning
 1221 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
      |           (void*)
In file included from ../../gcc-14.3.0/gcc/config/i386/i386-expand.cc:23:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:487:
../../gcc-14.3.0/gcc/poly-int.h:373:1: warning: 'poly_int' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  373 | struct poly_int
      | ^
../../gcc-14.3.0/gcc/poly-int.h:32:38: note: did you mean struct here?
   32 | template<unsigned int N, typename T> class poly_int;
      |                                      ^~~~~
      |                                      struct
In file included from ../../gcc-14.3.0/gcc/config/i386/i386-expand.cc:23:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:498:
In file included from ../../gcc-14.3.0/gcc/hash-table.h:250:
../../gcc-14.3.0/gcc/inchash.h:91:30: warning: class 'real_value' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   91 |   void add_real_value (const class real_value &v);
      |                              ^
../../gcc-14.3.0/gcc/real.h:39:16: note: previous use is here
   39 | struct GTY(()) real_value {
      |                ^
../../gcc-14.3.0/gcc/inchash.h:91:30: note: did you mean struct here?
   91 |   void add_real_value (const class real_value &v);
      |                              ^~~~~
      |                              struct
In file included from ../../gcc-14.3.0/gcc/config/i386/i386-expand.cc:39:
../../gcc-14.3.0/gcc/cgraph.h:1697:1: warning: 'cgraph_edge' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 1697 | class GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"),
      | ^
../../gcc-14.3.0/gcc/cgraph.h:862:1: note: did you mean class here?
  862 | struct cgraph_edge;
      | ^~~~~~
      | class
../../gcc-14.3.0/gcc/coretypes.h:149:1: note: did you mean class here?
  149 | struct cgraph_edge;
      | ^~~~~~
      | class
In file included from ../../gcc-14.3.0/gcc/config/i386/i386-expand.cc:39:
../../gcc-14.3.0/gcc/cgraph.h:2230:10: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 2230 |   friend struct cgraph_edge;
      |          ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/cgraph.h:2230:10: note: did you mean class here?
 2230 |   friend struct cgraph_edge;
      |          ^~~~~~
      |          class
../../gcc-14.3.0/gcc/cgraph.h:2641:32: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 2641 | void initialize_inline_failed (struct cgraph_edge *);
      |                                ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/cgraph.h:2641:32: note: did you mean class here?
 2641 | void initialize_inline_failed (struct cgraph_edge *);
      |                                ^~~~~~
      |                                class
../../gcc-14.3.0/gcc/cgraph.h:2642:28: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 2642 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
      |                            ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/cgraph.h:2642:28: note: did you mean class here?
 2642 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
      |                            ^~~~~~
      |                            class
In file included from ../../gcc-14.3.0/gcc/config/i386/i386-expand.cc:48:
../../gcc-14.3.0/gcc/output.h:129:6: warning: '__format__' attribute argument not supported: asm_fprintf [-Wignored-attributes]
  129 |      ATTRIBUTE_ASM_FPRINTF(2, 3);
      |      ^
../../gcc-14.3.0/gcc/output.h:119:53: note: expanded from macro 'ATTRIBUTE_ASM_FPRINTF'
  119 | #define ATTRIBUTE_ASM_FPRINTF(m, n) __attribute__ ((__format__ (__asm_fprintf__, m, n))) ATTRIBUTE_NONNULL(m)
      |                                                     ^
In file included from ../../gcc-14.3.0/gcc/config/i386/i386-expand.cc:87:
../../gcc-14.3.0/gcc/ipa-prop.h:318:26: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  318 |   friend void gt_pch_nx (struct ipa_vr &);
      |                          ^
../../gcc-14.3.0/gcc/ipa-prop.h:301:15: note: previous use is here
  301 | class GTY(()) ipa_vr
      |               ^
../../gcc-14.3.0/gcc/ipa-prop.h:319:26: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  319 |   friend void gt_ggc_mx (struct ipa_vr &);
      |                          ^
../../gcc-14.3.0/gcc/ipa-prop.h:301:15: note: previous use is here
  301 | class GTY(()) ipa_vr
      |               ^
../../gcc-14.3.0/gcc/ipa-prop.h:320:26: warning: struct 'ipa_vr' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  320 |   friend void gt_pch_nx (struct ipa_vr *, gt_pointer_operator, void *);
      |                          ^
../../gcc-14.3.0/gcc/ipa-prop.h:301:15: note: previous use is here
  301 | class GTY(()) ipa_vr
      |               ^
../../gcc-14.3.0/gcc/ipa-prop.h:927:1: warning: 'ipcp_transformation' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  927 | struct GTY(()) ipcp_transformation
      | ^
../../gcc-14.3.0/gcc/ipa-prop.h:195:1: note: did you mean struct here?
  195 | class ipcp_transformation;
      | ^~~~~
      | struct
../../gcc-14.3.0/gcc/ipa-prop.h:1166:42: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 1166 | ipa_edge_args_info_available_for_edge_p (struct cgraph_edge *edge)
      |                                          ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/ipa-prop.h:1166:42: note: did you mean class here?
 1166 | ipa_edge_args_info_available_for_edge_p (struct cgraph_edge *edge)
      |                                          ^~~~~~
      |                                          class
../../gcc-14.3.0/gcc/ipa-prop.h:1182:41: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 1182 | bool ipa_propagate_indirect_call_infos (struct cgraph_edge *cs,
      |                                         ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/ipa-prop.h:1182:41: note: did you mean class here?
 1182 | bool ipa_propagate_indirect_call_infos (struct cgraph_edge *cs,
      |                                         ^~~~~~
      |                                         class
../../gcc-14.3.0/gcc/ipa-prop.h:1186:36: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 1186 | tree ipa_get_indirect_edge_target (struct cgraph_edge *ie,
      |                                    ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/ipa-prop.h:1186:36: note: did you mean class here?
 1186 | tree ipa_get_indirect_edge_target (struct cgraph_edge *ie,
      |                                    ^~~~~~
      |                                    class
../../gcc-14.3.0/gcc/ipa-prop.h:1189:1: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 1189 | struct cgraph_edge *ipa_make_edge_direct_to_target (struct cgraph_edge *, tree,
      | ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/ipa-prop.h:1189:1: note: did you mean class here?
 1189 | struct cgraph_edge *ipa_make_edge_direct_to_target (struct cgraph_edge *, tree,
      | ^~~~~~
      | class
../../gcc-14.3.0/gcc/ipa-prop.h:1189:53: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 1189 | struct cgraph_edge *ipa_make_edge_direct_to_target (struct cgraph_edge *, tree,
      |                                                     ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/ipa-prop.h:1189:53: note: did you mean class here?
 1189 | struct cgraph_edge *ipa_make_edge_direct_to_target (struct cgraph_edge *, tree,
      |                                                     ^~~~~~
      |                                                     class
../../gcc-14.3.0/gcc/ipa-prop.h:1191:36: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 1191 | tree ipa_impossible_devirt_target (struct cgraph_edge *, tree);
      |                                    ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/ipa-prop.h:1191:36: note: did you mean class here?
 1191 | tree ipa_impossible_devirt_target (struct cgraph_edge *, tree);
      |                                    ^~~~~~
      |                                    class
../../gcc-14.3.0/gcc/ipa-prop.h:1251:33: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
 1251 | tree ipa_get_callee_param_type (struct cgraph_edge *e, int i);
      |                                 ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/ipa-prop.h:1251:33: note: did you mean class here?
 1251 | tree ipa_get_callee_param_type (struct cgraph_edge *e, int i);
      |                                 ^~~~~~
      |                                 class
In file included from ../../gcc-14.3.0/gcc/config/i386/i386-expand.cc:88:
../../gcc-14.3.0/gcc/ipa-fnsummary.h:420:43: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  420 | void ipa_merge_fn_summary_after_inlining (struct cgraph_edge *edge);
      |                                           ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/ipa-fnsummary.h:420:43: note: did you mean class here?
  420 | void ipa_merge_fn_summary_after_inlining (struct cgraph_edge *edge);
      |                                           ^~~~~~
      |                                           class
../../gcc-14.3.0/gcc/ipa-fnsummary.h:427:36: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  427 | void evaluate_properties_for_edge (struct cgraph_edge *e,
      |                                    ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/ipa-fnsummary.h:427:36: note: did you mean class here?
  427 | void evaluate_properties_for_edge (struct cgraph_edge *e,
      |                                    ^~~~~~
      |                                    class
../../gcc-14.3.0/gcc/ipa-fnsummary.h:436:37: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  436 | void ipa_remove_from_growth_caches (struct cgraph_edge *edge);
      |                                     ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/ipa-fnsummary.h:436:37: note: did you mean class here?
  436 | void ipa_remove_from_growth_caches (struct cgraph_edge *edge);
      |                                     ^~~~~~
      |                                     class
../../gcc-14.3.0/gcc/ipa-fnsummary.h:441:22: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  441 | cross_module_call_p (struct cgraph_edge *edge)
      |                      ^
../../gcc-14.3.0/gcc/cgraph.h:1698:16: note: previous use is here
 1698 |            for_user)) cgraph_edge
      |                       ^
../../gcc-14.3.0/gcc/ipa-fnsummary.h:441:22: note: did you mean class here?
  441 | cross_module_call_p (struct cgraph_edge *edge)
      |                      ^~~~~~
      |                      class
In file included from ../../gcc-14.3.0/gcc/config/i386/i386-expand.cc:23:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:472:
../../gcc-14.3.0/gcc/wide-int.h:1555:11: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'widest_int_storage<131072>' [-Wnontrivial-memcall]
 1555 |   memcpy (this, &x, sizeof (widest_int_storage));
      |           ^
../../gcc-14.3.0/gcc/wide-int.h:334:29: note: in instantiation of member function 'widest_int_storage<131072>::widest_int_storage' requested here
  334 | template <typename T> class generic_wide_int;
      |                             ^
../../gcc-14.3.0/gcc/wide-int.h:1555:11: note: explicitly cast the pointer to silence this warning
 1555 |   memcpy (this, &x, sizeof (widest_int_storage));
      |           ^
      |           (void*)
26 warnings generated.
warning: unknown warning option '-Wconditionally-supported' [-Wunknown-warning-option]
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:24:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:472:
../../gcc-14.3.0/gcc/wide-int.h:1198:11: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'wide_int_storage' [-Wnontrivial-memcall]
 1198 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
../../gcc-14.3.0/gcc/wide-int.h:1198:11: note: explicitly cast the pointer to silence this warning
 1198 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
      |           (void*)
../../gcc-14.3.0/gcc/wide-int.h:1221:11: warning: first argument in call to 'memcpy' is a pointer to non-trivially copyable type 'wide_int_storage' [-Wnontrivial-memcall]
 1221 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
../../gcc-14.3.0/gcc/wide-int.h:1221:11: note: explicitly cast the pointer to silence this warning
 1221 |   memcpy (this, &x, sizeof (wide_int_storage));
      |           ^
      |           (void*)
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:24:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:487:
../../gcc-14.3.0/gcc/poly-int.h:373:1: warning: 'poly_int' defined as a struct template here but previously declared as a class template; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  373 | struct poly_int
      | ^
../../gcc-14.3.0/gcc/poly-int.h:32:38: note: did you mean struct here?
   32 | template<unsigned int N, typename T> class poly_int;
      |                                      ^~~~~
      |                                      struct
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:24:
In file included from ../../gcc-14.3.0/gcc/coretypes.h:498:
In file included from ../../gcc-14.3.0/gcc/hash-table.h:250:
../../gcc-14.3.0/gcc/inchash.h:91:30: warning: class 'real_value' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
   91 |   void add_real_value (const class real_value &v);
      |                              ^
../../gcc-14.3.0/gcc/real.h:39:16: note: previous use is here
   39 | struct GTY(()) real_value {
      |                ^
../../gcc-14.3.0/gcc/inchash.h:91:30: note: did you mean struct here?
   91 |   void add_real_value (const class real_value &v);
      |                              ^~~~~
      |                              struct
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:30:
In file included from ../../gcc-14.3.0/gcc/jit/jit-builtins.h:23:
../../gcc-14.3.0/gcc/jit/jit-common.h:176:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  176 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:31:
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.h:25:
../../gcc-14.3.0/gcc/jit/jit-logging.h:43:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
   43 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:31:
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.h:25:
../../gcc-14.3.0/gcc/jit/jit-logging.h:45:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
   45 |     GNU_PRINTF(2, 0);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:31:
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.h:25:
../../gcc-14.3.0/gcc/jit/jit-logging.h:131:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  131 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:31:
../../gcc-14.3.0/gcc/jit/jit-recording.h:295:7: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  295 |       GNU_PRINTF(3, 4);
      |       ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:31:
../../gcc-14.3.0/gcc/jit/jit-recording.h:299:7: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  299 |       GNU_PRINTF(3, 0);
      |       ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:31:
../../gcc-14.3.0/gcc/jit/jit-recording.h:452:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  452 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:32:
../../gcc-14.3.0/gcc/jit/jit-playback.h:266:7: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  266 |       GNU_PRINTF(3, 4);
      |       ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:32:
../../gcc-14.3.0/gcc/jit/jit-playback.h:270:7: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  270 |       GNU_PRINTF(3, 0);
      |       ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
In file included from ../../gcc-14.3.0/gcc/jit/jit-recording.cc:32:
../../gcc-14.3.0/gcc/jit/jit-playback.h:567:1: warning: 'case_' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
  567 | struct case_
      | ^
../../gcc-14.3.0/gcc/jit/jit-common.h:158:5: note: did you mean struct here?
  158 |     class case_;
      |     ^~~~~
      |     struct
../../gcc-14.3.0/gcc/jit/jit-recording.cc:145:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  145 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
../../gcc-14.3.0/gcc/jit/jit-recording.cc:150:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  150 |     GNU_PRINTF(2, 0);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
../../gcc-14.3.0/gcc/jit/jit-recording.cc:236:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
  236 |     GNU_PRINTF(2, 3);
      |     ^
../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
   33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
      |                                          ^
18 warnings generated.
rm gcc.pod
make[2]: Leaving directory '/build/build/gcc'
make[1]: *** [Makefile:4677: all-gcc] Error 2
make[1]: Leaving directory '/build/build'
make: *** [Makefile:1043: all] Error 2
libfabric-2.1.0
error: Cannot build '/nix/store/wjsg72dj5yi8chcdz30hjs3a68kvvh03-libfabric-x86_64-unknown-linux-gnufilc0-2.1.0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/0y2y40amqgbfd1cpr6sjmzp9d7ssnl6s-libfabric-x86_64-unknown-linux-gnufilc0-2.1.0-dev
         /nix/store/3x9f89fzgiv87admgmsfgwpvdj4xk9ba-libfabric-x86_64-unknown-linux-gnufilc0-2.1.0
         /nix/store/42wff4575zcdva70qlvs29b0p1aav2dk-libfabric-x86_64-unknown-linux-gnufilc0-2.1.0-man
libfaketime-0.9.10
error: Cannot build '/nix/store/gkjgbbha2i0aq3di2zzx37rj4mwjj6cm-libfaketime-x86_64-unknown-linux-gnufilc0-0.9.10.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/flx2ilrzg3ql2ywlwzn6301066cdk8pb-libfaketime-x86_64-unknown-linux-gnufilc0-0.9.10
       Last 25 log lines:
       > Hunk #4 succeeded at 2564 (offset -121 lines).
       > Hunk #5 succeeded at 4025 (offset -144 lines).
       > applying patch /nix/store/bgvhrgmn1xlljljsvb2k1w4zdqgbmmky-LFS64.patch
       > patching file src/libfaketime.c
       > patching script interpreter paths in test src
       > test/randomtest.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
       > test/test.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
       > test/test_OSX.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
       > test/test_constructors.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
       > test/test_variable_data.sh: interpreter directive changed from "#!/bin/bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
       > test/testframe.sh: interpreter directive changed from "#! /bin/bash" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash"
       > substituteStream() in derivation libfaketime-x86_64-unknown-linux-gnufilc0-0.9.10: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'test/functests/test_exclude_mono.sh')
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
       > make  -C src all
       > make[1]: Entering directory '/build/source/src'
       > clang -o libfaketime.o -c -std=gnu99 -Wall -Wextra -Werror -Wno-nonnull-compare -DFAKE_PTHREAD -DFAKE_STAT -DFAKE_UTIME -DFAKE_SLEEP -DFAKE_TIMERS -DFAKE_INTERNAL_CALLS -fPIC -DPREFIX='"'/nix/store/flx2ilrzg3ql2ywlwzn6301066cdk8pb-libfaketime-x86_64-unknown-linux-gnufilc0-0.9.10'"' -DLIBDIRNAME='"'/lib'"'    libfaketime.c
       > error: unknown warning option '-Wno-nonnull-compare' [-Werror,-Wunknown-warning-option]
       > make[1]: *** [Makefile:140: libfaketime.o] Error 1
       > make[1]: Leaving directory '/build/source/src'
       > make: *** [Makefile:8: all] Error 2
       For full logs, run:
         nix log /nix/store/gkjgbbha2i0aq3di2zzx37rj4mwjj6cm-libfaketime-x86_64-unknown-linux-gnufilc0-0.9.10.drv
libff-0.2.1
error: Cannot build '/nix/store/rbz2i4i7kjicbm0m0zzw74jyjxkp6mjh-libff-x86_64-unknown-linux-gnufilc0-0.2.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/kinrsiiv28g4dq52ix1z0ky1411x81wc-libff-x86_64-unknown-linux-gnufilc0-0.2.1
       Last 25 log lines:
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedFO__ZN3mie6VuintTINS_5local11FixedBufferImLm576EEEE7shlUnitERS4_RKS4_m' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedFIP1065__ZN3mie6VuintTINS_5local11FixedBufferImLm576EEEE4trimEv' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedFO__ZN3mie3ZmZINS_6VuintTINS_5local11FixedBufferImLm576EEEEE14MontgomeryTestE3invERS7_RKS7_' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedFIP1557698__ZN3mie6VuintTINS_5local11FixedBufferImLm576EEEE3divEPS4_RS4_RKS4_S8_' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedFO__ZN3mie3ZmZINS_6VuintTINS_5local11FixedBufferImLm576EEEEE14MontgomeryTestE3subERS7_RKS7_SA_' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedFIP141514__ZN3mie6VuintTINS_5local11FixedBufferImLm576EEEE6sub_inERS4_RKS4_S7_' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZN3mie3ZmZINS_6VuintTINS_5local11FixedBufferImLm576EEEEENS_2FpEE2m_E' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZGVN3mie3ZmZINS_6VuintTINS_5local11FixedBufferImLm576EEEEENS_2FpEE2m_E' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZN3mie3ZmZINS_6VuintTINS_5local11FixedBufferImLm576EEEEE11PairingCodeE2m_E' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZGVN3mie3ZmZINS_6VuintTINS_5local11FixedBufferImLm576EEEEE11PairingCodeE2m_E' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZN3mie3ZmZINS_6VuintTINS_5local11FixedBufferImLm576EEEEE14MontgomeryTestE2m_E' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZGVN3mie3ZmZINS_6VuintTINS_5local11FixedBufferImLm576EEEEE14MontgomeryTestE2m_E' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZN3mie3ZmZINS_6VuintTINS_5local11FixedBufferImLm576EEEEE15MontgomeryDummyE2m_E' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZGVN3mie3ZmZINS_6VuintTINS_5local11FixedBufferImLm576EEEEE15MontgomeryDummyE2m_E' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTV11PairingCode' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTI11PairingCode' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZTS11PairingCode' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZN2bn4Fp2TIN3mie2FpEE3Dbl3negE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZN2bn4Fp2TIN3mie2FpEE3Dbl5subNCE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZN2bn4Fp6TINS_4Fp2TIN3mie2FpEEEE16pointDblLineEvalE' which may overflow at runtime; recompile with -fPIC
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: ../depends/libzm.a(zm2.cpp.o): requires dynamic R_X86_64_PC32 reloc against 'pizlonatedGP__ZN2bn9CompressTINS_4Fp2TIN3mie2FpEEEE8square_nE' which may overflow at runtime; recompile with -fPIC
       > clang-20: fatal error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [libff/CMakeFiles/ff.dir/build.make:566: libff/libff.so] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:268: libff/CMakeFiles/ff.dir/all] Error 2
       > make: *** [Makefile:146: all] Error 2
       For full logs, run:
         nix log /nix/store/rbz2i4i7kjicbm0m0zzw74jyjxkp6mjh-libff-x86_64-unknown-linux-gnufilc0-0.2.1.drv
libffi-3.4.8
error: Cannot build '/nix/store/5m31sds8r7ibvp2zd0kj5wjv2j25hviv-libffi-x86_64-unknown-linux-gnufilc0-3.4.8.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/0m8rsnavlcrz2df3gyyrn8sn69jd64bv-libffi-x86_64-unknown-linux-gnufilc0-3.4.8-dev
         /nix/store/av453yxjya633nf34fpxql1r38lr4b0i-libffi-x86_64-unknown-linux-gnufilc0-3.4.8-man
         /nix/store/hkl5nf1allm6sffkl52rwjxdilmk9w3r-libffi-x86_64-unknown-linux-gnufilc0-3.4.8-info
         /nix/store/jxy7wz8qam5dzsmi5s042v8wllp8g6mk-libffi-x86_64-unknown-linux-gnufilc0-3.4.8
       Last 25 log lines:
       > make[3]: *** [Makefile:1304: src/x86/unix64.lo] Error 1
       > make[3]: *** Waiting for unfinished jobs....
       > ../src/java_raw_api.c:328:46: warning: 'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
       >   328 |   ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
       >       |                                              ^
       > include/ffi.h:315:56: note: 'ffi_java_raw_size' has been explicitly marked deprecated here
       >   315 | size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
       >       |                                                        ^
       > ../src/java_raw_api.c:331:3: warning: 'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
       >   331 |   ffi_java_ptrarray_to_raw (cif, avalue, raw);
       >       |   ^
       > include/ffi.h:311:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
       >   311 | void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
       >       |                                                                                             ^
       > 2 warnings generated.
       > libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -c ../src/x86/win64.S  -fPIC -DPIC -o src/x86/.libs/win64.o
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: /build/win64-07fe36.s: unexpected trailing text in displacement expression: 32+8+16)+8(%rsp
       > make[3]: *** [Makefile:1304: src/x86/win64.lo] Error 1
       > make[3]: Leaving directory '/build/libffi-3.4.8/x86_64-unknown-linux-gnufilc0'
       > make[2]: *** [Makefile:1400: all-recursive] Error 1
       > make[2]: Leaving directory '/build/libffi-3.4.8/x86_64-unknown-linux-gnufilc0'
       > make[1]: *** [Makefile:628: all] Error 2
       > make[1]: Leaving directory '/build/libffi-3.4.8/x86_64-unknown-linux-gnufilc0'
       > make: *** [Makefile:597: all-all] Error 2
       For full logs, run:
         nix log /nix/store/5m31sds8r7ibvp2zd0kj5wjv2j25hviv-libffi-x86_64-unknown-linux-gnufilc0-3.4.8.drv
libffi-3.3
error: Cannot build '/nix/store/m9qadh9allf1ah37rzwabhasb407zla6-libffi-x86_64-unknown-linux-gnufilc0-3.3.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/2x6j76cmar1mgsqlldmmb22vdlkzcjfy-libffi-x86_64-unknown-linux-gnufilc0-3.3
         /nix/store/6jcz9i8gc6n310x3hr6128f0278d0sgd-libffi-x86_64-unknown-linux-gnufilc0-3.3-man
         /nix/store/gkhq0cnb3m68dcdlj673dgi8pqiasdig-libffi-x86_64-unknown-linux-gnufilc0-3.3-info
         /nix/store/irgbhc3731xggnp4lg70g7409rb0f6qx-libffi-x86_64-unknown-linux-gnufilc0-3.3-dev
       Last 25 log lines:
       >       |   ^
       > include/ffi.h:295:93: note: 'ffi_java_ptrarray_to_raw' has been explicitly marked deprecated here
       >   295 | void ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw) __attribute__((deprecated));
       >       |                                                                                             ^
       > 2 warnings generated.
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src   -O3 -Wall -fexceptions -c -o src/closures.lo ../src/closures.c
       > libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -c ../src/closures.c  -fPIC -DPIC -o src/.libs/closures.o
       > In file included from ../src/closures.c:524:
       > ../src/dlmalloc.c:3385:7: warning: variable 'nfences' set but not used [-Wunused-but-set-variable]
       >  3385 |   int nfences = 0;
       >       |       ^
       > 1 warning generated.
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src   -O3 -Wall -fexceptions -c -o src/x86/ffi64.lo ../src/x86/ffi64.c
       > libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -O3 -Wall -fexceptions -c ../src/x86/ffi64.c  -fPIC -DPIC -o src/x86/.libs/ffi64.o
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ./libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -I. -I../include -Iinclude -I../src  -I. -I../include -Iinclude -I../src  -c -o src/x86/unix64.lo ../src/x86/unix64.S
       > libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I. -I../include -Iinclude -I../src -c ../src/x86/unix64.S  -fPIC -DPIC -o src/x86/.libs/unix64.o
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: /build/unix64-e3f688.s: unexpected trailing text in displacement expression: 6*8)+0x00(%rsp
       > make[3]: *** [Makefile:1254: src/x86/unix64.lo] Error 1
       > make[3]: Leaving directory '/build/libffi-3.3/x86_64-unknown-linux-gnufilc0'
       > make[2]: *** [Makefile:1347: all-recursive] Error 1
       > make[2]: Leaving directory '/build/libffi-3.3/x86_64-unknown-linux-gnufilc0'
       > make[1]: *** [Makefile:622: all] Error 2
       > make[1]: Leaving directory '/build/libffi-3.3/x86_64-unknown-linux-gnufilc0'
       > make: *** [Makefile:592: all-all] Error 2
       For full logs, run:
         nix log /nix/store/m9qadh9allf1ah37rzwabhasb407zla6-libffi-x86_64-unknown-linux-gnufilc0-3.3.drv
libfilezilla-0.49.0
error: Cannot build '/nix/store/342spzd5k5z69apn81hj6ypaq181yj6q-libfilezilla-x86_64-unknown-linux-gnufilc0-0.49.0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/gs1ylgf1vw9sxgzmygmcnfbssc39x200-libfilezilla-x86_64-unknown-linux-gnufilc0-0.49.0
       Last 25 log lines:
       > In file included from event_loop.cpp:1:
       > In file included from ./libfilezilla/event_loop.hpp:5:
       > In file included from ./libfilezilla/event.hpp:4:
       > In file included from ./libfilezilla/libfilezilla.hpp:7:
       > In file included from ./libfilezilla/string.hpp:10:
       > In file included from /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string:652:
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/string_view:306:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
       >   306 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
       >       |                                          ^
       > ./libfilezilla/util.hpp:72:44: note: in instantiation of template class 'std::basic_string_view<unsigned char>' requested here
       >    72 |           std::enable_if_t<sizeof(typename First::value_type) == sizeof(uint8_t) &&
       >       |                                            ^
       > ./libfilezilla/util.hpp:74:13: note: while substituting prior template arguments into non-type template parameter [with First = std::basic_string_view<uint8_t>, Second = std::basic_string_view<uint8_t>]
       >    74 | inline bool equal_consttime(First const& lhs, Second const& rhs)
       >       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > ./libfilezilla/util.hpp:76:9: note: while substituting deduced template arguments into function template 'equal_consttime' [with First = std::basic_string_view<uint8_t>, Second = std::basic_string_view<uint8_t>, $2 = (no value)]
       >    76 |         return equal_consttime(std::basic_string_view<uint8_t>(reinterpret_cast<uint8_t const*>(lhs.data()), lhs.size()),
       >       |                ^
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__string/char_traits.h:46:8: note: template is declared here
       >    46 | struct char_traits;
       >       |        ^
       > 1 error generated.
       > make[1]: *** [Makefile:970: libfilezilla_la-event_loop.lo] Error 1
       > make[1]: Leaving directory '/build/libfilezilla-r11192/lib'
       > make: *** [Makefile:495: all-recursive] Error 1
       For full logs, run:
         nix log /nix/store/342spzd5k5z69apn81hj6ypaq181yj6q-libfilezilla-x86_64-unknown-linux-gnufilc0-0.49.0.drv
libfixposix-0.5.1
error: Cannot build '/nix/store/prqdjbdn6k8is1gyvx7dm4s41a23sdj8-libfixposix-x86_64-unknown-linux-gnufilc0-0.5.1.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/pl3abhy64j2xi64zxlzd581016gp744r-libfixposix-x86_64-unknown-linux-gnufilc0-0.5.1
       Last 25 log lines:
       > 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 for git... no
       > checking for getconf... yes
       > checking for pkg-config... no
       > configure: error: in '/build/source':
       > configure: error: Program pkg-config not found
       > See 'config.log' for more details
       For full logs, run:
         nix log /nix/store/prqdjbdn6k8is1gyvx7dm4s41a23sdj8-libfixposix-x86_64-unknown-linux-gnufilc0-0.5.1.drv
libfsm-0.1pre2987_087e3389
error: Cannot build '/nix/store/3nidd4zia4j0zfrhyzz3yfs26nijwxdr-libfsm-x86_64-unknown-linux-gnufilc0-0.1pre2987_087e3389.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/5c1ljyz2jvprm2z784dc8wshvg03lg80-libfsm-x86_64-unknown-linux-gnufilc0-0.1pre2987_087e3389-lib
         /nix/store/pdj30c6l80n8k7hdsp6j1vxmsv7a374m-libfsm-x86_64-unknown-linux-gnufilc0-0.1pre2987_087e3389-dev
         /nix/store/pwyiw6jq82nwbpr47h4gc3jbspn6hjy0-libfsm-x86_64-unknown-linux-gnufilc0-0.1pre2987_087e3389
       Last 25 log lines:
       > clang -o build/src/retest/cvtpcre.o -I include -std=c99 -pedantic -O3 -DNDEBUG -I src -c src/retest/cvtpcre.c
       > clang -o build/src/lx/print/c.o -I include -std=c99 -pedantic -O3 -DNDEBUG -I src -pthread -c src/lx/print/c.c
       > clang -o build/src/lx/print/h.o -I include -std=c99 -pedantic -O3 -DNDEBUG -I src -pthread -c src/lx/print/h.c
       > clang -o build/src/lx/print/dot.o -I include -std=c99 -pedantic -O3 -DNDEBUG -I src -pthread -c src/lx/print/dot.c
       > clang -o build/src/lx/print/dump.o -I include -std=c99 -pedantic -O3 -DNDEBUG -I src -pthread -c src/lx/print/dump.c
       > clang -o build/src/lx/print/zdot.o -I include -std=c99 -pedantic -O3 -DNDEBUG -I src -pthread -c src/lx/print/zdot.c
       > clang -o build/src/lx/ast.o -I include -std=c99 -pedantic -O3 -DNDEBUG -I src -pthread -c src/lx/ast.c
       > clang -o build/src/lx/lexer.o -I include -std=c99 -pedantic -O3 -DNDEBUG -D LX_HEADER='"lexer.h"' -pthread -c src/lx/lexer.c
       > clang -o build/src/lx/parser.o -I include -std=c99 -pedantic -O3 -DNDEBUG -I src -pthread -c src/lx/parser.c
       > clang -o build/src/lx/main.o -I include -std=c99 -pedantic -O3 -DNDEBUG -I src -pthread -c src/lx/main.c
       > clang -o build/src/lx/tokens.o -I include -std=c99 -pedantic -O3 -DNDEBUG -I src -pthread -c src/lx/tokens.c
       > clang -o build/src/lx/var.o -I include -std=c99 -pedantic -O3 -DNDEBUG -pthread -c src/lx/var.c
       > ld -r -o build/lib/print.o build/src/print/awk.o build/src/print/c.o build/src/print/dot.o build/src/print/abnf.o build/src/print/fsm.o build/src/print/json.o build/src/print/pcre.o build/src/print/rust.o build/src/print/tok.o build/src/print/puts.o
       > /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: fatal error: cannot mix -r with dynamic object /nix/store/hdhb0c160h0fhwznvhm9a6h176qbrdpp-filc-sysroot-with-metadata/lib/libpizlo.so
       > *** [build/lib/print.o] Error code 1
       >
       > bmake: stopped making "all" in /build/source
       > src/lx/main.c:969:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
       >   969 | const char * __asan_default_options() { return "detect_leaks=0"; }
       >       |                                    ^
       >       |                                     void
       > 1 warning generated.
       > bmake: 1 error
       >
       > bmake: stopped making "all" in /build/source
       For full logs, run:
         nix log /nix/store/3nidd4zia4j0zfrhyzz3yfs26nijwxdr-libfsm-x86_64-unknown-linux-gnufilc0-0.1pre2987_087e3389.drv
libfyaml-0.9
error: Cannot build '/nix/store/5irrvv6bm6k2c5lp4h05wg7hsmx236k1-libfyaml-x86_64-unknown-linux-gnufilc0-0.9.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/7ipj0zhlz493qdx11awswgxh107q62fv-libfyaml-x86_64-unknown-linux-gnufilc0-0.9-dev
         /nix/store/k0fy87w9pymqc7vf9i7idqfnwbj7mp3r-libfyaml-x86_64-unknown-linux-gnufilc0-0.9
         /nix/store/ra1mx1d2ck6ascs2m3djm5aard2gd6c3-libfyaml-x86_64-unknown-linux-gnufilc0-0.9-bin
         /nix/store/z84vzi2qz6icqi7yc1q85ipixdz6sapl-libfyaml-x86_64-unknown-linux-gnufilc0-0.9-man
       Last 25 log lines:
       >   CC    lib/fy-event.o
       >   CC    lib/fy-accel.o
       >   CC    lib/fy-walk.o
       >   CC    lib/fy-path.o
       >   CC    lib/fy-composer.o
       >   CC    xxhash/xxhash.o
       >   CC    util/fy-ctype.o
       >   CC    util/fy-utf8.o
       >   CC    util/fy-utils.o
       >   CC    util/fy-blob.o
       >   CC    thread/fy-thread.o
       >   CC    blake3/blake3_host_state.o
       >   CC    blake3/blake3_backend.o
       >   CC    blake3/blake3_be_cpusimd.o
       >   CC    blake3/fy-blake3.o
       >   CC    blake3/blake3_portable.o
       >   CC    blake3/blake3.o
       >   LINK  libb3portable.la
       >   CC    blake3/blake3_sse2.o
       >   AS    blake3/blake3_sse2_x86-64_unix.o
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: /build/blake3_sse2_x86-64_unix-6958b8.s: symbol 'rax' cannot appear in a '*' displacement expression: 8*rax
       > make[2]: *** [Makefile:1169: blake3/libb3sse2_la-blake3_sse2_x86-64_unix.lo] Error 1
       > make[1]: *** [Makefile:579: all-recursive] Error 1
       > make: *** [Makefile:484: all] Error 2
       For full logs, run:
         nix log /nix/store/5irrvv6bm6k2c5lp4h05wg7hsmx236k1-libfyaml-x86_64-unknown-linux-gnufilc0-0.9.drv
libgccjit-14.3.0
error: Cannot build '/nix/store/3kp7s5mjf4r3kbv6l28snbszd2ljxfc0-libgccjit-14.3.0-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/6l169kw20nv69rswhnidqwzfncvkzms9-libgccjit-14.3.0-x86_64-unknown-linux-gnufilc0-man
         /nix/store/v2gnw0csr41znld5n6pjb05g26s74w92-libgccjit-14.3.0-x86_64-unknown-linux-gnufilc0
         /nix/store/w5glqrkvh8vrdfy7qhrbk6kxmz0p6b8v-libgccjit-14.3.0-x86_64-unknown-linux-gnufilc0-info
       Last 25 log lines:
       >       |     struct
       > ../../gcc-14.3.0/gcc/jit/jit-recording.cc:145:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
       >   145 |     GNU_PRINTF(2, 3);
       >       |     ^
       > ../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
       >    33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
       >       |                                          ^
       > ../../gcc-14.3.0/gcc/jit/jit-recording.cc:150:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
       >   150 |     GNU_PRINTF(2, 0);
       >       |     ^
       > ../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
       >    33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
       >       |                                          ^
       > ../../gcc-14.3.0/gcc/jit/jit-recording.cc:236:5: warning: 'format' attribute argument not supported: gnu_printf [-Wignored-attributes]
       >   236 |     GNU_PRINTF(2, 3);
       >       |     ^
       > ../../gcc-14.3.0/gcc/jit/jit-common.h:33:42: note: expanded from macro 'GNU_PRINTF'
       >    33 | #define GNU_PRINTF(M, N) __attribute__ ((format (gnu_printf, (M), (N))))
       >       |                                          ^
       > 18 warnings generated.
       > rm gcc.pod
       > make[2]: Leaving directory '/build/build/gcc'
       > make[1]: *** [Makefile:4677: all-gcc] Error 2
       > make[1]: Leaving directory '/build/build'
       > make: *** [Makefile:1043: all] Error 2
       For full logs, run:
         nix log /nix/store/3kp7s5mjf4r3kbv6l28snbszd2ljxfc0-libgccjit-14.3.0-x86_64-unknown-linux-gnufilc0.drv
libgedit-gfls-0.3.0
error: Cannot build '/nix/store/avn6dzr48kq6rlvz7mkgfnkl4hqmc7k2-libgedit-gfls-x86_64-unknown-linux-gnufilc0-0.3.0.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/dbr59l10qxm0n05ljw23hpb0ba85wird-libgedit-gfls-x86_64-unknown-linux-gnufilc0-0.3.0
         /nix/store/xjmni209fi3k81vngiy0bp716iz8s6g0-libgedit-gfls-x86_64-unknown-linux-gnufilc0-0.3.0-dev
         /nix/store/zmrzvzjr5cp5pispw22z0g35vsy49sqz-libgedit-gfls-x86_64-unknown-linux-gnufilc0-0.3.0-devdoc
       Last 25 log lines:
       >   344 |   case G_TYPE_BOXED:
       >       |        ^~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:178:24: note: expanded from macro 'G_TYPE_BOXED'
       >   178 | #define G_TYPE_BOXED                    G_TYPE_MAKE_FUNDAMENTAL (18)
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
       >   228 | #define G_TYPE_MAKE_FUNDAMENTAL(x)      ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > libgedit-gfls-1-scan.c:349:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
       >   349 |   case G_TYPE_PARAM:
       >       |        ^~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:184:24: note: expanded from macro 'G_TYPE_PARAM'
       >   184 | #define G_TYPE_PARAM                    G_TYPE_MAKE_FUNDAMENTAL (19)
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
       >   228 | #define G_TYPE_MAKE_FUNDAMENTAL(x)      ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > fatal error: too many errors emitted, stopping now [-ferror-limit=]
       > 20 errors generated.
       > 2026-09-15 04:48:49,728:scangobj.py:execute_command:1289:WARNING:Compiling scanner failed: 1, command: clang -I/build/source/. -I/build/source/build/. -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -DG_LOG_DOMAIN="libgedit-gfls" -fno-strict-aliasing -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wredundant-decls -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wnull-dereference -Wdouble-promotion -c -o libgedit-gfls-1-scan.o libgedit-gfls-1-scan.c
       >
       >
       > --- stderr ---
       >
       > FAILED: install script '/nix/store/77w8x8v8g2wbdps70vgqdixz3g1i1lyg-meson-1.7.2/bin/meson --internal gtkdoc --sourcedir=/build/source --builddir=/build/source/build --subdir=docs/reference --headerdirs=/build/source/docs/reference/../../gfls/@@/build/source/build/docs/reference/../../gfls/ --mainfile=libgedit-gfls-docs.xml --modulename=libgedit-gfls-1 --moduleversion= --mode=auto --gtkdoc-scan=/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/bin/gtkdoc-scan --gtkdoc-scangobj=/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/bin/gtkdoc-scangobj --gtkdoc-mkdb=/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/bin/gtkdoc-mkdb --gtkdoc-mkhtml=/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/bin/gtkdoc-mkhtml --gtkdoc-fixxref=/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/bin/gtkdoc-fixxref --htmlargs= --scanargs=--rebuild-types --scanobjsargs= --gobjects-types-file=/build/source/docs/reference/libgedit-gfls-1.types --fixxrefargs=--html-dir=/nix/store/dbr59l10qxm0n05ljw23hpb0ba85wird-libgedit-gfls-x86_64-unknown-linux-gnufilc0-0.3.0/share/gtk-doc/html/libgedit-gfls-1@@--extra-dir=/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/share/gtk-doc/html/glib@@--extra-dir=/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/share/gtk-doc/html/gobject@@--extra-dir=/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/share/gtk-doc/html/gio --mkdbargs= --html-assets= --content-files= --expand-content-files= --ignore-headers= --installdir= --cc=clang --ld=clang --cflags=-I/build/source/. -I/build/source/build/. -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include '-DG_LOG_DOMAIN="libgedit-gfls"' -fno-strict-aliasing -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wredundant-decls -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wnull-dereference -Wdouble-promotion --ldflags=-L/build/source/build/gfls -Wl,-rpath,/build/source/build/gfls -lgedit-gfls-1 -L/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0' failed with exit code 1.
       For full logs, run:
         nix log /nix/store/avn6dzr48kq6rlvz7mkgfnkl4hqmc7k2-libgedit-gfls-x86_64-unknown-linux-gnufilc0-0.3.0.drv
libgedit-gtksourceview-299.5.0
error: Cannot build '/nix/store/s6608j6j8i82cwdrj38lm9qc1qr1gxjw-libgedit-gtksourceview-x86_64-unknown-linux-gnufilc0-299.5.0.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/gzg1qps4bfn1a1wnrwpn8d66228r98kg-libgedit-gtksourceview-x86_64-unknown-linux-gnufilc0-299.5.0-dev
         /nix/store/j7nhbykfarpd88q16iya28r6vjyqskd4-libgedit-gtksourceview-x86_64-unknown-linux-gnufilc0-299.5.0
         /nix/store/x4ls67q59f0inm1xiq6djglfygvwfn9s-libgedit-gtksourceview-x86_64-unknown-linux-gnufilc0-299.5.0-devdoc
       Last 25 log lines:
       > xml-stripblanks preprocessing requested, but XMLLINT is not set, and xmllint is not in PATH
       > [15/223] Building translation po/bn_IN/LC_MESSAGES/libgedit-gtksourceview-300-bn_IN.mo
       > [16/223] Building translation po/bg/LC_MESSAGES/libgedit-gtksourceview-300-bg.mo
       > [17/223] Building translation po/bn/LC_MESSAGES/libgedit-gtksourceview-300-bn.mo
       > [18/223] Building translation po/bs/LC_MESSAGES/libgedit-gtksourceview-300-bs.mo
       > [19/223] Building translation po/ca/LC_MESSAGES/libgedit-gtksourceview-300-ca.mo
       > [20/223] Generating GObject enum file gtksourceview/gtksource-enumtypes.c (wrapped by meson to capture output)
       > [21/223] Compiling C object gtksourceview/liblibgedit-gtksourceview-static.a.p/meson-generated_.._gtksourceview-resources.c.o
       > [22/223] Compiling C object gtksourceview/liblibgedit-gtksourceview-static.a.p/gtksourcebuffer.c.o
       > FAILED: gtksourceview/liblibgedit-gtksourceview-static.a.p/gtksourcebuffer.c.o
       > clang -Igtksourceview/liblibgedit-gtksourceview-static.a.p -Igtksourceview -I../gtksourceview -I. -I.. -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/jj4xrn5lnh58zs5x8v0h83rh0id4ds92-zlib-1.3-x86_64-unknown-linux-gnufilc0-dev/include -I/nix/store/2m7ybla3rlcjl2c4n41v5w1z2fp0zmsq-gtk+3-3.24.52-x86_64-unknown-linux-gnufilc0-dev/include/gtk-3.0 -I/nix/store/fgsj037fz518n56458agq2c6bflbp794-at-spi2-core-2.60.5-x86_64-unknown-linux-gnufilc0-dev/include/atk-1.0 -I/nix/store/1avpy056fqsxhyj2gx4cx58kvz8i4idx-cairo-x86_64-unknown-linux-gnufilc0-1.18.2-dev/include/cairo -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include/freetype2 -I/nix/store/9k5kkax5c32jjz7xr71hcb2cszccd51k-freetype-x86_64-unknown-linux-gnufilc0-2.13.3-dev/include -I/nix/store/a09cs5xzlrpgbqns7ac1j034bgspik3v-gdk-pixbuf-x86_64-unknown-linux-gnufilc0-2.42.12-dev/include/gdk-pixbuf-2.0 -I/nix/store/m4kfn706q0mwr34xzrlmh1abxz0bgv1s-pango-x86_64-unknown-linux-gnufilc0-1.56.3-dev/include/pango-1.0 -I/nix/store/l8nvdw8ncnv4v1yprhlkr04l9x87z4p8-harfbuzz-x86_64-unknown-linux-gnufilc0-10.2.0-dev/include/harfbuzz -I/nix/store/ssl832harg6nnczpn2iyddjvh5289xj9-libxml2-x86_64-unknown-linux-gnufilc0-2.13.8-dev/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra '-DG_LOG_DOMAIN="libgedit-gtksourceview"' -fno-strict-aliasing -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wredundant-decls -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wnull-dereference -Wdouble-promotion -Wno-deprecated-declarations -fPIC -DGTK_SOURCE_COMPILATION -DHAVE_CONFIG_H -MD -MQ gtksourceview/liblibgedit-gtksourceview-static.a.p/gtksourcebuffer.c.o -MF gtksourceview/liblibgedit-gtksourceview-static.a.p/gtksourcebuffer.c.o.d -o gtksourceview/liblibgedit-gtksourceview-static.a.p/gtksourcebuffer.c.o -c ../gtksourceview/gtksourcebuffer.c
       > ../gtksourceview/gtksourcebuffer.c:436:53: error: invalid operands to binary expression ('GType' (aka 'struct _GTypeOpaque *') and 'GType')
       >   436 |                                         GTK_TYPE_TEXT_ITER | G_SIGNAL_TYPE_STATIC_SCOPE,
       >       |                                         ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
       > ../gtksourceview/gtksourcebuffer.c:437:53: error: invalid operands to binary expression ('GType' (aka 'struct _GTypeOpaque *') and 'GType')
       >   437 |                                         GTK_TYPE_TEXT_ITER | G_SIGNAL_TYPE_STATIC_SCOPE);
       >       |                                         ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~
       > 2 errors generated.
       > [23/223] Compiling C object gtksourceview/liblibgedit-gtksourceview-static.a.p/gtksourcecompletioncontext.c.o
       > [24/223] Compiling C object gtksourceview/liblibgedit-gtksourceview-static.a.p/gtksourcecompletioninfo.c.o
       > [25/223] Compiling C object gtksourceview/liblibgedit-gtksourceview-static.a.p/meson-generated_.._gtksource-enumtypes.c.o
       > [26/223] Compiling C object gtksourceview/liblibgedit-gtksourceview-static.a.p/gtksourcecompletionitem.c.o
       > [27/223] Compiling C object gtksourceview/liblibgedit-gtksourceview-static.a.p/gtksourcecompletionproposal.c.o
       > [28/223] Compiling C object gtksourceview/liblibgedit-gtksourceview-static.a.p/gtksourcecompletion.c.o
       > ninja: build stopped: subcommand failed.
       For full logs, run:
         nix log /nix/store/s6608j6j8i82cwdrj38lm9qc1qr1gxjw-libgedit-gtksourceview-x86_64-unknown-linux-gnufilc0-299.5.0.drv
libgestures-2.0.1
error: Cannot build '/nix/store/qzavdmyciydqicacqnlp6qm27a0b0f15-libgestures-x86_64-unknown-linux-gnufilc0-2.0.1.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/39ignis2m755fb2g899apxynmd0d2i9n-libgestures-x86_64-unknown-linux-gnufilc0-2.0.1
       Last 25 log lines:
       > applying patch /nix/store/8j7j6ff0n8mz2nmndhx7nc5706bj3brz-include-fix.patch
       > patching file include/gestures/include/finger_metrics.h
       > Hunk #1 succeeded at 5 with fuzz 1.
       > substituteStream() in derivation libgestures-x86_64-unknown-linux-gnufilc0-2.0.1: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile')
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: updateAutotoolsGnuConfigScriptsPhase
       > Running phase: configurePhase
       > no configure script, doing nothing
       > Running phase: buildPhase
       > build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash DESTDIR=\$\(out\) LIBDIR=/lib
       > Must specify package names on the command line
       > Must specify package names on the command line
       > mkdir -p obj .deps || true
       > clang++  -g -std=gnu++11 -fno-exceptions -fno-strict-aliasing -fPIC -Wall -Wclobbered -Wempty-body -Wno-error -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-format-attribute -Wmissing-noreturn -Wsign-compare -Wtype-limits -D__STDC_FORMAT_MACROS=1 -D_FILE_OFFSET_BITS=64 -DGESTURES_INTERNAL=1 -Iinclude `pkg-config --cflags glib-2.0` -DXLOGGING  -I/usr/include/jsoncpp -MMD -c -o obj/accel_filter_interpreter.o src/accel_filter_interpreter.cc
       > /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: pkg-config: command not found
       > warning: unknown warning option '-Wclobbered' [-Wunknown-warning-option]
       > In file included from src/accel_filter_interpreter.cc:5:
       > In file included from include/gestures/include/accel_filter_interpreter.h:8:
       > In file included from include/gtest/gtest.h:57:
       > In file included from include/gtest/internal/gtest-internal.h:40:
       > include/gtest/internal/gtest-port.h:490:13: fatal error: 'tr1/tuple' file not found
       >   490 | #   include <tr1/tuple>  // NOLINT
       >       |             ^~~~~~~~~~~
       > 1 warning and 1 error generated.
       > make: *** [Makefile:176: obj/accel_filter_interpreter.o] Error 1
       For full logs, run:
         nix log /nix/store/qzavdmyciydqicacqnlp6qm27a0b0f15-libgestures-x86_64-unknown-linux-gnufilc0-2.0.1.drv
libgflow-1.0.4
error: Cannot build '/nix/store/y1haabrai6xbqmxk2vwqxljf3l6dss9j-libgflow-x86_64-unknown-linux-gnufilc0-1.0.4.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/fs7wkxq5klbgqn5pzr8s3rn0qwb5fv2v-libgflow-x86_64-unknown-linux-gnufilc0-1.0.4-dev
         /nix/store/s2frs6kh9bh2j9996dn0bh18rv8dpwrf-libgflow-x86_64-unknown-linux-gnufilc0-1.0.4-devdoc
         /nix/store/vyyxywjxp56lk6bwmfqsiag8l5mjfidp-libgflow-x86_64-unknown-linux-gnufilc0-1.0.4
       Last 25 log lines:
       >       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > libgflow/libgflow-1.0.so.p/gflow-node.c:448:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
       >   448 |                 g_once_init_leave (&gflow_node_type_id__once, gflow_node_type_id);
       >       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gthread.h:278:29: note: expanded from macro 'g_once_init_leave'
       >   278 |     0 ? (void) (*(location) = (result)) : (void) 0;                  \
       >       |                             ^ ~~~~~~~~
       > libgflow/libgflow-1.0.so.p/gflow-node.c:450:9: error: incompatible integer to pointer conversion returning 'volatile gsize' (aka 'volatile unsigned long') from a function with result type 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
       >   450 |         return gflow_node_type_id__once;
       >       |                ^~~~~~~~~~~~~~~~~~~~~~~~
       > 4 errors generated.
       > [10/13] Compiling C object libgflow/libgflow-1.0.so.p/meson-generated_gflow-sink.c.o
       > FAILED: libgflow/libgflow-1.0.so.p/meson-generated_gflow-sink.c.o
       > clang -Ilibgflow/libgflow-1.0.so.p -Ilibgflow -I../libgflow -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -fPIC -MD -MQ libgflow/libgflow-1.0.so.p/meson-generated_gflow-sink.c.o -MF libgflow/libgflow-1.0.so.p/meson-generated_gflow-sink.c.o.d -o libgflow/libgflow-1.0.so.p/meson-generated_gflow-sink.c.o -c libgflow/libgflow-1.0.so.p/gflow-sink.c
       > libgflow/libgflow-1.0.so.p/gflow-sink.c:126:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
       >   126 |                 g_once_init_leave (&gflow_sink_type_id__once, gflow_sink_type_id);
       >       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/glib/gthread.h:278:29: note: expanded from macro 'g_once_init_leave'
       >   278 |     0 ? (void) (*(location) = (result)) : (void) 0;                  \
       >       |                             ^ ~~~~~~~~
       > libgflow/libgflow-1.0.so.p/gflow-sink.c:128:9: error: incompatible integer to pointer conversion returning 'volatile gsize' (aka 'volatile unsigned long') from a function with result type 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
       >   128 |         return gflow_sink_type_id__once;
       >       |                ^~~~~~~~~~~~~~~~~~~~~~~~
       > 2 errors generated.
       > ninja: build stopped: subcommand failed.
       For full logs, run:
         nix log /nix/store/y1haabrai6xbqmxk2vwqxljf3l6dss9j-libgflow-x86_64-unknown-linux-gnufilc0-1.0.4.drv
libgmpris-2.2.1-8
error: Cannot build '/nix/store/a8dr33gvjpwlbwkv61r8i5hq87r0jnr4-libgmpris-x86_64-unknown-linux-gnufilc0-2.2.1-8.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/5p8w4dr90avdy6593cdr57xm58n02z79-libgmpris-x86_64-unknown-linux-gnufilc0-2.2.1-8
       Last 25 log lines:
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > gmpris.c:138:12: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
       >   138 |       case G_TYPE_STRING:
       >       |            ^~~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:166:25: note: expanded from macro 'G_TYPE_STRING'
       >   166 | #define G_TYPE_STRING                   G_TYPE_MAKE_FUNDAMENTAL (16)
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
       >   228 | #define G_TYPE_MAKE_FUNDAMENTAL(x)      ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > gmpris.c:141:12: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
       >   141 |       case G_TYPE_VARIANT:
       >       |            ^~~~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:208:41: note: expanded from macro 'G_TYPE_VARIANT'
       >   208 | #define G_TYPE_VARIANT                  G_TYPE_MAKE_FUNDAMENTAL (21)
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
       >   228 | #define G_TYPE_MAKE_FUNDAMENTAL(x)      ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > 10 errors generated.
       > make[2]: *** [Makefile:478: libgmpris_la-gmpris.lo] Error 1
       > make[2]: Leaving directory '/build/libgmpris/src'
       > make[1]: *** [Makefile:407: all-recursive] Error 1
       > make[1]: Leaving directory '/build/libgmpris'
       > make: *** [Makefile:339: all] Error 2
       For full logs, run:
         nix log /nix/store/a8dr33gvjpwlbwkv61r8i5hq87r0jnr4-libgmpris-x86_64-unknown-linux-gnufilc0-2.2.1-8.drv
libgnt-2.14.4-dev
error: Cannot build '/nix/store/p0gf7laym9l4w5d3grn63dbd2cyy5n0b-libgnt-x86_64-unknown-linux-gnufilc0-2.14.4-dev.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/iimb9xnpliw0rc0qhhdy3imbqq474ijq-libgnt-x86_64-unknown-linux-gnufilc0-2.14.4-dev-devdoc
         /nix/store/p30kf7aflby3irc0972z5zs93mdgsy65-libgnt-x86_64-unknown-linux-gnufilc0-2.14.4-dev-dev
         /nix/store/y7dqxnbiakir65vqknkndbs37f58z5s3-libgnt-x86_64-unknown-linux-gnufilc0-2.14.4-dev
       Last 25 log lines:
       >   336 |   case G_TYPE_BOXED:
       >       |        ^~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:178:24: note: expanded from macro 'G_TYPE_BOXED'
       >   178 | #define G_TYPE_BOXED                    G_TYPE_MAKE_FUNDAMENTAL (18)
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
       >   228 | #define G_TYPE_MAKE_FUNDAMENTAL(x)      ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > libgnt-scan.c:341:8: error: integer constant expression must have integer type, not 'GType' (aka 'struct _GTypeOpaque *')
       >   341 |   case G_TYPE_PARAM:
       >       |        ^~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:184:24: note: expanded from macro 'G_TYPE_PARAM'
       >   184 | #define G_TYPE_PARAM                    G_TYPE_MAKE_FUNDAMENTAL (19)
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > /nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0/gobject/gtype.h:228:36: note: expanded from macro 'G_TYPE_MAKE_FUNDAMENTAL'
       >   228 | #define G_TYPE_MAKE_FUNDAMENTAL(x)      ((GType) ((x) << G_TYPE_FUNDAMENTAL_SHIFT))
       >       |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > fatal error: too many errors emitted, stopping now [-ferror-limit=]
       > 20 errors generated.
       > 2026-09-15 04:50:06,499:scangobj.py:execute_command:1289:WARNING:Compiling scanner failed: 1, command: clang -I/build/libgnt-2.14.4-dev/. -I/build/libgnt-2.14.4-dev/build/. -I/nix/store/ssl832harg6nnczpn2iyddjvh5289xj9-libxml2-x86_64-unknown-linux-gnufilc0-2.13.8-dev/include/libxml2 -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -pthread -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include/ncursesw -c -o libgnt-scan.o libgnt-scan.c
       >
       >
       > --- stderr ---
       >
       > FAILED: install script '/nix/store/77w8x8v8g2wbdps70vgqdixz3g1i1lyg-meson-1.7.2/bin/meson --internal gtkdoc --sourcedir=/build/libgnt-2.14.4-dev --builddir=/build/libgnt-2.14.4-dev/build --subdir=doc --headerdirs=/build/libgnt-2.14.4-dev/.@@/build/libgnt-2.14.4-dev/build/. --mainfile=libgnt-docs.xml --modulename=libgnt --moduleversion= --mode=auto --gtkdoc-scan=/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/bin/gtkdoc-scan --gtkdoc-scangobj=/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/bin/gtkdoc-scangobj --gtkdoc-mkdb=/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/bin/gtkdoc-mkdb --gtkdoc-mkhtml=/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/bin/gtkdoc-mkhtml --gtkdoc-fixxref=/nix/store/ab6pwjhyx513mif4cnz8jklm48dww46k-gtk-doc-1.34.0/bin/gtkdoc-fixxref --namespace=gnt --htmlargs= --scanargs=--deprecated-guards=GNT_DISABLE_DEPRECATED@@--rebuild-types@@--rebuild-sections@@--ignore-headers=test wms gntinternal.h gnt-skel.h --scanobjsargs= --gobjects-types-file=/build/libgnt-2.14.4-dev/doc/libgnt.types --fixxrefargs= --mkdbargs=--ignore-files=test wms gntinternal.h gnt-skel.h --html-assets= --content-files= --expand-content-files= --ignore-headers= --installdir= --cc=clang --ld=clang --cflags=-I/build/libgnt-2.14.4-dev/. -I/build/libgnt-2.14.4-dev/build/. -I/nix/store/ssl832harg6nnczpn2iyddjvh5289xj9-libxml2-x86_64-unknown-linux-gnufilc0-2.13.8-dev/include/libxml2 -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include/glib-2.0 -I/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib/glib-2.0/include -I/nix/store/yx4ajx4hb4rws8srypxzx2jkma4j85i0-glib-2.80.4-x86_64-unknown-linux-gnufilc0-dev/include -pthread -I/nix/store/s98xbgvcsc5bnczp9wp5w23804qmgi8v-ncurses-x86_64-unknown-linux-gnufilc0-6.5-dev/include/ncursesw --ldflags=-L/build/libgnt-2.14.4-dev/build/ -Wl,-rpath,/build/libgnt-2.14.4-dev/build/ -lgnt -lncursesw -lpanelw -L/nix/store/dfv466r1xa4a4hk3rac23s4c5fvnr2zn-libxml2-x86_64-unknown-linux-gnufilc0-2.13.8/lib -lxml2 -L/nix/store/j1fnizngn6xkl2240i1nwmnlkz3lax1j-glib-2.80.4-x86_64-unknown-linux-gnufilc0/lib -lglib-2.0 -lgobject-2.0 -lgmodule-2.0 -pthread' failed with exit code 1.
       For full logs, run:
         nix log /nix/store/p0gf7laym9l4w5d3grn63dbd2cyy5n0b-libgnt-x86_64-unknown-linux-gnufilc0-2.14.4-dev.drv
libgourou-0.8.2
error: Cannot build '/nix/store/405sdmwbpqcg718mb4ca36lw0k9clkx0-libgourou-x86_64-unknown-linux-gnufilc0-0.8.2.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/1x66y232raq9admjmij6fsr7wgfb8haw-libgourou-x86_64-unknown-linux-gnufilc0-0.8.2
       Last 25 log lines:
       > /build/source/include/libgourou_common.h:168:17: warning: assigning field to itself [-Wself-assign-field]
       >   168 |             this->file = file;
       >       |                        ^
       > /build/source/include/libgourou_common.h:183:14: warning: private field 'message' is not used [-Wunused-private-field]
       >   183 |         const char* message, *file;
       >       |                     ^
       > 3 warnings generated.
       > ar crs utils.a drmprocessorclientimpl.o utils_common.o
       > clang++ -Wall -fPIC -I/build/source/include -O2 acsmdownloader.cpp utils.a /build/source/libgourou.a /build/source/libgourou.a -L/build/source -lcrypto -lzip -lz -lcurl -lpugixml -o acsmdownloader
       > In file included from acsmdownloader.cpp:36:
       > /build/source/include/libgourou_common.h:167:17: warning: assigning field to itself [-Wself-assign-field]
       >   167 |             this->line = line;
       >       |                        ^
       > /build/source/include/libgourou_common.h:168:17: warning: assigning field to itself [-Wself-assign-field]
       >   168 |             this->file = file;
       >       |                        ^
       > /build/source/include/libgourou_common.h:183:14: warning: private field 'message' is not used [-Wunused-private-field]
       >   183 |         const char* message, *file;
       >       |                     ^
       > 3 warnings generated.
       > /nix/store/b48cv6s9paim5bk5z95zrpawj5v4vk07-pugixml-x86_64-unknown-linux-gnufilc0-1.15/lib/libpugixml.a(pugixml.cpp.o):function pizlonatedFI4792_fmod:(.text+0x138996): error: undefined reference to 'pizlonated_fmod'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[1]: *** [Makefile:38: acsmdownloader] Error 1
       > make[1]: Leaving directory '/build/source/utils'
       > make: *** [Makefile:86: build_utils] Error 2
       For full logs, run:
         nix log /nix/store/405sdmwbpqcg718mb4ca36lw0k9clkx0-libgourou-x86_64-unknown-linux-gnufilc0-0.8.2.drv
libfilezilla-0.49.0
error: build of '/nix/store/342spzd5k5z69apn81hj6ypaq181yj6q-libfilezilla-x86_64-unknown-linux-gnufilc0-0.49.0.drv^*', '/nix/store/3kp7s5mjf4r3kbv6l28snbszd2ljxfc0-libgccjit-14.3.0-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/3nidd4zia4j0zfrhyzz3yfs26nijwxdr-libfsm-x86_64-unknown-linux-gnufilc0-0.1pre2987_087e3389.drv^*', '/nix/store/405sdmwbpqcg718mb4ca36lw0k9clkx0-libgourou-x86_64-unknown-linux-gnufilc0-0.8.2.drv^*', '/nix/store/5irrvv6bm6k2c5lp4h05wg7hsmx236k1-libfyaml-x86_64-unknown-linux-gnufilc0-0.9.drv^*', '/nix/store/5m31sds8r7ibvp2zd0kj5wjv2j25hviv-libffi-x86_64-unknown-linux-gnufilc0-3.4.8.drv^*', '/nix/store/a8dr33gvjpwlbwkv61r8i5hq87r0jnr4-libgmpris-x86_64-unknown-linux-gnufilc0-2.2.1-8.drv^*', '/nix/store/avn6dzr48kq6rlvz7mkgfnkl4hqmc7k2-libgedit-gfls-x86_64-unknown-linux-gnufilc0-0.3.0.drv^*', '/nix/store/gkjgbbha2i0aq3di2zzx37rj4mwjj6cm-libfaketime-x86_64-unknown-linux-gnufilc0-0.9.10.drv^*', '/nix/store/m9qadh9allf1ah37rzwabhasb407zla6-libffi-x86_64-unknown-linux-gnufilc0-3.3.drv^*', '/nix/store/p0gf7laym9l4w5d3grn63dbd2cyy5n0b-libgnt-x86_64-unknown-linux-gnufilc0-2.14.4-dev.drv^*', '/nix/store/prqdjbdn6k8is1gyvx7dm4s41a23sdj8-libfixposix-x86_64-unknown-linux-gnufilc0-0.5.1.drv^*', '/nix/store/qzavdmyciydqicacqnlp6qm27a0b0f15-libgestures-x86_64-unknown-linux-gnufilc0-2.0.1.drv^*', '/nix/store/rbz2i4i7kjicbm0m0zzw74jyjxkp6mjh-libff-x86_64-unknown-linux-gnufilc0-0.2.1.drv^*', '/nix/store/s6608j6j8i82cwdrj38lm9qc1qr1gxjw-libgedit-gtksourceview-x86_64-unknown-linux-gnufilc0-299.5.0.drv^*', '/nix/store/wjsg72dj5yi8chcdz30hjs3a68kvvh03-libfabric-x86_64-unknown-linux-gnufilc0-2.1.0.drv^*', '/nix/store/y1haabrai6xbqmxk2vwqxljf3l6dss9j-libgflow-x86_64-unknown-linux-gnufilc0-1.0.4.drv^*' failed

End of log