Bug #958

Cross-compile 1.9.1-rc1 fail to make install

Added by luislavena (Luis Lavena) over 3 years ago. Updated about 1 year ago.

[ruby-core:21006]
Status:Closed Start date:12/31/2008
Priority:Normal Due date:
Assignee:- % Done:

100%

Category:-
Target version:1.9.1 RC2
ruby -v:

Description

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

<pre>
<code>
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
</code>
</pre>

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

Associated revisions

Revision 21364
Added by nobu (Nobuyoshi Nakada) over 3 years ago

* instruby.rb: use installed libraries. [ruby-core:21006]

History

Updated by yugui (Yuki Sonoda) over 3 years ago

  • Target version changed from 1.9.1 Release Candidate to 1.9.1 RC2

Updated by nobu (Nobuyoshi Nakada) over 3 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100
Applied in changeset r21364.

Also available in: Atom PDF