|
Message-ID: <CABob6iqTTu78MoKUt=iJRW6AgF94nQV5oDHwZHh4CM=fmL0dXw@mail.gmail.com> Date: Fri, 23 May 2014 20:50:41 +0200 From: Lukas Odzioba <lukas.odzioba@...il.com> To: john-dev@...ts.openwall.com Subject: Autoconf issue ADD_CFLAGS - no such file or directory Guys, I am not able to compile bleeding-jumbo also my configure does not reckognize OpenCL on my system. Below is the log of configure/make. I would appreciate any help, on how to debug/fix that. ukasz@...th ~/hashrunner2014/test/JohnTheRipper-bleeding-jumbo/src $ ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether to compile using MPI... no checking for gcc... gcc 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... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking additional paths... -I/usr/local/include checking arg check macro with gcc... yes checking if gcc supports -funroll-loops... yes checking if gcc supports -Os... yes checking if gcc supports -finline-functions... yes checking if gcc supports -Wall... yes checking if gcc supports -Wdeclaration-after-statement... yes checking if gcc supports -fomit-frame-pointer... yes checking if gcc supports -Wno-deprecated-declarations... yes checking whether ln -s works... yes checking for grep that handles long lines and -e... /bin/grep checking for a sed that does not truncate output... /bin/sed checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... gcc -E checking for a thread-safe mkdir -p... /bin/mkdir -p checking for sort... /usr/bin/sort checking for yasm... no checking for ar... /usr/bin/ar checking for find... /usr/bin/find checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking size of char... 1 checking size of unsigned char... 1 checking size of short... 2 checking size of unsigned short... 2 checking size of int... 4 checking size of unsigned... 4 checking size of unsigned int... 4 checking size of long... 8 checking size of long long... 8 checking size of double... 8 checking size of long double... 16 checking size of int *... 8 checking size of long long *... 8 checking size of void *... 8 configure: Testing build host's native CPU features checking for SSE2... yes checking for SSSE3... yes checking for SSE4.1... yes checking for AVX... yes checking for AVX2... no checking for XOP... no checking for arch.h alternative... x86-64.h checking whether compiler understands -march=native... yes checking for 32/64 bit... 64-bit checking for extra ASFLAGS... None needed checking for cygwin64... no checking for X32 ABI... no checking for unaligned memory access allowed... yes checking for byte ordering according to target triple... little checking CommonCrypto/CommonDigest.h usability... no checking CommonCrypto/CommonDigest.h presence... no checking for CommonCrypto/CommonDigest.h... no checking for OPENSSL... yes checking for sqrt in -lm... yes checking for deflate in -lz... yes checking for library containing crypt... -lcrypt checking krb5.h usability... no checking krb5.h presence... no checking for krb5.h... no checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for __gmpz_init in -lgmp... yes checking skey.h usability... no checking skey.h presence... no checking for skey.h... no checking for main in -lkernel32... no checking for dlopen in -ldl... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for library containing c_regex_iterator_cb... no checking for main in -lnsl... yes checking for main in -lpthread... yes checking for main in -lrt... yes checking for main in -lsocket... no checking for main in -lwsock32... no checking for main in -llws2_32... no checking for main in -lwst... no checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking for pcap_compile in -lpcap... yes checking whether time.h and sys/time.h may both be included... yes checking whether string.h and strings.h may both be included... yes checking for SSL_library_init in -lssl... yes checking for RC4 in -lcrypto... yes checking for EVP_aes_256_xts... yes checking for SHA256... yes checking for WHIRLPOOL... yes checking for AES_encrypt... yes checking for EVP_sha512... yes checking for NSS... no checking for gcc option to support OpenMP... -fopenmp checking additional paths for OpenCL... -I/opt/AMDAPP/include checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... no checking whether pthreads work with -pthreads... no checking whether pthreads work with -mthreads... no checking for the pthreads library -lpthread... no checking whether pthreads work with --thread-safe... no checking whether pthreads work with -mt... no checking for pthread-config... no checking whether we are using the Microsoft C compiler... no checking CL/cl.h usability... no checking CL/cl.h presence... no checking for CL/cl.h... no checking OpenCL/cl.h usability... no checking OpenCL/cl.h presence... no checking for OpenCL/cl.h... no checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking for OpenCL library... no checking additional paths for CUDA... none checking cuda.h usability... no checking cuda.h presence... no checking for cuda.h... no checking OS.h usability... no checking OS.h presence... no checking for OS.h... no checking arpa/inet.h usability... no checking arpa/inet.h presence... no checking for arpa/inet.h... no checking crypt.h usability... no checking crypt.h presence... no checking for crypt.h... no checking fcntl.h usability... no checking fcntl.h presence... no checking for fcntl.h... no checking limits.h usability... no checking limits.h presence... no checking for limits.h... no checking locale.h usability... no checking locale.h presence... no checking for locale.h... no checking net/ethernet.h usability... no checking net/ethernet.h presence... no checking for net/ethernet.h... no checking netdb.h usability... no checking netdb.h presence... no checking for netdb.h... no checking netinet/in.h usability... no checking netinet/in.h presence... no checking for netinet/in.h... no checking netinet/in_systm.h usability... no checking netinet/in_systm.h presence... no checking for netinet/in_systm.h... no checking stddef.h usability... no checking stddef.h presence... no checking for stddef.h... no checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/ethernet.h usability... no checking sys/ethernet.h presence... no checking for sys/ethernet.h... no checking sys/file.h usability... no checking sys/file.h presence... no checking for sys/file.h... no checking sys/param.h usability... no checking sys/param.h presence... no checking for sys/param.h... no checking sys/socket.h usability... no checking sys/socket.h presence... no checking for sys/socket.h... no checking sys/time.h usability... no checking sys/time.h presence... no checking for sys/time.h... no checking sys/timeb.h usability... no checking sys/timeb.h presence... no checking for sys/timeb.h... no checking sys/times.h usability... no checking sys/times.h presence... no checking for sys/times.h... no checking for sys/types.h... (cached) yes checking termios.h usability... no checking termios.h presence... no checking for termios.h... no checking for unistd.h... (cached) yes checking unixlib/local.h usability... no checking unixlib/local.h presence... no checking for unixlib/local.h... no checking wchar.h usability... no checking wchar.h presence... no checking for wchar.h... no checking for net/if.h... no checking for net/if_arp.h... no checking for netinet/if_ether.h... no checking for netinet/ip.h... no checking for stdbool.h that conforms to C99... no checking for _Bool... no checking for inline... no checking for int32_t... no checking for int64_t... no checking for off_t... no checking for size_t... no checking for ssize_t... no checking for uint16_t... no checking for uint32_t... no checking for uint64_t... no checking for uint8_t... no checking for ptrdiff_t... no checking for error_at_line... no checking for pid_t... no checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... no checking for vfork... no checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) no checking for getpagesize... no checking for working mmap... no configure: creating ./fmt_externs.h configure: creating ./fmt_registers.h configure: creating ./john_build_rule.h configure: creating ./config.status config.status: creating Makefile config.status: creating aes/Makefile config.status: creating aes/aesni/Makefile config.status: creating aes/openssl/Makefile config.status: creating escrypt/Makefile config.status: creating autoconfig.h config.status: autoconfig.h is unchanged config.status: linking x86-64.h to arch.h config.status: executing default commands Configured for building John the Ripper 1.8.0.2-bleeding-jumbo: Target CPU .................................. x86_64 AVX, 64-bit AES-NI support .............................. depends on OpenSSL Target OS ................................... linux-gnu Cross compiling ............................. no Legacy arch header .......................... x86-64.h OpenMPI support (default disabled) .......... no Fork support ................................ no OpenMP support .............................. yes OpenCL support .............................. no CUDA support ................................ no Generic crypt(3) mode ....................... yes Optional libraries found: Rexgen (extra cracking mode) ................ no GMP (performance) ........................... yes NSS/NSPR (Mozilla format) ................... no SKEY (skey format) .......................... no MIT Kerberos5 (krb5-18/23 formats) .......... no PCAP (vncpcap2john and SIPdump) ............. yes Install missing libraries to get any needed features that were omitted. Configure finished. Do 'make -s' to compile. ukasz@...th ~/hashrunner2014/test/JohnTheRipper-bleeding-jumbo/src $ make make ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/undrop ../run/ssh2john ../run/rar2john ../run/zip2john ../run/genmkvpwd ../run/mkvcalcproba ../run/calc_stat ../run/tgtsnarf ../run/racf2john ../run/hccap2john ../run/pwsafe2john ../run/raw2dyna ../run/keepass2john ../run/pfx2john ../run/keychain2john ../run/keyring2john ../run/kwallet2john ../run/dmg2john ../run/putty2john ../run/uaf2john ../run/truecrypt_volume2john ../run/keystore2john ../run/wpapcap2john ../run/gpg2john ../run/cprepair ../run/luks2john ../run/SIPdump ../run/vncpcap2john \ JOHN_OBJS="john-mpi.o DES_fmt.o DES_std.o DES_bs.o DES_bs_b.o BSDI_fmt.o MD5_fmt.o MD5_std.o BF_fmt.o BF_std.o scrypt_fmt.o escrypt/crypto_scrypt-best.o escrypt/crypto_scrypt-common.o escrypt/sha256.o AFS_fmt.o LM_fmt.o trip_fmt.o timer.o md5_go.o md5.o rc4.o hmacmd5.o base64.o md4.o sha2.o dynamic_fmt.o dynamic_parser.o dynamic_preloads.o dynamic_utils.o dynamic_big_crypt.o hmacMD5_fmt.o hmacSHA1_fmt.o django_fmt.o truecrypt_fmt.o bitcoin_fmt.o SKEY_fmt.o ssh_fmt.o ssh2john.o pfx_fmt.o pfx2john.o unrarcmd.o unrarfilter.o unrarhlp.o unrar.o unrarppm.o unrarvm.o rar_fmt.o rar2john.o rawSHA0_fmt.o zip_fmt.o zip2john.o gladman_hmac.o gladman_pwd2key.o racf2john.o keychain2john.o kwallet2john.o pwsafe2john.o dmg2john.o keepass2john.o keyring2john.o keystore2john.o truecrypt_volume2john.o wpapsk_fmt.o hccap2john.o mozilla_fmt.o KeyDBCracker.o mozilla_des.o lowpbe.o mozilla2john.o krb5-18_fmt.o krb5-23_fmt.o 7z_fmt_plug.o BFEgg_fmt_plug.o DMD5_fmt_plug.o DOMINOSEC_fmt_plug.o EPI_fmt_plug.o FGT_fmt_plug.o HDAA_fmt_plug.o IPB2_fmt_plug.o KRB4_fmt_plug.o KRB4_std_plug.o KRB5_fmt_plug.o KRB5_std_plug.o KeccakDuplex_plug.o KeccakF-1600-opt32_plug.o KeccakF-1600-opt64_plug.o KeccakNISTInterface_plug.o KeccakSponge_plug.o MSCHAPv2_bs_fmt_plug.o NETLM_fmt_plug.o NETLMv2_fmt_plug.o NETNTLM_bs_fmt_plug.o NETNTLMv2_fmt_plug.o NETSPLITLM_fmt_plug.o NS_fmt_plug.o PHPS_fmt_plug.o PO_fmt_plug.o SybaseASE_fmt_plug.o SybasePROP_fmt_plug.o XSHA512_fmt_plug.o XSHA_fmt_plug.o agilekeychain_fmt_plug.o aix_smd5_fmt_plug.o aix_ssha_fmt_plug.o androidfde_fmt_plug.o asaMD5_fmt_plug.o blackberry_ES10_fmt_plug.o blake2b-ref_plug.o blake2b_plug.o blockchain_fmt_plug.o chap_fmt_plug.o citrix_ns_fmt_plug.o clipperz_srp_fmt_plug.o cloudkeychain_fmt_plug.o crc32_fmt_plug.o cryptsha256_fmt_plug.o cryptsha512_fmt_plug.o django_scrypt_fmt_plug.o dmg_fmt_plug.o dragonfly3_fmt_plug.o dragonfly4_fmt_plug.o drupal7_fmt_plug.o ecryptfs_fmt_plug.o efs_fmt_plug.o encfs_fmt_plug.o episerver_fmt_plug.o feal8_plug.o formspring_fmt_plug.o gost_fmt_plug.o gpg_fmt_plug.o haval_fmt_plug.o haval_plug.o hmacSHA224_fmt_plug.o hmacSHA256_fmt_plug.o hmacSHA384_fmt_plug.o hmacSHA512_fmt_plug.o hmailserver_fmt_plug.o idea_plug.o ike_fmt_plug.o keepass_fmt_plug.o keychain_fmt_plug.o keyring_fmt_plug.o keystore_fmt_plug.o krb5pa-md5_fmt_plug.o krb5pa-sha1_fmt_plug.o kwallet_fmt_plug.o lastpass_fmt_plug.o lastpass_sniffed_fmt_plug.o lotus5_fmt_plug.o lotus85_fmt_plug.o luks_fmt_plug.o md2_fmt_plug.o md2_plug.o md4_gen_fmt_plug.o mediawiki_fmt_plug.o mongodb_fmt_plug.o mscash1_fmt_plug.o mscash2_fmt_plug.o mssql-old_fmt_plug.o mssql05_fmt_plug.o mssql12_fmt_plug.o mysqlSHA1_fmt_plug.o mysql_fmt_plug.o mysql_netauth_fmt_plug.o net_md5_fmt_plug.o net_sha1_fmt_plug.o nsldap_fmt_plug.o nt2_fmt_plug.o ntlmv1_mschapv2_fmt_plug.o nukedclan_fmt_plug.o o5logon_fmt_plug.o odf_fmt_plug.o office_fmt_plug.o oldoffice_fmt_plug.o openssl_enc_fmt_plug.o oracle11_fmt_plug.o oracle_fmt_plug.o osc_fmt_plug.o panama_fmt_plug.o panama_plug.o pbkdf2-hmac-sha1_fmt_plug.o pbkdf2-hmac-sha512_fmt_plug.o pbkdf2_hmac_sha256_fmt_plug.o pdf_fmt_plug.o pdfcrack_md5_plug.o phpassMD5_fmt_plug.o pixMD5_fmt_plug.o pkzip_fmt_plug.o postgres_fmt_plug.o pst_fmt_plug.o putty_fmt_plug.o pwsafe_fmt_plug.o racf_fmt_plug.o radmin_fmt_plug.o rakp_fmt_plug.o rar5_fmt_plug.o rawBLAKE2_512_fmt_plug.o rawKeccak_256_fmt_plug.o rawKeccak_512_fmt_plug.o rawMD4_fmt_plug.o rawMD5_fmt_plug.o rawSHA1_fmt_plug.o rawSHA1_linkedIn_fmt_plug.o rawSHA224_fmt_plug.o rawSHA256_fmt_plug.o rawSHA384_fmt_plug.o rawSHA512_fmt_plug.o rawmd5u_fmt_plug.o ripemd_fmt_plug.o ripemd_plug.o salted_sha1_fmt_plug.o sapB_fmt_plug.o sapG_fmt_plug.o sha1_gen_fmt_plug.o siemens-s7_fmt_plug.o sip_fmt_plug.o skein_fmt_plug.o skein_plug.o snefru_fmt_plug.o snefru_plug.o ssh_ng_fmt_plug.o ssha512_fmt_plug.o strip_fmt_plug.o sunmd5_fmt_plug.o sxc_fmt_plug.o syb-prop_repro_plug.o tcp_md5_fmt_plug.o tiger_fmt_plug.o tiger_plug.o uaf_encode_plug.o vms_fmt_plug.o vnc_fmt_plug.o wbb3_fmt_plug.o whirlpool_fmt_plug.o whirlpool_plug.o wow_srp_fmt_plug.o rawSHA1_ng_fmt.o rawSHA256_ng_fmt.o rawSHA512_ng_fmt.o rawSHA256_ng_i_fmt.o rawSHA512_ng_i_fmt.o plugin.o dummy.o NT_fmt.o gost.o common-gpu.o batch.o bench.o charset.o common.o compiler.o config.o cracker.o crc32.o external.o formats.o getopt.o idle.o inc.o john.o list.o loader.o logger.o mask.o math.o memory.o misc.o options.o params.o path.o recovery.o rpp.o rules.o signals.o single.o status.o tty.o wordlist.o mkv.o mkvlib.o listconf.o fake_salts.o win32_memmap.o unicode.o unshadow.o unafs.o undrop.o regex.o c3_fmt.o unique.o putty2john.o gpg2john.o memdbg.o x86-64.o sse-intrinsics.o" \ AESNI_ARCH=64 make[1]: Wejście do katalogu `/home/ukasz/hashrunner2014/test/JohnTheRipper-bleeding-jumbo/src' gcc -march=native -mavx -DAC_BUILT -c -g -O2 -I/usr/local/include ADD_CFLAGS -I/opt/AMDAPP/include -Wall -Wdeclaration-after-statement -fomit-frame-pointer -Wno-deprecated-declarations -fopenmp -funroll-loops john-mpi.c -o john-mpi.o gcc: error: ADD_CFLAGS: Nie ma takiego pliku ani katalogu make[1]: *** [john-mpi.o] Błąd 1 make[1]: Opuszczenie katalogu `/home/ukasz/hashrunner2014/test/JohnTheRipper-bleeding-jumbo/src' make: *** [default] Błąd 2
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.