Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 9267] Ruby fails to compile with either gcc 4.0.1 or 3.4.4

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 9267] Ruby fails to compile with either gcc 4.0.1 or 3.4.4
  • Date: 31 Mar 2007 07:15:25 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=9267


jblosser-smgl AT firinn.org changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED




------- Additional Comments From sergey AT sourcemage.org 2005-07-19 03:17
-------
Cast ok here on AMD64 with GCC 4.0.1. However, I still have OpenSSL 0.9.7g,
not
0.9.8. Maybe it fails for you with 0.9.8?

--


------- Additional Comments From vin.public AT gmail.com 2005-07-19 06:08
-------
i have just ruby compiled with gcc 3.4.4. nothing strange happened machine:
AMD Athlon XP 2000+. openssl 0.9.7g.

--


------- Additional Comments From hgr AT vabo.cz 2005-07-19 11:00 -------
It fails due to new openssl 0.9.8.
http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-core/5399


--


------- Additional Comments From hgr AT vabo.cz 2005-07-19 12:17 -------
There is a patch for ruby for new openssl
http://rubyforge.org/tracker/download.php/426/1698/2105/242/ruby-ssl098-patch
on
http://rubyforge.org/tracker/index.php?func=detail&aid=2105&group_id=426&atid=1698

I do not know if it is officially approved.





--


------- Additional Comments From rcook AT wyrms.net 2005-07-20 01:05 -------
Could be would have to back openssl back down and try it.

--


------- Additional Comments From josebernardo1 AT yahoo.com 2005-07-22 07:26
-------
Also started breaking for me with openssl 0.9.8, did build without problems
with
openssl 0.9.7g.

--


------- Additional Comments From josebernardo1 AT yahoo.com 2005-07-22 07:39
-------
Created an attachment (id=4431)
--> (http://bugs.sourcemage.org/attachment.cgi?id=4431&action=view)
--> (http://bugs.sourcemage.org/attachment.cgi?id=4431&action=view)
ruby-ssl098-patch

I've just checked the patch, if we do some checking around the
- store->flags &= ~X509_V_FLAG_USE_CHECK_TIME;
+ store->param->flags &= ~X509_V_FLAG_USE_CHECK_TIME;
for openssl version, instead of replacing one line with the other, it might
work. I'm adding the patch here so we can discuss/edit it and test it more
easily.

--


------- Additional Comments From v.merkatz AT gmx.net 2005-08-14 15:07 -------
Added the patch to the spell with a
#if OPENSSL_VERSION_NUMBER >= 0x0090800fL
guard around the changed line, compiles fine with both openssl 0.9.7g and
0.9.8
for me.

--


------- Additional Comments From sergey AT sourcemage.org 2005-08-14 17:38
-------
This patch is a perfect candidate to be sent upstream (hint, hint!).

--


------- Additional Comments From jblosser-smgl AT firinn.org 2007-03-31 01:15
-------
closing fixed bugs

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 9267] Ruby fails to compile with either gcc 4.0.1 or 3.4.4, bugzilla-daemon, 03/31/2007

Archive powered by MHonArc 2.6.24.

Top of Page