#66827 closed defect (fixed)

hydra does not respect Macports build_arch settings

Reported by: barracuda156 Owned by: i0ntempest
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: snowleopard, leopard Cc:
Port: hydra

Description (last modified by barracuda156)

hmacmd5.c: In function ‘hmac_md5_init_rfc2104’:
hmacmd5.c:54: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
hmacmd5.c:55: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
hmacmd5.c:56: warning: ‘MD5_Final’ is deprecated (declared at /opt/local/include/openssl/md5.h:51)
hmacmd5.c:74: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
hmacmd5.c:75: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
hmacmd5.c: In function ‘hmac_md5_init_limK_to_64’:
hmacmd5.c:102: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
hmacmd5.c:103: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
hmacmd5.c: In function ‘hmac_md5_update’:
hmacmd5.c:110: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
hmacmd5.c: In function ‘hmac_md5_final’:
hmacmd5.c:118: warning: ‘MD5_Final’ is deprecated (declared at /opt/local/include/openssl/md5.h:51)
hmacmd5.c:120: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
hmacmd5.c:121: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
hmacmd5.c:122: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
hmacmd5.c:123: warning: ‘MD5_Final’ is deprecated (declared at /opt/local/include/openssl/md5.h:51)
/usr/bin/gcc-4.2 -I. -O3 -g -fcommon  -g  -c hydra-smb2.c -DLIBOPENSSL -DLIBNCURSES -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSVN -DLIBSSH -DNO_RSA_LEGACY -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/subversion-1 -I/opt/local/include/apr-1 -I/opt/local/include/subversion-1
sasl.c: In function ‘sasl_cram_md5’:
sasl.c:126: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
sasl.c:127: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
sasl.c:128: warning: ‘MD5_Final’ is deprecated (declared at /opt/local/include/openssl/md5.h:51)
sasl.c:139: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
sasl.c:140: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
sasl.c:141: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
sasl.c:142: warning: ‘MD5_Final’ is deprecated (declared at /opt/local/include/openssl/md5.h:51)
sasl.c:143: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
sasl.c:144: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
sasl.c:145: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
sasl.c:146: warning: ‘MD5_Final’ is deprecated (declared at /opt/local/include/openssl/md5.h:51)
sasl.c: In function ‘sasl_cram_sha1’:
sasl.c:181: warning: ‘SHA1_Init’ is deprecated (declared at /opt/local/include/openssl/sha.h:49)
sasl.c:182: warning: ‘SHA1_Update’ is deprecated (declared at /opt/local/include/openssl/sha.h:50)
sasl.c:183: warning: ‘SHA1_Final’ is deprecated (declared at /opt/local/include/openssl/sha.h:51)
sasl.c:194: warning: ‘SHA1_Init’ is deprecated (declared at /opt/local/include/openssl/sha.h:49)
sasl.c:195: warning: ‘SHA1_Update’ is deprecated (declared at /opt/local/include/openssl/sha.h:50)
sasl.c:196: warning: ‘SHA1_Update’ is deprecated (declared at /opt/local/include/openssl/sha.h:50)
sasl.c:197: warning: ‘SHA1_Final’ is deprecated (declared at /opt/local/include/openssl/sha.h:51)
sasl.c:198: warning: ‘SHA1_Init’ is deprecated (declared at /opt/local/include/openssl/sha.h:49)
sasl.c:199: warning: ‘SHA1_Update’ is deprecated (declared at /opt/local/include/openssl/sha.h:50)
sasl.c:200: warning: ‘SHA1_Update’ is deprecated (declared at /opt/local/include/openssl/sha.h:50)
sasl.c:201: warning: ‘SHA1_Final’ is deprecated (declared at /opt/local/include/openssl/sha.h:51)
sasl.c: In function ‘sasl_cram_sha256’:
sasl.c:236: warning: ‘SHA256_Init’ is deprecated (declared at /opt/local/include/openssl/sha.h:73)
sasl.c:237: warning: ‘SHA256_Update’ is deprecated (declared at /opt/local/include/openssl/sha.h:75)
sasl.c:238: warning: ‘SHA256_Final’ is deprecated (declared at /opt/local/include/openssl/sha.h:76)
sasl.c:249: warning: ‘SHA256_Init’ is deprecated (declared at /opt/local/include/openssl/sha.h:73)
sasl.c:250: warning: ‘SHA256_Update’ is deprecated (declared at /opt/local/include/openssl/sha.h:75)
sasl.c:251: warning: ‘SHA256_Update’ is deprecated (declared at /opt/local/include/openssl/sha.h:75)
sasl.c:252: warning: ‘SHA256_Final’ is deprecated (declared at /opt/local/include/openssl/sha.h:76)
sasl.c:253: warning: ‘SHA256_Init’ is deprecated (declared at /opt/local/include/openssl/sha.h:73)
sasl.c:254: warning: ‘SHA256_Update’ is deprecated (declared at /opt/local/include/openssl/sha.h:75)
sasl.c:255: warning: ‘SHA256_Update’ is deprecated (declared at /opt/local/include/openssl/sha.h:75)
sasl.c:256: warning: ‘SHA256_Final’ is deprecated (declared at /opt/local/include/openssl/sha.h:76)
sasl.c: In function ‘sasl_digest_md5’:
sasl.c:449: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
sasl.c:450: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
sasl.c:451: warning: ‘MD5_Final’ is deprecated (declared at /opt/local/include/openssl/md5.h:51)
sasl.c:469: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
sasl.c:470: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
sasl.c:471: warning: ‘MD5_Final’ is deprecated (declared at /opt/local/include/openssl/md5.h:51)
sasl.c:499: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
sasl.c:500: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
sasl.c:501: warning: ‘MD5_Final’ is deprecated (declared at /opt/local/include/openssl/md5.h:51)
sasl.c:512: warning: ‘MD5_Init’ is deprecated (declared at /opt/local/include/openssl/md5.h:49)
sasl.c:513: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
sasl.c:514: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
sasl.c:515: warning: ‘MD5_Update’ is deprecated (declared at /opt/local/include/openssl/md5.h:50)
sasl.c:516: warning: ‘MD5_Final’ is deprecated (declared at /opt/local/include/openssl/md5.h:51)
hydra-mod.c: In function ‘ssl_temp_rsa_cb’:
hydra-mod.c:488: warning: ‘RSA_get0_key’ is deprecated (declared at /opt/local/include/openssl/rsa.h:219)
hydra-mod.c:494: warning: ‘RSA_size’ is deprecated (declared at /opt/local/include/openssl/rsa.h:204)
hydra-mod.c:498: warning: ‘RSA_free’ is deprecated (declared at /opt/local/include/openssl/rsa.h:293)
hydra-mod.c:503: warning: ‘RSA_new’ is deprecated (declared at /opt/local/include/openssl/rsa.h:201)
hydra-mod.c:506: warning: ‘RSA_generate_key_ex’ is deprecated (declared at /opt/local/include/openssl/rsa.h:261)
hydra-mod.c: In function ‘hydra_string_match’:
hydra-mod.c:1302: warning: format ‘%d’ expects type ‘int’, but argument 3 has type ‘size_t’
/usr/bin/gcc-4.2 -I. -O3 -g -fcommon  -lm -g   -o hydra  hydra.c hydra-vnc.o hydra-pcnfs.o hydra-rexec.o hydra-nntp.o hydra-socks5.o hydra-telnet.o hydra-cisco.o hydra-http.o hydra-ftp.o hydra-imap.o hydra-pop3.o hydra-smb.o hydra-icq.o hydra-cisco-enable.o hydra-ldap.o hydra-memcached.o hydra-mongodb.o hydra-mysql.o hydra-mssql.o hydra-cobaltstrike.o hydra-xmpp.o hydra-http-proxy-urlenum.o hydra-snmp.o hydra-cvs.o hydra-smtp.o hydra-smtp-enum.o hydra-sapr3.o hydra-ssh.o hydra-sshkey.o hydra-teamspeak.o hydra-postgres.o hydra-rsh.o hydra-rlogin.o hydra-oracle-listener.o hydra-svn.o hydra-pcanywhere.o hydra-sip.o hydra-oracle-sid.o hydra-oracle.o hydra-vmauthd.o hydra-asterisk.o hydra-firebird.o hydra-afp.o hydra-ncp.o hydra-http-proxy.o hydra-http-form.o hydra-irc.o hydra-redis.o hydra-rdp.o hydra-s7-300.c hydra-adam6500.o hydra-rtsp.o hydra-rpcap.o hydra-radmin2.o crc32.o d3des.o bfg.o ntlm.o sasl.o hmacmd5.o hydra-mod.o hydra-time.o hydra-smb2.o -lm -lgcrypt -lz -lcurses -lssl -lidn -lpcre2-8 -lsvn_client-1 -lapr-1 -laprutil-1 -lsvn_subr-1 -lssh -lcrypto -L/opt/local/lib -L/opt/local/lib -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include -I/opt/local/include/subversion-1 -I/opt/local/include/apr-1 -I/opt/local/include/subversion-1 -DLIBOPENSSL -DLIBNCURSES -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE -DLIBSVN -DLIBSSH -DNO_RSA_LEGACY -DHAVE_ZLIB -DHAVE_GCRYPT -DHAVE_MATH_H -DHAVE_SYS_PARAM_H
hydra.c: In function ‘hydra_debug’:
hydra.c:645: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘long long unsigned int’
hydra.c:652: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘uint64_t’
hydra.c:652: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘uint64_t’
hydra.c:652: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 7 has type ‘uint64_t’
hydra.c:652: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 8 has type ‘uint64_t’
hydra.c:652: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 9 has type ‘uint64_t’
hydra.c:652: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 10 has type ‘long long unsigned int’
hydra.c:652: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 11 has type ‘uint64_t’
hydra.c:652: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 12 has type ‘long long unsigned int’
hydra.c:658: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘uint64_t’
hydra.c:658: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘uint64_t’
hydra.c:658: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 7 has type ‘uint64_t’
hydra.c: In function ‘hydra_restore_read’:
hydra.c:888: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘long long unsigned int’
hydra.c:897: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘long long unsigned int’
hydra.c: In function ‘hydra_service_init’:
hydra.c:1209: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
hydra.c: In function ‘hydra_send_next_pair’:
hydra.c:1622: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 12 has type ‘uint64_t’
hydra.c:1622: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 13 has type ‘uint64_t’
hydra.c:1622: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 14 has type ‘uint64_t’
hydra.c:1622: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 15 has type ‘uint64_t’
hydra.c:1628: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘uint64_t’
hydra.c:1628: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
hydra.c:1640: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘uint64_t’
hydra.c:1640: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 7 has type ‘uint64_t’
hydra.c:1945: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘uint64_t’
hydra.c:1945: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 7 has type ‘uint64_t’
hydra.c: In function ‘main’:
hydra.c:3412: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
hydra.c:3419: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘long long unsigned int’
hydra.c:3447: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
hydra.c:3454: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘long long unsigned int’
hydra.c:3501: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
hydra.c:3508: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘long long unsigned int’
hydra.c:3756: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘uint64_t’
hydra.c:3794: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 8 has type ‘uint64_t’
hydra.c:3797: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘uint64_t’
hydra.c:3797: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘uint64_t’
hydra.c:3797: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘uint64_t’
hydra.c:3799: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 2 has type ‘uint64_t’
hydra.c:4193: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘uint64_t’
hydra.c:4193: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 7 has type ‘uint64_t’
hydra.c:4289: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘uint64_t’
hydra.c:4289: warning: format ‘%02lu’ expects type ‘long unsigned int’, but argument 4 has type ‘long long unsigned int’
hydra.c:4289: warning: format ‘%02lu’ expects type ‘long unsigned int’, but argument 5 has type ‘long long unsigned int’
hydra.c:4289: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘uint64_t’
hydra.c:4289: warning: format ‘%02lu’ expects type ‘long unsigned int’, but argument 7 has type ‘long long unsigned int’
hydra.c:4289: warning: format ‘%02lu’ expects type ‘long unsigned int’, but argument 8 has type ‘long long unsigned int’
hydra.c:4325: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 6 has type ‘uint64_t’
hydra.c:4401: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 5 has type ‘uint64_t’
ld: warning: in /opt/local/lib/libgcrypt.dylib, file was built for ppc7400 which is not the architecture being linked (x86_64)
ld: warning: in /opt/local/lib/libz.dylib, file was built for ppc7400 which is not the architecture being linked (x86_64)
ld: warning: in /opt/local/lib/libcurses.dylib, file was built for ppc7400 which is not the architecture being linked (x86_64)
ld: warning: in /opt/local/lib/libssl.dylib, file was built for ppc which is not the architecture being linked (x86_64)
ld: warning: in /opt/local/lib/libidn.dylib, file was built for ppc7400 which is not the architecture being linked (x86_64)
ld: warning: in /opt/local/lib/libpcre2-8.dylib, file was built for ppc7400 which is not the architecture being linked (x86_64)
ld: warning: in /opt/local/lib/libsvn_client-1.dylib, file was built for ppc7400 which is not the architecture being linked (x86_64)
ld: warning: in /opt/local/lib/libapr-1.dylib, file was built for ppc7400 which is not the architecture being linked (x86_64)
ld: warning: in /opt/local/lib/libaprutil-1.dylib, file was built for ppc7400 which is not the architecture being linked (x86_64)
ld: warning: in /opt/local/lib/libsvn_subr-1.dylib, file was built for ppc7400 which is not the architecture being linked (x86_64)
ld: warning: in /opt/local/lib/libssh.dylib, file was built for ppc7400 which is not the architecture being linked (x86_64)
ld: warning: in /opt/local/lib/libcrypto.dylib, file was built for ppc which is not the architecture being linked (x86_64)
Undefined symbols:
  "_SSL_write", referenced from:
      _internal__hydra_send in hydra-mod.o
      _hydra_send in hydra-mod.o
      _internal__hydra_connect in hydra-mod.o
      _internal__hydra_connect in hydra-mod.o
      _internal__hydra_connect in hydra-mod.o
      _internal__hydra_connect in hydra-mod.o
  "_ERR_get_error", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
      _internal__hydra_connect_to_ssl in hydra-mod.o
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_svn_handle_error2", referenced from:
      _start_svn in hydra-svn.o
  "_gcry_cipher_open", referenced from:
      _service_radmin2 in hydra-radmin2.o
  "_crc32", referenced from:
      _start_teamspeak in hydra-teamspeak.o
     (maybe you meant: _crc32_tab)
  "_DES_ecb_encrypt", referenced from:
      _DesEncrypt in hydra-smb.o
      _HashNTLM in hydra-smb.o
      _HashNTLM in hydra-smb.o
      _HashNTLM in hydra-smb.o
      _HashLM in hydra-smb.o
      _HashLM in hydra-smb.o
      _HashLM in hydra-smb.o
      _HashLM in hydra-smb.o
      _HashLM in hydra-smb.o
      _HashLM in hydra-smb.o
  "_svn_cmdline_init", referenced from:
      _start_svn in hydra-svn.o
  "_svn_uri_canonicalize", referenced from:
      _start_svn in hydra-svn.o
  "_ssh_free", referenced from:
      _service_ssh_init in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _start_sshkey in hydra-sshkey.o
      _service_sshkey in hydra-sshkey.o
      _service_sshkey in hydra-sshkey.o
      _service_sshkey in hydra-sshkey.o
      _service_sshkey in hydra-sshkey.o
  "_EVP_md5", referenced from:
      _start_snmp in hydra-snmp.o
  "_gzrewind", referenced from:
      _countlines in ccUnEYoJ.o
  "_ssh_userauth_kbdint_setanswer", referenced from:
      _start_ssh in hydra-ssh.o
  "_MD4_Final", referenced from:
      _MakeNTLM in hydra-smb.o
  "_BN_free", referenced from:
      _ssl_temp_rsa_cb in hydra-mod.o
      _ssl_temp_rsa_cb in hydra-mod.o
  "_ssh_init", referenced from:
      _service_ssh_init in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _start_sshkey in hydra-sshkey.o
     (maybe you meant: _service_ssh_init)
  "_MD5_Final", referenced from:
      _start_pop3 in hydra-pop3.o
      _password_to_key_md5 in hydra-snmp.o
      _password_to_key_md5 in hydra-snmp.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_cram_md5 in sasl.o
      _sasl_cram_md5 in sasl.o
      _sasl_cram_md5 in sasl.o
      _hmac_md5_final in hmacmd5.o
      _hmac_md5_final in hmacmd5.o
      _hmac_md5_init_rfc2104 in hmacmd5.o
      _hmac_md5 in hmacmd5.o
      _hmac_md5 in hmacmd5.o
  "_RSA_generate_key_ex", referenced from:
      _ssl_temp_rsa_cb in hydra-mod.o
  "_SHA256_Update", referenced from:
      _sasl_cram_sha256 in sasl.o
      _sasl_cram_sha256 in sasl.o
      _sasl_cram_sha256 in sasl.o
      _sasl_cram_sha256 in sasl.o
      _sasl_cram_sha256 in sasl.o
  "_SSL_ctrl", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_MD5_Update", referenced from:
      _start_pop3 in hydra-pop3.o
      _start_pop3 in hydra-pop3.o
      _password_to_key_md5 in hydra-snmp.o
      _password_to_key_md5 in hydra-snmp.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_cram_md5 in sasl.o
      _sasl_cram_md5 in sasl.o
      _sasl_cram_md5 in sasl.o
      _sasl_cram_md5 in sasl.o
      _sasl_cram_md5 in sasl.o
      _hmac_md5_final in hmacmd5.o
      _hmac_md5_final in hmacmd5.o
      _hmac_md5_update in hmacmd5.o
      _hmac_md5_init_limK_to_64 in hmacmd5.o
      _hmac_md5_init_rfc2104 in hmacmd5.o
      _hmac_md5_init_rfc2104 in hmacmd5.o
      _hmac_md5 in hmacmd5.o
      _hmac_md5 in hmacmd5.o
      _hmac_md5 in hmacmd5.o
  "_SSL_pending", referenced from:
      _hydra_receive_line in hydra-mod.o
  "_ssh_auth_list", referenced from:
      _start_ssh in hydra-ssh.o
      _start_sshkey in hydra-sshkey.o
  "_pcre2_compile_8", referenced from:
      _hydra_string_match in hydra-mod.o
  "_SSL_CTX_set_verify", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_RSA_size", referenced from:
      _ssl_temp_rsa_cb in hydra-mod.o
  "_SSL_new", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_gcry_cipher_setkey", referenced from:
      _service_radmin2 in hydra-radmin2.o
  "_gcry_md_reset", referenced from:
      _service_radmin2 in hydra-radmin2.o
  "_gzeof", referenced from:
      _fill_mem in ccUnEYoJ.o
      _fill_mem in ccUnEYoJ.o
      _countlines in ccUnEYoJ.o
      _countlines in ccUnEYoJ.o
  "_PKCS5_PBKDF2_HMAC_SHA1", referenced from:
      _sasl_scram_sha1 in sasl.o
  "_apr_pool_destroy", referenced from:
      _start_svn in hydra-svn.o
      _start_svn in hydra-svn.o
  "_SSL_CTX_set_options", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_svn_config_ensure", referenced from:
      _start_svn in hydra-svn.o
  "_SHA1", referenced from:
      _sasl_scram_sha1 in sasl.o
  "_MD4_Init", referenced from:
      _MakeNTLM in hydra-smb.o
  "_gcry_strsource", referenced from:
      _service_radmin2 in hydra-radmin2.o
      _service_radmin2 in hydra-radmin2.o
      _service_radmin2 in hydra-radmin2.o
      _service_radmin2 in hydra-radmin2.o
      _service_radmin2 in hydra-radmin2.o
  "_MD5_Init", referenced from:
      _start_pop3 in hydra-pop3.o
      _password_to_key_md5 in hydra-snmp.o
      _password_to_key_md5 in hydra-snmp.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_cram_md5 in sasl.o
      _sasl_cram_md5 in sasl.o
      _sasl_cram_md5 in sasl.o
      _hmac_md5_final in hmacmd5.o
      _hmac_md5_init_limK_to_64 in hmacmd5.o
      _hmac_md5_init_rfc2104 in hmacmd5.o
      _hmac_md5_init_rfc2104 in hmacmd5.o
      _hmac_md5 in hmacmd5.o
  "_ERR_error_string", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
      _internal__hydra_connect_to_ssl in hydra-mod.o
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_SSL_set_bio", referenced from:
      _hydra_disconnect in hydra-mod.o
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_DES_set_odd_parity", referenced from:
      _MakeKey in hydra-smb.o
  "_setupterm", referenced from:
      _main in ccUnEYoJ.o
  "_del_curterm", referenced from:
      _main in ccUnEYoJ.o
  "_tigetnum", referenced from:
      _main in ccUnEYoJ.o
  "_strndup", referenced from:
      _add_or_update_cookie in hydra-http-form.o
  "_ssh_userauth_kbdint_getnprompts", referenced from:
      _start_ssh in hydra-ssh.o
  "_SSL_get_fd", referenced from:
      _hydra_disconnect in hydra-mod.o
  "_svn_pool_create_ex", referenced from:
      _start_svn in hydra-svn.o
  "_DES_set_key", referenced from:
      _DesEncrypt in hydra-smb.o
      _HashNTLM in hydra-smb.o
      _HashNTLM in hydra-smb.o
      _HashNTLM in hydra-smb.o
      _HashLM in hydra-smb.o
      _HashLM in hydra-smb.o
      _HashLM in hydra-smb.o
      _HashLM in hydra-smb.o
      _HashLM in hydra-smb.o
      _HashLM in hydra-smb.o
  "_gcry_md_close", referenced from:
      _service_radmin2 in hydra-radmin2.o
  "_apr_pstrdup", referenced from:
      _my_simple_prompt_callback in hydra-svn.o
      _my_simple_prompt_callback in hydra-svn.o
  "_pcre2_match_data_free_8", referenced from:
      _hydra_string_match in hydra-mod.o
  "_svn_auth_get_simple_prompt_provider", referenced from:
      _start_svn in hydra-svn.o
  "_gzclose", referenced from:
      _fill_mem in ccUnEYoJ.o
  "_gcry_md_open", referenced from:
      _service_radmin2 in hydra-radmin2.o
  "_SSL_get_current_cipher", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_apr_array_make", referenced from:
      _start_svn in hydra-svn.o
  "_svn_config_get_config", referenced from:
      _start_svn in hydra-svn.o
  "_gcry_md_read", referenced from:
      _service_radmin2 in hydra-radmin2.o
      _service_radmin2 in hydra-radmin2.o
  "_ssh_finalize", referenced from:
      _service_ssh_init in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _service_sshkey in hydra-sshkey.o
      _service_sshkey in hydra-sshkey.o
      _service_sshkey in hydra-sshkey.o
      _service_sshkey in hydra-sshkey.o
  "_gzgets", referenced from:
      _fill_mem in ccUnEYoJ.o
      _countlines in ccUnEYoJ.o
  "_svn_client_create_context2", referenced from:
      _start_svn in hydra-svn.o
  "_SHA1_Update", referenced from:
      _password_to_key_sha in hydra-snmp.o
      _password_to_key_sha in hydra-snmp.o
      _sasl_cram_sha1 in sasl.o
      _sasl_cram_sha1 in sasl.o
      _sasl_cram_sha1 in sasl.o
      _sasl_cram_sha1 in sasl.o
      _sasl_cram_sha1 in sasl.o
  "_gcry_cipher_encrypt", referenced from:
      _service_radmin2 in hydra-radmin2.o
  "_privatekey_from_file", referenced from:
      _start_sshkey in hydra-sshkey.o
  "_pcre2_match_data_create_from_pattern_8", referenced from:
      _hydra_string_match in hydra-mod.o
  "_SSL_clear", referenced from:
      _hydra_disconnect in hydra-mod.o
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_pcre2_code_free_8", referenced from:
      _hydra_string_match in hydra-mod.o
  "_gcry_cipher_setiv", referenced from:
      _service_radmin2 in hydra-radmin2.o
  "_gcry_cipher_close", referenced from:
      _service_radmin2 in hydra-radmin2.o
  "_DES_ncbc_encrypt", referenced from:
      _start_snmp in hydra-snmp.o
      _ora_descrypt in hydra-oracle-listener.o
      _ora_descrypt in hydra-oracle-listener.o
  "_SSL_read", referenced from:
      _internal__hydra_recv in hydra-mod.o
      _hydra_recv in hydra-mod.o
      _hydra_recv_nb in hydra-mod.o
      _hydra_receive_line in hydra-mod.o
      _internal__hydra_connect in hydra-mod.o
      _internal__hydra_connect in hydra-mod.o
      _internal__hydra_connect in hydra-mod.o
      _internal__hydra_connect in hydra-mod.o
  "_SHA1_Final", referenced from:
      _password_to_key_sha in hydra-snmp.o
      _password_to_key_sha in hydra-snmp.o
      _sasl_cram_sha1 in sasl.o
      _sasl_cram_sha1 in sasl.o
      _sasl_cram_sha1 in sasl.o
  "_SSL_set_fd", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_ssh_is_connected", referenced from:
      _start_ssh in hydra-ssh.o
  "_apr_palloc", referenced from:
      _my_simple_prompt_callback in hydra-svn.o
  "_ssh_userauth_list", referenced from:
      _service_ssh_init in hydra-ssh.o
  "_OPENSSL_init_ssl", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_ssh_userauth_pubkey", referenced from:
      _start_sshkey in hydra-sshkey.o
  "_stringprep_profile", referenced from:
      _sasl_saslprep in sasl.o
      _sasl_scram_sha1 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_cram_sha256 in sasl.o
      _sasl_cram_sha1 in sasl.o
      _sasl_cram_md5 in sasl.o
      _sasl_plain in sasl.o
      _sasl_plain in sasl.o
  "_RSA_free", referenced from:
      _ssl_temp_rsa_cb in hydra-mod.o
  "_RSA_get0_key", referenced from:
      _ssl_temp_rsa_cb in hydra-mod.o
      _ssl_temp_rsa_cb in hydra-mod.o
  "_SSL_connect", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_ssh_disconnect", referenced from:
      _service_ssh_init in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _service_ssh in hydra-ssh.o
      _start_sshkey in hydra-sshkey.o
      _service_sshkey in hydra-sshkey.o
      _service_sshkey in hydra-sshkey.o
      _service_sshkey in hydra-sshkey.o
      _service_sshkey in hydra-sshkey.o
  "_EVP_sha1", referenced from:
      _start_snmp in hydra-snmp.o
      _sasl_scram_sha1 in sasl.o
      _sasl_scram_sha1 in sasl.o
  "_ssh_options_set", referenced from:
      _service_ssh_init in hydra-ssh.o
      _service_ssh_init in hydra-ssh.o
      _service_ssh_init in hydra-ssh.o
      _service_ssh_init in hydra-ssh.o
      _service_ssh_init in hydra-ssh.o
      _service_ssh_init in hydra-ssh.o
      _service_ssh_init in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _start_sshkey in hydra-sshkey.o
      _start_sshkey in hydra-sshkey.o
      _start_sshkey in hydra-sshkey.o
      _start_sshkey in hydra-sshkey.o
      _start_sshkey in hydra-sshkey.o
  "_SSL_CTX_set_default_verify_paths", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_SSL_CIPHER_get_name", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_gcry_md_write", referenced from:
      _service_radmin2 in hydra-radmin2.o
  "_svn_auth_open", referenced from:
      _start_svn in hydra-svn.o
  "_TLS_client_method", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_ssh_userauth_none", referenced from:
      _service_ssh_init in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _start_sshkey in hydra-sshkey.o
  "_pcre2_match_8", referenced from:
      _hydra_string_match in hydra-mod.o
  "_DES_key_sched", referenced from:
      _start_snmp in hydra-snmp.o
      _ora_descrypt in hydra-oracle-listener.o
      _ora_descrypt in hydra-oracle-listener.o
  "_gcry_check_version", referenced from:
      _service_radmin2 in hydra-radmin2.o
  "_ssh_connect", referenced from:
      _service_ssh_init in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _start_sshkey in hydra-sshkey.o
  "_MD4_Update", referenced from:
      _MakeNTLM in hydra-smb.o
  "_ssh_new", referenced from:
      _service_ssh_init in hydra-ssh.o
      _start_ssh in hydra-ssh.o
      _start_sshkey in hydra-sshkey.o
  "_ssh_get_error", referenced from:
      _service_ssh_init in hydra-ssh.o
      _start_ssh in hydra-ssh.o
  "_cur_term", referenced from:
      _main in ccUnEYoJ.o
  "_BN_new", referenced from:
      _ssl_temp_rsa_cb in hydra-mod.o
      _ssl_temp_rsa_cb in hydra-mod.o
  "_svn_client_list4", referenced from:
      _start_svn in hydra-svn.o
  "_SHA1_Init", referenced from:
      _password_to_key_sha in hydra-snmp.o
      _password_to_key_sha in hydra-snmp.o
      _sasl_cram_sha1 in sasl.o
      _sasl_cram_sha1 in sasl.o
      _sasl_cram_sha1 in sasl.o
  "_ssh_userauth_kbdint", referenced from:
      _start_ssh in hydra-ssh.o
  "_gzdopen", referenced from:
      _fill_mem in ccUnEYoJ.o
      _countlines in ccUnEYoJ.o
  "_apr_array_push", referenced from:
      _start_svn in hydra-svn.o
  "_pr29_8z", referenced from:
      _sasl_saslprep in sasl.o
      _sasl_scram_sha1 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_digest_md5 in sasl.o
      _sasl_cram_sha256 in sasl.o
      _sasl_cram_sha1 in sasl.o
      _sasl_cram_md5 in sasl.o
      _sasl_plain in sasl.o
      _sasl_plain in sasl.o
  "_gcry_strerror", referenced from:
      _service_radmin2 in hydra-radmin2.o
      _service_radmin2 in hydra-radmin2.o
      _service_radmin2 in hydra-radmin2.o
      _service_radmin2 in hydra-radmin2.o
      _service_radmin2 in hydra-radmin2.o
  "_BN_zero_ex", referenced from:
      _ssl_temp_rsa_cb in hydra-mod.o
      _ssl_temp_rsa_cb in hydra-mod.o
  "_SHA256_Init", referenced from:
      _sasl_cram_sha256 in sasl.o
      _sasl_cram_sha256 in sasl.o
      _sasl_cram_sha256 in sasl.o
  "_HMAC", referenced from:
      _start_snmp in hydra-snmp.o
      _sasl_scram_sha1 in sasl.o
      _sasl_scram_sha1 in sasl.o
  "_SSL_CTX_new", referenced from:
      _internal__hydra_connect_to_ssl in hydra-mod.o
  "_SHA256_Final", referenced from:
      _sasl_cram_sha256 in sasl.o
      _sasl_cram_sha256 in sasl.o
      _sasl_cram_sha256 in sasl.o
  "_BN_set_word", referenced from:
      _ssl_temp_rsa_cb in hydra-mod.o
  "_RSA_new", referenced from:
      _ssl_temp_rsa_cb in hydra-mod.o
  "_ssh_userauth_password", referenced from:
      _start_ssh in hydra-ssh.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [hydra] Error 1

Attachments (1)

hydra_main.txt (88.7 KB) - added by barracuda156 15 months ago.

Download all attachments as: .zip

Change History (4)

Changed 15 months ago by barracuda156

Attachment: hydra_main.txt added

comment:1 Changed 15 months ago by barracuda156

Description: modified (diff)

comment:2 Changed 15 months ago by barracuda156

Summary: hydra fails to build with gcc-4.2hydra does not respect Macports build_arch settings

comment:3 Changed 15 months ago by barracuda156

Resolution: fixed
Status: assignedclosed

In 749daf39e5bbb6af994b5b8a3eeaaa5427abdc14/macports-ports (master):

hydra: fix build on <10.7
Fixes: #66827
Signed-off-by: Sergey Fedorov <vital.had@…>

Note: See TracTickets for help on using tickets.