[#11073] segfault printing instruction sequence for iterator — <noreply@...>

Bugs item #10527, was opened at 2007-05-02 14:42

14 messages 2007/05/02
[#11142] Re: [ ruby-Bugs-10527 ] segfault printing instruction sequence for iterator — Nobuyoshi Nakada <nobu@...> 2007/05/10

Hi,

[#11188] Re: [ ruby-Bugs-10527 ] segfault printing instruction sequence for iterator — Paul Brannan <pbrannan@...> 2007/05/16

On Thu, May 10, 2007 at 04:51:18PM +0900, Nobuyoshi Nakada wrote:

[#11234] Planning to release 1.8.6 errata — Urabe Shyouhei <shyouhei@...>

Hi all.

17 messages 2007/05/25

[ ruby-Patches-7756 ] SITE_DIR in config.h always empty

From: <noreply@...>
Date: 2007-05-30 04:19:05 UTC
List: ruby-core #11359
Patches item #7756, was opened at 2007-01-11 09:58
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1700&aid=7756&group_id=426

>Category: Crypto / Digest / Compression
Group: v1.8.x
Status: Open
Resolution: None
Priority: 3
Submitted By: Ken Dunlap (kdunlap)
Assigned to: Nobody (None)
Summary: SITE_DIR in config.h always empty

Initial Comment:
The culprit seems to be line 19215 of configure:

SITE_DIR="`eval \echo ${sitedir}\`"

It always leaves SITE_DIR empty.

----------------------------------------------------------------------

Comment By: Daniel Berger (djberg96)
Date: 2007-01-11 14:59

Message:
Ken,

I'm guessing that you meant to submit this as a bug report, since there's nothing resembling a patch here.

In any case, I cannot duplicate this behavior.  I ran this on my Solaris 10 box both with and without an explicit "--with-sitedir=" command line option, and it set it properly both ways.

You'll have to provide much more information in order for us to investigate this further, such as your platform, exact version of Ruby, and your autoconf version.  Also, what does the following produce for you?

ruby -e 'require "rbconfig"; puts Config::CONFIG["sitedir"]'

Regards,

Dan

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1700&aid=7756&group_id=426

In This Thread

Prev Next