Bug #1126
make distclean error under MinGW
| Status: | Closed | Start date: | 02/07/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | build | |||
| Target version: | Ruby 1.8.6 | |||
| ruby -v: | ruby 1.8.6 (2008-03-03 patchlevel 114) [i386-mingw32] |
Description
Executing 'make distclean' generates an unexpected error:
<pre><code>
Luis@KEORE (D:\Users\Luis\projects\oss\oci\dsl2\sandbox\ruby\1.8.6-svn\build)
$ ..\..\..\msys\1.0.11\source\bin\sh.exe -login -c 'make distclean'
cleaning Win32API
make[1]: Entering directory `/d/Users/Luis/projects/oss/oci/dsl2/sandbox/ruby/1.8.6-svn/build/ext/Win32API'
make[1]: Leaving directory `/d/Users/Luis/projects/oss/oci/dsl2/sandbox/ruby/1.8.6-svn/build/ext/Win32API'
cleaning bigdecimal
D:/Users/Luis/projects/oss/oci/dsl2/sandbox/ruby/1.8.6-svn/source/lib/mkmf.rb:1054:in `configuration': undefined method `quote' for nil:NilClass (NoMethodError)
from D:/Users/Luis/projects/oss/oci/dsl2/sandbox/ruby/1.8.6-svn/source/lib/mkmf.rb:1128:in `dummy_makefile'
from ../source/ext/extmk.rb:187:in `extmake'
from ../source/ext/extmk.rb:186:in `open'
from ../source/ext/extmk.rb:186:in `extmake'
from ../source/ext/extmk.rb:442
from ../source/ext/extmk.rb:441:in `each'
from ../source/ext/extmk.rb:441
make: [distclean-ext] Error 1 (ignored)
</code></pre>
Subversion information:
Luis@KEORE (D:\Users\Luis\projects\oss\oci\dsl2\sandbox\ruby\1.8.6-svn\build)
$ svn info ..\source
Path: ..\source
URL: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6
Repository Root: http://svn.ruby-lang.org/repos/ruby
Repository UUID: b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Revision: 22102
Node Kind: directory
Schedule: normal
Last Changed Author: shyouhei
Last Changed Rev: 22065
Last Changed Date: 2009-02-04 22:38:22 -0200 (Wed, 04 Feb 2009)
History
Updated by Marc-Andre Lafortune over 2 years ago
- Category set to build
Updated by Luis Lavena over 1 year ago
This issue has been solved in latest patchlevels of 1.8.x (1.8.6 series) and can be closed. Thank you.
Updated by Yusuke Endoh over 1 year ago
- Status changed from Open to Closed