[#82706] [Ruby trunk Bug#13851] getting "can't modify string; temporarily locked" on non-frozen instances — cardoso_tiago@...
Issue #13851 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/07
[#82853] [Ruby trunk Bug#13916] Race condition when sending a signal to a new fork — russell.davis@...
Issue #13916 has been reported by russelldavis (Russell Davis).
3 messages
2017/09/19
[#82892] [Ruby trunk Bug#13921] buffered read_nonblock doesn't work as expected using SSLSocket — cardoso_tiago@...
Issue #13921 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/20
[ruby-core:82650] [Ruby trunk Bug#13868][Closed] Compile error on cygwin: No rule to make 'ossl_pkcs5.h', needed by 'ossl.o'
From:
duerst@...
Date:
2017-09-05 10:18:44 UTC
List:
ruby-core #82650
Issue #13868 has been updated by duerst (Martin D端rst). 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. ---------------------------------------- Bug #13868: Compile error on cygwin: No rule to make 'ossl_pkcs5.h', needed by 'ossl.o' https://bugs.ruby-lang.org/issues/13868#change-66483 * Author: duerst (Martin D端rst) * Status: Closed * Priority: Normal * Assignee: nobu (Nobuyoshi Nakada) * Target version: * ruby -v: ruby 2.5.0dev (2017-09-03 trunk 59732) [x86_64-cygwin] * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- 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 ``` -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>