=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for hydra-7.5nb44
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -L/opt/pkg/lib -o pw-inspector  pw-inspector.c
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-vnc.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-pcnfs.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-rexec.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-nntp.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-socks5.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
hydra-nntp.c:171:11: warning: comparison of array 'buffer2' equal to a null pointer is always false [-Wtautological-pointer-compare]
      if (buffer2 == NULL)
          ^~~~~~~    ~~~~
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-telnet.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-cisco.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
1 warning generated.
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-http.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
hydra-cisco.c:155:48: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
          if (buf2 != NULL && hydra_strcasestr(buf2, "ress ENTER") != NULL)
                                               ^~~~
./hydra-mod.h:35:43: note: passing argument to parameter 'haystack' here
extern char *hydra_strcasestr(const char *haystack, const char *needle);
                                          ^
hydra-http.c:52:11: warning: comparison of array 'buffer2' equal to a null pointer is always false [-Wtautological-pointer-compare]
      if (buffer2 == NULL) {
          ^~~~~~~    ~~~~
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-ftp.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
1 warning generated.
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-imap.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
1 warning generated.
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-pop3.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
hydra-imap.c:205:11: warning: comparison of array 'buffer2' equal to a null pointer is always false [-Wtautological-pointer-compare]
      if (buffer2 == NULL)
          ^~~~~~~    ~~~~
hydra-imap.c:264:13: warning: comparison of array 'buffer2' equal to a null pointer is always false [-Wtautological-pointer-compare]
        if (buffer2 == NULL) {
            ^~~~~~~    ~~~~
hydra-pop3.c:307:11: warning: comparison of array 'buffer2' equal to a null pointer is always false [-Wtautological-pointer-compare]
      if (buffer2 == NULL)
          ^~~~~~~    ~~~~
gcc -I. -O3 -pipe -Os -I/opt/pkg/include -I/opt/pkg/include -c hydra-smb.c -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSSH -DNO_RSA_LEGACY  -I/Users/pbulk/build/security/hydra/work/.buildlink/include -I/Users/pbulk/build/security/hydra/work/.buildlink/include
hydra-smb.c:142:3: warning: call to undeclared function 'des_set_odd_parity'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  des_set_odd_parity((des_cblock *) des_key);
  ^
hydra-smb.c:142:35: error: expected expression
  des_set_odd_parity((des_cblock *) des_key);
                                  ^
hydra-smb.c:142:23: error: use of undeclared identifier 'des_cblock'
  des_set_odd_parity((des_cblock *) des_key);
                      ^
hydra-smb.c:149:3: error: unknown type name 'des_cblock'; did you mean 'DES_cblock'?
  des_cblock des_key;
  ^~~~~~~~~~
  DES_cblock
/Users/pbulk/build/security/hydra/work/.buildlink/include/openssl/des.h:28:23: note: 'DES_cblock' declared here
typedef unsigned char DES_cblock[8];
                      ^
hydra-smb.c:150:3: error: unknown type name 'des_key_schedule'; did you mean 'DES_key_schedule'?
  des_key_schedule key_schedule;
  ^~~~~~~~~~~~~~~~
  DES_key_schedule
/Users/pbulk/build/security/hydra/work/.buildlink/include/openssl/des.h:43:3: note: 'DES_key_schedule' declared here
} DES_key_schedule;
  ^
hydra-smb.c:153:3: warning: call to undeclared function 'des_set_key'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  des_set_key(&des_key, key_schedule);
  ^
hydra-smb.c:154:3: warning: call to undeclared function 'des_ecb_encrypt'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  des_ecb_encrypt((des_cblock *) clear, (des_cblock *) cipher, key_schedule, 1);
  ^
hydra-smb.c:154:32: error: expected expression
  des_ecb_encrypt((des_cblock *) clear, (des_cblock *) cipher, key_schedule, 1);
                               ^
hydra-smb.c:154:20: error: use of undeclared identifier 'des_cblock'
  des_ecb_encrypt((des_cblock *) clear, (des_cblock *) cipher, key_schedule, 1);
                   ^
hydra-smb.c:154:54: error: expected expression
  des_ecb_encrypt((des_cblock *) clear, (des_cblock *) cipher, key_schedule, 1);
                                                     ^
hydra-smb.c:154:42: error: use of undeclared identifier 'des_cblock'
  des_ecb_encrypt((des_cblock *) clear, (des_cblock *) cipher, key_schedule, 1);
                                         ^
hydra-smb.c:556:25: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  else if (ts.tv_sec == TIME_T_MAX)
                        ^~~~~~~~~~
hydra-smb.c:96:36: note: expanded from macro 'TIME_T_MAX'
#define TIME_T_MAX (~ (time_t) 0 - TIME_T_MIN)
                                   ^~~~~~~~~~
hydra-smb.c:93:24: note: expanded from macro 'TIME_T_MIN'
        : ~ (time_t) 0 << (sizeof (time_t) * CHAR_BIT - 1))
          ~~~~~~~~~~~~ ^
hydra-smb.c:687:8: warning: comparison of array 'rbuf' not equal to a null pointer is always true [-Wtautological-pointer-compare]
  if ((rbuf != NULL) && (rbuf[0] == 0x82))
       ^~~~    ~~~~
hydra-smb.c:786:7: warning: comparison of array 'rbuf' equal to a null pointer is always false [-Wtautological-pointer-compare]
  if (rbuf == NULL)
      ^~~~    ~~~~
hydra-smb.c:1179:8: warning: comparison of array 'bufReceive' equal to a null pointer is always false [-Wtautological-pointer-compare]
  if ((bufReceive == NULL) || (nReceiveBufferSize == 0))
       ^~~~~~~~~~    ~~~~
7 warnings and 8 errors generated.
gmake: *** [Makefile:63: hydra-smb.o] Error 1
gmake: *** Waiting for unfinished jobs....
2 warnings generated.
1 warning generated.
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/security/hydra
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/security/hydra