tinc-1.0.36
458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
net_setup.c:127:16: warning: 'PEM_read_RSA_PUBKEY' is deprecated [-Wdeprecated-declarations]
127 | c->rsa_key = PEM_read_RSA_PUBKEY(fp, &c->rsa_key, NULL, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:459:21: note: 'PEM_read_RSA_PUBKEY' has been explicitly marked deprecated here
459 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
net_setup.c:152:15: warning: 'PEM_read_RSAPublicKey' is deprecated [-Wdeprecated-declarations]
152 | c->rsa_key = PEM_read_RSAPublicKey(fp, &c->rsa_key, NULL, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:458:21: note: 'PEM_read_RSAPublicKey' has been explicitly marked deprecated here
458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
net_setup.c:171:15: warning: 'PEM_read_RSA_PUBKEY' is deprecated [-Wdeprecated-declarations]
171 | c->rsa_key = PEM_read_RSA_PUBKEY(fp, &c->rsa_key, NULL, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:459:21: note: 'PEM_read_RSA_PUBKEY' has been explicitly marked deprecated here
459 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
net_setup.c:192:33: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
192 | myself->connection->rsa_key = RSA_new();
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here
212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
net_setup.c:219:24: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]
219 | if(!n || !e || !d || RSA_set0_key(myself->connection->rsa_key, n, e, d) != 1) {| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:218:1: note: 'RSA_set0_key' has been explicitly marked deprecated here
218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
net_setup.c:256:32: warning: 'PEM_read_RSAPrivateKey' is deprecated [-Wdeprecated-declarations]
256 | myself->connection->rsa_key = PEM_read_RSAPrivateKey(fp, NULL, NULL, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:457:24: note: 'PEM_read_RSAPrivateKey' has been explicitly marked deprecated here
457 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
9 warnings generated.
CC net_socket.o
CC netutl.o
CC node.o
CC pidfile.o
CC process.o
CC protocol.o
CC protocol_auth.o
protocol_auth.c:148:12: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
148 | int len = RSA_size(c->rsa_key);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:215:1: note: 'RSA_size' has been explicitly marked deprecated here
215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
protocol_auth.c:199:5: warning: 'RSA_public_encrypt' is deprecated [-Wdeprecated-declarations]
199 | if(RSA_public_encrypt(len, (unsigned char *)c->outkey, (unsigned char *)buffer, c->rsa_key, RSA_NO_PADDING) != len) {| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:291:1: note: 'RSA_public_encrypt' has been explicitly marked deprecated here
291 | OSSL_DEPRECATEDIN_3_0
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
protocol_auth.c:247:8: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
247 | len = RSA_size(myself->connection->rsa_key);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:215:1: note: 'RSA_size' has been explicitly marked deprecated here
215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
protocol_auth.c:277:5: warning: 'RSA_private_decrypt' is deprecated [-Wdeprecated-declarations]
277 | if(RSA_private_decrypt(len, (unsigned char *)buffer, (unsigned char *)c->inkey, myself->connection->rsa_key, RSA_NO_PADDING) != len) { /* See challenge() */| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:300:1: note: 'RSA_private_decrypt' has been explicitly marked deprecated here
300 | OSSL_DEPRECATEDIN_3_0
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
protocol_auth.c:346:12: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
346 | int len = RSA_size(c->rsa_key);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:215:1: note: 'RSA_size' has been explicitly marked deprecated here
215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
protocol_auth.c:382:8: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
382 | len = RSA_size(myself->connection->rsa_key);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:215:1: note: 'RSA_size' has been explicitly marked deprecated here
215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
protocol_auth.c:427:60: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
427 | || !EVP_DigestUpdate(ctx, c->mychallenge, RSA_size(myself->connection->rsa_key))
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:215:1: note: 'RSA_size' has been explicitly marked deprecated here
215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
protocol_auth.c:482:61: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
482 | || !EVP_DigestUpdate(ctx, c->hischallenge, RSA_size(c->rsa_key))
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:215:1: note: 'RSA_size' has been explicitly marked deprecated here
215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
8 warnings generated.
CC protocol_edge.o
CC protocol_misc.o
CC protocol_key.o
CC protocol_subnet.o
CC proxy.o
CC raw_socket_device.o
CC route.o
timelimit-1.9.2
ok 7
ok 8
ok 9
ok
t/04-signames.t ...
1..10
# list the available signal names
ok 1
70
ok 2
32
ok 3
0
ok 4
0
ok 5
# use signal names
tinc-1.0.36
CC subnet.o
CC tincd.o
tincd.c:439:12: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
439 | rsa_key = RSA_new();
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here
212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
tincd.c:449:11: warning: 'RSA_generate_key_ex' is deprecated [-Wdeprecated-declarations]
449 | result = RSA_generate_key_ex(rsa_key, bits, e, cb);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:270:1: note: 'RSA_generate_key_ex' has been explicitly marked deprecated here
270 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
tincd.c:456:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
456 | RSA_free(rsa_key);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:303:1: note: 'RSA_free' has been explicitly marked deprecated here
303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
tincd.c:466:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
466 | RSA_free(rsa_key);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:303:1: note: 'RSA_free' has been explicitly marked deprecated here
303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
tincd.c:476:2: warning: 'PEM_write_RSAPrivateKey' is deprecated [-Wdeprecated-declarations]
476 | PEM_write_RSAPrivateKey(f, rsa_key, NULL, NULL, 0, NULL, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:457:24: note: 'PEM_write_RSAPrivateKey' has been explicitly marked deprecated here
457 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
tincd.c:491:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
491 | RSA_free(rsa_key);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:303:1: note: 'RSA_free' has been explicitly marked deprecated here
303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
tincd.c:496:2: warning: 'PEM_write_RSAPublicKey' is deprecated [-Wdeprecated-declarations]
496 | PEM_write_RSAPublicKey(f, rsa_key);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:458:21: note: 'PEM_write_RSAPublicKey' has been explicitly marked deprecated here
458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
tincd.c:499:2: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
499 | RSA_free(rsa_key);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:303:1: note: 'RSA_free' has been explicitly marked deprecated here
303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
tincd.c:692:2: warning: 'ENGINE_load_builtin_engines' is deprecated [-Wdeprecated-declarations]
692 | ENGINE_load_builtin_engines();
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/engine.h:358:1: note: 'ENGINE_load_builtin_engines' has been explicitly marked deprecated here
358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
tincd.c:693:2: warning: 'ENGINE_register_all_complete' is deprecated [-Wdeprecated-declarations]
693 | ENGINE_register_all_complete();
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/engine.h:415:1: note: 'ENGINE_register_all_complete' has been explicitly marked deprecated here
415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
10 warnings generated.
CC utils.o
CC linux/device.o
linux/device.c:243:3: warning: 'memcpy' will always overflow; destination buffer has size 0, but size argument is 2 [-Wfortify-source]
243 | memcpy(packet->data - 2, &packet->len, 2);
| ^
1 warning generated.
CCLD tincd
make[2]: Leaving directory '/build/tinc-1.0.36/src'
Making all in doc
make[2]: Entering directory '/build/tinc-1.0.36/doc'
GEN tincd.8
GEN tinc.conf.5
make[2]: Leaving directory '/build/tinc-1.0.36/doc'
Making all in systemd
make[2]: Entering directory '/build/tinc-1.0.36/systemd'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/tinc-1.0.36/systemd'
make[2]: Entering directory '/build/tinc-1.0.36'
make[2]: Leaving directory '/build/tinc-1.0.36'
make[1]: Leaving directory '/build/tinc-1.0.36'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
Making install in src
make[1]: Entering directory '/build/tinc-1.0.36/src'
make[2]: Entering directory '/build/tinc-1.0.36/src'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/sbin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c tincd '/nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/sbin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/tinc-1.0.36/src'
make[1]: Leaving directory '/build/tinc-1.0.36/src'
Making install in doc
make[1]: Entering directory '/build/tinc-1.0.36/doc'
make[2]: Entering directory '/build/tinc-1.0.36/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/share/info'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./tinc.info '/nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/share/info'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/share/man/man5'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 tinc.conf.5 '/nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/share/man/man5'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/share/man/man8'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 tincd.8 '/nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/share/man/man8'
make[2]: Leaving directory '/build/tinc-1.0.36/doc'
make[1]: Leaving directory '/build/tinc-1.0.36/doc'
Making install in systemd
make[1]: Entering directory '/build/tinc-1.0.36/systemd'
make[2]: Entering directory '/build/tinc-1.0.36/systemd'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Leaving directory '/build/tinc-1.0.36/systemd'
make[1]: Leaving directory '/build/tinc-1.0.36/systemd'
make[1]: Entering directory '/build/tinc-1.0.36'
make[2]: Entering directory '/build/tinc-1.0.36'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/tinc-1.0.36'
make[1]: Leaving directory '/build/tinc-1.0.36'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36
shrinking /nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/sbin/tincd
checking for references to /build/ in /nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36...
gzipping man pages under /nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/share/man/
moving /nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/sbin/* to /nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/bin
patching script interpreter paths in /nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36
stripping (with command strip and flags -S -p) in /nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/bin /nix/store/99iq68zcsvxh4nzqry1bm63sm0s0zsf4-tinc-x86_64-unknown-linux-gnufilc0-1.0.36/sbin
tinc-1.1pre18
Build started
→ unpackPhase
unpacking source archive /nix/store/c3ggvip27ywrs7zigkyhdlv2rh04vzy3-source
source root is source
→ patchPhase
substituteStream() in derivation tinc-x86_64-unknown-linux-gnufilc0-1.1pre18: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'configure.ac')→ autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
timelimit-1.9.2
ok 6
ok 7
ok 8
# use an invalid signal name for the warning signal
ok 9
# use an invalid signal name for the kill signal
ok 10
ok
All tests successful.
Files=4, Tests=65, 54 wallclock secs ( 0.02 usr 0.01 sys + 0.11 cusr 0.26 csys = 0.40 CPU)
Result: PASS
checkPhase completed in 54 seconds
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash PREFIX=\$\(out\) install
mkdir -p /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2/bin
mkdir -p /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2/man/man1
mkdir -p /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2/share/doc/timelimit/examples/tests
install -m755 timelimit /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2/bin/
install -m644 timelimit.1.gz /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2/man/man1/
install -m644 t/*.t /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2/share/doc/timelimit/examples/tests/
→ fixupPhase
moving /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2/man to /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2/share/man
tinc-1.1pre18
autoreconf: configure.ac: tracing
timelimit-1.9.2
shrinking RPATHs of ELF executables and libraries in /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2
shrinking /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2/bin/timelimit
checking for references to /build/ in /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2...
gzipping man pages under /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2/share/man/
patching script interpreter paths in /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2
stripping (with command strip and flags -S -p) in /nix/store/h3n6q7xc5ifd72p934h8jaiivxkjn12n-timelimit-x86_64-unknown-linux-gnufilc0-1.9.2/bin
tini-0.19.0
Build started
→ unpackPhase
unpacking source archive /nix/store/zz0vw1hmdjkaqwfwpcv7r0vi40g6shwh-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
fixing cmake files...
tinc-1.1pre18
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoconf --force
tini-0.19.0
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/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0/share/doc/tini -DCMAKE_INSTALL_INFODIR=/nix/store/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0 -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:1 (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 C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
tinc-1.1pre18
configure.ac:17: warning: The macro 'AC_PROG_CC_STDC' is obsolete.
configure.ac:17: You should run autoupdate.
./lib/autoconf/c.m4:1669: AC_PROG_CC_STDC is expanded from...
configure.ac:17: the top level
tini-0.19.0
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test HAS_BUILTIN_FORTIFY
tinc-1.1pre18
autoreconf: running: /nix/store/v3l2zqz13i63nzkd2nrqps0y2i74pr10-autoconf-2.72/bin/autoheader --force
tini-0.19.0
-- Performing Test HAS_BUILTIN_FORTIFY - Failed
-- Configuring done (0.2s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_CXX_COMPILER
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_SBINDIR
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
[ 50%] Building C object CMakeFiles/tini.dir/src/tini.c.o
/build/source/src/tini.c:150:18: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
150 | int isolate_child() {| ^
| void
/build/source/src/tini.c:395:14: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
395 | int parse_env() {| ^
| void
/build/source/src/tini.c:416:24: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
416 | int register_subreaper () {| ^
| void
/build/source/src/tini.c:434:19: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
434 | void reaper_check () {| ^
| void
4 errors generated.
make[2]: *** [CMakeFiles/tini.dir/build.make:79: CMakeFiles/tini.dir/src/tini.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/tini.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
tinyalsa-unstable-2022-06-05
Build started
tinc-1.1pre18
autoreconf: running: automake --add-missing --copy --force-missing
tinyalsa-unstable-2022-06-05
→ unpackPhase
unpacking source archive /nix/store/pfb4fsmshpsn3k15skspq1my7fh1yn19-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/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/share/doc/TinyALSA -DCMAKE_INSTALL_INFODIR=/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/include -DCMAKE_INSTALL_SBINDIR=/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/strip -DCMAKE_RANLIB=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ranlib -DCMAKE_AR=/nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/ar -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05 -DTINYALSA_USES_PLUGINS=ON -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:1 (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.
tinc-1.1pre18
configure.ac:13: installing './compile'
configure.ac:28: installing './config.guess'
configure.ac:28: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
Makefile.am: installing './INSTALL'
doc/Makefile.am:3: installing 'doc/texinfo.tex'
tinyalsa-unstable-2022-06-05
-- The C compiler identification is Clang 20.1.8
-- Detecting C compiler ABI info
tinc-1.1pre18
src/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: './install-sh' is updated
autoreconf: Leaving directory '.'
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ updateAutotoolsGnuConfigScriptsPhase
Updating Autotools / GNU config script to a newer upstream version: ./config.sub
Updating Autotools / GNU config script to a newer upstream version: ./config.guess
→ configurePhase
tinyalsa-unstable-2022-06-05
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /nix/store/x2i9jyjvpnngn0yq5kbdlrw4gg43wzm3-filc-cc-wrapper-/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
tinc-1.1pre18
patching script interpreter paths in ./configure
./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/sh"
tinyalsa-unstable-2022-06-05
-- Performing Test HAVE_WALL
tinc-1.1pre18
configure flags: --disable-dependency-tracking --prefix=/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18 --bindir=/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/bin --sbindir=/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/sbin --includedir=/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/include --mandir=/nix/store/q4ba2x46ahj44k0qj3b1ln5yc7c0wk20-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-man/share/man --infodir=/nix/store/pqq14zbxjnb5h7bha2q594hxxm51b7kz-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-info/share/info --docdir=/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/share/doc/tinc --libdir=/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/lib --libexecdir=/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/libexec --localedir=/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/share/locale --sysconfdir=/etc --localstatedir=/var --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
tinyalsa-unstable-2022-06-05
-- Performing Test HAVE_WALL - Success
-- Performing Test HAVE_WEXTRA
tinc-1.1pre18
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for x86_64-unknown-linux-gnufilc0-gcc... clang
tinyalsa-unstable-2022-06-05
-- Performing Test HAVE_WEXTRA - Success
-- Performing Test HAVE_WPEDANTIC
tinc-1.1pre18
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
tinyalsa-unstable-2022-06-05
-- Performing Test HAVE_WPEDANTIC - Success
tinc-1.1pre18
checking whether the compiler supports GNU C... yes
tinyalsa-unstable-2022-06-05
-- Performing Test HAVE_WERROR
tinc-1.1pre18
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... none
checking for stdio.h... yes
checking for stdlib.h... yes
tinyalsa-unstable-2022-06-05
-- Performing Test HAVE_WERROR - Success
-- Performing Test HAVE_WFATAL_ERRORS
tinc-1.1pre18
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
tinyalsa-unstable-2022-06-05
-- Performing Test HAVE_WFATAL_ERRORS - Success
-- Configuring done (0.6s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_TESTING
CMAKE_CXX_COMPILER
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_USE_PACKAGE_REGISTRY
CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY
CMAKE_POLICY_DEFAULT_CMP0025
-- Build files have been written to: /build/source/build
tinc-1.1pre18
checking for sys/stat.h... yes
tinyalsa-unstable-2022-06-05
cmake: enabled parallel building
cmake: enabled parallel installing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
tinc-1.1pre18
checking for sys/types.h... yes
tinyalsa-unstable-2022-06-05
[ 4%] Building C object CMakeFiles/tinyalsa.dir/src/pcm.c.o
[ 9%] Building C object CMakeFiles/tinyalsa.dir/src/pcm_hw.c.o
[ 22%] Building C object CMakeFiles/tinyalsa.dir/src/pcm_plugin.c.o
[ 22%] Building C object CMakeFiles/tinyalsa.dir/src/mixer_hw.c.o
[ 22%] Building C object CMakeFiles/tinyalsa.dir/src/snd_card_plugin.c.o
[ 27%] Building C object CMakeFiles/tinyalsa.dir/src/mixer.c.o
tinc-1.1pre18
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
tinyalsa-unstable-2022-06-05
[ 31%] Building C object CMakeFiles/tinyalsa.dir/src/mixer_plugin.c.o
tinc-1.1pre18
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for x86_64-unknown-linux-gnufilc0-gcc... (cached) clang
checking whether the compiler supports GNU C... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to enable C11 features... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) none
checking how to run the C preprocessor... clang -E
checking for a sed that does not truncate output... /nix/store/4rpiqv9yr2pw5094v4wc33ijkqjpm9sa-gnused-4.9/bin/sed
checking whether to build with code coverage support... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnufilc0
checking CFLAGS for maximum warnings... -Wall
checking whether C compiler accepts -DFORTIFY_SOURCE=2... yes
checking whether C compiler accepts -fwrapv... yes
checking whether C compiler accepts -fPIE... yes
checking whether the linker accepts -pie... yes
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking for syslog.h... yes
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/mman.h... yes
checking for sys/param.h... yes
checking for sys/resource.h... yes
checking for sys/socket.h... yes
tinyalsa-unstable-2022-06-05
[ 36%] Linking C shared library libtinyalsa.so
tinc-1.1pre18
checking for sys/time.h... yes
tinyalsa-unstable-2022-06-05
[ 36%] Built target tinyalsa
[ 45%] Building C object CMakeFiles/tinycap.dir/utils/tinycap.c.o
[ 45%] Building C object CMakeFiles/pcm-readi.dir/examples/pcm-readi.c.o
[ 50%] Building C object CMakeFiles/pcm-writei.dir/examples/pcm-writei.c.o
[ 59%] Building C object CMakeFiles/tinymix.dir/utils/tinymix.c.o
[ 59%] Building C object CMakeFiles/tinypcminfo.dir/utils/tinypcminfo.c.o
[ 63%] Building C object CMakeFiles/tinyplay.dir/utils/tinyplay.c.o
tinc-1.1pre18
checking for sys/un.h... yes
checking for sys/wait.h... yes
tinyalsa-unstable-2022-06-05
[ 68%] Linking C executable pcm-readi
[ 72%] Linking C executable pcm-writei
tinc-1.1pre18
checking for netdb.h... yes
tinyalsa-unstable-2022-06-05
[ 72%] Built target pcm-readi
[ 77%] Building C object CMakeFiles/tinywavinfo.dir/utils/tinywavinfo.c.o
[ 77%] Built target pcm-writei
tinc-1.1pre18
checking for arpa/inet.h... yes
checking for dirent.h... yes
checking for getopt.h... yes
checking for stddef.h... yes
tinyalsa-unstable-2022-06-05
/build/source/utils/tinywavinfo.c:188:31: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
188 | for (i = 0; i < num_read / bytes_per_sample; i += channels) {| ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/build/source/utils/tinywavinfo.c:199:31: warning: comparison of integers of different signs: 'int' and 'unsigned int' [-Wsign-compare]
199 | for (i = 0; i < num_read / bytes_per_sample; i += channels) {| ~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
[ 81%] Linking C executable tinywavinfo
[ 86%] Linking C executable tinycap
[ 90%] Linking C executable tinypcminfo
[ 90%] Built target tinywavinfo
[ 90%] Built target tinycap
[ 90%] Built target tinypcminfo
tinc-1.1pre18
checking for net/if.h... yes
checking for net/if_types.h... no
tinyalsa-unstable-2022-06-05
[ 95%] Linking C executable tinymix
[ 95%] Built target tinymix
[100%] Linking C executable tinyplay
tinc-1.1pre18
checking for net/ethernet.h... yes
tinyalsa-unstable-2022-06-05
[100%] Built target tinyplay
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
[ 36%] Built target tinyalsa
[ 45%] Built target pcm-readi
[ 54%] Built target pcm-writei
[ 81%] Built target tinypcminfo
[ 81%] Built target tinymix
[ 81%] Built target tinyplay
[ 90%] Built target tinycap
[100%] Built target tinywavinfo
tinc-1.1pre18
checking for net/if_arp.h... yes
tinyalsa-unstable-2022-06-05
Install the project...
-- Install configuration: "Release"
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/lib/libtinyalsa.so.2.0.0
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/lib/libtinyalsa.so.2
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/lib/libtinyalsa.so
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/include/tinyalsa/attributes.h
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/include/tinyalsa/version.h
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/include/tinyalsa/asoundlib.h
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/include/tinyalsa/pcm.h
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/include/tinyalsa/plugin.h
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/include/tinyalsa/mixer.h
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinyplay
-- Set non-toolchain portion of runtime path of "/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinyplay" to ""
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinycap
-- Set non-toolchain portion of runtime path of "/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinycap" to ""
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinypcminfo
-- Set non-toolchain portion of runtime path of "/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinypcminfo" to ""
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinymix
-- Set non-toolchain portion of runtime path of "/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinymix" to ""
-- Installing: /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinywavinfo
-- Set non-toolchain portion of runtime path of "/nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinywavinfo" to ""
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05
shrinking /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/lib/libtinyalsa.so.2.0.0
shrinking /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinyplay
shrinking /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinycap
shrinking /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinypcminfo
shrinking /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinymix
shrinking /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin/tinywavinfo
checking for references to /build/ in /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05...
patching script interpreter paths in /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05
stripping (with command strip and flags -S -p) in /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/lib /nix/store/i6ax7aqf578zhxrh5ifgvk6kc2laj0kb-tinyalsa-x86_64-unknown-linux-gnufilc0-unstable-2022-06-05/bin
tinycbor-0.6.1
Build started
tinc-1.1pre18
checking for netinet/in_systm.h... yes
tinycbor-0.6.1
→ unpackPhase
unpacking source archive /nix/store/76hxpyviw220vmxxcds703i82h8wfw55-source
source root is source
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
tinc-1.1pre18
checking for netinet/in.h... yes
tinycbor-0.6.1
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash prefix=\$\(out\)
.config file not yet created
make -f ./Makefile.configure OUT='.config' configure
make[1]: Entering directory '/build/source'
tinc-1.1pre18
checking for netinet/in6.h... no
checking for netpacket/packet.h... yes
checking for netinet/if_ether.h... yes
tinycbor-0.6.1
make[1]: Leaving directory '/build/source'
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o src/cborerrorstrings.o src/cborerrorstrings.c
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o src/cborencoder.o src/cborencoder.c
tinc-1.1pre18
checking for netinet/ip.h... yes
checking for netinet/ip6.h... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o src/cborencoder_close_container_checked.o src/cborencoder_close_container_checked.c
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o src/cborencoder_float.o src/cborencoder_float.c
tinc-1.1pre18
checking for resolv.h... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o src/cborparser.o src/cborparser.c
tinc-1.1pre18
checking for netinet/tcp.h... yes
checking for netinet/ip_icmp.h... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o src/cborparser_float.o src/cborparser_float.c
tinc-1.1pre18
checking for netinet/icmp6.h... yes
checking for working __malloc__ attribute... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o src/cborpretty.o src/cborpretty.c
tinc-1.1pre18
checking for working __nonnull__ attribute... yes
checking for working __warn_unused_result__ attribute... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o src/cborparser_dup_string.o src/cborparser_dup_string.c
tinc-1.1pre18
checking for struct ether_header... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o src/cborpretty_stdio.o src/cborpretty_stdio.c
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o src/cbortojson.o src/cbortojson.c
tinc-1.1pre18
checking for struct arphdr... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o src/cborvalidation.o src/cborvalidation.c
tinc-1.1pre18
checking for struct ether_arp... yes
tinycbor-0.6.1
ar cqs lib/libtinycbor.a src/cborerrorstrings.o src/cborencoder.o src/cborencoder_close_container_checked.o src/cborencoder_float.o src/cborparser.o src/cborparser_float.o src/cborpretty.o src/cborparser_dup_string.o src/cborpretty_stdio.o src/cbortojson.o src/cborvalidation.o
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -fPIC -c -o src/cborerrorstrings.pic.o src/cborerrorstrings.c
tinc-1.1pre18
checking for struct ip... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -fPIC -c -o src/cborencoder.pic.o src/cborencoder.c
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -fPIC -c -o src/cborencoder_close_container_checked.pic.o src/cborencoder_close_container_checked.c
tinc-1.1pre18
checking for struct icmp... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -fPIC -c -o src/cborencoder_float.pic.o src/cborencoder_float.c
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -fPIC -c -o src/cborparser.pic.o src/cborparser.c
tinc-1.1pre18
checking for struct ip6_hdr... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -fPIC -c -o src/cborparser_float.pic.o src/cborparser_float.c
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -fPIC -c -o src/cborpretty.pic.o src/cborpretty.c
tinc-1.1pre18
checking for struct icmp6_hdr... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -fPIC -c -o src/cborparser_dup_string.pic.o src/cborparser_dup_string.c
tinc-1.1pre18
checking for struct nd_neighbor_solicit... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -fPIC -c -o src/cborpretty_stdio.pic.o src/cborpretty_stdio.c
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -fPIC -c -o src/cbortojson.pic.o src/cbortojson.c
tinc-1.1pre18
checking for struct nd_opt_hdr... yes
checking for asprintf... yes
checking for daemon... yes
checking for fchmod... yes
tinycbor-0.6.1
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -fPIC -c -o src/cborvalidation.pic.o src/cborvalidation.c
tinc-1.1pre18
checking for flock... yes
checking for fork... yes
checking for gettimeofday... yes
checking for mlockall... yes
tinycbor-0.6.1
clang -shared -Wl,-soname,libtinycbor.so.0.6 -o lib/libtinycbor.so.0.6.0 -Wl,--gc-sections src/cborerrorstrings.pic.o src/cborencoder.pic.o src/cborencoder_close_container_checked.pic.o src/cborencoder_float.pic.o src/cborparser.pic.o src/cborparser_float.pic.o src/cborpretty.pic.o src/cborparser_dup_string.pic.o src/cborpretty_stdio.pic.o src/cbortojson.pic.o src/cborvalidation.pic.o -lm
cd lib ; ln -sf libtinycbor.so.0.6.0 libtinycbor.so ; ln -sf libtinycbor.so.0.6.0 libtinycbor.so.0.6
clang -I./src -std=gnu99 -Wall -Wextra -Werror=incompatible-pointer-types -Werror=implicit-function-declaration -Werror=int-conversion -c -o tools/cbordump/cbordump.o tools/cbordump/cbordump.c
tinc-1.1pre18
checking for putenv... yes
checking for recvmmsg... yes
tinycbor-0.6.1
clang -o bin/cbordump -Wl,--gc-sections tools/cbordump/cbordump.o lib/libtinycbor.a -lm
sed > tinycbor.pc < tinycbor.pc.in \
-e 's,@prefix@,/nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1,' \
-e 's,@exec_prefix@,/nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1,' \
-e 's,@libdir@,/nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/lib,' \
-e 's,@includedir@,/nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/include,' \
-e 's,@version@,0.6.0,'
→ installPhase
tinc-1.1pre18
checking for strsignal... yes
tinycbor-0.6.1
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash prefix=\$\(out\) install
install -d /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/bin
install -m 755 bin/cbordump /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/bin/cbordump
install -d /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/lib
install -m 644 lib/libtinycbor.so.0.6.0 /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/lib/libtinycbor.so.0.6.0
install -d /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/lib
install -m 644 lib/libtinycbor.a /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/lib/libtinycbor.a
install -d /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/lib/pkgconfig
install -m 644 tinycbor.pc /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/lib/pkgconfig/tinycbor.pc
install -d /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/include/tinycbor
install -m 644 src/cbor.h /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/include/tinycbor/cbor.h
install -d /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/include/tinycbor
install -m 644 src/cborjson.h /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/include/tinycbor/cborjson.h
install -d /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/include/tinycbor
install -m 644 src/tinycbor-version.h /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/include/tinycbor/tinycbor-version.h
tinc-1.1pre18
checking for nanosleep... yes
tinycbor-0.6.1
ln -sf libtinycbor.so.0.6.0 /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/lib/libtinycbor.so
ln -sf libtinycbor.so.0.6.0 /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/lib/libtinycbor.so.0.6
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1
shrinking /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/bin/cbordump
shrinking /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/lib/libtinycbor.so.0.6.0
checking for references to /build/ in /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1...
patching script interpreter paths in /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1
stripping (with command strip and flags -S -p) in /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/lib /nix/store/afn1qnjf15b7xfaqpyl3f0h6hr698ym2-tinycbor-x86_64-unknown-linux-gnufilc0-0.6.1/bin
tinc-1.1pre18
checking for unsetenv... yes
tinycdb-0.80
Build started
tinc-1.1pre18
checking for vsyslog... yes
tinycdb-0.80
→ unpackPhase
unpacking source archive /nix/store/ysh1lwlnj8fjz2w0wd5hxl0y073fxiab-tinycdb-0.80.tar.gz
source root is tinycdb-0.80
setting SOURCE_DATE_EPOCH to timestamp 1694958811 of file "tinycdb-0.80/NEWS"
→ patchPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
tinc-1.1pre18
checking for devname... no
tinycdb-0.80
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash prefix=\$\(out\) CC=x86_64-unknown-linux-gnufilc0-cc AR=x86_64-unknown-linux-gnufilc0-ar RANLIB=x86_64-unknown-linux-gnufilc0-ranlib static shared
x86_64-unknown-linux-gnufilc0-cc -O -D_FILE_OFFSET_BITS=64 -c cdb_init.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: x86_64-unknown-linux-gnufilc0-cc: command not found
make: *** [Makefile:106: cdb_init.o] Error 127
tinc-1.1pre18
checking for fdevname... no
checking for getopt_long... yes
checking for clang options needed to detect all undeclared functions... none needed
checking whether res_init is declared... yes
checking for res_init in -lresolv... no
checking for linux/if_tun.h... yes
checking for curses.h... yes
checking for initscr in -lncurses... yes
checking for wtimeout in -ltinfo... yes
checking for readline/readline.h... yes
checking for readline/history.h... yes
checking for readline in -lreadline... yes
checking for zlib.h... yes
checking for compress2 in -lz... yes
checking for lzo1x_1_compress in -llzo2... yes
checking for lzo/lzo1x.h... yes
checking for dlopen... yes
checking for openssl/evp.h... yes
checking for openssl/rsa.h... yes
checking for openssl/rand.h... yes
checking for openssl/err.h... yes
checking for openssl/sha.h... yes
checking for openssl/pem.h... yes
checking for openssl/engine.h... yes
checking for EVP_EncryptInit_ex in -lcrypto... yes
checking for RAND_bytes... yes
checking for EVP_EncryptInit_ex... yes
checking for EVP_CIPHER_CTX_new... yes
checking whether OpenSSL_add_all_algorithms is declared... yes
checking whether EVP_aes_256_cfb is declared... yes
checking for BN_GENCB_new... yes
checking for ERR_remove_state... yes
checking for RSA_set0_key... yes
checking for HMAC_CTX_new... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating test/Makefile
config.status: creating test/testlib.sh
config.status: creating systemd/Makefile
config.status: creating bash_completion.d/Makefile
config.status: creating config.h
config.status: executing depfiles commands
→ buildPhase
build flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
make all-recursive
make[1]: Entering directory '/build/source'
Making all in src
make[2]: Entering directory '/build/source/src'
CC address_cache.o
CC autoconnect.o
CC buffer.o
CC conf.o
CC connection.o
CC control.o
CC dropin.o
CC dummy_device.o
CC edge.o
CC event.o
CC fd_device.o
CC graph.o
CC hash.o
CC list.o
CC logger.o
CC meta.o
CC multicast_device.o
CC names.o
CC net.o
CC net_packet.o
CC net_setup.o
CC net_socket.o
CC netutl.o
CC node.o
CC process.o
CC protocol.o
CC protocol_auth.o
CC protocol_edge.o
CC protocol_key.o
CC protocol_misc.o
CC protocol_subnet.o
CC raw_socket_device.o
CC route.o
CC script.o
CC splay_tree.o
CC sptps.o
CC subnet.o
CC subnet_parse.o
CC tincd.o
CC utils.o
GEN version_git.h
CC version.o
CC ed25519/ecdh.o
CC ed25519/ecdsa.o
CC ed25519/fe.o
CC ed25519/ge.o
CC ed25519/key_exchange.o
CC ed25519/keypair.o
CC ed25519/sc.o
CC ed25519/sha512.o
CC ed25519/sign.o
CC ed25519/verify.o
CC chacha-poly1305/chacha.o
CC chacha-poly1305/chacha-poly1305.o
CC chacha-poly1305/poly1305.o
CC linux/device.o
CC openssl/cipher.o
CC openssl/crypto.o
openssl/crypto.c:97:2: warning: 'ENGINE_load_builtin_engines' is deprecated [-Wdeprecated-declarations]
97 | ENGINE_load_builtin_engines();
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/engine.h:358:1: note: 'ENGINE_load_builtin_engines' has been explicitly marked deprecated here
358 | OSSL_DEPRECATEDIN_3_0 void ENGINE_load_builtin_engines(void);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/crypto.c:98:2: warning: 'ENGINE_register_all_complete' is deprecated [-Wdeprecated-declarations]
98 | ENGINE_register_all_complete();
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/engine.h:415:1: note: 'ENGINE_register_all_complete' has been explicitly marked deprecated here
415 | OSSL_DEPRECATEDIN_3_0 int ENGINE_register_all_complete(void);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
2 warnings generated.
CC openssl/digest.o
openssl/digest.c:70:21: warning: 'HMAC_CTX_new' is deprecated [-Wdeprecated-declarations]
70 | digest->hmac_ctx = HMAC_CTX_new();
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/hmac.h:33:1: note: 'HMAC_CTX_new' has been explicitly marked deprecated here
33 | OSSL_DEPRECATEDIN_3_0 HMAC_CTX *HMAC_CTX_new(void);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/digest.c:71:2: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations]
71 | HMAC_Init_ex(digest->hmac_ctx, key, len, digest->digest, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/hmac.h:43:1: note: 'HMAC_Init_ex' has been explicitly marked deprecated here
43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/digest.c:96:3: warning: 'HMAC_CTX_free' is deprecated [-Wdeprecated-declarations]
96 | HMAC_CTX_free(digest->hmac_ctx);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/hmac.h:35:1: note: 'HMAC_CTX_free' has been explicitly marked deprecated here
35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/digest.c:111:7: warning: 'HMAC_Init_ex' is deprecated [-Wdeprecated-declarations]
111 | if(!HMAC_Init_ex(digest->hmac_ctx, NULL, 0, NULL, NULL)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/hmac.h:43:1: note: 'HMAC_Init_ex' has been explicitly marked deprecated here
43 | OSSL_DEPRECATEDIN_3_0 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/digest.c:112:23: warning: 'HMAC_Update' is deprecated [-Wdeprecated-declarations]
112 | || !HMAC_Update(digest->hmac_ctx, indata, inlen)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/hmac.h:45:1: note: 'HMAC_Update' has been explicitly marked deprecated here
45 | OSSL_DEPRECATEDIN_3_0 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data,
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/digest.c:113:23: warning: 'HMAC_Final' is deprecated [-Wdeprecated-declarations]
113 | || !HMAC_Final(digest->hmac_ctx, tmpdata, NULL)) {| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/hmac.h:47:1: note: 'HMAC_Final' has been explicitly marked deprecated here
47 | OSSL_DEPRECATEDIN_3_0 int HMAC_Final(HMAC_CTX *ctx, unsigned char *md,
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
6 warnings generated.
CC openssl/prf.o
CC openssl/rsa.o
openssl/rsa.c:56:15: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
56 | rsa_t *rsa = RSA_new();
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here
212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsa.c:62:2: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]
62 | RSA_set0_key(rsa, bn_n, bn_e, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:218:1: note: 'RSA_set0_key' has been explicitly marked deprecated here
218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsa.c:79:15: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
79 | rsa_t *rsa = RSA_new();
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here
212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsa.c:85:2: warning: 'RSA_set0_key' is deprecated [-Wdeprecated-declarations]
85 | RSA_set0_key(rsa, bn_n, bn_e, bn_d);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:218:1: note: 'RSA_set0_key' has been explicitly marked deprecated here
218 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsa.c:93:15: warning: 'PEM_read_RSAPublicKey' is deprecated [-Wdeprecated-declarations]
93 | rsa_t *rsa = PEM_read_RSAPublicKey(fp, NULL, NULL, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:458:21: note: 'PEM_read_RSAPublicKey' has been explicitly marked deprecated here
458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsa.c:97:9: warning: 'PEM_read_RSA_PUBKEY' is deprecated [-Wdeprecated-declarations]
97 | rsa = PEM_read_RSA_PUBKEY(fp, NULL, NULL, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:459:21: note: 'PEM_read_RSA_PUBKEY' has been explicitly marked deprecated here
459 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsa.c:108:15: warning: 'PEM_read_RSAPrivateKey' is deprecated [-Wdeprecated-declarations]
108 | rsa_t *rsa = PEM_read_RSAPrivateKey(fp, NULL, NULL, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:457:24: note: 'PEM_read_RSAPrivateKey' has been explicitly marked deprecated here
457 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsa.c:118:9: warning: 'RSA_size' is deprecated [-Wdeprecated-declarations]
118 | return RSA_size(rsa);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:215:1: note: 'RSA_size' has been explicitly marked deprecated here
215 | OSSL_DEPRECATEDIN_3_0 int RSA_size(const RSA *rsa);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsa.c:122:13: warning: 'RSA_public_encrypt' is deprecated [-Wdeprecated-declarations]
122 | if((size_t)RSA_public_encrypt(len, in, out, rsa, RSA_NO_PADDING) == len) {| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:291:1: note: 'RSA_public_encrypt' has been explicitly marked deprecated here
291 | OSSL_DEPRECATEDIN_3_0
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsa.c:131:13: warning: 'RSA_private_decrypt' is deprecated [-Wdeprecated-declarations]
131 | if((size_t)RSA_private_decrypt(len, in, out, rsa, RSA_NO_PADDING) == len) {| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:300:1: note: 'RSA_private_decrypt' has been explicitly marked deprecated here
300 | OSSL_DEPRECATEDIN_3_0
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsa.c:145:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
145 | RSA_free(rsa);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:303:1: note: 'RSA_free' has been explicitly marked deprecated here
303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
11 warnings generated.
CCLD tincd
CC fsck.o
CC ifconfig.o
CC info.o
CC invitation.o
CC tincctl.o
CC top.o
CC ed25519/ecdsagen.o
CC openssl/rsagen.o
openssl/rsagen.c:87:15: warning: 'RSA_new' is deprecated [-Wdeprecated-declarations]
87 | rsa_t *rsa = RSA_new();
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:212:1: note: 'RSA_new' has been explicitly marked deprecated here
212 | OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsagen.c:97:15: warning: 'RSA_generate_key_ex' is deprecated [-Wdeprecated-declarations]
97 | int result = RSA_generate_key_ex(rsa, bits, bn_e, cb);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:270:1: note: 'RSA_generate_key_ex' has been explicitly marked deprecated here
270 | OSSL_DEPRECATEDIN_3_0 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e,
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsagen.c:104:3: warning: 'RSA_free' is deprecated [-Wdeprecated-declarations]
104 | RSA_free(rsa);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/rsa.h:303:1: note: 'RSA_free' has been explicitly marked deprecated here
303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsagen.c:114:9: warning: 'PEM_write_RSAPublicKey' is deprecated [-Wdeprecated-declarations]
114 | return PEM_write_RSAPublicKey(fp, rsa);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:458:21: note: 'PEM_write_RSAPublicKey' has been explicitly marked deprecated here
458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
openssl/rsagen.c:118:9: warning: 'PEM_write_RSAPrivateKey' is deprecated [-Wdeprecated-declarations]
118 | return PEM_write_RSAPrivateKey(fp, rsa, NULL, NULL, 0, NULL, NULL);
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-openssl-x86_64-unknown-linux-gnufilc0-3.5.7-dev/include/openssl/pem.h:457:24: note: 'PEM_write_RSAPrivateKey' has been explicitly marked deprecated here
457 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
| ^
/nix/store/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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/pwphxbw1f2kfibaz6m7bfzsdzvy0395g-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))
| ^
5 warnings generated.
CCLD tinc
make[2]: Leaving directory '/build/source/src'
Making all in doc
make[2]: Entering directory '/build/source/doc'
GEN tincinclude.texi
MAKEINFO tinc.info
GEN tincd.8
GEN tinc.8
GEN tinc.conf.5
GEN tinc-gui.8
make[2]: Leaving directory '/build/source/doc'
Making all in test
make[2]: Entering directory '/build/source/test'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/source/test'
Making all in systemd
make[2]: Entering directory '/build/source/systemd'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/source/systemd'
Making all in bash_completion.d
make[2]: Entering directory '/build/source/bash_completion.d'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/source/bash_completion.d'
make[2]: Entering directory '/build/source'
make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
→ installPhase
install flags: SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash pkgconfigdir=/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/lib/pkgconfig m4datadir=/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/share/aclocal aclocaldir=/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/share/aclocal install
Making install in src
make[1]: Entering directory '/build/source/src'
GEN version_git.h
make[2]: Entering directory '/build/source/src'
GEN version_git.h
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/sbin'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c tincd tinc '/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/sbin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/source/src'
make[1]: Leaving directory '/build/source/src'
Making install in doc
make[1]: Entering directory '/build/source/doc'
make[2]: Entering directory '/build/source/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/pqq14zbxjnb5h7bha2q594hxxm51b7kz-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-info/share/info'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 ./tinc.info '/nix/store/pqq14zbxjnb5h7bha2q594hxxm51b7kz-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-info/share/info'
install-info --info-dir='/nix/store/pqq14zbxjnb5h7bha2q594hxxm51b7kz-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-info/share/info' '/nix/store/pqq14zbxjnb5h7bha2q594hxxm51b7kz-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-info/share/info/tinc.info'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/q4ba2x46ahj44k0qj3b1ln5yc7c0wk20-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-man/share/man/man5'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 tinc.conf.5 '/nix/store/q4ba2x46ahj44k0qj3b1ln5yc7c0wk20-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-man/share/man/man5'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/q4ba2x46ahj44k0qj3b1ln5yc7c0wk20-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-man/share/man/man8'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 tincd.8 tinc.8 tinc-gui.8 '/nix/store/q4ba2x46ahj44k0qj3b1ln5yc7c0wk20-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-man/share/man/man8'
make[2]: Leaving directory '/build/source/doc'
make[1]: Leaving directory '/build/source/doc'
Making install in test
make[1]: Entering directory '/build/source/test'
make[2]: Entering directory '/build/source/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/source/test'
make[1]: Leaving directory '/build/source/test'
Making install in systemd
make[1]: Entering directory '/build/source/systemd'
make[2]: Entering directory '/build/source/systemd'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Leaving directory '/build/source/systemd'
make[1]: Leaving directory '/build/source/systemd'
Making install in bash_completion.d
make[1]: Entering directory '/build/source/bash_completion.d'
make[2]: Entering directory '/build/source/bash_completion.d'
make[2]: Nothing to be done for 'install-exec-am'.
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/mkdir -p '/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/share/bash-completion/completions/'
/nix/store/rry6qingvsrqmc7ll7jgaqpybcbdgf5v-coreutils-9.7/bin/install -c -m 644 tinc '/nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/share/bash-completion/completions/'
make[2]: Leaving directory '/build/source/bash_completion.d'
make[1]: Leaving directory '/build/source/bash_completion.d'
make[1]: Entering directory '/build/source'
make[2]: Entering directory '/build/source'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/source'
make[1]: Leaving directory '/build/source'
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18
shrinking /nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/sbin/tincd
shrinking /nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/sbin/tinc
checking for references to /build/ in /nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18...
moving /nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/sbin/* to /nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/bin
patching script interpreter paths in /nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18
stripping (with command strip and flags -S -p) in /nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/bin /nix/store/p891r0b8wa1xmsw05ygnyv5x5nszab59-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18/sbin
shrinking RPATHs of ELF executables and libraries in /nix/store/q4ba2x46ahj44k0qj3b1ln5yc7c0wk20-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-man
checking for references to /build/ in /nix/store/q4ba2x46ahj44k0qj3b1ln5yc7c0wk20-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-man...
gzipping man pages under /nix/store/q4ba2x46ahj44k0qj3b1ln5yc7c0wk20-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-man/share/man/
patching script interpreter paths in /nix/store/q4ba2x46ahj44k0qj3b1ln5yc7c0wk20-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-man
shrinking RPATHs of ELF executables and libraries in /nix/store/pqq14zbxjnb5h7bha2q594hxxm51b7kz-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-info
checking for references to /build/ in /nix/store/pqq14zbxjnb5h7bha2q594hxxm51b7kz-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-info...
patching script interpreter paths in /nix/store/pqq14zbxjnb5h7bha2q594hxxm51b7kz-tinc-x86_64-unknown-linux-gnufilc0-1.1pre18-info
texinfo-interactive-7.2
error: Cannot build '/nix/store/am46wyxqlfhgf1h6qbyp0qcnv5vclrhl-texinfo-interactive-x86_64-unknown-linux-gnufilc0-7.2.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/czzk793ss9hy18k3b01xqhgvxwas7jiz-texinfo-interactive-x86_64-unknown-linux-gnufilc0-7.2
Last 25 log lines:
> # XPASS: 0
> # ERROR: 0
> ============================================================================
> See tp/tests/test-suite.log for debugging.
> Some test(s) failed. Please report this to bug-texinfo@gnu.org,
> together with the test-suite.log file (gzipped) and your system
> information. Thanks.
> ============================================================================
> make[8]: *** [Makefile:2362: test-suite.log] Error 1
> make[8]: Leaving directory '/build/texinfo-7.2/tools/tp/tests'
> make[7]: *** [Makefile:2497: check-TESTS] Error 2
> make[7]: Leaving directory '/build/texinfo-7.2/tools/tp/tests'
> make[6]: *** [Makefile:3462: check-am] Error 2
> make[6]: Leaving directory '/build/texinfo-7.2/tools/tp/tests'
> make[5]: *** [Makefile:2255: check-recursive] Error 1
> make[5]: Leaving directory '/build/texinfo-7.2/tools/tp/tests'
> make[4]: *** [Makefile:4778: check-recursive] Error 1
> make[4]: Leaving directory '/build/texinfo-7.2/tools/tp'
> make[3]: *** [Makefile:1957: check-recursive] Error 1
> make[3]: Leaving directory '/build/texinfo-7.2/tools'
> make[2]: *** [Makefile:2253: check] Error 2
> make[2]: Leaving directory '/build/texinfo-7.2/tools'
> make[1]: *** [Makefile:1957: check-recursive] Error 1
> make[1]: Leaving directory '/build/texinfo-7.2'
> make: *** [Makefile:2253: check] Error 2
For full logs, run:
nix log /nix/store/am46wyxqlfhgf1h6qbyp0qcnv5vclrhl-texinfo-interactive-x86_64-unknown-linux-gnufilc0-7.2.drvtftp-hpa-5.2-untagged-2024-06-10
error: Cannot build '/nix/store/lc441hidlzik807nj0wal4hwx0jkrm8m-tftp-hpa-x86_64-unknown-linux-gnufilc0-5.2-untagged-2024-06-10.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/cwg8abb2ldsp8qligy53xpjiaf3iaydp-tftp-hpa-x86_64-unknown-linux-gnufilc0-5.2-untagged-2024-06-10
Last 25 log lines:
> 28 clang-20 0x0000000002a02d54 clang::driver::Driver::ExecuteCompilation(clang::driver::Compilation&, llvm::SmallVectorImpl<std::pair<int, clang::driver::Command const*>>&) + 436
> 29 clang-20 0x0000000000c79189 clang_main(int, char**, llvm::ToolContext const&) + 7241
> 30 clang-20 0x0000000000b840d4 main + 100
> 31 libc.so.6 0x00007ffff7c2a47e
> 32 libc.so.6 0x00007ffff7c2a539 __libc_start_main + 137
> 33 clang-20 0x0000000000c74ed5 _start + 37
> clang-20: error: clang frontend command failed with exit code 134 (use -v to see invocation)
> clang version 20.1.8 (Fil-C 0.684)
> Target: x86_64-pc-linux-gnu
> Thread model: posix
> InstalledDir: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin
> Build config: +assertions
> clang-20: note: diagnostic msg:
> ********************
>
> PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
> Preprocessed source(s) and associated run script(s) are located at:
> clang-20: note: diagnostic msg: /build/tftpsubs-1fea5f.c
> clang-20: note: diagnostic msg: /build/tftpsubs-1fea5f.sh
> clang-20: note: diagnostic msg:
>
> ********************
> make[1]: *** [../MRULES:6: tftpsubs.o] Error 1
> make[1]: Leaving directory '/build/tftp-hpa-2c86ff5/common'
> make: *** [Makefile:7: common.build] Error 2
For full logs, run:
nix log /nix/store/lc441hidlzik807nj0wal4hwx0jkrm8m-tftp-hpa-x86_64-unknown-linux-gnufilc0-5.2-untagged-2024-06-10.drvthc-ipv6-3.8
error: Cannot build '/nix/store/9gl30qkl3y7sjs458q48gd7dy7zwrwmg-thc-ipv6-x86_64-unknown-linux-gnufilc0-3.8.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/ka0sqsy3khpmp86p0qy8fda1cz6hy120-thc-ipv6-x86_64-unknown-linux-gnufilc0-3.8
Last 25 log lines:
> 176 | extern int thc_add_hdr_dst(unsigned char *pkt, int *pkt_len, unsigned char *buf,
> | ^
> parasite6.c:262:23: warning: passing 'char[24]' 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]
> 262 | dummy, 24, 0) < 0)
> | ^~~~~
> ./thc-ipv6.h:182:61: note: passing argument to parameter 'data' here
> 182 | unsigned int flags, unsigned char *data, int data_len,
> | ^
> parasite6.c:264:45: warning: passing 'char[24]' 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]
> 264 | if (thc_generate_pkt(interface, ownmac, dummy, pkt, &pkt_len) < 0)
> | ^~~~~
> ./thc-ipv6.h:207:44: note: passing argument to parameter 'dstmac' here
> 207 | unsigned char *dstmac, unsigned char *pkt,
> | ^
> 11 warnings generated.
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin/../lib/LLVMgold.so: could not load plugin library: /nix/store/f7c5s76n67mj1pr39cy7aj0akjy1s4mn-filc0-git/bin/../lib/LLVMgold.so: cannot open shared object file: No such file or directory
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/parasite6-af8467.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/parasite6-af8467.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: /build/parasite6-af8467.o: not an object or archive
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: thc-ipv6-lib.o:1:3: invalid character
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: thc-ipv6-lib.o:1:3: syntax error, unexpected end of file
> /nix/store/fmj1ilm5jk1hba6s3cv6gkpgsjvkxaqv-binutils-2.43.1/bin/ld: error: thc-ipv6-lib.o: not an object or archive
> /nix/store/sn36kmszyx8bbq5fcz8xgwls8wdznj8p-filc-crt-lib/filc_crt.o:function main:(.text.unlikely.+0xb): error: undefined reference to 'pizlonated_main'
> clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [Makefile:40: parasite6] Error 1
For full logs, run:
nix log /nix/store/9gl30qkl3y7sjs458q48gd7dy7zwrwmg-thc-ipv6-x86_64-unknown-linux-gnufilc0-3.8.drvtheft-0.4.5
error: Cannot build '/nix/store/qsnv7fz6js6a04rjnbh1vq3jmrzwqv4j-theft-x86_64-unknown-linux-gnufilc0-0.4.5.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/gh5q97f9j5gmd7v1z1ijqlcpa68gw8za-theft-x86_64-unknown-linux-gnufilc0-0.4.5
Last 25 log lines:
> Argument 0:
> 1755
> F............................
> == FAIL 'free_callback_should_be_optional': pass 919, fail 79, skip 0, dup 2
> .
> 23 tests - 22 passed, 1 failed, 0 skipped (468471 ticks, 0.468 sec)
>
> * Suite char_array:
>
> == PROP 'char_fail_shrinkage': 1 trials, seed 0x150734b7811ea286
>
>
> -- Counter-Example: char_fail_shrinkage
> Trial 0, Seed 0x150734b7811ea286
> Argument 0:
> 0000: 01 .
>
> F
> == FAIL 'char_fail_shrinkage': pass 0, fail 1, skip 0, dup 0
> .
> 1 test - 1 passed, 0 failed, 0 skipped (314 ticks, 0.000 sec)
>
> Total: 385 tests (38165542 ticks, 38.166 sec), 3000333961 assertions
> Pass: 384, fail: 1, skip: 0.
> make: *** [Makefile:58: test] Error 1
For full logs, run:
nix log /nix/store/qsnv7fz6js6a04rjnbh1vq3jmrzwqv4j-theft-x86_64-unknown-linux-gnufilc0-0.4.5.drvtini-0.19.0
error: Cannot build '/nix/store/z3rfrcvhpx36y5jf1k9azh38gm6a6vsq-tini-x86_64-unknown-linux-gnufilc0-0.19.0.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/17aqkmdwj60ny3znyyr2x752j66aaab2-tini-x86_64-unknown-linux-gnufilc0-0.19.0
Last 25 log lines:
> cmake: enabled parallel building
> cmake: enabled parallel installing
> Running phase: buildPhase
> build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
> [ 50%] Building C object CMakeFiles/tini.dir/src/tini.c.o
> /build/source/src/tini.c:150:18: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
> 150 | int isolate_child() {
> | ^
> | void
> /build/source/src/tini.c:395:14: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
> 395 | int parse_env() {
> | ^
> | void
> /build/source/src/tini.c:416:24: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
> 416 | int register_subreaper () {
> | ^
> | void
> /build/source/src/tini.c:434:19: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
> 434 | void reaper_check () {
> | ^
> | void
> 4 errors generated.
> make[2]: *** [CMakeFiles/tini.dir/build.make:79: CMakeFiles/tini.dir/src/tini.c.o] Error 1
> make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/tini.dir/all] Error 2
> make: *** [Makefile:156: all] Error 2
For full logs, run:
nix log /nix/store/z3rfrcvhpx36y5jf1k9azh38gm6a6vsq-tini-x86_64-unknown-linux-gnufilc0-0.19.0.drvtinycdb-0.80
error: Cannot build '/nix/store/kk4bmb2d90dfhvc0lh0r9v4vvhh8f4bm-tinycdb-x86_64-unknown-linux-gnufilc0-0.80.drv'.
Reason: builder failed with exit code 2.
Output paths:
/nix/store/3sizw13ncijxld53z0jwyk7zahvkmwxi-tinycdb-x86_64-unknown-linux-gnufilc0-0.80-lib
/nix/store/b5wvcf065d7c975ax0yxhpds7mw4phwx-tinycdb-x86_64-unknown-linux-gnufilc0-0.80-dev
/nix/store/fkakq0qwd0z47rad9j889qn7dzi4sxwa-tinycdb-x86_64-unknown-linux-gnufilc0-0.80-man
/nix/store/g9s31ddlxgschzksnw6v00474p575p7n-tinycdb-x86_64-unknown-linux-gnufilc0-0.80-debug
/nix/store/kx15pvdizqd0wdbrd36fymvn0nqsjxh0-tinycdb-x86_64-unknown-linux-gnufilc0-0.80
Last 14 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/ysh1lwlnj8fjz2w0wd5hxl0y073fxiab-tinycdb-0.80.tar.gz
> source root is tinycdb-0.80
> setting SOURCE_DATE_EPOCH to timestamp 1694958811 of file "tinycdb-0.80/NEWS"
> 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 prefix=\$\(out\) CC=x86_64-unknown-linux-gnufilc0-cc AR=x86_64-unknown-linux-gnufilc0-ar RANLIB=x86_64-unknown-linux-gnufilc0-ranlib static shared
> x86_64-unknown-linux-gnufilc0-cc -O -D_FILE_OFFSET_BITS=64 -c cdb_init.c
> /nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: x86_64-unknown-linux-gnufilc0-cc: command not found
> make: *** [Makefile:106: cdb_init.o] Error 127
For full logs, run:
nix log /nix/store/kk4bmb2d90dfhvc0lh0r9v4vvhh8f4bm-tinycdb-x86_64-unknown-linux-gnufilc0-0.80.drvthc-ipv6-3.8
error: build of '/nix/store/9gl30qkl3y7sjs458q48gd7dy7zwrwmg-thc-ipv6-x86_64-unknown-linux-gnufilc0-3.8.drv^*', '/nix/store/am46wyxqlfhgf1h6qbyp0qcnv5vclrhl-texinfo-interactive-x86_64-unknown-linux-gnufilc0-7.2.drv^*', '/nix/store/kk4bmb2d90dfhvc0lh0r9v4vvhh8f4bm-tinycdb-x86_64-unknown-linux-gnufilc0-0.80.drv^*', '/nix/store/lc441hidlzik807nj0wal4hwx0jkrm8m-tftp-hpa-x86_64-unknown-linux-gnufilc0-5.2-untagged-2024-06-10.drv^*', '/nix/store/qsnv7fz6js6a04rjnbh1vq3jmrzwqv4j-theft-x86_64-unknown-linux-gnufilc0-0.4.5.drv^*', '/nix/store/z3rfrcvhpx36y5jf1k9azh38gm6a6vsq-tini-x86_64-unknown-linux-gnufilc0-0.19.0.drv^*' failed
End of log