Actions
Bug #19127
closedBuild of 3.2.0-preview3 fails unless Ruby is already installed
    Bug #19127:
    Build of 3.2.0-preview3 fails unless Ruby is already installed
  
Description
Steps to reproduce process¶
- Make clean install of operating system.
- Install tools and libraries necessary to build Ruby with release
 archive files (C Compiler, make, libyaml, etc). Keep in mind any
 version of Ruby isn't installed.
- Download ruby-3.2.0-preview3.tar.xz.
- tar xfpvJ ruby-3.2.0-preview3.tar.xz
- cd ruby-3.2.0-preview3
- ./configure
- make
Exptected result¶
Step 7 finishes successfully.
What really happens¶
It fails as following.
compiling ruby.c
compiling scheduler.c
compiling shape.c
compiling signal.c
compiling sprintf.c
compiling st.c
compiling strftime.c
compiling string.c
compiling struct.c
compiling symbol.c
compiling thread.c
compiling time.c
compiling transcode.c
compiling transient_heap.c
compiling util.c
compiling variable.c
executable host ruby is required. use --with-baseruby option.
make: *** [uncommon.mk:1232: .revision.time] Error 1
Conditions¶
Confirmed with following environments.
- Debian 11.5 amd64
- FreeBSD 13.1-RELEASE amd64
Actions