uw-imap-2007f
./misc.h:109:37: note: passing argument to parameter 's1' here
109 | int compare_cstring (unsigned char *s1,unsigned char *s2);
| ^
In file included from osdep.c:50:
./env_unix.c:1780:33: warning: passing 'char[22]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
1780 | else if (!compare_cstring (s,"set allow-user-config"))
| ^~~~~~~~~~~~~~~~~~~~~~~
./misc.h:109:55: note: passing argument to parameter 's2' here
109 | int compare_cstring (unsigned char *s1,unsigned char *s2);
| ^
In file included from osdep.c:50:
./env_unix.c:1782:31: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
1782 | else if (!compare_cstring (s,"set allow-reverse-dns"))
| ^
./misc.h:109:37: note: passing argument to parameter 's1' here
109 | int compare_cstring (unsigned char *s1,unsigned char *s2);
| ^
In file included from osdep.c:50:
./env_unix.c:1782:33: warning: passing 'char[22]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
1782 | else if (!compare_cstring (s,"set allow-reverse-dns"))
| ^~~~~~~~~~~~~~~~~~~~~~~
./misc.h:109:55: note: passing argument to parameter 's2' here
109 | int compare_cstring (unsigned char *s1,unsigned char *s2);
| ^
In file included from osdep.c:50:
./env_unix.c:1784:31: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
1784 | else if (!compare_cstring (s,"set k5-cp-uses-service-name"))
| ^
./misc.h:109:37: note: passing argument to parameter 's1' here
109 | int compare_cstring (unsigned char *s1,unsigned char *s2);
| ^
In file included from osdep.c:50:
./env_unix.c:1784:33: warning: passing 'char[28]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
1784 | else if (!compare_cstring (s,"set k5-cp-uses-service-name"))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./misc.h:109:55: note: passing argument to parameter 's2' here
109 | int compare_cstring (unsigned char *s1,unsigned char *s2);
| ^
In file included from osdep.c:50:
./env_unix.c:1788:31: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
1788 | else if (!compare_cstring (s,"set plaintext-allowed-clients")) {| ^
./misc.h:109:37: note: passing argument to parameter 's1' here
109 | int compare_cstring (unsigned char *s1,unsigned char *s2);
| ^
In file included from osdep.c:50:
./env_unix.c:1788:33: warning: passing 'char[30]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
1788 | else if (!compare_cstring (s,"set plaintext-allowed-clients")) {| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./misc.h:109:55: note: passing argument to parameter 's2' here
109 | int compare_cstring (unsigned char *s1,unsigned char *s2);
| ^
In file included from osdep.c:53:
In file included from ./tcp_unix.c:29:
./ip_unix.c:165:30: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
165 | (he = gethostbyname (lcase (strcpy (tmp,name))))) {| ^~~~~~~~~~~~~~~~~
./misc.h:87:38: note: passing argument to parameter 'string' here
87 | unsigned char *lcase (unsigned char *string);
| ^
In file included from osdep.c:53:
In file included from ./tcp_unix.c:29:
./ip_unix.c:165:23: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
165 | (he = gethostbyname (lcase (strcpy (tmp,name))))) {| ^~~~~~~~~~~~~~~~~~~~~~~~~
/nix/store/31nshp12zm4rnbiwinw8w787jj0jb5k4-filc-glibc-2.44/include/netdb.h:142:51: note: passing argument to parameter '__name' here
142 | extern struct hostent *gethostbyname (const char *__name);
| ^
In file included from osdep.c:53:
./tcp_unix.c:175:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
175 | if (adr = ip_stringtoaddr (tmp,&adrlen,&family)) {| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./tcp_unix.c:175:13: note: place parentheses around the assignment to silence this warning
175 | if (adr = ip_stringtoaddr (tmp,&adrlen,&family)) {| ^
| ( )
./tcp_unix.c:175:13: note: use '==' to turn this assignment into an equality comparison
175 | if (adr = ip_stringtoaddr (tmp,&adrlen,&family)) {| ^
| ==
./tcp_unix.c:215:22: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
215 | if (stream->ictr = ctr) *(stream->iptr = stream->ibuf) = tmp[0];
| ~~~~~~~~~~~~~^~~~~
./tcp_unix.c:215:22: note: place parentheses around the assignment to silence this warning
215 | if (stream->ictr = ctr) *(stream->iptr = stream->ibuf) = tmp[0];
| ^
| ( )
./tcp_unix.c:215:22: note: use '==' to turn this assignment into an equality comparison
215 | if (stream->ictr = ctr) *(stream->iptr = stream->ibuf) = tmp[0];
| ^
| ==
./tcp_unix.c:364:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
364 | if (adr = ip_stringtoaddr (host,&len,&i)) fs_give ((void **) &adr);
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./tcp_unix.c:364:13: note: place parentheses around the assignment to silence this warning
364 | if (adr = ip_stringtoaddr (host,&len,&i)) fs_give ((void **) &adr);
| ^
| ( )
./tcp_unix.c:364:13: note: use '==' to turn this assignment into an equality comparison
364 | if (adr = ip_stringtoaddr (host,&len,&i)) fs_give ((void **) &adr);
| ^
| ==
./tcp_unix.c:396:13: error: call to undeclared library function 'vfork' with type 'int (void)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
396 | ((i = fork ()) < 0)) { /* make inferior process */| ^
osdep.c:52:14: note: expanded from macro 'fork'
52 | #define fork vfork
| ^
./tcp_unix.c:396:13: note: include the header <unistd.h> or explicitly provide a declaration for 'vfork'
osdep.c:52:14: note: expanded from macro 'fork'
52 | #define fork vfork
| ^
In file included from osdep.c:53:
./tcp_unix.c:464:43: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign]
464 | char *ret = tcp_getline_work (stream,&n,&contd);
| ^~~~~~
./tcp_unix.c:59:17: note: passing argument to parameter 'contd' here
59 | long *contd);
| ^
./tcp_unix.c:472:41: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign]
472 | ret = tcp_getline_work (stream,&n,&contd);
| ^~~~~~
./tcp_unix.c:59:17: note: passing argument to parameter 'contd' here
59 | long *contd);
| ^
./tcp_unix.c:540:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
540 | if (n = min (size,stream->ictr)) {| ~~^~~~~~~~~~~~~~~~~~~~~~~~~
./tcp_unix.c:540:9: note: place parentheses around the assignment to silence this warning
540 | if (n = min (size,stream->ictr)) {| ^
| ( )
./tcp_unix.c:540:9: note: use '==' to turn this assignment into an equality comparison
540 | if (n = min (size,stream->ictr)) {| ^
| ==
./tcp_unix.c:858:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
858 | if (v = strchr (s,' ')) *v = '\0';
| ~~^~~~~~~~~~~~~~~~
./tcp_unix.c:858:8: note: place parentheses around the assignment to silence this warning
858 | if (v = strchr (s,' ')) *v = '\0';
| ^
| ( )
./tcp_unix.c:858:8: note: use '==' to turn this assignment into an equality comparison
858 | if (v = strchr (s,' ')) *v = '\0';
| ^
| ==
./tcp_unix.c:985:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
985 | if (t = tcp_name_valid (ip_sockaddrtoname (sadr))) {| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./tcp_unix.c:985:11: note: place parentheses around the assignment to silence this warning
985 | if (t = tcp_name_valid (ip_sockaddrtoname (sadr))) {| ^
| ( )
./tcp_unix.c:985:11: note: use '==' to turn this assignment into an equality comparison
985 | if (t = tcp_name_valid (ip_sockaddrtoname (sadr))) {| ^
| ==
In file included from osdep.c:56:
./flocklnx.c:61:38: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
61 | if (!logged++) syslog (LOG_ERR,tmp);
| ^~~
./flocklnx.c:61:38: note: treat the string as an argument to avoid this
61 | if (!logged++) syslog (LOG_ERR,tmp);
| ^
| "%s",
osdep.c:163:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
163 | if (pw = ((pam_start ((char *) mail_parameters (NIL,GET_SERVICENAME,NIL),
| ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
164 | pw->pw_name,&conv,&hdl) == PAM_SUCCESS) &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
165 | (pam_set_item (hdl,PAM_RHOST,tcp_clientaddr ()) == PAM_SUCCESS) &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
166 | (pam_authenticate (hdl,NIL) == PAM_SUCCESS) &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
167 | (pam_acct_mgmt (hdl,NIL) == PAM_SUCCESS) &&
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168 | (pam_setcred (hdl,PAM_ESTABLISH_CRED) == PAM_SUCCESS)) ?
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
169 | getpwnam (name) : NIL) {| ~~~~~~~~~~~~~~~~~~~~~
osdep.c:163:10: note: place parentheses around the assignment to silence this warning
163 | if (pw = ((pam_start ((char *) mail_parameters (NIL,GET_SERVICENAME,NIL),
| ^
| (
164 | pw->pw_name,&conv,&hdl) == PAM_SUCCESS) &&
165 | (pam_set_item (hdl,PAM_RHOST,tcp_clientaddr ()) == PAM_SUCCESS) &&
166 | (pam_authenticate (hdl,NIL) == PAM_SUCCESS) &&
167 | (pam_acct_mgmt (hdl,NIL) == PAM_SUCCESS) &&
168 | (pam_setcred (hdl,PAM_ESTABLISH_CRED) == PAM_SUCCESS)) ?
169 | getpwnam (name) : NIL) {|
| )
osdep.c:163:10: note: use '==' to turn this assignment into an equality comparison
163 | if (pw = ((pam_start ((char *) mail_parameters (NIL,GET_SERVICENAME,NIL),
| ^
| ==
osdep.c:459:12: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations]
459 | TLSv1_client_method () :
| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ssl.h:2067:1: note: 'TLSv1_client_method' has been explicitly marked deprecated here
2067 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_client_method(void);
| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:239:33: note: expanded from macro 'OSSL_DEPRECATEDIN_1_1_0'
239 | #define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0)
| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
osdep.c:478:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
478 | if (s = (char *) mail_parameters (NIL,GET_SSLCAPATH,NIL))
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
osdep.c:478:9: note: place parentheses around the assignment to silence this warning
478 | if (s = (char *) mail_parameters (NIL,GET_SSLCAPATH,NIL))
| ^
| ( )
osdep.c:478:9: note: use '==' to turn this assignment into an equality comparison
478 | if (s = (char *) mail_parameters (NIL,GET_SSLCAPATH,NIL))
| ^
| ==
osdep.c:482:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
482 | if (cert = PEM_read_bio_X509 (bio = BIO_new_mem_buf (s,sl),NIL,NIL,NIL)) {| ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
osdep.c:482:14: note: place parentheses around the assignment to silence this warning
482 | if (cert = PEM_read_bio_X509 (bio = BIO_new_mem_buf (s,sl),NIL,NIL,NIL)) {| ^
| ( )
osdep.c:482:14: note: use '==' to turn this assignment into an equality comparison
482 | if (cert = PEM_read_bio_X509 (bio = BIO_new_mem_buf (s,sl),NIL,NIL,NIL)) {| ^
| ==
osdep.c:491:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
491 | if (key = PEM_read_bio_PrivateKey (bio = BIO_new_mem_buf (t,tl),
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
492 | NIL,NIL,"")) {| ~~~~~~~~~~~
osdep.c:491:15: note: place parentheses around the assignment to silence this warning
491 | if (key = PEM_read_bio_PrivateKey (bio = BIO_new_mem_buf (t,tl),
| ^
| (
492 | NIL,NIL,"")) {|
| )
osdep.c:491:15: note: use '==' to turn this assignment into an equality comparison
491 | if (key = PEM_read_bio_PrivateKey (bio = BIO_new_mem_buf (t,tl),
| ^
| ==
osdep.c:629:43: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign]
629 | char *ret = ssl_getline_work (stream,&n,&contd);
| ^~~~~~
osdep.c:301:17: note: passing argument to parameter 'contd' here
301 | long *contd);
| ^
osdep.c:637:41: warning: passing 'unsigned long *' to parameter of type 'long *' converts between pointers to integer types with different sign [-Wpointer-sign]
637 | ret = ssl_getline_work (stream,&n,&contd);
| ^~~~~~
osdep.c:301:17: note: passing argument to parameter 'contd' here
301 | long *contd);
| ^
osdep.c:954:12: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations]
954 | TLSv1_server_method () :
| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ssl.h:2066:1: note: 'TLSv1_server_method' has been explicitly marked deprecated here
2066 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_server_method(void);
| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:239:33: note: expanded from macro 'OSSL_DEPRECATEDIN_1_1_0'
239 | #define OSSL_DEPRECATEDIN_1_1_0 OSSL_DEPRECATED(1.1.0)
| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
osdep.c:969:16: warning: 'SSL_CTX_use_RSAPrivateKey_file' is deprecated [-Wdeprecated-declarations]
969 | else if (!(SSL_CTX_use_RSAPrivateKey_file (stream->context,key,
| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/ssl.h:1719:1: note: 'SSL_CTX_use_RSAPrivateKey_file' has been explicitly marked deprecated here
1719 | OSSL_DEPRECATEDIN_3_0
| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:217:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
217 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
osdep.c:1006:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1006 | while (i = ERR_get_error ()) /* SSL failure */
| ~~^~~~~~~~~~~~~~~~~~
osdep.c:1006:12: note: place parentheses around the assignment to silence this warning
1006 | while (i = ERR_get_error ()) /* SSL failure */
| ^
| ( )
osdep.c:1006:12: note: use '==' to turn this assignment into an equality comparison
1006 | while (i = ERR_get_error ()) /* SSL failure */
| ^
| ==
osdep.c:1025:17: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations]
1025 | if (!(key = RSA_generate_key (export ? keylength : 1024,RSA_F4,NIL,NIL))) {| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:264:1: note: 'RSA_generate_key' has been explicitly marked deprecated here
264 | OSSL_DEPRECATEDIN_0_9_8 RSA *RSA_generate_key(int bits, unsigned long e, void (*callback)(int, int, void *),
| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:283:33: note: expanded from macro 'OSSL_DEPRECATEDIN_0_9_8'
283 | #define OSSL_DEPRECATEDIN_0_9_8 OSSL_DEPRECATED(0.9.8)
| ^
/nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
| ^
osdep.c:1028:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
1028 | while (i = ERR_get_error ())
| ~~^~~~~~~~~~~~~~~~~~
osdep.c:1028:16: note: place parentheses around the assignment to silence this warning
1028 | while (i = ERR_get_error ())
| ^
| ( )
osdep.c:1028:16: note: use '==' to turn this assignment into an equality comparison
1028 | while (i = ERR_get_error ())
| ^
| ==
249 warnings and 1 error generated.
make[3]: *** [Makefile:926: osdep.o] Error 1
make[3]: Leaving directory '/build/imap-2007f/c-client'
make[2]: *** [Makefile:495: lnp] Error 2
make[2]: Leaving directory '/build/imap-2007f/c-client'
make[1]: *** [Makefile:688: OSTYPE] Error 2
make[1]: Leaving directory '/build/imap-2007f'
make: *** [Makefile:311: lnp] Error 2
uw-ttyp0-1.3
Build started
→ unpackPhase
unpacking source archive /nix/store/7g7ygy30ma2bm445snaqf5xd14vn1cd1-uw-ttyp0-1.3.tar.gz
source root is uw-ttyp0-1.3
setting SOURCE_DATE_EPOCH to timestamp 1428949012 of file "uw-ttyp0-1.3/CHANGELOG"
→ patchPhase
applying patch /nix/store/pkp1xjyn3fgkw477abdg4gwpnqw6a6jc-determinism.patch
patching file Makefile.in
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
Configuration successful.
You can still select which font sizes and styles should be generated
by editing "TARGETS.dat" before running "make"
You can still select your preferred stylistic variants by editing
"VARIANTS.dat" before running "make"
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
perl bin/mkshallow bdf/t0-12.bdf | cat - bdf/t0-11.bdf | perl bin/bdfmangle - VARIANTS.dat mgl/unicode.mgl > genbdf/t0-11-uni.bdf
bdftopcf genbdf/t0-11-uni.bdf > genpcf/t0-11-uni.pcf
gzip -n -9 -f genpcf/t0-11-uni.pcf
perl bin/bdfmangle bdf/t0-12.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-12-uni.bdf
bdftopcf genbdf/t0-12-uni.bdf > genpcf/t0-12-uni.pcf
gzip -n -9 -f genpcf/t0-12-uni.pcf
perl bin/mkshallow bdf/t0-14.bdf | cat - bdf/t0-13.bdf | perl bin/bdfmangle - VARIANTS.dat mgl/unicode.mgl > genbdf/t0-13-uni.bdf
bdftopcf genbdf/t0-13-uni.bdf > genpcf/t0-13-uni.pcf
gzip -n -9 -f genpcf/t0-13-uni.pcf
perl bin/bdfmangle bdf/t0-14.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-14-uni.bdf
bdftopcf genbdf/t0-14-uni.bdf > genpcf/t0-14-uni.pcf
gzip -n -9 -f genpcf/t0-14-uni.pcf
perl bin/mkshallow bdf/t0-16.bdf | cat - bdf/t0-15.bdf | perl bin/bdfmangle - VARIANTS.dat mgl/unicode.mgl > genbdf/t0-15-uni.bdf
bdftopcf genbdf/t0-15-uni.bdf > genpcf/t0-15-uni.pcf
gzip -n -9 -f genpcf/t0-15-uni.pcf
perl bin/bdfmangle bdf/t0-16.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-16-uni.bdf
bdftopcf genbdf/t0-16-uni.bdf > genpcf/t0-16-uni.pcf
gzip -n -9 -f genpcf/t0-16-uni.pcf
perl bin/mkshallow bdf/t0-18.bdf | cat - bdf/t0-17.bdf | perl bin/bdfmangle - VARIANTS.dat mgl/unicode.mgl > genbdf/t0-17-uni.bdf
bdftopcf genbdf/t0-17-uni.bdf > genpcf/t0-17-uni.pcf
gzip -n -9 -f genpcf/t0-17-uni.pcf
perl bin/bdfmangle bdf/t0-18.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-18-uni.bdf
bdftopcf genbdf/t0-18-uni.bdf > genpcf/t0-18-uni.pcf
gzip -n -9 -f genpcf/t0-18-uni.pcf
perl bin/bdfmangle bdf/t0-22.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-22-uni.bdf
bdftopcf genbdf/t0-22-uni.bdf > genpcf/t0-22-uni.pcf
gzip -n -9 -f genpcf/t0-22-uni.pcf
perl bin/mkshallow bdf/t0-12b.bdf | cat - bdf/t0-11b.bdf | perl bin/bdfmangle - VARIANTS.dat mgl/unicode.mgl > genbdf/t0-11b-uni.bdf
bdftopcf genbdf/t0-11b-uni.bdf > genpcf/t0-11b-uni.pcf
gzip -n -9 -f genpcf/t0-11b-uni.pcf
perl bin/bdfmangle bdf/t0-12b.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-12b-uni.bdf
bdftopcf genbdf/t0-12b-uni.bdf > genpcf/t0-12b-uni.pcf
gzip -n -9 -f genpcf/t0-12b-uni.pcf
perl bin/mkshallow bdf/t0-14b.bdf | cat - bdf/t0-13b.bdf | perl bin/bdfmangle - VARIANTS.dat mgl/unicode.mgl > genbdf/t0-13b-uni.bdf
bdftopcf genbdf/t0-13b-uni.bdf > genpcf/t0-13b-uni.pcf
gzip -n -9 -f genpcf/t0-13b-uni.pcf
perl bin/bdfmangle bdf/t0-14b.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-14b-uni.bdf
bdftopcf genbdf/t0-14b-uni.bdf > genpcf/t0-14b-uni.pcf
gzip -n -9 -f genpcf/t0-14b-uni.pcf
perl bin/mkshallow bdf/t0-16b.bdf | cat - bdf/t0-15b.bdf | perl bin/bdfmangle - VARIANTS.dat mgl/unicode.mgl > genbdf/t0-15b-uni.bdf
bdftopcf genbdf/t0-15b-uni.bdf > genpcf/t0-15b-uni.pcf
gzip -n -9 -f genpcf/t0-15b-uni.pcf
perl bin/bdfmangle bdf/t0-16b.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-16b-uni.bdf
bdftopcf genbdf/t0-16b-uni.bdf > genpcf/t0-16b-uni.pcf
gzip -n -9 -f genpcf/t0-16b-uni.pcf
perl bin/mkshallow bdf/t0-18b.bdf | cat - bdf/t0-17b.bdf | perl bin/bdfmangle - VARIANTS.dat mgl/unicode.mgl > genbdf/t0-17b-uni.bdf
bdftopcf genbdf/t0-17b-uni.bdf > genpcf/t0-17b-uni.pcf
gzip -n -9 -f genpcf/t0-17b-uni.pcf
perl bin/bdfmangle bdf/t0-18b.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-18b-uni.bdf
bdftopcf genbdf/t0-18b-uni.bdf > genpcf/t0-18b-uni.pcf
gzip -n -9 -f genpcf/t0-18b-uni.pcf
perl bin/bdfmangle bdf/t0-22b.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-22b-uni.bdf
bdftopcf genbdf/t0-22b-uni.bdf > genpcf/t0-22b-uni.pcf
gzip -n -9 -f genpcf/t0-22b-uni.pcf
perl bin/mkshallow bdf/t0-16i.bdf | cat - bdf/t0-15i.bdf | perl bin/bdfmangle - VARIANTS.dat mgl/unicode.mgl > genbdf/t0-15i-uni.bdf
bdftopcf genbdf/t0-15i-uni.bdf > genpcf/t0-15i-uni.pcf
gzip -n -9 -f genpcf/t0-15i-uni.pcf
perl bin/bdfmangle bdf/t0-16i.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-16i-uni.bdf
bdftopcf genbdf/t0-16i-uni.bdf > genpcf/t0-16i-uni.pcf
gzip -n -9 -f genpcf/t0-16i-uni.pcf
perl bin/mkshallow bdf/t0-18i.bdf | cat - bdf/t0-17i.bdf | perl bin/bdfmangle - VARIANTS.dat mgl/unicode.mgl > genbdf/t0-17i-uni.bdf
bdftopcf genbdf/t0-17i-uni.bdf > genpcf/t0-17i-uni.pcf
gzip -n -9 -f genpcf/t0-17i-uni.pcf
perl bin/bdfmangle bdf/t0-18i.bdf VARIANTS.dat mgl/unicode.mgl > genbdf/t0-18i-uni.bdf
bdftopcf genbdf/t0-18i-uni.bdf > genpcf/t0-18i-uni.pcf
gzip -n -9 -f genpcf/t0-18i-uni.pcf
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
WARNING: U+21B5: no glyph defined
/build/uw-ttyp0-1.3
/build/uw-ttyp0-1.3/genbdf/t0-11-uni.bdf Ttyp0 Regular: 1 sizes
size 0: 11x11
/build/uw-ttyp0-1.3/genbdf/t0-11b-uni.bdf Ttyp0 Bold: 1 sizes
size 0: 11x11
/build/uw-ttyp0-1.3/genbdf/t0-12-uni.bdf Ttyp0 Regular: 1 sizes
size 0: 12x12
/build/uw-ttyp0-1.3/genbdf/t0-12b-uni.bdf Ttyp0 Bold: 1 sizes
size 0: 12x12
/build/uw-ttyp0-1.3/genbdf/t0-13-uni.bdf Ttyp0 Regular: 1 sizes
size 0: 13x13
/build/uw-ttyp0-1.3/genbdf/t0-13b-uni.bdf Ttyp0 Bold: 1 sizes
size 0: 13x13
/build/uw-ttyp0-1.3/genbdf/t0-14-uni.bdf Ttyp0 Regular: 1 sizes
size 0: 14x14
/build/uw-ttyp0-1.3/genbdf/t0-14b-uni.bdf Ttyp0 Bold: 1 sizes
size 0: 14x14
/build/uw-ttyp0-1.3/genbdf/t0-15-uni.bdf Ttyp0 Regular: 1 sizes
size 0: 15x15
/build/uw-ttyp0-1.3/genbdf/t0-15b-uni.bdf Ttyp0 Bold: 1 sizes
size 0: 15x15
/build/uw-ttyp0-1.3/genbdf/t0-15i-uni.bdf Ttyp0 Italic: 1 sizes
size 0: 15x15
/build/uw-ttyp0-1.3/genbdf/t0-16-uni.bdf Ttyp0 Regular: 1 sizes
size 0: 16x16
/build/uw-ttyp0-1.3/genbdf/t0-16b-uni.bdf Ttyp0 Bold: 1 sizes
size 0: 16x16
/build/uw-ttyp0-1.3/genbdf/t0-16i-uni.bdf Ttyp0 Italic: 1 sizes
size 0: 16x16
/build/uw-ttyp0-1.3/genbdf/t0-17-uni.bdf Ttyp0 Regular: 1 sizes
size 0: 17x17
/build/uw-ttyp0-1.3/genbdf/t0-17b-uni.bdf Ttyp0 Bold: 1 sizes
size 0: 17x17
/build/uw-ttyp0-1.3/genbdf/t0-17i-uni.bdf Ttyp0 Italic: 1 sizes
size 0: 17x17
/build/uw-ttyp0-1.3/genbdf/t0-18-uni.bdf Ttyp0 Regular: 1 sizes
size 0: 18x18
/build/uw-ttyp0-1.3/genbdf/t0-18b-uni.bdf Ttyp0 Bold: 1 sizes
size 0: 18x18
/build/uw-ttyp0-1.3/genbdf/t0-18i-uni.bdf Ttyp0 Italic: 1 sizes
size 0: 18x18
/build/uw-ttyp0-1.3/genbdf/t0-22-uni.bdf Ttyp0 Regular: 1 sizes
size 0: 22x22
/build/uw-ttyp0-1.3/genbdf/t0-22b-uni.bdf Ttyp0 Bold: 1 sizes
size 0: 22x22
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
install -m0755 -d /nix/store/x8f6rcfajqnzi63f12av7dghc4w9p91n-uw-ttyp0-x86_64-unknown-linux-gnufilc0-1.3/share/fonts/X11/misc
install -m0644 -p genpcf/t0-11-uni.pcf.gz genpcf/t0-12-uni.pcf.gz genpcf/t0-13-uni.pcf.gz genpcf/t0-14-uni.pcf.gz genpcf/t0-15-uni.pcf.gz genpcf/t0-16-uni.pcf.gz genpcf/t0-17-uni.pcf.gz genpcf/t0-18-uni.pcf.gz genpcf/t0-22-uni.pcf.gz genpcf/t0-11b-uni.pcf.gz genpcf/t0-12b-uni.pcf.gz genpcf/t0-13b-uni.pcf.gz genpcf/t0-14b-uni.pcf.gz genpcf/t0-15b-uni.pcf.gz genpcf/t0-16b-uni.pcf.gz genpcf/t0-17b-uni.pcf.gz genpcf/t0-18b-uni.pcf.gz genpcf/t0-22b-uni.pcf.gz genpcf/t0-15i-uni.pcf.gz genpcf/t0-16i-uni.pcf.gz genpcf/t0-17i-uni.pcf.gz genpcf/t0-18i-uni.pcf.gz /nix/store/x8f6rcfajqnzi63f12av7dghc4w9p91n-uw-ttyp0-x86_64-unknown-linux-gnufilc0-1.3/share/fonts/X11/misc
mkfontscale /nix/store/x8f6rcfajqnzi63f12av7dghc4w9p91n-uw-ttyp0-x86_64-unknown-linux-gnufilc0-1.3/share/fonts/X11/misc
mkfontdir /nix/store/x8f6rcfajqnzi63f12av7dghc4w9p91n-uw-ttyp0-x86_64-unknown-linux-gnufilc0-1.3/share/fonts/X11/misc
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/x8f6rcfajqnzi63f12av7dghc4w9p91n-uw-ttyp0-x86_64-unknown-linux-gnufilc0-1.3
checking for references to /build/ in /nix/store/x8f6rcfajqnzi63f12av7dghc4w9p91n-uw-ttyp0-x86_64-unknown-linux-gnufilc0-1.3...
patching script interpreter paths in /nix/store/x8f6rcfajqnzi63f12av7dghc4w9p91n-uw-ttyp0-x86_64-unknown-linux-gnufilc0-1.3
uxn-1.0-unstable-2025-04-04
Build started
→ unpackPhase
unpacking source archive /nix/store/ac7w6bxvpj1xfk98g8s113cn83div1yp-source
source root is source
→ patchPhase
patching script interpreter paths in build.sh
build.sh: interpreter directive changed from "#!/bin/sh -e" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh -e"
substituteStream() in derivation uxn-x86_64-unknown-linux-gnufilc0-1.0-unstable-2025-04-04: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'build.sh')→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI134_SDL_LockAudioDevice:(.text+0x61fd): error: undefined reference to 'pizlonated_SDL_LockAudioDevice'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI134_SDL_UnlockAudioDevice:(.text+0x634d): error: undefined reference to 'pizlonated_SDL_UnlockAudioDevice'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1597_SDL_PauseAudioDevice:(.text+0x63e1): error: undefined reference to 'pizlonated_SDL_PauseAudioDevice'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1066_SDL_PushEvent:(.text+0x6631): error: undefined reference to 'pizlonated_SDL_PushEvent'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1065_SDL_DestroyTexture:(.text+0x66f1): error: undefined reference to 'pizlonated_SDL_DestroyTexture'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI18622_SDL_RenderSetLogicalSize:(.text+0x679b): error: undefined reference to 'pizlonated_SDL_RenderSetLogicalSize'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2142905_SDL_CreateTexture:(.text+0x689b): error: undefined reference to 'pizlonated_SDL_CreateTexture'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2529_SDL_SetTextureBlendMode:(.text+0x69b7): error: undefined reference to 'pizlonated_SDL_SetTextureBlendMode'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI9_SDL_GetError:(.text+0x6a97): error: undefined reference to 'pizlonated_SDL_GetError'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI318537_SDL_UpdateTexture:(.text+0x6c1b): error: undefined reference to 'pizlonated_SDL_UpdateTexture'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI141513_SDL_GetWindowSize:(.text+0x6d48): error: undefined reference to 'pizlonated_SDL_GetWindowSize'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1066_SDL_RenderClear:(.text+0x6e21): error: undefined reference to 'pizlonated_SDL_RenderClear'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI18621_SDL_SetWindowSize:(.text+0x6eeb): error: undefined reference to 'pizlonated_SDL_SetWindowSize'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI135_SDL_Init:(.text+0x715d): error: undefined reference to 'pizlonated_SDL_Init'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI18629_SDL_memset:(.text+0x722b): error: undefined reference to 'pizlonated_SDL_memset'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI3494710_SDL_OpenAudioDevice:(.text+0x732d): error: undefined reference to 'pizlonated_SDL_OpenAudioDevice'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI135_SDL_RegisterEvents:(.text+0x745d): error: undefined reference to 'pizlonated_SDL_RegisterEvents'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2_SDL_NumJoysticks:(.text+0x7517): error: undefined reference to 'pizlonated_SDL_NumJoysticks'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI142_SDL_JoystickOpen:(.text+0x75ad): error: undefined reference to 'pizlonated_SDL_JoystickOpen'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI141521_SDL_CreateThread:(.text+0x768b): error: undefined reference to 'pizlonated_SDL_CreateThread'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1065_SDL_DetachThread:(.text+0x7791): error: undefined reference to 'pizlonated_SDL_DetachThread'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1_SDL_StartTextInput:(.text+0x7827): error: undefined reference to 'pizlonated_SDL_StartTextInput'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI135_SDL_ShowCursor:(.text+0x789d): error: undefined reference to 'pizlonated_SDL_ShowCursor'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1598_SDL_EventState:(.text+0x7961): error: undefined reference to 'pizlonated_SDL_EventState'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2142898_SDL_SetRenderDrawColor:(.text+0x7a4b): error: undefined reference to 'pizlonated_SDL_SetRenderDrawColor'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2_SDL_GetPerformanceFrequency:(.text+0x7b57): error: undefined reference to 'pizlonated_SDL_GetPerformanceFrequency'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2_SDL_GetPerformanceCounter:(.text+0x7be7): error: undefined reference to 'pizlonated_SDL_GetPerformanceCounter'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI23562688_SDL_CreateWindow:(.text+0x7f59): error: undefined reference to 'pizlonated_SDL_CreateWindow'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI18629_SDL_CreateRenderer:(.text+0x809b): error: undefined reference to 'pizlonated_SDL_CreateRenderer'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1066_SDL_PollEvent:(.text+0x8191): error: undefined reference to 'pizlonated_SDL_PollEvent'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2_SDL_GetModState:(.text+0x85f7): error: undefined reference to 'pizlonated_SDL_GetModState'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2529_SDL_SetWindowFullscreen:(.text+0x8727): error: undefined reference to 'pizlonated_SDL_SetWindowFullscreen'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2528_SDL_SetWindowBordered:(.text+0x8817): error: undefined reference to 'pizlonated_SDL_SetWindowBordered'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2142898_SDL_PeepEvents:(.text+0x88eb): error: undefined reference to 'pizlonated_SDL_PeepEvents'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI134_SDL_Delay:(.text+0x8c5d): error: undefined reference to 'pizlonated_SDL_Delay'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1066_SDL_WaitEvent:(.text+0x8cf1): error: undefined reference to 'pizlonated_SDL_WaitEvent'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI134_SDL_CloseAudioDevice:(.text+0x8dad): error: undefined reference to 'pizlonated_SDL_CloseAudioDevice'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1_SDL_Quit:(.text+0x8ef7): error: undefined reference to 'pizlonated_SDL_Quit'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1557698_SDL_RenderCopy:(.text+0x917d): error: undefined reference to 'pizlonated_SDL_RenderCopy'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1065_SDL_RenderPresent:(.text+0x9291): error: undefined reference to 'pizlonated_SDL_RenderPresent'
/build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI12769_SDL_SetWindowTitle:(.text+0x93fb): error: undefined reference to 'pizlonated_SDL_SetWindowTitle'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
v2ray-domain-list-community-20250508005311
Build started
→ unpackPhase
unpacking source archive /nix/store/y2dlbg8lx8s27hq3f87qbb48s0fbd650-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
Use domain lists in /nix/store/y2dlbg8lx8s27hq3f87qbb48s0fbd650-source/data
dlc.dat has been generated successfully.
→ installPhase
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/i9r3syjl9zjrhb2v0i4vkim4g3r5hy7m-v2ray-domain-list-community-x86_64-unknown-linux-gnufilc0-20250508005311
checking for references to /build/ in /nix/store/i9r3syjl9zjrhb2v0i4vkim4g3r5hy7m-v2ray-domain-list-community-x86_64-unknown-linux-gnufilc0-20250508005311...
patching script interpreter paths in /nix/store/i9r3syjl9zjrhb2v0i4vkim4g3r5hy7m-v2ray-domain-list-community-x86_64-unknown-linux-gnufilc0-20250508005311
vala-0.56.18
Build started
→ unpackPhase
unpacking source archive /nix/store/4278ypbg22j61scxxk7zmanhzzrrw6ba-vala-0.56.18.tar.xz
source root is vala-0.56.18
setting SOURCE_DATE_EPOCH to timestamp 1740943402 of file "vala-0.56.18/ChangeLog"
→ patchPhase
applying patch /nix/store/dv3c5yj9jn03lmqmad6fchvbz7ck1pm6-disable-graphviz-0.56.8.patch
patching file configure.ac
Hunk #1 succeeded at 204 (offset 8 lines).
Hunk #2 succeeded at 254 (offset 8 lines).
patching file libvaladoc/Makefile.am
patching file libvaladoc/html/basicdoclet.vala
patching file libvaladoc/html/htmlmarkupwriter.vala
patching script interpreter paths in tests
→ autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force --install -I m4 ${ACLOCAL_FLAGS}aclocal: overwriting 'm4/libtool.m4' with '/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/share/aclocal/libtool.m4'
aclocal: overwriting 'm4/ltoptions.m4' with '/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/share/aclocal/ltoptions.m4'
aclocal: overwriting 'm4/ltversion.m4' with '/nix/store/b7kv2xx2ga3w0fa4h7g0c3y64wkr3i57-libtool-2.5.4/share/aclocal/ltversion.m4'
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force --install -I m4 ${ACLOCAL_FLAGS}autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf --force
configure.ac:63: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete
./lib/autoconf/programs.m4:743: _AC_PROG_LEX is expanded from...
./lib/autoconf/programs.m4:736: AC_PROG_LEX is expanded from...
configure.ac:63: the top level
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:40: installing 'build-aux/compile'
configure.ac:10: installing 'build-aux/missing'
ccode/Makefile.am: installing 'build-aux/depcomp'
tests/Makefile.am:1497: warning: wildcard $(srcdir: non-POSIX variable name
tests/Makefile.am:1497: (probably a GNU make extension)
autoreconf: 'build-aux/install-sh' is updated
autoreconf: Leaving directory '.'
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.sub
Updating Autotools / GNU config script to a newer upstream version: ./build-aux/config.guess
→ configurePhase
Fil-C: adapting libtool symbol probes in configure
fixing libtool script ./build-aux/ltmain.sh
./configure
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/dip52xlwyfcqk68pa2gc4mcm1jk3ypqc-vala-x86_64-unknown-linux-gnufilc0-0.56.18 --bindir=/nix/store/dip52xlwyfcqk68pa2gc4mcm1jk3ypqc-vala-x86_64-unknown-linux-gnufilc0-0.56.18/bin --sbindir=/nix/store/dip52xlwyfcqk68pa2gc4mcm1jk3ypqc-vala-x86_64-unknown-linux-gnufilc0-0.56.18/sbin --includedir=/nix/store/dip52xlwyfcqk68pa2gc4mcm1jk3ypqc-vala-x86_64-unknown-linux-gnufilc0-0.56.18/include --mandir=/nix/store/dip52xlwyfcqk68pa2gc4mcm1jk3ypqc-vala-x86_64-unknown-linux-gnufilc0-0.56.18/share/man --infodir=/nix/store/dip52xlwyfcqk68pa2gc4mcm1jk3ypqc-vala-x86_64-unknown-linux-gnufilc0-0.56.18/share/info --docdir=/nix/store/dip52xlwyfcqk68pa2gc4mcm1jk3ypqc-vala-x86_64-unknown-linux-gnufilc0-0.56.18/share/doc/vala --libdir=/nix/store/dip52xlwyfcqk68pa2gc4mcm1jk3ypqc-vala-x86_64-unknown-linux-gnufilc0-0.56.18/lib --libexecdir=/nix/store/dip52xlwyfcqk68pa2gc4mcm1jk3ypqc-vala-x86_64-unknown-linux-gnufilc0-0.56.18/libexec --localedir=/nix/store/dip52xlwyfcqk68pa2gc4mcm1jk3ypqc-vala-x86_64-unknown-linux-gnufilc0-0.56.18/share/locale --disable-graphviz --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnufilc0
checking for a BSD-compatible install... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-gnufilc0-strip... strip
checking for a race-free mkdir -p... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of clang... none
checking whether ln -s works... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking how to print strings... printf
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
checking for fgrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -F
checking for ld used by clang... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 4718592
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnufilc0 format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for file... file
checking for x86_64-unknown-linux-gnufilc0-objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-unknown-linux-gnufilc0-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-gnufilc0-ranlib... ranlib
checking for x86_64-unknown-linux-gnufilc0-ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-gnufilc0-strip... (cached) strip
checking command to parse nm output from clang object... ok
checking for sysroot... no
checking for a working dd... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd
checking how to truncate binary pipes... /nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-gnufilc0-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking pkg-config is at least version 0.21... yes
checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... none needed
checking for library containing yywrap... no
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for valac... /nix/store/zgrqz6k6r2gr9k9cf4cyln3swwbjx3mp-vala-0.56.18/bin/valac
checking whether C compiler accepts -Werror=init-self... yes
checking whether C compiler accepts -Werror=implicit... yes
checking whether C compiler accepts -Werror=implicit-fallthrough... yes
checking whether C compiler accepts -Werror=pointer-arith... yes
checking whether C compiler accepts -Werror=pointer-sign... yes
checking whether C compiler accepts -Werror=redundant-decls... yes
checking whether C compiler accepts -Werror=return-local-addr... yes
checking whether C compiler accepts -Werror=return-stack-address... yes
checking whether C compiler accepts -Werror=return-type... yes
checking whether C compiler accepts -Werror=sequence-point... yes
checking whether C compiler accepts -Werror=uninitialized... yes
checking whether C compiler accepts -Werror=init-self... (cached) yes
checking whether C compiler accepts -Werror=int-in-bool-context... yes
checking whether C compiler accepts -Werror=int-to-pointer-cast... yes
checking whether C compiler accepts -Werror=pointer-to-int-cast... yes
checking whether C compiler accepts -Werror=compare-distinct-pointer-types... yes
checking whether C compiler accepts -Werror=empty-body... yes
checking whether C compiler accepts -Werror=comment... yes
checking whether C compiler accepts -Werror=null-dereference... yes
checking whether C compiler accepts -Werror=strict-overflow... yes
checking whether C compiler accepts -Werror=shift-overflow... yes
checking whether C compiler accepts -Wformat=2... yes
checking whether C compiler accepts -Werror=format-security... yes
checking whether C compiler accepts -Werror=format-nonliteral... yes
checking whether C compiler accepts -Werror=format-overflow=2... yes
checking whether C compiler accepts -Werror=format-truncation=2... yes
checking whether C compiler accepts -Werror=int-conversion... yes
checking whether C compiler accepts -Werror=duplicated-branches... yes
checking whether C compiler accepts -Werror=duplicated-cond... yes
checking whether C compiler accepts -Werror=declaration-after-statement... yes
checking whether C compiler accepts -Werror=maybe-uninitialized... yes
checking whether C compiler accepts -Werror=missing-braces... yes
checking whether C compiler accepts -Werror=missing-declarations... yes
checking whether C compiler accepts -Werror=missing-prototypes... yes
checking whether C compiler accepts -Werror=strict-prototypes... yes
checking whether C compiler accepts -Werror=bool-compare... yes
checking whether C compiler accepts -Werror=tautological-pointer-compare... yes
checking whether C compiler accepts -Werror=logical-not-parentheses... yes
checking whether C compiler accepts -Werror=address... yes
checking whether C compiler accepts -Werror=array-bounds... yes
checking whether C compiler accepts -Werror=array-parameter... yes
checking whether C compiler accepts -Werror=array-parameter=2... yes
checking whether C compiler accepts -Werror=enum-conversion... yes
checking for glib-2.0 >= 2.48.0 gobject-2.0 >= 2.48.0... yes
checking for gmodule-2.0 >= 2.48.0... yes
checking for GI_GIRDIR... /nix/store/yzp11qj8kr2kwj2jmq2vkm8kim8935g8-gobject-introspection-1.80.1-x86_64-unknown-linux-gnufilc0-dev/share/gir-1.0
checking for g-ir-compiler... /nix/store/sgr0cq45nqwckafssbm1qqgflxwx576b-gobject-introspection-1.80.1-x86_64-unknown-linux-gnufilc0-dev/bin/g-ir-compiler
checking for jing... :
checking for xsltproc... /nix/store/fz683z20nbk5xmmpjza4zscdqc4gv0k7-libxslt-1.1.43-bin/bin/xsltproc
checking for weasyprint... no
checking for help2man... no
checking whether make supports nested variables... (cached) yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libvala.pc
config.status: creating gee/Makefile
config.status: creating ccode/Makefile
config.status: creating vala/Makefile
config.status: creating codegen/Makefile
config.status: creating compiler/Makefile
config.status: creating vapi/Makefile
config.status: creating tests/Makefile
config.status: creating tests/fastvapi/Makefile
config.status: creating tests/girwriter/Makefile
config.status: creating tests/gtktemplate/Makefile
config.status: creating doc/Makefile
config.status: creating doc/manual/Makefile
config.status: creating doc/manual/version.xml
config.status: creating gobject-introspection/Makefile
config.status: creating vapigen/vapigen.pc
config.status: creating vapigen/Makefile
config.status: creating vapigen/vala-gen-introspect/Makefile
config.status: creating vapigen/vala-gen-introspect/vala-gen-introspect
config.status: creating libvaladoc/valadoc.pc
config.status: creating libvaladoc/valadoc.deps
config.status: creating libvaladoc/Makefile
config.status: creating valadoc/Makefile
config.status: creating valadoc/doclets/Makefile
config.status: creating valadoc/doclets/html/Makefile
config.status: creating valadoc/doclets/devhelp/Makefile
config.status: creating valadoc/doclets/gtkdoc/Makefile
config.status: creating valadoc/icons/Makefile
config.status: creating valadoc/tests/Makefile
config.status: creating valadoc/tests/girwriter/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make all-recursive
make[1]: Entering directory '/build/vala-0.56.18'
Making all in gee
make[2]: Entering directory '/build/vala-0.56.18/gee'
make all-am
make[3]: Entering directory '/build/vala-0.56.18/gee'
CC arraylist.lo
CC collection.lo
CC hashmap.lo
CC hashset.lo
CC iterable.lo
CC mapiterator.lo
CC iterator.lo
iterable.c:309:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
309 | g_once_init_leave (&vala_iterable_type_id__once, vala_iterable_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; \
| ^ ~~~~~~~~
iterable.c:311: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]
311 | return vala_iterable_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
mapiterator.c:346:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
346 | g_once_init_leave (&vala_map_iterator_type_id__once, vala_map_iterator_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; \
| ^ ~~~~~~~~
mapiterator.c:348: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]
348 | return vala_map_iterator_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
make[3]: *** [Makefile:516: iterable.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:516: mapiterator.lo] Error 1
iterator.c:376:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
376 | g_once_init_leave (&vala_iterator_type_id__once, vala_iterator_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; \
| ^ ~~~~~~~~
iterator.c:378: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]
378 | return vala_iterator_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
make[3]: *** [Makefile:516: iterator.lo] Error 1
arraylist.c:810:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
810 | g_once_init_leave (&vala_array_list_iterator_type_id__once, vala_array_list_iterator_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; \
| ^ ~~~~~~~~
arraylist.c:812: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]
812 | return vala_array_list_iterator_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arraylist.c:878:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
878 | g_once_init_leave (&vala_array_list_type_id__once, vala_array_list_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; \
| ^ ~~~~~~~~
arraylist.c:880: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]
880 | return vala_array_list_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
make[3]: *** [Makefile:516: arraylist.lo] Error 1
hashset.c:909:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
909 | g_once_init_leave (&vala_hash_set_iterator_type_id__once, vala_hash_set_iterator_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; \
| ^ ~~~~~~~~
hashset.c:911: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]
911 | return vala_hash_set_iterator_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hashset.c:968:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
968 | g_once_init_leave (&vala_hash_set_type_id__once, vala_hash_set_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; \
| ^ ~~~~~~~~
hashset.c:970: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]
970 | return vala_hash_set_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
make[3]: *** [Makefile:516: hashset.lo] Error 1
hashmap.c:1141:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
1141 | g_once_init_leave (&vala_hash_map_key_set_type_id__once, vala_hash_map_key_set_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; \
| ^ ~~~~~~~~
hashmap.c:1143: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]
1143 | return vala_hash_map_key_set_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hashmap.c:1339:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
1339 | g_once_init_leave (&vala_hash_map_map_iterator_type_id__once, vala_hash_map_map_iterator_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; \
| ^ ~~~~~~~~
hashmap.c:1341: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]
1341 | return vala_hash_map_map_iterator_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hashmap.c:1570:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
1570 | g_once_init_leave (&vala_hash_map_key_iterator_type_id__once, vala_hash_map_key_iterator_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; \
| ^ ~~~~~~~~
hashmap.c:1572: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]
1572 | return vala_hash_map_key_iterator_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hashmap.c:1783:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
1783 | g_once_init_leave (&vala_hash_map_value_collection_type_id__once, vala_hash_map_value_collection_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; \
| ^ ~~~~~~~~
hashmap.c:1785: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]
1785 | return vala_hash_map_value_collection_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hashmap.c:2014:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
2014 | g_once_init_leave (&vala_hash_map_value_iterator_type_id__once, vala_hash_map_value_iterator_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; \
| ^ ~~~~~~~~
hashmap.c:2016: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]
2016 | return vala_hash_map_value_iterator_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hashmap.c:2075:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
2075 | g_once_init_leave (&vala_hash_map_type_id__once, vala_hash_map_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; \
| ^ ~~~~~~~~
hashmap.c:2077: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]
2077 | return vala_hash_map_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
12 errors generated.
make[3]: *** [Makefile:516: hashmap.lo] Error 1
collection.c:1327:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
1327 | g_once_init_leave (&vala_collection_type_id__once, vala_collection_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; \
| ^ ~~~~~~~~
collection.c:1329: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]
1329 | return vala_collection_type_id__once;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
make[3]: *** [Makefile:516: collection.lo] Error 1
make[3]: Leaving directory '/build/vala-0.56.18/gee'
make[2]: *** [Makefile:421: all] Error 2
make[2]: Leaving directory '/build/vala-0.56.18/gee'
make[1]: *** [Makefile:550: all-recursive] Error 1
make[1]: Leaving directory '/build/vala-0.56.18'
make: *** [Makefile:438: all] Error 2
valijson-1.0.5
Build started
→ unpackPhase
unpacking source archive /nix/store/1qynjsjwi3g932a66wj57y97lhi0wf2a-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/share/doc/valijson -DCMAKE_INSTALL_INFODIR=/nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include -DCMAKE_INSTALL_SBINDIR=/nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5 -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
-- The C compiler identification is Clang 20.1.8
-- The CXX compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test COMPILER_SUPPORTS_CXX11
-- Performing Test COMPILER_SUPPORTS_CXX11 - Success
-- Performing Test COMPILER_SUPPORTS_CXX17
-- Performing Test COMPILER_SUPPORTS_CXX17 - Success
-- Configuring done (0.5s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_CROSSCOMPILING_EMULATOR
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_INSTALL_NAME_DIR
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
→ installPhase
install flags: -j7 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/compat
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/compat/optional.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters/boost_json_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters/json11_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters/jsoncpp_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters/nlohmann_json_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters/picojson_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters/poco_json_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters/property_tree_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters/qtjson_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters/rapidjson_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters/std_string_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/adapters/yaml_cpp_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/constraint_builder.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/constraints
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/constraints/basic_constraint.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/constraints/concrete_constraints.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/constraints/constraint.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/constraints/constraint_visitor.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/exceptions.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/internal
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/internal/adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/internal/basic_adapter.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/internal/custom_allocator.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/internal/debug.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/internal/frozen_value.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/internal/json_pointer.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/internal/json_reference.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/internal/optional.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/internal/optional_bundled.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/internal/uri.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/schema.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/schema_cache.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/schema_parser.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/subschema.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/boost_json_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/file_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/json11_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/jsoncpp_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/nlohmann_json_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/picojson_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/poco_json_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/property_tree_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/qtjson_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/rapidjson_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/utf8_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/utils/yaml_cpp_utils.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/validation_results.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/validation_visitor.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/include/valijson/validator.hpp
-- Installing: /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/lib/cmake/valijson/valijsonConfig.cmake
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5
checking for references to /build/ in /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5...
patching script interpreter paths in /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5
stripping (with command strip and flags -S -p) in /nix/store/4w1qh8rz0d7wldsfpms51c04ggrzlzxc-valijson-x86_64-unknown-linux-gnufilc0-1.0.5/lib
variant-lite-2.0.0
Build started
→ unpackPhase
unpacking source archive /nix/store/jjsrr42pdm929vicmx1943lc2jl9ljw1-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
cmake flags: -GNinja -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/share/doc/variant-lite -DCMAKE_INSTALL_INFODIR=/nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0 -DVARIANT_LITE_OPT_BUILD_TESTS:BOOL=FALSE -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_PROCESSOR=x86_64 -DCMAKE_HOST_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_PROCESSOR=x86_64 -DCMAKE_CROSSCOMPILING_EMULATOR=env
CMake Deprecation Warning at CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The CXX compiler identification is Clang 20.1.8
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Project 'variant_lite', package 'variant-lite' version: '2.0.0'
-- Configuring done (0.2s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CROSSCOMPILING_EMULATOR
CMAKE_C_COMPILER
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_INSTALL_NAME_DIR
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j7
ninja: no work to do.
→ checkPhase
no test target found in ninja, doing nothing
→ installPhase
install flags: -j7 install
[0/1] Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/lib/cmake/variant-lite/variant-lite-targets.cmake
-- Installing: /nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/lib/cmake/variant-lite/variant-lite-config.cmake
-- Installing: /nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/lib/cmake/variant-lite/variant-lite-config-version.cmake
-- Installing: /nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/include
-- Installing: /nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/include/nonstd
-- Installing: /nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/include/nonstd/variant.hpp
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0
checking for references to /build/ in /nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0...
patching script interpreter paths in /nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0
stripping (with command strip and flags -S -p) in /nix/store/fld2y2nsvamfi8pcc9f7yk4jlyi4az51-variant-lite-x86_64-unknown-linux-gnufilc0-2.0.0/lib
ut-2.3.1
[75/99] Building CXX object test/ut/CMakeFiles/ut_test.dir/ut.cpp.o
ninja: build stopped: subcommand failed.
urn-0.7.2
error: Cannot build '/nix/store/d9gap894wylp9inwrmwn4vfzl2pja7zs-urn-x86_64-unknown-linux-gnufilc0-0.7.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/17lzhc92iahy96nl0yif0r4ffv2062a0-urn-x86_64-unknown-linux-gnufilc0-0.7.2
Last 13 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/kfx5mwkxfqzpmkihhzxx2ca9r0nz07bm-source
> source root is source
> Running phase: patchPhase
> 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 -B
> lua bin/urn.lua urn/cli.lisp -o bin/urn.lua -O2 --plugin plugins/fold-defgeneric.lisp --plugin plugins/fold-bool.lisp --shebang --chmod
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: lua: command not found
> make: *** [Makefile:34: bin/urn.lua] Error 127
For full logs, run:
nix log /nix/store/d9gap894wylp9inwrmwn4vfzl2pja7zs-urn-x86_64-unknown-linux-gnufilc0-0.7.2.drvursadb-1.5.2
error: Cannot build '/nix/store/4fm4l9gngpfvnl2nn5d5vlxylz2li6pp-ursadb-x86_64-unknown-linux-gnufilc0-1.5.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/6p1i5h6g6sy1qpg11znrmccy28q3idv8-ursadb-x86_64-unknown-linux-gnufilc0-1.5.2
Last 25 log lines:
> | ^
> /build/source/extern/libzmq/src/poller_base.hpp:185:18: note: overridden virtual function is here
> 185 | virtual void loop () = 0;
> | ^
> In file included from /build/source/extern/libzmq/src/zmtp_engine.cpp:43:
> In file included from /build/source/extern/libzmq/src/zmtp_engine.hpp:44:
> /build/source/extern/libzmq/src/stream_engine_base.hpp:76:10: warning: 'out_event' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
> 76 | void out_event ();
> | ^
> /build/source/extern/libzmq/src/io_object.hpp:73:10: note: overridden virtual function is here
> 73 | void out_event () ZMQ_OVERRIDE;
> | ^
> In file included from /build/source/extern/libzmq/src/zmtp_engine.cpp:45:
> /build/source/extern/libzmq/src/session_base.hpp:116:10: warning: 'process_conn_failed' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
> 116 | void process_conn_failed ();
> | ^
> /build/source/extern/libzmq/src/object.hpp:149:18: note: overridden virtual function is here
> 149 | virtual void process_conn_failed ();
> | ^
> /build/source/extern/libzmq/src/zmtp_engine.cpp:345:53: warning: unused parameter 'downgrade_sub_' [-Wunused-parameter]
> 345 | bool zmq::zmtp_engine_t::handshake_v3_x (const bool downgrade_sub_)
> | ^
> 4 warnings generated.
> [ 68%] Built target objects
> make: *** [Makefile:156: all] Error 2
For full logs, run:
nix log /nix/store/4fm4l9gngpfvnl2nn5d5vlxylz2li6pp-ursadb-x86_64-unknown-linux-gnufilc0-1.5.2.drvusb-reset-0.3
error: Cannot build '/nix/store/9a4k70k066q91ndzw0p0wvblqfx3mp4q-usb-reset-x86_64-unknown-linux-gnufilc0-0.3.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/ng1pbqbk4y48xwjap511lrmzs0yyfh22-usb-reset-x86_64-unknown-linux-gnufilc0-0.3
Last 14 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/0awjn3ikq77wvs2j4ayprfrl53hjlika-source
> source root is source
> Running phase: patchPhase
> substituteStream() in derivation usb-reset-x86_64-unknown-linux-gnufilc0-0.3: 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=/nix/store/ng1pbqbk4y48xwjap511lrmzs0yyfh22-usb-reset-x86_64-unknown-linux-gnufilc0-0.3 prefix=
> gcc -c -Wall -O2 -ggdb -I/nix/store/zky0h5l5vsmlzjv74kcsfnpxkwdvnw5m-libusb-x86_64-unknown-linux-gnufilc0-1.0.28-dev/include/libusb-1.0 -DVERSION="\"0.3\"" -o usb-reset.o usb-reset.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [Makefile:15: usb-reset.o] Error 127
For full logs, run:
nix log /nix/store/9a4k70k066q91ndzw0p0wvblqfx3mp4q-usb-reset-x86_64-unknown-linux-gnufilc0-0.3.drvuserhosts-1.0.0
error: Cannot build '/nix/store/c2qvrn7r76vn2g03r0f9ya2fy8iibyrk-userhosts-x86_64-unknown-linux-gnufilc0-1.0.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/wyc8cyrxda430hmm80xrh6k6hnbdvv74-userhosts-x86_64-unknown-linux-gnufilc0-1.0.0
Last 25 log lines:
> unpacking source archive /nix/store/bflcf1vq16ppdpwsjr7jx9vdbdsycv1k-source
> source root is source
> Running phase: patchPhase
> 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
> clang -Wall -g test_getaddrinfo.c -o test_getaddrinfo
> clang -Wall -D_GNU_SOURCE -fPIC -shared userhosts.c -o libuserhosts.so -ldl
> cp test_hosts .hosts
> LD_PRELOAD=/build/source/libuserhosts.so HOSTS_FILE=test_hosts ./test_getaddrinfo
> filc safety error: cannot access pointer with null object (ptr = 0xffffffffffffffff,<null>).
> (libpizlo.so) <runtime>: zsys_dlsym
> (libc.so.6666) dlsym.c:29:10: ___dlsym
> (libuserhosts.so) <somewhere>: getaddrinfo
> (test_getaddrinfo) test_getaddrinfo.c:39:6: resolve
> (test_getaddrinfo) test_getaddrinfo.c:54:2: assert_resolve
> (test_getaddrinfo) test_getaddrinfo.c:60:2: main
> (libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:59:16: __libc_start_call_main
> (libc.so.6666) ../csu/libc-start.c:159:3: __libc_start_main
> (libpizlo.so) <runtime>: start_program
> [71] filc panic: thwarted a futile attempt to violate memory safety.
> make: *** [Makefile:19: test] Trace/breakpoint trap
For full logs, run:
nix log /nix/store/c2qvrn7r76vn2g03r0f9ya2fy8iibyrk-userhosts-x86_64-unknown-linux-gnufilc0-1.0.0.drvut-2.3.1
error: Cannot build '/nix/store/63lsnv7hii88nbpll7bwi2pmb1dwh3xm-ut-x86_64-unknown-linux-gnufilc0-2.3.1.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/j8g33r7ca813c1mza4j6pgdg1fw407bj-ut-x86_64-unknown-linux-gnufilc0-2.3.1
Last 25 log lines:
> (boost_ut_gherkin_feature) <somewhere>: std::__1::vector<int, std::__1::allocator<int>>::push_back[abi:ne200100](int const&)
> check scheduled at:
> (boost_ut_gherkin_feature) <somewhere>: std::__1::vector<int, std::__1::allocator<int>>::push_back[abi:ne200100](int const&)
> (boost_ut_gherkin_feature) <somewhere>: _ZN5boost3ext2ut6v2_3_17utility8functionIFvRKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEEE11invoke_implIZNS2_3bdd7gherkin5steps4stepaSIZZZZZ4mainENK3$_0clISJ_EEDaRT_ENKUlvE_clEvENKUlvE_clEvENKUlvE_clEvEUliE_EEvRKSO_EUlSV_E_EEvPvSD_
> (boost_ut_gherkin_feature) <somewhere>: auto void boost::ext::ut::v2_3_1::bdd::gherkin::steps::next<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::'lambda'(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, auto)::operator()<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, unsigned long>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, auto) const
> (boost_ut_gherkin_feature) <somewhere>: _ZN5boost3ext2ut6v2_3_17utility8functionIFvRKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEEE11invoke_implIZNS2_3bdd7gherkin5steps4stepaSIZZZZ4mainENK3$_0clISJ_EEDaRT_ENKUlvE_clEvENKUlvE_clEvEUlvE_EEvRKSO_EUlSU_E_EEvPvSD_
> (boost_ut_gherkin_feature) <somewhere>: auto void boost::ext::ut::v2_3_1::bdd::gherkin::steps::next<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::'lambda'(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, auto)::operator()<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, unsigned long>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, auto) const
> (boost_ut_gherkin_feature) <somewhere>: _ZN5boost3ext2ut6v2_3_17utility8functionIFvRKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEEE11invoke_implIZNS2_3bdd7gherkin5steps4stepaSIZZZ4mainENK3$_0clISJ_EEDaRT_ENKUlvE_clEvEUlvE_EEvRKSO_EUlST_E_EEvPvSD_
> (boost_ut_gherkin_feature) <somewhere>: auto void boost::ext::ut::v2_3_1::bdd::gherkin::steps::next<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::'lambda'(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, auto)::operator()<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, unsigned long>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, auto) const
> (boost_ut_gherkin_feature) <somewhere>: _ZN5boost3ext2ut6v2_3_17utility8functionIFvRKNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEEEE11invoke_implIZNS2_3bdd7gherkin5steps4stepaSIZZ4mainENK3$_0clISJ_EEDaRT_EUlvE_EEvRKSO_EUlSS_E_EEvPvSD_
> (boost_ut_gherkin_feature) <somewhere>: auto void boost::ext::ut::v2_3_1::bdd::gherkin::steps::next<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&)::'lambda'(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, auto)::operator()<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>, unsigned long>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&, auto) const
> (boost_ut_gherkin_feature) <somewhere>: _ZZ4mainEN3$_08__invokeIN5boost3ext2ut6v2_3_13bdd7gherkin5stepsEEEDaRT_
> (boost_ut_gherkin_feature) <somewhere>: auto boost::ext::ut::v2_3_1::runner<boost::ext::ut::v2_3_1::reporter_junit<boost::ext::ut::v2_3_1::printer>, 16>::on<auto boost::ext::ut::v2_3_1::bdd::gherkin::steps::operator|<char [375]>(char const (&) [375])::'lambda'(), boost::ext::ut::v2_3_1::none>(boost::ext::ut::v2_3_1::events::test<auto boost::ext::ut::v2_3_1::bdd::gherkin::steps::operator|<char [375]>(char const (&) [375])::'lambda'(), boost::ext::ut::v2_3_1::none>)
> (boost_ut_gherkin_feature) <somewhere>: decltype(auto) boost::ext::ut::v2_3_1::detail::on<auto boost::ext::ut::v2_3_1::bdd::gherkin::steps::operator|<char [375]>(char const (&) [375])::'lambda'(), boost::ext::ut::v2_3_1::events::test<auto boost::ext::ut::v2_3_1::bdd::gherkin::steps::operator|<char [375]>(char const (&) [375])::'lambda'(), boost::ext::ut::v2_3_1::none>>(boost::ext::ut::v2_3_1::events::test<auto boost::ext::ut::v2_3_1::bdd::gherkin::steps::operator|<char [375]>(char const (&) [375])::'lambda'(), boost::ext::ut::v2_3_1::none>&&)
> (boost_ut_gherkin_feature) <somewhere>: auto boost::ext::ut::v2_3_1::detail::test::operator=<auto boost::ext::ut::v2_3_1::bdd::gherkin::steps::operator|<char [375]>(char const (&) [375])::'lambda'()>(char [375])
> (boost_ut_gherkin_feature) <somewhere>: main
> (libc.so.6666) ../sysdeps/nptl/libc_start_call_main.h:59:16: __libc_start_call_main
> (libc.so.6666) ../csu/libc-start.c:159:3: __libc_start_main
> (libpizlo.so) <runtime>: start_program
> [539] filc panic: thwarted a futile attempt to violate memory safety.
> [72/99] Building CXX object test/ft/CMakeFiles/ft-no-exceptions.dir/test_suite_3.cpp.o
> [73/99] Building CXX object test/ft/CMakeFiles/ft-no-exceptions.dir/test_suite_2.cpp.o
> [74/99] Building CXX object test/ft/CMakeFiles/ft-link.dir/test_suite_2.cpp.o
> [75/99] Building CXX object test/ut/CMakeFiles/ut_test.dir/ut.cpp.o
> ninja: build stopped: subcommand failed.
For full logs, run:
nix log /nix/store/63lsnv7hii88nbpll7bwi2pmb1dwh3xm-ut-x86_64-unknown-linux-gnufilc0-2.3.1.drvuvccapture-0.5
error: Cannot build '/nix/store/6f21vmszal4rwr3nki182d95md522avj-uvccapture-x86_64-unknown-linux-gnufilc0-0.5.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/mv51051yqn8krazkrs59lz0brksh2pb4-uvccapture-x86_64-unknown-linux-gnufilc0-0.5
Last 25 log lines:
> debian/patches/numbuffers.patch
> debian/patches/series
> debian/control
> debian/docs
> debian/source/
> debian/source/format
> Applying patch debian/patches/fix_videodev_include_FTBFS.patch
> patching file v4l2uvc.c
> patching file uvccapture.c
> Applying patch debian/patches/warnings.patch
> patching file Makefile
> Hunk #1 succeeded at 12 (offset -6 lines).
> patching file v4l2uvc.c
> patching file v4l2uvc.h
> Applying patch debian/patches/numbuffers.patch
> patching file v4l2uvc.c
> 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 PREFIX=\$\(out\)/bin/
> gcc -std=gnu99 -O2 -DLINUX -DVERSION=\"0.4\" -Wall -std=gnu99 -O2 -DLINUX -DVERSION=\"0.4\" -Wall -c uvccapture.c -o uvccapture.o
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
> make: *** [Makefile:16: uvccapture.o] Error 127
For full logs, run:
nix log /nix/store/6f21vmszal4rwr3nki182d95md522avj-uvccapture-x86_64-unknown-linux-gnufilc0-0.5.drvuw-imap-2007f
error: Cannot build '/nix/store/ybkk9h27ijxgf9ihnfh56ifr119lslqr-uw-imap-x86_64-unknown-linux-gnufilc0-2007f.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/v2wmyriji8xbygyalhs6l1lr2d6dbsg3-uw-imap-x86_64-unknown-linux-gnufilc0-2007f
Last 25 log lines:
> /nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:283:33: note: expanded from macro 'OSSL_DEPRECATEDIN_0_9_8'
> 283 | #define OSSL_DEPRECATEDIN_0_9_8 OSSL_DEPRECATED(0.9.8)
> | ^
> /nix/store/a0vgrvkibkh92aajcqjwls6xyna485kw-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
> 61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
> | ^
> osdep.c:1028:16: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
> 1028 | while (i = ERR_get_error ())
> | ~~^~~~~~~~~~~~~~~~~~
> osdep.c:1028:16: note: place parentheses around the assignment to silence this warning
> 1028 | while (i = ERR_get_error ())
> | ^
> | ( )
> osdep.c:1028:16: note: use '==' to turn this assignment into an equality comparison
> 1028 | while (i = ERR_get_error ())
> | ^
> | ==
> 249 warnings and 1 error generated.
> make[3]: *** [Makefile:926: osdep.o] Error 1
> make[3]: Leaving directory '/build/imap-2007f/c-client'
> make[2]: *** [Makefile:495: lnp] Error 2
> make[2]: Leaving directory '/build/imap-2007f/c-client'
> make[1]: *** [Makefile:688: OSTYPE] Error 2
> make[1]: Leaving directory '/build/imap-2007f'
> make: *** [Makefile:311: lnp] Error 2
For full logs, run:
nix log /nix/store/ybkk9h27ijxgf9ihnfh56ifr119lslqr-uw-imap-x86_64-unknown-linux-gnufilc0-2007f.drvuxn-1.0-unstable-2025-04-04
error: Cannot build '/nix/store/rbq6lkj1fszm3gzj25sy0zxjcn1xawsa-uxn-x86_64-unknown-linux-gnufilc0-1.0-unstable-2025-04-04.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/5nx24n22fx3a4b15718x4mvsgds7pvmn-uxn-x86_64-unknown-linux-gnufilc0-1.0-unstable-2025-04-04-projects
/nix/store/g1mq21z0gnch3nzs498a17v8af6mni65-uxn-x86_64-unknown-linux-gnufilc0-1.0-unstable-2025-04-04
Last 25 log lines:
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2_SDL_NumJoysticks:(.text+0x7517): error: undefined reference to 'pizlonated_SDL_NumJoysticks'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI142_SDL_JoystickOpen:(.text+0x75ad): error: undefined reference to 'pizlonated_SDL_JoystickOpen'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI141521_SDL_CreateThread:(.text+0x768b): error: undefined reference to 'pizlonated_SDL_CreateThread'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1065_SDL_DetachThread:(.text+0x7791): error: undefined reference to 'pizlonated_SDL_DetachThread'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1_SDL_StartTextInput:(.text+0x7827): error: undefined reference to 'pizlonated_SDL_StartTextInput'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI135_SDL_ShowCursor:(.text+0x789d): error: undefined reference to 'pizlonated_SDL_ShowCursor'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1598_SDL_EventState:(.text+0x7961): error: undefined reference to 'pizlonated_SDL_EventState'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2142898_SDL_SetRenderDrawColor:(.text+0x7a4b): error: undefined reference to 'pizlonated_SDL_SetRenderDrawColor'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2_SDL_GetPerformanceFrequency:(.text+0x7b57): error: undefined reference to 'pizlonated_SDL_GetPerformanceFrequency'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2_SDL_GetPerformanceCounter:(.text+0x7be7): error: undefined reference to 'pizlonated_SDL_GetPerformanceCounter'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI23562688_SDL_CreateWindow:(.text+0x7f59): error: undefined reference to 'pizlonated_SDL_CreateWindow'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI18629_SDL_CreateRenderer:(.text+0x809b): error: undefined reference to 'pizlonated_SDL_CreateRenderer'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1066_SDL_PollEvent:(.text+0x8191): error: undefined reference to 'pizlonated_SDL_PollEvent'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2_SDL_GetModState:(.text+0x85f7): error: undefined reference to 'pizlonated_SDL_GetModState'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2529_SDL_SetWindowFullscreen:(.text+0x8727): error: undefined reference to 'pizlonated_SDL_SetWindowFullscreen'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2528_SDL_SetWindowBordered:(.text+0x8817): error: undefined reference to 'pizlonated_SDL_SetWindowBordered'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI2142898_SDL_PeepEvents:(.text+0x88eb): error: undefined reference to 'pizlonated_SDL_PeepEvents'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI134_SDL_Delay:(.text+0x8c5d): error: undefined reference to 'pizlonated_SDL_Delay'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1066_SDL_WaitEvent:(.text+0x8cf1): error: undefined reference to 'pizlonated_SDL_WaitEvent'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI134_SDL_CloseAudioDevice:(.text+0x8dad): error: undefined reference to 'pizlonated_SDL_CloseAudioDevice'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1_SDL_Quit:(.text+0x8ef7): error: undefined reference to 'pizlonated_SDL_Quit'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1557698_SDL_RenderCopy:(.text+0x917d): error: undefined reference to 'pizlonated_SDL_RenderCopy'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI1065_SDL_RenderPresent:(.text+0x9291): error: undefined reference to 'pizlonated_SDL_RenderPresent'
> /build/uxnemu-b71bd6.o:uxnemu.c:function pizlonatedFI12769_SDL_SetWindowTitle:(.text+0x93fb): error: undefined reference to 'pizlonated_SDL_SetWindowTitle'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
For full logs, run:
nix log /nix/store/rbq6lkj1fszm3gzj25sy0zxjcn1xawsa-uxn-x86_64-unknown-linux-gnufilc0-1.0-unstable-2025-04-04.drvintel-hybrid-driver-1.0.2
error: Cannot build '/nix/store/0fijznmjh0n1pfqh3x965xlmjgd9wcm9-intel-hybrid-driver-x86_64-unknown-linux-gnufilc0-1.0.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/wilwwisbg51pic5v4c04lp4qdz0a2nn5-intel-hybrid-driver-x86_64-unknown-linux-gnufilc0-1.0.2
Last 25 log lines:
> ./intel_hybrid_hostvld_vp9_parser_tables.h:1321:54: warning: suggest braces around initialization of subobject [-Wmissing-braces]
> 1321 | {-1, 0}, {0 , -1}, {-1, 4}, { 2, -1}, {-1, -1}, {-3, 0}, { 0, -3}, {-1, 2}
> | ^~~~~~
> | { }
> ./intel_hybrid_hostvld_vp9_parser_tables.h:1321:66: warning: suggest braces around initialization of subobject [-Wmissing-braces]
> 1321 | {-1, 0}, {0 , -1}, {-1, 4}, { 2, -1}, {-1, -1}, {-3, 0}, { 0, -3}, {-1, 2}
> | ^~~~~~
> | { }
> ./intel_hybrid_hostvld_vp9_parser_tables.h:1321:79: warning: suggest braces around initialization of subobject [-Wmissing-braces]
> 1321 | {-1, 0}, {0 , -1}, {-1, 4}, { 2, -1}, {-1, -1}, {-3, 0}, { 0, -3}, {-1, 2}
> | ^~~~~
> | { }
> ./intel_hybrid_hostvld_vp9_parser_tables.h:1321:90: warning: suggest braces around initialization of subobject [-Wmissing-braces]
> 1321 | {-1, 0}, {0 , -1}, {-1, 4}, { 2, -1}, {-1, -1}, {-3, 0}, { 0, -3}, {-1, 2}
> | ^~~~~~
> | { }
> 2232 warnings generated.
> make[4]: Leaving directory '/build/source/src/vp9hdec'
> make[3]: *** [Makefile:672: all-recursive] Error 1
> make[3]: Leaving directory '/build/source/src/vp9hdec'
> make[2]: *** [Makefile:974: all-recursive] Error 1
> make[2]: Leaving directory '/build/source/src'
> make[1]: *** [Makefile:595: all] Error 2
> make[1]: Leaving directory '/build/source/src'
> make: *** [Makefile:419: all-recursive] Error 1
For full logs, run:
nix log /nix/store/0fijznmjh0n1pfqh3x965xlmjgd9wcm9-intel-hybrid-driver-x86_64-unknown-linux-gnufilc0-1.0.2.drvvala-0.56.18
error: Cannot build '/nix/store/kgm6jrl6x0a16d94ivaiymxg3k8x02bc-vala-x86_64-unknown-linux-gnufilc0-0.56.18.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/dip52xlwyfcqk68pa2gc4mcm1jk3ypqc-vala-x86_64-unknown-linux-gnufilc0-0.56.18
/nix/store/jg5gnwnldmdhjhzbs0rkrxl377hlkfz9-vala-x86_64-unknown-linux-gnufilc0-0.56.18-devdoc
Last 25 log lines:
> /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; \
> | ^ ~~~~~~~~
> hashmap.c:2077: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]
> 2077 | return vala_hash_map_type_id__once;
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> 12 errors generated.
> make[3]: *** [Makefile:516: hashmap.lo] Error 1
> collection.c:1327:3: error: incompatible pointer to integer conversion assigning to 'volatile gsize' (aka 'volatile unsigned long') from 'GType' (aka 'struct _GTypeOpaque *') [-Wint-conversion]
> 1327 | g_once_init_leave (&vala_collection_type_id__once, vala_collection_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; \
> | ^ ~~~~~~~~
> collection.c:1329: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]
> 1329 | return vala_collection_type_id__once;
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> 2 errors generated.
> make[3]: *** [Makefile:516: collection.lo] Error 1
> make[3]: Leaving directory '/build/vala-0.56.18/gee'
> make[2]: *** [Makefile:421: all] Error 2
> make[2]: Leaving directory '/build/vala-0.56.18/gee'
> make[1]: *** [Makefile:550: all-recursive] Error 1
> make[1]: Leaving directory '/build/vala-0.56.18'
> make: *** [Makefile:438: all] Error 2
For full logs, run:
nix log /nix/store/kgm6jrl6x0a16d94ivaiymxg3k8x02bc-vala-x86_64-unknown-linux-gnufilc0-0.56.18.drvintel-hybrid-driver-1.0.2
error: build of '/nix/store/0fijznmjh0n1pfqh3x965xlmjgd9wcm9-intel-hybrid-driver-x86_64-unknown-linux-gnufilc0-1.0.2.drv^*', '/nix/store/4fm4l9gngpfvnl2nn5d5vlxylz2li6pp-ursadb-x86_64-unknown-linux-gnufilc0-1.5.2.drv^*', '/nix/store/63lsnv7hii88nbpll7bwi2pmb1dwh3xm-ut-x86_64-unknown-linux-gnufilc0-2.3.1.drv^*', '/nix/store/6f21vmszal4rwr3nki182d95md522avj-uvccapture-x86_64-unknown-linux-gnufilc0-0.5.drv^*', '/nix/store/9a4k70k066q91ndzw0p0wvblqfx3mp4q-usb-reset-x86_64-unknown-linux-gnufilc0-0.3.drv^*', '/nix/store/c2qvrn7r76vn2g03r0f9ya2fy8iibyrk-userhosts-x86_64-unknown-linux-gnufilc0-1.0.0.drv^*', '/nix/store/d9gap894wylp9inwrmwn4vfzl2pja7zs-urn-x86_64-unknown-linux-gnufilc0-0.7.2.drv^*', '/nix/store/kgm6jrl6x0a16d94ivaiymxg3k8x02bc-vala-x86_64-unknown-linux-gnufilc0-0.56.18.drv^*', '/nix/store/rbq6lkj1fszm3gzj25sy0zxjcn1xawsa-uxn-x86_64-unknown-linux-gnufilc0-1.0-unstable-2025-04-04.drv^*', '/nix/store/ybkk9h27ijxgf9ihnfh56ifr119lslqr-uw-imap-x86_64-unknown-linux-gnufilc0-2007f.drv^*' failed
End of log