Project

General

Profile

Actions

Bug #958

closed

Cross-compile 1.9.1-rc1 fail to make install

Added by luislavena (Luis Lavena) about 15 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
ruby -v:
Backport:
[ruby-core:21006]

Description

=begin
While trying to build and install latest 1.9.1-rc1 using mingw32msvc-gcc (cross compiling) on Linux got a new error during installation:

 
 cd /home/luislavena/.rake-compiler/builds/ruby-1.9.1-rc1
 ruby -I/home/luislavena/.rake-compiler/builds/ruby-1.9.1-rc1 -rfake  /home/luislavena/.rake-compiler/sources/ruby-1.9.1-rc1/instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"
 /home/luislavena/.rake-compiler/sources/ruby-1.9.1-rc1/lib/fileutils.rb:1524:in `public': undefined method `commands' for class `Module' (NameError)
         from /home/luislavena/.rake-compiler/sources/ruby-1.9.1-rc1/lib/fileutils.rb:1524
         from /home/luislavena/.rake-compiler/sources/ruby-1.9.1-rc1/lib/fileutils.rb:1523:in `each'
         from /home/luislavena/.rake-compiler/sources/ruby-1.9.1-rc1/lib/fileutils.rb:1523
         from /home/luislavena/.rake-compiler/sources/ruby-1.9.1-rc1/instruby.rb:9:in `require'
         from /home/luislavena/.rake-compiler/sources/ruby-1.9.1-rc1/instruby.rb:9
 make: *** [do-install-nodoc] Error 1
 
 

Normal building works without issues (on Linux, Ubuntu 7.10, baseruby 1.8.6-p114).
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0