From: eregontp@... Date: 2014-12-02T07:56:40+00:00 Subject: [ruby-core:66643] [ruby-trunk - Bug #10554] preview2 fails to generate prelude.c Issue #10554 has been updated by Benoit Daloze. Vit Ondruch wrote: > So while some pre-generated code in source tarball allows to remove the BASERUBY need, which is appreciable, prelude.c is not (so far) the case. I'd be very happy if the amount of pre-generated code could be kept as low as possible. Then you run the risk of not being able to regenerate these files in another context as there might be a need for specific tools, specific versions or some external ressources, etc. A released tarball should be as easy to build as possible for a user and more importantly provide a stable build. ---------------------------------------- Bug #10554: preview2 fails to generate prelude.c https://bugs.ruby-lang.org/issues/10554#change-50255 * Author: Vit Ondruch * Status: Open * Priority: Normal * Assignee: * Category: * Target version: * ruby -v: ruby-2.2.0-preview2 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- ~~~ generating prelude.c echo executable host ruby is required. use --with-baseruby option.; false ./tool/generic_erb.rb -I. -c -o prelude.c \ ./template/prelude.c.tmpl ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb ./abrt_prelude.rb executable host ruby is required. use --with-baseruby option. uncommon.mk:780: recipe for target 'prelude.c' failed ~~~ I have no Ruby installed on my build machine. Last time I checked r48476, which was working just fine. -- https://bugs.ruby-lang.org/