Project

General

Profile

Actions

Bug #13868

closed

Compile error on cygwin: No rule to make 'ossl_pkcs5.h', needed by 'ossl.o'

Added by duerst (Martin Dürst) over 6 years ago. Updated over 6 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 2.5.0dev (2017-09-03 trunk 59732) [x86_64-cygwin]
[ruby-core:82647]

Description

When I try to compile my latest checkout on cygwin, I repeatedly get the following error:

make[2]: Entering directory '/cygdrive/c/Data/ruby/ext/openssl'
make[2]: *** No rule to make target 'ossl_pkcs5.h', needed by 'ossl.o'.  Stop.
make[2]: Leaving directory '/cygdrive/c/Data/ruby/ext/openssl'
make[1]: *** [exts.mk:244: ext/openssl/all] Error 2
make[1]: Leaving directory '/cygdrive/c/Data/ruby'
make: *** [uncommon.mk:236: build-ext] Error 2

Updated by duerst (Martin Dürst) over 6 years ago

The file was deleted in r59734, at ext/openssl/ossl_pkcs5.h.

Except in doc/ChangeLog-1.9.3, I cannot find any traces of the string "ossl_pkcs5", while the strings "ossl_pkcs7" and "ossl_pkcs12" appear frequently. But the error still persists.

Updated by usa (Usaku NAKAMURA) over 6 years ago

try make clean

Updated by duerst (Martin Dürst) over 6 years ago

  • Status changed from Open to Closed

usa (Usaku NAKAMURA) wrote:

try make clean

That seems to have solved the problem, but it looks like a very heavy tool.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0