[#64210] Asking for clarification for exception handling usage — Rodrigo Rosenfeld Rosas <rr.rosas@...>
I've created a ticket for that but didn't get any feedback so I decided
[#64517] Fw: Re: Ruby and Rails to become Apache Incubator Project — Tetsuya Kitahata <[email protected]>
What do you think? >> Ruby developers
What benefits are there to this? I have a feeling that adding unnecessary
On Sat, 23 Aug 2014 22:43:46 -0700
Here I am a Japanese. Before moving anywhere else answer to our question first: what benefits?
tax issue with each other.
[#64614] cowspace (work-in-progress) — Eric Wong <normalperson@...>
Hi all, I started working on a cowspace branch. Based on the mspace API
[#64615] [ruby-trunk - Feature #10181] [Open] New method File.openat() — oss-ruby-lang@...
Issue #10181 has been reported by Technorama Ltd..
I like this feature.
On 08/28/2014 02:53 PM, Eric Wong wrote:
Joel VanderWerf <[email protected]> wrote:
On 08/29/2014 12:55 AM, Eric Wong wrote:
Joel VanderWerf <[email protected]> wrote:
[#64627] [ruby-trunk - Feature #10182] [PATCH] string.c: move frozen_strings table to rb_vm_t — ko1@...
Issue #10182 has been updated by Koichi Sasada.
[#64671] Fwd: [ruby-changes:35240] normal:r47322 (trunk): symbol.c (rb_sym2id): do not return garbage object — SASADA Koichi <ko1@...>
Why this fix solve your problem?
(2014/08/30 8:50), SASADA Koichi wrote:
SASADA Koichi <[email protected]> wrote:
Eric Wong <[email protected]> wrote:
(2014/08/31 0:18), Eric Wong wrote:
[ruby-core:64194] [ruby-trunk - Bug #10099] Compiling Ruby 2.1.2 with OpenSSL "recipe for target 'openssl_missing.o' failed"
Issue #10099 has been updated by Iain Barnett.
Yui NARUSE wrote:
> Use homebrew's openssl instead of OpenSSL.framework.
I don't use homebrew as it removes anything that wasn't using its own recip=
es, which doesn't suit my needs here. Add to that, it seems it's a problem =
elsewhere too http://code.activestate.com/lists/ruby-talk/47204/
I'd either like this reopened or given a different reason to close, relianc=
e on a 3rd party package manager isn't an adequate reason to me.
Regards,
Iain
----------------------------------------
Bug #10099: Compiling Ruby 2.1.2 with OpenSSL "recipe for target 'openssl_m=
issing.o' failed"
https://bugs.ruby-lang.org/issues/10099#change-48194
* Author: Iain Barnett
* Status: Rejected
* Priority: Normal
* Assignee: Iain Barnett
* Category: ext/openssl
* Target version:=20
* ruby -v: 2.1.2
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
Hi,
I compile Ruby 2.1.2 from source but "get recipe for target 'openssl_missin=
g.o' failed". I don't understand why it's using openssl_missing as my copy =
of OpenSSL works and is passed to `configure`. Any help with this would be =
much appreciated. More info below.
Ruby downloaded from http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar=
.gz
Configure line: (I've got things in non standard places, but that's why I'm=
passing them as options in variables)
../ruby-2.1.2/configure --prefix=3D$MY_RUBY_INSTALL_DIR --with-openssl-=
dir=3D$MY_OPENSSL --with-gcc=3D$(which gcc) --with-readline-dir=3D$MY_READL=
INE
I added in the Readline option after reading somewhere that it helped, but =
it didn't, so you can probably ignore it.
The error that comes up on `make`:
make[2]: Entering directory '/Users/iainuser/Downloads/build-ruby/ext/o=
penssl'
compiling ../../../ruby-2.1.2/ext/openssl/openssl_missing.c
In file included from ../../../ruby-2.1.2/ext/openssl/openssl_missing.c=
:22:0:
../../../ruby-2.1.2/ext/openssl/openssl_missing.h:71:6: error: conflict=
ing types for =E2=80=98HMAC_CTX_copy=E2=80=99
void HMAC_CTX_copy(HMAC_CTX *out, HMAC_CTX *in);
^
In file included from ../../../ruby-2.1.2/ext/openssl/openssl_missing.c=
:20:0:
/Library/Frameworks/Openssl.framework/Versions/1.0.1g/include/openssl/h=
mac.h:102:5: note: previous declaration of =E2=80=98HMAC_CTX_copy=E2=80=99 =
was here
int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
^
In file included from ../../../ruby-2.1.2/ext/openssl/openssl_missing.c=
:22:0:
../../../ruby-2.1.2/ext/openssl/openssl_missing.h:95:5: error: conflict=
ing types for =E2=80=98EVP_CIPHER_CTX_copy=E2=80=99
int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, EVP_CIPHER_CTX *in);
^
In file included from /Library/Frameworks/Openssl.framework/Versions/1.=
0.1g/include/openssl/x509.h:73:0,
from /Library/Frameworks/Openssl.framework/Versions/1.=
0.1g/include/openssl/engine.h:98,
from ../../../ruby-2.1.2/ext/openssl/openssl_missing.c=
:14:
/Library/Frameworks/Openssl.framework/Versions/1.0.1g/include/openssl/e=
vp.h:502:5: note: previous declaration of =E2=80=98EVP_CIPHER_CTX_copy=E2=
=80=99 was here
int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
^
../../../ruby-2.1.2/ext/openssl/openssl_missing.c:26:1: error: conflict=
ing types for =E2=80=98HMAC_CTX_copy=E2=80=99
HMAC_CTX_copy(HMAC_CTX *out, HMAC_CTX *in)
^
In file included from ../../../ruby-2.1.2/ext/openssl/openssl_missing.c=
:20:0:
/Library/Frameworks/Openssl.framework/Versions/1.0.1g/include/openssl/h=
mac.h:102:5: note: previous declaration of =E2=80=98HMAC_CTX_copy=E2=80=99 =
was here
int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);
^
../../../ruby-2.1.2/ext/openssl/openssl_missing.c:121:1: error: conflic=
ting types for =E2=80=98EVP_CIPHER_CTX_copy=E2=80=99
EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, EVP_CIPHER_CTX *in)
^
In file included from /Library/Frameworks/Openssl.framework/Versions/1.=
0.1g/include/openssl/x509.h:73:0,
from /Library/Frameworks/Openssl.framework/Versions/1.=
0.1g/include/openssl/engine.h:98,
from ../../../ruby-2.1.2/ext/openssl/openssl_missing.c=
:14:
/Library/Frameworks/Openssl.framework/Versions/1.0.1g/include/openssl/e=
vp.h:502:5: note: previous declaration of =E2=80=98EVP_CIPHER_CTX_copy=E2=
=80=99 was here
int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
^
Makefile:280: recipe for target 'openssl_missing.o' failed
make[2]: *** [openssl_missing.o] Error 1
make[2]: Leaving directory '/Users/iainuser/Downloads/build-ruby/ext/op=
enssl'
exts.mk:186: recipe for target 'ext/openssl/all' failed
make[1]: *** [ext/openssl/all] Error 2
make[1]: Leaving directory '/Users/iainuser/Downloads/build-ruby'
uncommon.mk:180: recipe for target 'build-ext' failed
make: *** [build-ext] Error 2
My version of OpenSSL:
$ openssl version
OpenSSL 1.0.1g 7 Apr 2014
GCC:
$ gcc --version
gcc (GCC) 4.9.0
System:
It's an OSX 10.6.8 system. (Yes, that's old, don't hold it against me! :)
$ uname -a
Darwin iainb-2.lan 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:3=
3:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
If you need any other info or need me to try anything, just let me know.
Regards,
Iain
--=20
https://bugs.ruby-lang.org/