Bug #1960
errors in configure on AIX
| Status: | Assigned | Start date: | 08/19/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | - | |||
| ruby -v: | ruby-1.8.6-p383 |
Description
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
History
Updated by kanemoto (Yutaka Kanemoto) almost 3 years ago
- File conf.diff added
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:
- http://gems.rubyforge.org
Updated by wyhaines (Kirk Haines) over 2 years ago
- Status changed from Open to Assigned
- Assignee set to wyhaines (Kirk Haines)
I'm looking at this right now.