Project

General

Profile

ActionsLike0

Bug #5488

closed

autoconf failure on HP-UX/PA

Added by twwlogin (The Written Word Inc) over 13 years ago. Updated about 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
-
Backport:
[ruby-core:<unknown>]

Description

On HP-UX/PA:
$ bzip2 -dc ruby-1.9.2-p290.tar.bz2 | tar xf -
$ cd ruby-1.9.2-p290
$ ./configure
...
checking size of struct stat.st_ino... SIZEOF_LONG
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on hppa2.0w... ./configure[14730]: "${rb_cv_stack_grow_dir_hppa2.0w+set}": The specified substitution is not valid for this command.


Files

a (1.16 KB) a Patch twwlogin (The Written Word Inc), 10/27/2011 07:42 AM
Like0Actions #2

Updated by nobu (Nobuyoshi Nakada) over 13 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r33533.
The Written Word, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


  • configure.in (RUBY_STACK_GROW_DIRECTION): substitute CPU name as
    shell variable name. based on the patch by The Written Word Inc. at
    [ruby-core:40421]. [Bug #5488]

Updated by huhongbo (hongbo hu) over 13 years ago

The patch seems didn't work
I still got the error
checking stack growing direction on hppa2.0w... ./configure[14718]: ${rb_cv_stack_grow_dir_hppa2.0w+:}: The specified substitution is not valid for this command.

ActionsLike0

Also available in: Atom PDF