Bug #1960
closederrors in configure on AIX
Description
=begin
running on AIX 5.2, with:
./configure CC=cc --prefix=/opt/build/ruby CFLAGS='-g -qlanglvl=extc89 -q32'
i get:
./configure[17927]: /ruby: not found
./configure[17927]: ${exec_prefix}/lib: not found
./configure[17937]: /ruby/site_ruby: not found
./configure[17937]: ${exec_prefix}/lib: not found
but configure finishes. later (after make, make install) when trying to install rubygems i get
./lib/rubygems.rb:10:in `require': no such file to load -- thread (LoadError)
which may be related to the previous error
=end
Files
Updated by kanemoto (Yutaka Kanemoto) about 15 years ago
=begin
It seemed that 1.8.6p383 need to back port r15777 and r15779.
At least, I was able to install rubygems by using attached patch.
This issue did not occur on ruby_1_8.
% gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.3.5
- RUBY VERSION: 1.8.6 (2009-08-04 patchlevel 383) [powerpc-aix5.3.0.0]
- INSTALLATION DIRECTORY: /somewhere/nanika/lib/ruby/gems/1.8
- RUBY EXECUTABLE: /somewhere/nanika/bin/ruby
- EXECUTABLE DIRECTORY: /somewhere/nanika/bin
- RUBYGEMS PLATFORMS:
- ruby
- powerpc-aix-5
- GEM PATHS:
- /somewhere/nanika/lib/ruby/gems/1.8
- /somewhere/.gem/ruby/1.8
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- :sources => ["http://gems.rubyforge.org"]
- REMOTE SOURCES:
=end
Updated by wyhaines (Kirk Haines) about 15 years ago
- Status changed from Open to Assigned
- Assignee set to wyhaines (Kirk Haines)
=begin
I'm looking at this right now.
=end
Updated by jeremyevans0 (Jeremy Evans) about 5 years ago
- Project changed from Backport186 to Ruby master
- Description updated (diff)
- Status changed from Assigned to Closed
- Backport set to 2.5: UNKNOWN, 2.6: UNKNOWN