From: luislavena@... Date: 2014-12-05T17:05:01+00:00 Subject: [ruby-core:66726] [ruby-trunk - Bug #10573] [Rejected] bigdecimal, io-console and json gems update error Issue #10573 has been updated by Luis Lavena. Status changed from Open to Rejected There is a known issue of Ruby 1.9.3 and RubyGems 2.4.x: - https://groups.google.com/forum/#!topic/rubyinstaller/2wSHVxVJ3Pg/discussion - https://github.com/rubygems/rubygems/issues/977 - https://github.com/rubygems/rubygems/issues/984 ---------------------------------------- Bug #10573: bigdecimal, io-console and json gems update error https://bugs.ruby-lang.org/issues/10573#change-50322 * Author: Andrey Suprun * Status: Rejected * Priority: Normal * Assignee: cruby-windows * Category: platform/windows * Target version: * ruby -v: 1.9.3p545 * Backport: ---------------------------------------- Environment: OS: Win7 Ent SP1 x64 Ruby: 1.9.3p545 gem: 2.4.5 DevKit: DevKit-tdm-32-4.5.2-20111229-1559-sfx.exe The output of "gem update" command: ~~~ Updating installed gems Updating bigdecimal Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing bigdecimal: ERROR: Failed to build gem native extension. C:/Ruby193/bin/ruby.exe -r ./siteconf20141205-936-tz2vic.rb extconf.rb checking for labs() in stdlib.h... yes checking for llabs() in stdlib.h... yes creating Makefile make clean Makefile:165: *** target pattern contains no `%'. Stop. make Makefile:165: *** target pattern contains no `%'. Stop. make failed, exit code 2 Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/bigdecima l-1.2.5 for inspection. Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/extensions/x86-mingw32/1.9.1/bi gdecimal-1.2.5/gem_make.out Updating io-console Building native extensions. This could take a while... ERROR: Error installing io-console: ERROR: Failed to build gem native extension. C:/Ruby193/bin/ruby.exe -r ./siteconf20141205-936-the77r.rb extconf.rb checking for rb_w32_map_errno() in ruby.h... yes checking for sys/ioctl.h... no checking for rb_check_hash_type() in ruby.h... yes checking for rb_io_get_write_io() in ruby/io.h... yes checking for rb_cloexec_open() in ruby/io.h... no creating Makefile make clean Makefile:165: *** target pattern contains no `%'. Stop. make Makefile:165: *** target pattern contains no `%'. Stop. make failed, exit code 2 Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/io-consol e-0.4.2 for inspection. Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/extensions/x86-mingw32/1.9.1/io -console-0.4.2/gem_make.out Updating json Building native extensions. This could take a while... ERROR: Error installing json: ERROR: Failed to build gem native extension. C:/Ruby193/bin/ruby.exe -r ./siteconf20141205-936-1u8cnjr.rb extconf.rb creating Makefile make clean Makefile:165: *** target pattern contains no `%'. Stop. make Makefile:165: *** target pattern contains no `%'. Stop. make failed, exit code 2 Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/json-1.8. 1 for inspection. Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/extensions/x86-mingw32/1.9.1/js on-1.8.1/gem_make.out Gems updated: bigdecimal io-console json ~~~ -- https://bugs.ruby-lang.org/