Actions
Bug #958
closedCross-compile 1.9.1-rc1 fail to make install
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
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Target version changed from 1.9.1 Release Candidate to 1.9.1 RC2
=begin
=end
Updated by nobu (Nobuyoshi Nakada) almost 16 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
Applied in changeset r21364.
=end
Actions
Like0
Like0Like0