[openssl-dev] [openssl.org #4413] AutoReply: Cygwin x86_64: make: *** No rule to make target '<user>/openssl/Configurations/unix-Makefile.tmpl', needed by 'configdata.pm'.

noloader@gmail.com via RT rt at openssl.org
Sun Mar 20 15:03:38 UTC 2016


Well, this appears to be cleared as of commit 270862b470d43a28 (likely
well before the commit). The test programs compile and complete with
success.

Is this what is intended for command lines? It looks a tad bit odd to
me, and I wonder if there are potential problems lurking behind the
scenes.

gcc -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
-DOPENSSL_NO_DYNAMIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
-DOPENSSLDIR="\"/usr/local/ssl\""
-DENGINESDIR="\"/usr/local/lib/engines\"" -DTERMIOS -DL_ENDIAN -Wall
-O3  -D_WINDLL -I../../Jeffrey -IWalton/openssl/include -I.
-Icrypto/include -Iinclude -Icrypto/bn/Walton/openssl/crypto/include
-MMD -MF crypto/aes/aes-x86_64.d.tmp -MT crypto/aes/aes-x86_64.o -c -o
crypto/aes/aes-x86_64.o crypto/aes/aes-x86_64.s

On Fri, Mar 11, 2016 at 3:07 AM, The default queue via RT
<rt at openssl.org> wrote:
>
> ...
> $ ./config
> ...
> $ make depend
> <produces no output; somewhat odd>
>
> $ make
> make: *** No rule to make target
> 'Walton/openssl/Configurations/unix-Makefile.tmpl', needed by
> 'configdata.pm'.  Stop.
>
> And:
>
> $ echo $PWD
> /home/Jeffrey Walton/openssl
>
> HOME for Cygwin-x64 on the Windows filesystem is:
> "C:\cygwin-x86_64\home\Jeffrey Walton".
>
> Two weeks ago I was able to complete the exercise.
>
> **********
>
> $ ./config
> Operating system: x86_64-pc-cygwin
> Configuring for Cygwin-x86_64
> Configuring OpenSSL version 1.1.0-pre4-dev (0x0x10100004L)
>     no-crypto-mdebug [default]  OPENSSL_NO_CRYPTO_MDEBUG (skip dir)
>     no-crypto-mdebug-backtrace [forced]
> OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE (skip dir)
>     no-ec_nistp_64_gcc_128 [default]  OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir)
>     no-egd          [default]  OPENSSL_NO_EGD (skip dir)
>     no-heartbeats   [default]  OPENSSL_NO_HEARTBEATS (skip dir)
>     no-md2          [default]  OPENSSL_NO_MD2 (skip dir)
>     no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)
>     no-sctp         [default]  OPENSSL_NO_SCTP (skip dir)
>     no-shared       [default]
>     no-ssl-trace    [default]  OPENSSL_NO_SSL_TRACE (skip dir)
>     no-ssl3         [default]  OPENSSL_NO_SSL3 (skip dir)
>     no-ssl3-method  [default]  OPENSSL_NO_SSL3_METHOD (skip dir)
>     no-static-engine [default]  OPENSSL_NO_STATIC_ENGINE (skip dir)
>     no-unit-test    [default]  OPENSSL_NO_UNIT_TEST (skip dir)
>     no-weak-ssl-ciphers [default]  OPENSSL_NO_WEAK_SSL_CIPHERS (skip dir)
>     no-zlib         [default]
>     no-zlib-dynamic [default]
> Configuring for Cygwin-x86_64
> IsMK1MF       =no
> CC            =gcc
> CFLAG         =-DTERMIOS -DL_ENDIAN -Wall -O3
> SHARED_CFLAG  =-D_WINDLL
> DEFINES       =DSO_DLFCN HAVE_DLFCN_H OPENSSL_NO_STATIC_ENGINE
> OPENSSL_PIC OPENSSL_IA32_SSE2 OPENSSL_BN_ASM_MONT OPENSSL_BN_ASM_MONT5
> OPENSSL_BN_ASM_GF2m SHA1_ASM SHA256_ASM SHA512_ASM MD5_ASM AES_ASM
> VPAES_ASM BSAES_ASM GHASH_ASM ECP_NISTZ256_ASM POLY1305_ASM
> LFLAG         =
> PLIB_LFLAG    =
> EX_LIBS       =
> APPS_OBJ      =
> CPUID_OBJ     =x86_64cpuid.o
> UPLINK_OBJ    =
> BN_ASM        =asm/x86_64-gcc.o x86_64-mont.o x86_64-mont5.o
> x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o
> EC_ASM        =ecp_nistz256.o ecp_nistz256-x86_64.o
> DES_ENC       =des_enc.o fcrypt_b.o
> AES_ENC       =aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o
> aesni-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o
> aesni-mb-x86_64.o
> BF_ENC        =bf_enc.o
> CAST_ENC      =c_enc.o
> RC4_ENC       =rc4-x86_64.o rc4-md5-x86_64.o
> RC5_ENC       =rc5_enc.o
> MD5_OBJ_ASM   =md5-x86_64.o
> SHA1_OBJ_ASM  =sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
> sha1-mb-x86_64.o sha256-mb-x86_64.o
> RMD160_OBJ_ASM=
> CMLL_ENC      =cmll-x86_64.o cmll_misc.o
> MODES_OBJ     =ghash-x86_64.o aesni-gcm-x86_64.o
> PADLOCK_OBJ   =e_padlock-x86_64.o
> CHACHA_ENC    =chacha-x86_64.o
> POLY1305_OBJ  =poly1305-x86_64.o
> PROCESSOR     =
> RANLIB        =/usr/bin/ranlib.exe
> ARFLAGS       =
> PERL          =/usr/bin/perl.exe
>
> SIXTY_FOUR_BIT_LONG mode
>
> Configured for Cygwin-x86_64.


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4413
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list