From m at parasew.com Sun Feb 1 11:55:58 2009 From: m at parasew.com (Matthias Tarasiewicz) Date: Sun, 1 Feb 2009 17:55:58 +0100 Subject: [rubyosx-list] suggestions for the new rubyosx package? Message-ID: <3284D454-573E-4CCA-B4BF-72AF181C1793@parasew.com> hi list, i was thinking about what to put in the new rubyosx package, since the last release was some time ago and a lot of things changed in the meanwile. my current thoughts are - ruby 1.8.7-p72, ruby 1.9.1-p0 - sqlite 3.6.10 - thin webserver - mysql bindings - ruby/ldap - ragel 6.3 - hpricot - rubygems 1.3.1 - rake regarding hpricot: should we include this? and should we include the development version from github ( http://github.com/why/hpricot/tree/master ) or the latest stable version (rather old). for other libraries to include, i am thinking about maruku ( http://maruku.rubyforge.org/ ), but since i wanted to keep the package rather small, we should really think of what is the best basic package. idas? suggestions? -matthias From m at parasew.com Sun Feb 1 13:08:13 2009 From: m at parasew.com (Matthias Tarasiewicz) Date: Sun, 1 Feb 2009 19:08:13 +0100 Subject: [rubyosx-list] ruby runner.rb output on fresh 1.9.1 compile (10.5.6) Message-ID: fyi: here's the current output from a fresh ruby compile (1.9.1-p0) runner.rb tests from the /test directory. (osx leopard 10.5.6, xcode312_2621) there are some failures and 1 error, mostly minor problems (could be due to no rubygems installed yet). i will keep you all posted about the progress; any comments highly appreciated. -matthias bash-3.2# ruby runner.rb Gem::Indexer tests are being skipped. Install builder gem. Loaded suite runner Started ........................................................................ ........................................................................ ........................................................................ ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................FF ................FF .......FF ............FF ................................................................................................................................F ..F .....................F ................................................................F .............Updating class cache with 1251 classes... ........................................................................ ..............................................................F......... ...........F................F......F...........F....................F... ...................................................F..................F. ........................................................................ ...................F..........F...FF..F..........E...................... ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ .......F................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ ........................................................................ F...F................................................................... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ Finished in 251.005317 seconds. 1) Failure: test_delete(TestDBM) [/Users/parasew/Desktop/test/ruby-1.9.1-p0/test/ dbm/test_dbm.rb:327]: DBMError expected but nothing was raised. 2) Failure: test_readable_p(TestFileExhaustive) [/Users/parasew/Desktop/test/ ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:146]: Failed assertion, no message given. 3) Failure: test_readable_real_p(TestFileExhaustive) [/Users/parasew/Desktop/test/ ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:155]: Failed assertion, no message given. 4) Failure: test_stat_readable_p(TestFileExhaustive) [/Users/parasew/Desktop/test/ ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:615]: Failed assertion, no message given. 5) Failure: test_stat_readable_real_p(TestFileExhaustive) [/Users/parasew/Desktop/ test/ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:623]: Failed assertion, no message given. 6) Failure: test_stat_writable_p(TestFileExhaustive) [/Users/parasew/Desktop/test/ ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:641]: Failed assertion, no message given. 7) Failure: test_stat_writable_real_p(TestFileExhaustive) [/Users/parasew/Desktop/ test/ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:649]: Failed assertion, no message given. 8) Failure: test_writable_p(TestFileExhaustive) [/Users/parasew/Desktop/test/ ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:175]: Failed assertion, no message given. 9) Failure: test_writable_real_p(TestFileExhaustive) [/Users/parasew/Desktop/test/ ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:184]: Failed assertion, no message given. 10) Failure: test_self_ensure_gem_directories_write_protected_parents(TestGem) [/ Users/parasew/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem.rb:211]: Failed assertion, no message given. 11) Failure: test_self_ensure_gem_directories_write_protected(TestGem) [/Users/ parasew/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem.rb:194]: Failed assertion, no message given. 12) Failure: test_self_prefix(TestGem) [/Users/parasew/Desktop/test/ruby-1.9.1-p0/ test/rubygems/test_gem.rb:374]: Expected "/Users/parasew/Desktop/test/ruby-1.9.1-p0", not nil. 13) Failure: test_execute(TestGemCommandsEnvironmentCommand) [/Users/parasew/ Desktop/test/ruby-1.9.1-p0/test/rubygems/ test_gem_commands_environment_command.rb:26]: Expected /RUBYGEMS PREFIX: / to match "RubyGems Environment:\n - RUBYGEMS VERSION: 1.3.1\n - RUBY VERSION: 1.9.1 (2009-01-30 patchlevel 0) [i386-darwin9.6.0]\n - INSTALLATION DIRECTORY: /private/ tmp/test_rubygems_32212/gemhome\n - RUBY EXECUTABLE: /usr/local/bin/ ruby\n - EXECUTABLE DIRECTORY: /private/tmp/test_rubygems_32212/ gemhome/bin\n - RUBYGEMS PLATFORMS:\n - ruby\n - x86- darwin-8\n - GEM PATHS:\n - /private/tmp/test_rubygems_32212/ gemhome\n - GEM CONFIGURATION:\n - :update_sources => true\n - :verbose => true\n - :benchmark => false\n - :backtrace => false\n - :bulk_threshold => 1000\n - REMOTE SOURCES:\n - http://gems.example.com \n". 14) Failure: test_uninstall_doc_unwritable(TestGemDocManager) [/Users/parasew/ Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_doc_manager.rb:23]: Gem::FilePermissionError expected but nothing was raised. 15) Failure: test_user_install_disabled_read_only(TestGemInstallUpdateOptions) [/ Users/parasew/Desktop/test/ruby-1.9.1-p0/test/rubygems/ test_gem_install_update_options.rb:54]: Gem::FilePermissionError expected but nothing was raised. 16) Failure: test_generate_bin_script_no_perms(TestGemInstaller) [/Users/parasew/ Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:293]: Gem::FilePermissionError expected but nothing was raised. 17) Failure: test_generate_bin_symlink_no_perms(TestGemInstaller) [/Users/parasew/ Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:378]: Gem::FilePermissionError expected but nothing was raised. 18) Failure: test_install_bindir_read_only(TestGemInstaller) [/Users/parasew/ Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:721]: Failed assertion, no message given. 19) Failure: test_install_user_local_fallback(TestGemInstaller) [/Users/parasew/ Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:702]: Failed assertion, no message given. 20) Failure: test_download_read_only(TestGemRemoteFetcher) [/Users/parasew/Desktop/ test/ruby-1.9.1-p0/test/rubygems/test_gem_remote_fetcher.rb:285]: Failed assertion, no message given. 21) Failure: test_download_local_read_only(TestGemRemoteFetcher) [/Users/parasew/ Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_remote_fetcher.rb: 272]: Expected "/private/tmp/test_rubygems_32212/a-1.gem", not "/private/tmp/ test_rubygems_32212/gemhome/cache/a-1.gem". 22) Failure: test_cache_data_none_readable(TestGemSourceInfoCache) [/Users/parasew/ Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_source_info_cache.rb: 142]: Expected {}, not {"http:// gems.example.com/"=>#, @size=0, @all=false>}. 23) Failure: test_cache_data_none_writable(TestGemSourceInfoCache) [/Users/parasew/ Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_source_info_cache.rb: 148]: RuntimeError expected but nothing was raised. 24) Failure: test_write_cache_user_from_scratch(TestGemSourceInfoCache) [/Users/ parasew/Desktop/test/ruby-1.9.1-p0/test/rubygems/ test_gem_source_info_cache.rb:392]: system_cache_file 25) Failure: test_cache_file_user_fallback(TestGemSourceInfoCache) [/Users/parasew/ Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_source_info_cache.rb: 197]: Expected "/private/tmp/test_rubygems_32212/gemhome/.gem/user_cache", not "/private/tmp/test_rubygems_32212/gemhome/source_cache". 26) Failure: test_cache_file_none_writable(TestGemSourceInfoCache) [/Users/parasew/ Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_source_info_cache.rb: 203]: RuntimeError expected but nothing was raised. 27) Error: test_write_cache_user_no_directory(TestGemSourceInfoCache): Errno::ENOENT: No such file or directory - /private/tmp/ test_rubygems_32212/gemhome/.gem/user_cache /Users/parasew/Desktop/test/ruby-1.9.1-p0/test/rubygems/ gemutilities.rb:190:in `read_cache' /Users/parasew/Desktop/test/ruby-1.9.1-p0/test/rubygems/ test_gem_source_info_cache.rb:425:in `test_write_cache_user_no_directory' 28) Failure: test_handle_special_CROSSREF_no_underscore (TestRDocMarkupToHtmlCrossref) [/Users/parasew/Desktop/test/ruby-1.9.1- p0/test/rdoc/test_rdoc_markup_to_html_crossref.rb:87]: Expected "

/Users/ parasew/Desktop/test/ruby-1.9.1-p0/test/rdoc/ rdoc_markup_to_html_crossref_reference.rb

", not "

/Users/ parasew/Desktop/test/ruby-1.9.1-p0/test/rdoc/ rdoc_markup_to_html_crossref_reference.rb

". 29) Failure: test_readonly(TestSDBM) [/Users/parasew/Desktop/test/ruby-1.9.1-p0/ test/sdbm/test_sdbm.rb:539]: SDBMError expected but nothing was raised. 30) Failure: test_s_open_error(TestSDBM) [/Users/parasew/Desktop/test/ruby-1.9.1-p0/ test/sdbm/test_sdbm.rb:124]: Errno::EACCES expected but nothing was raised. 5779 tests, 2514699 assertions, 29 failures, 1 errors, 0 skips -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: compile_output.txt URL: -------------- next part -------------- From m at parasew.com Sun Feb 1 13:59:07 2009 From: m at parasew.com (Matthias Tarasiewicz) Date: Sun, 1 Feb 2009 19:59:07 +0100 Subject: [rubyosx-list] Ruby 1.9.1 binary prefix? (ruby19) Message-ID: <7AFE842C-AC41-4E87-96C9-2EE0CB2403D4@parasew.com> hi again, list. while traversing the web about osx leopard compiles of the new stable ruby 1.9.1, i came around the fact, that some people are using a prefix for the ruby binaries, so the system-ruby is not affected. the switch would be for example: --program-suffix=1.9 to get resulting binaries "ruby1.9" > ruby -v would yield a ruby 1.8.6 (2008-03-03 patchlevel 114) [universal- darwin9.0] while > ruby1.9 -v would yield a ruby 1.9.1p0 (2009-01-30 revision 21907) [i386- darwin9.6.0] is this the way we should go for the rubyosx 1.9 packages? i am still having headache about figuring out what happens if people want both the 1.8 and the 1.9 branch installed. this would be a way to have both available, also the osx system ruby if we want, by prefixing the 1.8 binaries. but do we really want this? how would this affect the workflow on the system? any suggestions? From prozecko at gmail.com Sun Feb 1 16:39:48 2009 From: prozecko at gmail.com (paul zecko) Date: Sun, 1 Feb 2009 22:39:48 +0100 Subject: [rubyosx-list] Ruby 1.9.1 binary prefix? (ruby19) Message-ID: <6513fea00902011339o44826676lc9b9f690f5cefaa8@mail.gmail.com> I also tried to install Ruby 1.9.1 on Mac OSX Leopard. My Version is 10.5.6, same XCODE (latest package).Besides using your (parasew) compile settings, I also downloaded the patched GNU Readline 5.2 library ( see http://programblings.com/2008/11/18/installing-ruby-19preview1-on-os-x-leopard/#cliffs_notesfor more information) and compiled Readline before compiling Ruby. The strange thing is, that my Test results from runner.rb are even worse than yours, 5780 tests, 2514732 assertions, 29 failures, 2 errors, 0 skips ( 1 error more) I attached the full output in three seperate textfiles. Z. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- bash-3.2# ruby runner.rb Gem::Indexer tests are being skipped. Install builder gem. Loaded suite runner Started ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F........................................................E....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................FF................FF.......FF............FF................................................................................................................................F..F.....................F................................................................F.............Updating class cache with 1251 classes... ......................................................................................................................................F....................F................F......F...........F....................F......................................................F..................F............................................................................................F..........F...FF..F..........E.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.........................................................................................................................................................................................................................................................................................................................................................................................................................................F...F........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... Finished in 272.619797 seconds. 1) Failure: test_delete(TestDBM) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/dbm/test_dbm.rb:327]: DBMError expected but nothing was raised. 2) Error: test_05_too_large_ary(TestDRbLarge): DRb::DRbConnError: druby://localhost:55819 - # /Users/ppl/Desktop/test/ruby-1.9.1-p0/test/drb/test_drb.rb:266:in `teardown' 3) Failure: test_readable_p(TestFileExhaustive) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:146]: Failed assertion, no message given. 4) Failure: test_readable_real_p(TestFileExhaustive) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:155]: Failed assertion, no message given. 5) Failure: test_stat_readable_p(TestFileExhaustive) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:615]: Failed assertion, no message given. 6) Failure: test_stat_readable_real_p(TestFileExhaustive) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:623]: Failed assertion, no message given. 7) Failure: test_stat_writable_p(TestFileExhaustive) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:641]: Failed assertion, no message given. 8) Failure: test_stat_writable_real_p(TestFileExhaustive) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:649]: Failed assertion, no message given. 9) Failure: test_writable_p(TestFileExhaustive) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:175]: Failed assertion, no message given. 10) Failure: test_writable_real_p(TestFileExhaustive) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/ruby/test_file_exhaustive.rb:184]: Failed assertion, no message given. 11) Failure: test_self_ensure_gem_directories_write_protected_parents(TestGem) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem.rb:211]: Failed assertion, no message given. 12) Failure: test_self_ensure_gem_directories_write_protected(TestGem) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem.rb:194]: Failed assertion, no message given. 13) Failure: test_self_prefix(TestGem) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem.rb:374]: Expected "/Users/ppl/Desktop/test/ruby-1.9.1-p0", not nil. 14) Failure: test_execute(TestGemCommandsEnvironmentCommand) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_commands_environment_command.rb:26]: Expected /RUBYGEMS PREFIX: / to match "RubyGems Environment:\n - RUBYGEMS VERSION: 1.3.1\n - RUBY VERSION: 1.9.1 (2009-01-30 patchlevel 0) [i386-darwin9.6.0]\n - INSTALLATION DIRECTORY: /private/tmp/test_rubygems_63552/gemhome\n - RUBY EXECUTABLE: /usr/local/bin/ruby\n - EXECUTABLE DIRECTORY: /private/tmp/test_rubygems_63552/gemhome/bin\n - RUBYGEMS PLATFORMS:\n - ruby\n - x86-darwin-8\n - GEM PATHS:\n - /private/tmp/test_rubygems_63552/gemhome\n - GEM CONFIGURATION:\n - :update_sources => true\n - :verbose => true\n - :benchmark => false\n - :backtrace => false\n - :bulk_threshold => 1000\n - REMOTE SOURCES:\n - http://gems.example.com\n". 15) Failure: test_uninstall_doc_unwritable(TestGemDocManager) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_doc_manager.rb:23]: Gem::FilePermissionError expected but nothing was raised. 16) Failure: test_user_install_disabled_read_only(TestGemInstallUpdateOptions) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_install_update_options.rb:54]: Gem::FilePermissionError expected but nothing was raised. 17) Failure: test_generate_bin_script_no_perms(TestGemInstaller) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:293]: Gem::FilePermissionError expected but nothing was raised. 18) Failure: test_generate_bin_symlink_no_perms(TestGemInstaller) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:378]: Gem::FilePermissionError expected but nothing was raised. 19) Failure: test_install_bindir_read_only(TestGemInstaller) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:721]: Failed assertion, no message given. 20) Failure: test_install_user_local_fallback(TestGemInstaller) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:702]: Failed assertion, no message given. 21) Failure: test_download_read_only(TestGemRemoteFetcher) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_remote_fetcher.rb:285]: Failed assertion, no message given. 22) Failure: test_download_local_read_only(TestGemRemoteFetcher) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_remote_fetcher.rb:272]: Expected "/private/tmp/test_rubygems_63552/a-1.gem", not "/private/tmp/test_rubygems_63552/gemhome/cache/a-1.gem". 23) Failure: test_cache_data_none_readable(TestGemSourceInfoCache) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_source_info_cache.rb:142]: Expected {}, not {"http://gems.example.com/"=>#, @size=0, @all=false>}. 24) Failure: test_cache_data_none_writable(TestGemSourceInfoCache) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_source_info_cache.rb:148]: RuntimeError expected but nothing was raised. 25) Failure: test_write_cache_user_from_scratch(TestGemSourceInfoCache) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_source_info_cache.rb:392]: system_cache_file 26) Failure: test_cache_file_user_fallback(TestGemSourceInfoCache) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_source_info_cache.rb:197]: Expected "/private/tmp/test_rubygems_63552/gemhome/.gem/user_cache", not "/private/tmp/test_rubygems_63552/gemhome/source_cache". 27) Failure: test_cache_file_none_writable(TestGemSourceInfoCache) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_source_info_cache.rb:203]: RuntimeError expected but nothing was raised. 28) Error: test_write_cache_user_no_directory(TestGemSourceInfoCache): Errno::ENOENT: No such file or directory - /private/tmp/test_rubygems_63552/gemhome/.gem/user_cache /Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/gemutilities.rb:190:in `read_cache' /Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rubygems/test_gem_source_info_cache.rb:425:in `test_write_cache_user_no_directory' 29) Failure: test_handle_special_CROSSREF_no_underscore(TestRDocMarkupToHtmlCrossref) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rdoc/test_rdoc_markup_to_html_crossref.rb:87]: Expected "

/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rdoc/rdoc_markup_to_html_crossref_reference.rb

", not "

/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/rdoc/rdoc_markup_to_html_crossref_reference.rb

". 30) Failure: test_readonly(TestSDBM) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/sdbm/test_sdbm.rb:539]: SDBMError expected but nothing was raised. 31) Failure: test_s_open_error(TestSDBM) [/Users/ppl/Desktop/test/ruby-1.9.1-p0/test/sdbm/test_sdbm.rb:124]: Errno::EACCES expected but nothing was raised. 5780 tests, 2514732 assertions, 29 failures, 2 errors, 0 skips -------------- next part -------------- /Users/ppl/Desktop/test/ruby-1.9.1-p0 bash-3.2# ./configure --prefix=/usr/local --program-suffix=1.9 --enable-pthread c--enable-share bash-3.2# whoami root bash-3.2# ./configure --prefix=/usr/local --enable-shared --enable-install-doc --enable-pthread --with-readline-dir=/usr/local && make && make install && make install-doc configure: WARNING: unrecognized options: --with-readline-dir checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 checking target system type... i386-apple-darwin9.6.0 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no checking whether the linker is GNU ld... no checking whether gcc -E accepts -o... yes checking for ranlib... ranlib checking for ar... ar checking for as... as checking for objdump... no checking for gobjdump... no checking for objcopy... no checking for gobjcopy... no checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for long long... yes checking for off_t... yes checking size of int... 4 checking size of short... 2 checking size of long... 4 checking size of long long... 8 checking size of __int64... 0 checking size of off_t... 8 checking size of void*... 4 checking size of float... 4 checking size of double... 8 checking size of time_t... 4 checking for pid_t... yes checking for convertible type of pid_t... LONG checking for uid_t... yes checking for convertible type of uid_t... ULONG checking for gid_t... yes checking for convertible type of gid_t... ULONG checking for prototypes... yes checking token paste string... ansi checking stringization... #expr checking string literal concatenation... yes checking for variable length prototypes and stdarg.h... yes checking for variable length macro... yes checking for noreturn function attribute... __attribute__ ((noreturn)) x checking for deprecated function attribute... __attribute__ ((deprecated)) x checking for noinline function attribute... __attribute__ ((noinline)) x checking for stdcall function attribute... __attribute__ ((stdcall)) x checking for cdecl function attribute... __attribute__ ((cdecl)) x checking for fastcall function attribute... __attribute__ ((fastcall)) x checking for function alias... no checking for RUBY_EXTERN... no checking whether sys_nerr is declared... yes checking for broken crypt with 8bit chars... yes checking for crypt in -lcrypt... (cached) no checking for dlopen in -ldl... yes checking for shl_load in -ldld... no checking for socketpair in -lsocket... no checking for clock_gettime in -lrt... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking sys/fcntl.h usability... yes checking sys/fcntl.h presence... yes checking for sys/fcntl.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/times.h usability... yes checking sys/times.h presence... yes checking for sys/times.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syscall.h usability... no checking syscall.h presence... no checking for syscall.h... no checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking a.out.h usability... no checking a.out.h presence... no checking for a.out.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/utime.h usability... no checking sys/utime.h presence... no checking for sys/utime.h... no checking xti.h usability... no checking xti.h presence... no checking for xti.h... no checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for ucontext.h... (cached) no checking intrinsics.h usability... no checking intrinsics.h presence... no checking for intrinsics.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking sys/sendfile.h usability... no checking sys/sendfile.h presence... no checking for sys/sendfile.h... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for net/socket.h... (cached) no checking for sys/socket.h... (cached) yes checking size of rlim_t... 8 checking for size_t... yes checking size of size_t... 4 checking size of ptrdiff_t... 4 checking for struct stat.st_blksize... yes checking for struct stat.st_blocks... yes checking for struct stat.st_rdev... yes checking for struct stat.st_atim... no checking for struct stat.st_atimespec... yes checking for struct stat.st_atimensec... no checking for struct stat.st_mtim... no checking for struct stat.st_mtimespec... yes checking for struct stat.st_mtimensec... no checking for struct stat.st_ctim... no checking for struct stat.st_ctimespec... yes checking for struct stat.st_ctimensec... no checking for struct timespec... yes checking for fd_mask... yes checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for int128_t... no checking for uint128_t... no checking for intptr_t... yes checking for uintptr_t... yes checking for ssize_t... yes checking for stack end address... no checking for uid_t in sys/types.h... (cached) yes checking type of array argument to getgroups... gid_t checking return type of signal handlers... void checking for working alloca.h... yes checking for alloca... yes checking for working memcmp... yes checking for broken erfc of glibc-2.3.6 on IA64... no checking for dup2... yes checking for memmove... yes checking for strerror... yes checking for strchr... yes checking for strstr... yes checking for crypt... yes checking for flock... yes checking for vsnprintf... yes checking for isnan... yes checking for finite... yes checking for isinf... yes checking for hypot... yes checking for acosh... yes checking for erf... yes checking for tgamma... yes checking for lgamma_r... no checking for cbrt... yes checking for strlcpy... yes checking for strlcat... yes checking for fmod... yes checking for killpg... yes checking for wait4... yes checking for waitpid... yes checking for fork... yes checking for spawnv... no checking for syscall... yes checking for chroot... yes checking for fsync... yes checking for getcwd... yes checking for eaccess... no checking for truncate... yes checking for ftruncate... yes checking for chsize... no checking for times... yes checking for utimes... yes checking for utimensat... no checking for fcntl... yes checking for lockf... yes checking for lstat... yes checking for link... yes checking for symlink... yes checking for readlink... yes checking for setitimer... yes checking for setruid... yes checking for seteuid... yes checking for setreuid... yes checking for setresuid... no checking for setproctitle... no checking for socketpair... yes checking for setrgid... yes checking for setegid... yes checking for setregid... yes checking for setresgid... no checking for issetugid... yes checking for pause... yes checking for lchown... yes checking for lchmod... yes checking for getpgrp... yes checking for setpgrp... yes checking for getpgid... yes checking for setpgid... yes checking for initgroups... yes checking for getgroups... yes checking for setgroups... yes checking for getpriority... yes checking for getrlimit... yes checking for setrlimit... yes checking for sysconf... yes checking for group_member... no checking for dlopen... yes checking for sigprocmask... yes checking for sigaction... yes checking for sigsetjmp... yes checking for _setjmp... yes checking for _longjmp... yes checking for snprintf... yes checking for setsid... yes checking for telldir... yes checking for seekdir... yes checking for fchmod... yes checking for cosh... yes checking for sinh... yes checking for tanh... yes checking for log2... yes checking for round... yes checking for signbit... no checking for setuid... yes checking for setgid... yes checking for daemon... (cached) no checking for select_large_fdset... no checking for setenv... yes checking for unsetenv... yes checking for mktime... yes checking for timegm... yes checking for gmtime_r... yes checking for clock_gettime... no checking for gettimeofday... yes checking for pread... yes checking for sendfile... yes checking for shutdown... yes checking for sigaltstack... yes checking for __builtin_setjmp... no checking for setjmp type... _setjmp checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for external int daylight... yes checking for external timezone... long checking for external altzone... no checking for timezone... yes checking whether timezone requires zero arguments... yes checking for negative time_t for gmtime(3)... yes checking whether getpgrp requires zero arguments... yes checking whether setpgrp takes no argument... yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking whether char is unsigned... no checking for inline... inline checking for working volatile... yes checking whether right shift preserve sign bit... yes checking read count field in FILE structures... _r checking read buffer ptr field in FILE structures... _p checking whether st_ino is huge... no checking whether _SC_CLK_TCK is supported... yes checking stack growing direction... (cached) -1 checking for pthread_kill in -lthr... no checking for pthread_kill in -lpthread... yes checking for nanosleep... yes checking for sched_yield... yes checking for pthread_attr_setinheritsched... yes checking if fork works with pthread... yes checking for backtrace... yes checking whether ELF binaries are produced... no checking whether OS depend dynamic link works... yes checking for if make is GNU make... yes checking for nroff... /usr/bin/nroff creating config.h configure: creating ./config.status config.status: creating Makefile configure: WARNING: unrecognized options: --with-readline-dir gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o main.o -c main.c main.c: In function ???objcdummyfunction???: main.c:19: warning: implicit declaration of function ???objc_msgSend??? main.c: At top level: main.c:19: warning: ???objcdummyfunction??? defined but not used gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dln.o -c dln.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmydln.o -c dmydln.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dmyencoding.o -c dmyencoding.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o miniprelude.o -c miniprelude.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o array.o -c array.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o bignum.o -c bignum.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o class.o -c class.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o compar.o -c compar.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o complex.o -c complex.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o dir.o -c dir.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o enum.o -c enum.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o enumerator.o -c enumerator.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o error.o -c error.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o eval.o -c eval.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o load.o -c load.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o proc.o -c proc.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o file.o -c file.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o gc.o -c gc.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o hash.o -c hash.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o inits.o -c inits.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o io.o -c io.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o marshal.o -c marshal.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o math.o -c math.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o numeric.o -c numeric.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o object.o -c object.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o pack.o -c pack.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o parse.o -c parse.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o process.o -c process.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o random.o -c random.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o range.o -c range.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o rational.o -c rational.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o re.o -c re.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regcomp.o -c regcomp.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regenc.o -c regenc.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regerror.o -c regerror.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regexec.o -c regexec.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regparse.o -c regparse.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o regsyntax.o -c regsyntax.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o ruby.o -c ruby.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o safe.o -c safe.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o signal.o -c signal.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o sprintf.o -c sprintf.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o st.o -c st.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o strftime.o -c strftime.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o string.o -c string.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o struct.o -c struct.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o time.o -c time.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o transcode.o -c transcode.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o util.o -c util.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o variable.o -c variable.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o version.o -c version.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o compile.o -c compile.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o debug.o -c debug.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o iseq.o -c iseq.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o vm.o -c vm.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o vm_dump.o -c vm_dump.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o thread.o -c thread.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o cont.o -c cont.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o ascii.o -c ./enc/ascii.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o us_ascii.o -c ./enc/us_ascii.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o unicode.o -c ./enc/unicode.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o utf_8.o -c ./enc/utf_8.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o newline.o -c newline.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -L. -L/usr/local/lib main.o dmydln.o dmyencoding.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o lgamma_r.o dmyext.o -lpthread -ldl -lobjc -o miniruby rbconfig.rb updated ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o encoding.o -c encoding.c ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -I. -rrbconfig ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o prelude.o -c prelude.c ar rcu libruby-static.a dln.o encoding.o prelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o lgamma_r.o dmyext.o cc -dynamiclib -undefined suppress -flat_namespace -install_name /usr/local/lib/libruby.dylib -current_version 1.9.1 -compatibility_version 1.9 dln.o encoding.o prelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o lgamma_r.o dmyext.o -o libruby.1.9.1.dylib w -L 'Init_*' libruby.1.9.1.dylib w: illegal option -- L usage: w [hi] [user ...] make: [libruby.1.9.1.dylib] Error 1 (ignored) ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc encdb.h unchanged make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " enc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/encdb.o -c ./enc/encdb.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/encdb.bundle enc/encdb.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/big5.o -c ./enc/big5.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/big5.bundle enc/big5.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/cp949.o -c ./enc/cp949.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/cp949.bundle enc/cp949.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/emacs_mule.o -c ./enc/emacs_mule.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/emacs_mule.bundle enc/emacs_mule.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/euc_jp.o -c ./enc/euc_jp.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/euc_jp.bundle enc/euc_jp.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/euc_kr.o -c ./enc/euc_kr.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/euc_kr.bundle enc/euc_kr.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/euc_tw.o -c ./enc/euc_tw.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/euc_tw.bundle enc/euc_tw.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/gb2312.o -c ./enc/gb2312.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/gb2312.bundle enc/gb2312.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/gb18030.o -c ./enc/gb18030.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/gb18030.bundle enc/gb18030.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/gbk.o -c ./enc/gbk.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/gbk.bundle enc/gbk.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_1.o -c ./enc/iso_8859_1.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_1.bundle enc/iso_8859_1.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_2.o -c ./enc/iso_8859_2.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_2.bundle enc/iso_8859_2.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_3.o -c ./enc/iso_8859_3.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_3.bundle enc/iso_8859_3.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_4.o -c ./enc/iso_8859_4.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_4.bundle enc/iso_8859_4.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_5.o -c ./enc/iso_8859_5.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_5.bundle enc/iso_8859_5.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_6.o -c ./enc/iso_8859_6.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_6.bundle enc/iso_8859_6.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_7.o -c ./enc/iso_8859_7.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_7.bundle enc/iso_8859_7.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_8.o -c ./enc/iso_8859_8.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_8.bundle enc/iso_8859_8.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_9.o -c ./enc/iso_8859_9.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_9.bundle enc/iso_8859_9.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_10.o -c ./enc/iso_8859_10.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_10.bundle enc/iso_8859_10.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_11.o -c ./enc/iso_8859_11.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_11.bundle enc/iso_8859_11.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_13.o -c ./enc/iso_8859_13.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_13.bundle enc/iso_8859_13.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_14.o -c ./enc/iso_8859_14.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_14.bundle enc/iso_8859_14.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_15.o -c ./enc/iso_8859_15.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_15.bundle enc/iso_8859_15.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/iso_8859_16.o -c ./enc/iso_8859_16.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/iso_8859_16.bundle enc/iso_8859_16.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/koi8_r.o -c ./enc/koi8_r.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/koi8_r.bundle enc/koi8_r.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/koi8_u.o -c ./enc/koi8_u.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/koi8_u.bundle enc/koi8_u.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/shift_jis.o -c ./enc/shift_jis.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/shift_jis.bundle enc/shift_jis.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/utf_16be.o -c ./enc/utf_16be.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/utf_16be.bundle enc/utf_16be.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/utf_16le.o -c ./enc/utf_16le.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/utf_16le.bundle enc/utf_16le.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/utf_32be.o -c ./enc/utf_32be.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/utf_32be.bundle enc/utf_32be.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/utf_32le.o -c ./enc/utf_32le.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/utf_32le.bundle enc/utf_32le.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/windows_1251.o -c ./enc/windows_1251.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/windows_1251.bundle enc/windows_1251.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " srcs make[1]: Nothing to be done for `srcs'. ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans transdb.h unchanged make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " trans gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/transdb.o -c ./enc/trans/transdb.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/transdb.bundle enc/trans/transdb.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/big5.o -c ./enc/trans/big5.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/big5.bundle enc/trans/big5.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/chinese.o -c ./enc/trans/chinese.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/chinese.bundle enc/trans/chinese.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/escape.o -c ./enc/trans/escape.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/escape.bundle enc/trans/escape.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/gb18030.o -c ./enc/trans/gb18030.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/gb18030.bundle enc/trans/gb18030.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/gbk.o -c ./enc/trans/gbk.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/gbk.bundle enc/trans/gbk.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/iso2022.o -c ./enc/trans/iso2022.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/iso2022.bundle enc/trans/iso2022.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/japanese.o -c ./enc/trans/japanese.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/japanese.bundle enc/trans/japanese.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/japanese_euc.o -c ./enc/trans/japanese_euc.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/japanese_euc.bundle enc/trans/japanese_euc.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/japanese_sjis.o -c ./enc/trans/japanese_sjis.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/japanese_sjis.bundle enc/trans/japanese_sjis.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/korean.o -c ./enc/trans/korean.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/korean.bundle enc/trans/korean.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/single_byte.o -c ./enc/trans/single_byte.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/single_byte.bundle enc/trans/single_byte.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc gcc -I. -I.ext/include/i386-darwin9.6.0 -I./include -I. -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DONIG_ENC_REGISTER=rb_enc_register -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o enc/trans/utf_16_32.o -c ./enc/trans/utf_16_32.c cc -dynamic -bundle -undefined suppress -flat_namespace -o .ext/i386-darwin9.6.0/enc/trans/utf_16_32.bundle enc/trans/utf_16_32.o -L. -L. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " encs mkdir -p .ext/i386-darwin9.6.0/enc .ext/i386-darwin9.6.0/enc/trans enc enc/trans compiling bigdecimal cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/bigdecimal.bundle bigdecimal.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling continuation gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/continuation -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o continuation.o -c continuation.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/continuation.bundle continuation.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling coverage gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/coverage -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o coverage.o -c coverage.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/coverage.bundle coverage.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling curses gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/curses -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o curses.o -c curses.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/curses.bundle curses.o -L. -L../.. -L. -L/usr/local/lib -lruby -lncurses -ltermcap -lpthread -ldl -lobjc compiling dbm gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/dbm -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o dbm.o -c dbm.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/dbm.bundle dbm.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling digest gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/digest -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o digest.o -c digest.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/digest.bundle digest.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling digest/bubblebabble gcc -I. -I../../../.ext/include/i386-darwin9.6.0 -I../../.././include -I../../.././ext/digest/bubblebabble -I../../.././ext/digest/bubblebabble/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o bubblebabble.o -c bubblebabble.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin9.6.0/digest/bubblebabble.bundle bubblebabble.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling digest/md5 gcc -I. -I../../../.ext/include/i386-darwin9.6.0 -I../../.././include -I../../.././ext/digest/md5 -I../../.././ext/digest/md5/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o md5init.o -c md5init.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin9.6.0/digest/md5.bundle md5init.o md5ossl.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lcrypto -lpthread -ldl -lobjc compiling digest/rmd160 gcc -I. -I../../../.ext/include/i386-darwin9.6.0 -I../../.././include -I../../.././ext/digest/rmd160 -I../../.././ext/digest/rmd160/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o rmd160init.o -c rmd160init.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin9.6.0/digest/rmd160.bundle rmd160init.o rmd160ossl.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lcrypto -lpthread -ldl -lobjc compiling digest/sha1 gcc -I. -I../../../.ext/include/i386-darwin9.6.0 -I../../.././include -I../../.././ext/digest/sha1 -I../../.././ext/digest/sha1/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o sha1init.o -c sha1init.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin9.6.0/digest/sha1.bundle sha1init.o sha1ossl.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lcrypto -lpthread -ldl -lobjc compiling digest/sha2 gcc -I. -I../../../.ext/include/i386-darwin9.6.0 -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o sha2.o -c sha2.c gcc -I. -I../../../.ext/include/i386-darwin9.6.0 -I../../.././include -I../../.././ext/digest/sha2 -I../../.././ext/digest/sha2/.. -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o sha2init.o -c sha2init.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin9.6.0/digest/sha2.bundle sha2.o sha2init.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling dl cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/dl.bundle cfunc.o dl.o cptr.o handle.o callback-0.o callback-1.o callback-2.o callback-3.o callback-4.o callback-5.o callback-6.o callback-7.o callback-8.o -L. -L../.. -L. -L/usr/local/lib -lruby -ldl -lpthread -ldl -lobjc compiling dl/win32 compiling etc gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/etc -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o etc.o -c etc.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/etc.bundle etc.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling fcntl gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/fcntl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o fcntl.o -c fcntl.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/fcntl.bundle fcntl.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling fiber gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/fiber -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o fiber.o -c fiber.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/fiber.bundle fiber.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling gdbm compiling iconv gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/iconv -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o iconv.o -c iconv.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/iconv.bundle iconv.o -L. -L../.. -L. -L/usr/local/lib -lruby -liconv -lpthread -ldl -lobjc compiling io/wait gcc -I. -I../../../.ext/include/i386-darwin9.6.0 -I../../.././include -I../../.././ext/io/wait -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o wait.o -c wait.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin9.6.0/io/wait.bundle wait.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling json make[1]: Nothing to be done for `all'. compiling json/ext/generator gcc -I. -I../../../../.ext/include/i386-darwin9.6.0 -I../../../.././include -I../../../.././ext/json/ext/generator -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -Wall -o generator.o -c generator.c gcc -I. -I../../../../.ext/include/i386-darwin9.6.0 -I../../../.././include -I../../../.././ext/json/ext/generator -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -Wall -o unicode.o -c unicode.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../../.ext/i386-darwin9.6.0/json/ext/generator.bundle generator.o unicode.o -L. -L../../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling json/ext/parser gcc -I. -I../../../../.ext/include/i386-darwin9.6.0 -I../../../.././include -I../../../.././ext/json/ext/parser -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -Wall -o parser.o -c parser.c gcc -I. -I../../../../.ext/include/i386-darwin9.6.0 -I../../../.././include -I../../../.././ext/json/ext/parser -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -Wall -o unicode.o -c unicode.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../../.ext/i386-darwin9.6.0/json/ext/parser.bundle parser.o unicode.o -L. -L../../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling mathn/complex gcc -I. -I../../../.ext/include/i386-darwin9.6.0 -I../../.././include -I../../.././ext/mathn/complex -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o complex.o -c complex.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin9.6.0/mathn/complex.bundle complex.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling mathn/rational gcc -I. -I../../../.ext/include/i386-darwin9.6.0 -I../../.././include -I../../.././ext/mathn/rational -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o rational.o -c rational.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin9.6.0/mathn/rational.bundle rational.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling nkf gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/nkf -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o nkf.o -c nkf.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/nkf.bundle nkf.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling openssl gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o openssl_missing.o -c openssl_missing.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl.o -c ossl.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_asn1.o -c ossl_asn1.c ossl_asn1.c: In function ???decode_bool???: ossl_asn1.c:313: warning: passing argument 2 of ???d2i_ASN1_BOOLEAN??? from incompatible pointer type ossl_asn1.c: In function ???decode_int???: ossl_asn1.c:328: warning: passing argument 2 of ???d2i_ASN1_INTEGER??? from incompatible pointer type ossl_asn1.c: In function ???decode_bstr???: ossl_asn1.c:347: warning: passing argument 2 of ???d2i_ASN1_BIT_STRING??? from incompatible pointer type ossl_asn1.c: In function ???decode_enum???: ossl_asn1.c:368: warning: passing argument 2 of ???d2i_ASN1_ENUMERATED??? from incompatible pointer type ossl_asn1.c: In function ???decode_null???: ossl_asn1.c:385: warning: passing argument 2 of ???d2i_ASN1_NULL??? from incompatible pointer type ossl_asn1.c: In function ???decode_obj???: ossl_asn1.c:402: warning: passing argument 2 of ???d2i_ASN1_OBJECT??? from incompatible pointer type ossl_asn1.c: In function ???decode_time???: ossl_asn1.c:430: warning: passing argument 2 of ???d2i_ASN1_TIME??? from incompatible pointer type ossl_asn1.c: In function ???ossl_asn1_decode0???: ossl_asn1.c:724: warning: passing argument 1 of ???ASN1_get_object??? from incompatible pointer type gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_bio.o -c ossl_bio.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_bn.o -c ossl_bn.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_cipher.o -c ossl_cipher.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_config.o -c ossl_config.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_digest.o -c ossl_digest.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_engine.o -c ossl_engine.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_hmac.o -c ossl_hmac.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_ns_spki.o -c ossl_ns_spki.c ossl_ns_spki.c: In function ???ossl_spki_initialize???: ossl_ns_spki.c:67: warning: passing argument 2 of ???d2i_NETSCAPE_SPKI??? from incompatible pointer type gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_ocsp.o -c ossl_ocsp.c ossl_ocsp.c: In function ???ossl_ocspreq_initialize???: ossl_ocsp.c:114: warning: passing argument 2 of ???d2i_OCSP_REQUEST??? from incompatible pointer type ossl_ocsp.c: In function ???ossl_ocspres_initialize???: ossl_ocsp.c:323: warning: passing argument 2 of ???d2i_OCSP_RESPONSE??? from incompatible pointer type gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_pkcs12.o -c ossl_pkcs12.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_pkcs5.o -c ossl_pkcs5.c ossl_pkcs5.c: In function ???ossl_pkcs5_pbkdf2_hmac_sha1???: ossl_pkcs5.c:77: warning: passing argument 3 of ???PKCS5_PBKDF2_HMAC_SHA1??? discards qualifiers from pointer target type gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_pkcs7.o -c ossl_pkcs7.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_pkey.o -c ossl_pkey.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_pkey_dh.o -c ossl_pkey_dh.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_pkey_dsa.o -c ossl_pkey_dsa.c ossl_pkey_dsa.c: In function ???ossl_dsa_initialize???: ossl_pkey_dsa.c:165: warning: passing argument 4 of ???PEM_ASN1_read_bio??? from incompatible pointer type gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_pkey_ec.o -c ossl_pkey_ec.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_pkey_rsa.o -c ossl_pkey_rsa.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_rand.o -c ossl_rand.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_ssl.o -c ossl_ssl.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_ssl_session.o -c ossl_ssl_session.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_x509.o -c ossl_x509.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_x509attr.o -c ossl_x509attr.c ossl_x509attr.c: In function ???ossl_x509attr_initialize???: ossl_x509attr.c:103: warning: passing argument 2 of ???d2i_X509_ATTRIBUTE??? from incompatible pointer type gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_x509cert.o -c ossl_x509cert.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_x509crl.o -c ossl_x509crl.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_x509ext.o -c ossl_x509ext.c ossl_x509ext.c: In function ???ossl_x509ext_initialize???: ossl_x509ext.c:285: warning: passing argument 2 of ???d2i_X509_EXTENSION??? from incompatible pointer type gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_x509name.o -c ossl_x509name.c ossl_x509name.c: In function ???ossl_x509name_initialize???: ossl_x509name.c:143: warning: passing argument 2 of ???d2i_X509_NAME??? from incompatible pointer type gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_x509req.o -c ossl_x509req.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_x509revoked.o -c ossl_x509revoked.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/openssl -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ossl_x509store.o -c ossl_x509store.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/openssl.bundle openssl_missing.o ossl.o ossl_asn1.o ossl_bio.o ossl_bn.o ossl_cipher.o ossl_config.o ossl_digest.o ossl_engine.o ossl_hmac.o ossl_ns_spki.o ossl_ocsp.o ossl_pkcs12.o ossl_pkcs5.o ossl_pkcs7.o ossl_pkey.o ossl_pkey_dh.o ossl_pkey_dsa.o ossl_pkey_ec.o ossl_pkey_rsa.o ossl_rand.o ossl_ssl.o ossl_ssl_session.o ossl_x509.o ossl_x509attr.o ossl_x509cert.o ossl_x509crl.o ossl_x509ext.o ossl_x509name.o ossl_x509req.o ossl_x509revoked.o ossl_x509store.o -L. -L../.. -L. -L/usr/local/lib -lruby -lssl -lcrypto -lpthread -ldl -lobjc compiling pty gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/pty -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o pty.o -c pty.c pty.c: In function ???getDevice???: pty.c:425: warning: ???return??? with a value, in function returning void cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/pty.bundle pty.o -L. -L../.. -L. -L/usr/local/lib -lruby -lutil -lpthread -ldl -lobjc compiling racc/cparse gcc -I. -I../../../.ext/include/i386-darwin9.6.0 -I../../.././include -I../../.././ext/racc/cparse -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o cparse.o -c cparse.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin9.6.0/racc/cparse.bundle cparse.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling readline gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/readline -DRUBY_EXTCONF_H=\"extconf.h\" -I/usr/local/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o readline.o -c readline.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/readline.bundle readline.o -L. -L../.. -L/usr/local/lib -L. -L/usr/local/lib -lruby -lreadline -lncurses -lpthread -ldl -lobjc compiling ripper gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/ripper -I../.. -I../../. -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o ripper.o -c ripper.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/ripper.bundle ripper.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc ../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/i386-darwin9.6.0' -I'../../.ext/common' -I./- -I'../.././ext' -rpurelib.rb ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c compiling sdbm gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o _sdbm.o -c _sdbm.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/sdbm -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o init.o -c init.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/sdbm.bundle _sdbm.o init.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling socket gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/socket -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o socket.o -c socket.c socket.c: In function ???host_str???: socket.c:888: warning: format ???%u??? expects type ???unsigned int???, but argument 3 has type ???size_t??? socket.c: In function ???port_str???: socket.c:914: warning: format ???%u??? expects type ???unsigned int???, but argument 3 has type ???size_t??? cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/socket.bundle socket.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling stringio gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/stringio -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o stringio.o -c stringio.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/stringio.bundle stringio.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling strscan gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/strscan -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o strscan.o -c strscan.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/strscan.bundle strscan.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling syck gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o bytecode.o -c bytecode.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o emitter.o -c emitter.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o handler.o -c handler.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o implicit.o -c implicit.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o node.o -c node.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o rubyext.o -c rubyext.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o syck.o -c syck.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o token.o -c token.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/syck -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o yaml2byte.o -c yaml2byte.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/syck.bundle bytecode.o emitter.o gram.o handler.o implicit.o node.o rubyext.o syck.o token.o yaml2byte.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling syslog gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/syslog -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o syslog.o -c syslog.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/syslog.bundle syslog.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling tk gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/tk -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DWITH_TCL_ENABLE_THREAD=1 -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o stubs.o -c stubs.c gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/tk -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -DWITH_TCL_ENABLE_THREAD=1 -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o tcltklib.o -c tcltklib.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/tcltklib.bundle stubs.o tcltklib.o -L. -L../.. -L/usr/X11/lib -L. -L/usr/local/lib -lruby -ltk8.4 -ltcl8.4 -lX11 -ldl -lpthread -ldl -lobjc compiling tk/tkutil gcc -I. -I../../../.ext/include/i386-darwin9.6.0 -I../../.././include -I../../.././ext/tk/tkutil -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o tkutil.o -c tkutil.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin9.6.0/tkutil.bundle tkutil.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc compiling win32ole compiling zlib gcc -I. -I../../.ext/include/i386-darwin9.6.0 -I../.././include -I../.././ext/zlib -DRUBY_EXTCONF_H=\"extconf.h\" -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -fno-common -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -o zlib.o -c zlib.c cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin9.6.0/zlib.bundle zlib.o -L. -L../.. -L. -L/usr/local/lib -lruby -lz -lpthread -ldl -lobjc making ruby gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -L. -L/usr/local/lib main.o -lruby -lpthread -ldl -lobjc -o ruby ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" installing binary commands installing command scripts installing library scripts installing headers installing manpages installing extension objects installing extension scripts Generating RDoc documentation ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./bin/rdoc" --all --ri --op ".ext/rdoc" "." prelude.c: Generating RI... Files: 1 Classes: 0 Modules: 0 Methods: 0 Elapsed: 0.2s ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --install=rdoc --rdoc-output=".ext/rdoc" installing rdoc Generating RDoc documentation ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./runruby.rb --extout=.ext -- "./bin/rdoc" --all --ri --op ".ext/rdoc" "." No newer files. Files: 0 Classes: 0 Modules: 0 Methods: 0 Elapsed: 0.0s ./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --install=rdoc --rdoc-output=".ext/rdoc" installing rdoc bash-3.2# ruby -vruby 1.9.1p0 (2009-01-30 revision 21907) [i386-darwin9.6.0] -------------- next part -------------- bash-3.2# ./configure --prefix=/usr/local checking build system type... i386-apple-darwin9.6.0 checking host system type... i386-apple-darwin9.6.0 Beginning configuration for readline-5.2 for i386-apple-darwin9.6.0 checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether gcc needs -traditional... rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory no checking for a BSD-compatible install... /usr/bin/install -c checking for ar... ar checking for ranlib... ranlib checking for an ANSI C-conforming const... yes checking for function prototypes... yes checking whether char is unsigned... no checking return type of signal handlers... void checking for size_t... yes checking for ssize_t... yes checking for ANSI C header files... (cached) yes checking whether stat file-mode macros are broken... rm: conftest.dSYM: is a directory no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for fcntl... yes checking for kill... yes checking for lstat... yes checking for memmove... yes checking for putenv... yes checking for select... yes checking for setenv... yes checking for setlocale... yes checking for strcasecmp... yes checking for strpbrk... yes checking for tcgetattr... yes checking for vsnprintf... yes checking for isascii... yes checking for isxdigit... yes checking for getpwent... yes checking for getpwnam... yes checking for getpwuid... yes checking for working strcoll... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for memory.h... (cached) yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking termio.h usability... no checking termio.h presence... no checking for termio.h... no checking sys/pte.h usability... no checking sys/pte.h presence... no checking for sys/pte.h... no checking sys/stream.h usability... no checking sys/stream.h presence... no checking for sys/stream.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for sys/ptem.h... no checking for type of signal functions... posix checking if signal handlers must be reinstalled when invoked... no checking for presence of POSIX-style sigsetjmp/siglongjmp... present checking for lstat... yes checking whether or not strcoll and strcmp differ... no checking whether the ctype macros accept non-ascii characters... yes checking whether getpw functions are declared in pwd.h... rm: conftest.dSYM: is a directory yes checking whether termios.h defines TIOCGWINSZ... rm: conftest.dSYM: is a directory yes checking whether signal handlers are of type void... yes checking for TIOCSTAT in sys/ioctl.h... yes checking for FIONREAD in sys/ioctl.h... yes checking for speed_t in sys/types.h... no checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h checking for struct dirent.d_ino... yes checking for struct dirent.d_fileno... yes checking for tgetent... no checking for tgetent in -ltermcap... yes checking which library has the termcap functions... using libtermcap checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for mbsrtowcs... yes checking for mbrlen... yes checking for wcrtomb... yes checking for wcscoll... yes checking for wcsdup... no checking for wcwidth... yes checking for wctype... yes checking whether mbrtowc and mbstate_t are properly declared... yes checking for iswlower... yes checking for iswupper... yes checking for towlower... yes checking for towupper... yes checking for iswctype... yes checking for nl_langinfo and CODESET... yes checking for wchar_t in wchar.h... yes checking for wctype_t in wctype.h... yes checking for wint_t in wctype.h... yes checking configuration for building shared libraries... supported configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating shlib/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing default commands bash-3.2# make test -d shlib || mkdir shlib ( cd shlib ; make all ) make[1]: Nothing to be done for `all'. bash-3.2# make install /bin/sh ./support/mkinstalldirs /usr/local/include \ /usr/local/include/readline /usr/local/lib \ /usr/local/info /usr/local/man/man3 mkdir -p -- /usr/local/include /usr/local/include/readline /usr/local/lib /usr/local/info /usr/local/man/man3 for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h rlconf.h rltypedefs.h; do \ /usr/bin/install -c -m 644 ./$f /usr/local/include/readline ; \ done ( if test -d doc ; then \ cd doc && \ make infodir=/usr/local/info DESTDIR= install; \ fi ) /bin/sh ../support/mkdirs /usr/local/info /usr/local/man/man3 if test -n "" ; then \ /bin/sh ../support/mkdirs ; \ fi if test -f readline.info; then \ /usr/bin/install -c -m 644 readline.info /usr/local/info/readline.info; \ else \ /usr/bin/install -c -m 644 ./readline.info /usr/local/info/readline.info; \ fi if test -f rluserman.info; then \ /usr/bin/install -c -m 644 rluserman.info /usr/local/info/rluserman.info; \ else \ /usr/bin/install -c -m 644 ./rluserman.info /usr/local/info/rluserman.info; \ fi if test -f history.info; then \ /usr/bin/install -c -m 644 history.info /usr/local/info/history.info; \ else \ /usr/bin/install -c -m 644 ./history.info /usr/local/info/history.info; \ fi if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ install-info --dir-file=/usr/local/info/dir \ /usr/local/info/readline.info ; \ install-info --dir-file=/usr/local/info/dir \ /usr/local/info/history.info ; \ install-info --dir-file=/usr/local/info/dir \ /usr/local/info/rluserman.info ; \ else true; fi /usr/bin/install -c -m 644 ./readline.3 /usr/local/man/man3/readline.3 /usr/bin/install -c -m 644 ./history.3 /usr/local/man/man3/history.3 if test -n "" ; then \ if test -f readline.html; then \ /usr/bin/install -c -m 644 readline.html /readline.html; \ else \ /usr/bin/install -c -m 644 ./readline.html /readline.html; \ fi ; \ if test -f history.html; then \ /usr/bin/install -c -m 644 history.html /history.html; \ else \ /usr/bin/install -c -m 644 ./history.html /history.html; \ fi ; \ if test -f rluserman.html; then \ /usr/bin/install -c -m 644 rluserman.html /rluserman.html; \ else \ /usr/bin/install -c -m 644 ./rluserman.html /rluserman.html; \ fi ; \ fi mv /usr/local/lib/libreadline.a /usr/local/lib/libreadline.old mv: rename /usr/local/lib/libreadline.a to /usr/local/lib/libreadline.old: No such file or directory make: [install-static] Error 1 (ignored) /usr/bin/install -c -m 644 libreadline.a /usr/local/lib/libreadline.a test -n "ranlib" && ranlib /usr/local/lib/libreadline.a mv /usr/local/lib/libhistory.a /usr/local/lib/libhistory.old mv: rename /usr/local/lib/libhistory.a to /usr/local/lib/libhistory.old: No such file or directory make: [install-static] Error 1 (ignored) /usr/bin/install -c -m 644 libhistory.a /usr/local/lib/libhistory.a test -n "ranlib" && ranlib /usr/local/lib/libhistory.a test -d shlib || mkdir shlib ( cd shlib ; make all ) make[1]: Nothing to be done for `all'. ( cd shlib ; make DESTDIR= install ) /bin/sh ../support/mkdirs /usr/local/lib /bin/sh ../support/shlib-install -O darwin9.6.0 -d /usr/local/lib -b /usr/local/bin -i "/usr/bin/install -c -m 644" libhistory.5.2.dylib /bin/sh ../support/shlib-install -O darwin9.6.0 -d /usr/local/lib -b /usr/local/bin -i "/usr/bin/install -c -m 644" libreadline.5.2.dylib install: you may need to run ldconfig From m at parasew.com Sun Feb 1 17:07:20 2009 From: m at parasew.com (Matthias Tarasiewicz) Date: Sun, 1 Feb 2009 23:07:20 +0100 Subject: [rubyosx-list] Ruby 1.9.1 binary prefix? (ruby19) In-Reply-To: <6513fea00902011339o44826676lc9b9f690f5cefaa8@mail.gmail.com> References: <6513fea00902011339o44826676lc9b9f690f5cefaa8@mail.gmail.com> Message-ID: <191D66EE-3CC3-42B1-8451-AD175F371E76@parasew.com> hi paul, thanks for your compile information. actually it looks like readline is not the problem here - seems to be a DRb issue... furthermore, looks like the readline option that i passed is not supported anymore, see http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/82917f89c3053b48?pli=1 the readline switch --with-readline-dir that i used before ( ./ configure --prefix=/usr/local --enable-shared --enable-install-doc -- enable-pthread --with-readline-dir=/usr/local && make && make install && make install-doc ) doesn't seem to make any sense anymore, which is quite strange... but disregarding the readline issues now, we seem to have other problems with the compile, that i cannot figure out still. On 01.02.2009, at 22:39, paul zecko wrote: > I also tried to install Ruby 1.9.1 on Mac OSX Leopard. My Version is > 10.5.6, same XCODE (latest package). > Besides using your (parasew) compile settings, I also downloaded the > patched GNU Readline 5.2 library ( see http://programblings.com/2008/11/18/installing-ruby-19preview1-on-os-x-leopard/#cliffs_notes > for more information) and compiled Readline before compiling Ruby. > The strange thing is, that my Test results from runner.rb are even > worse than yours, > > 5780 tests, 2514732 assertions, 29 failures, 2 errors, 0 skips ( 1 > error more) > > I attached the full output in three seperate textfiles. > > Z. > compile.txt>_______________________________________________ > rubyosx-list mailing list > rubyosx-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/rubyosx-list From prozecko at gmail.com Sun Feb 1 17:57:53 2009 From: prozecko at gmail.com (paul zecko) Date: Sun, 1 Feb 2009 23:57:53 +0100 Subject: [rubyosx-list] Ruby 1.9.1 binary prefix? (ruby19) In-Reply-To: <191D66EE-3CC3-42B1-8451-AD175F371E76@parasew.com> References: <6513fea00902011339o44826676lc9b9f690f5cefaa8@mail.gmail.com> <191D66EE-3CC3-42B1-8451-AD175F371E76@parasew.com> Message-ID: <6513fea00902011457k70bb633bnb1f57de838b6de47@mail.gmail.com> Some notes on the other issues you brought up: 1. "rubygems not installed" they are incuded in ruby 1.9.1, so that should not be the problem. 2. readline: i just tried to compile with the same settings as you did ./configure --prefix=/usr/local --enable-shared --enable-install-doc --enable-pthread --with-readline-dir=/usr/local && make && make install && make install-doc directly, without compiling sqlite3 or readline before. result: 5779 tests, 2514699 assertions, 29 failures, 1 errors, 0 skips so basically the same results as you had, without the DRb Error I had before. 3. regarding the other Errors: (1) is a DBM error (dbm/test_dbm.rb) (2)-(9) is ruby/test_file_exhaustive.rb and mostly concern file permissions, as i can see. (11)-(27) are rubygem issues. i tried initializing rubygems by installing a gem before running the tests again. tried "gem install instiki" everything basically stayed the same, but additionally, the DRb Error returned 2) Error: test_05_too_large_ary(TestDRbLarge): DRb::DRbConnError: druby://localhost:63590 - # /Users/ppl/Desktop/test/ruby-1.9.1-p0/test/drb/test_drb.rb:266:in `teardown' (28) references rdoc markup to html, it seems to not generate the hyperlinks (29),(30) is SDBM errors. together with error (1) i would say that DBM implementations have problems on our compile on OSX. I'll write more when I have any news, Z. On Sun, Feb 1, 2009 at 11:07 PM, Matthias Tarasiewicz wrote: > hi paul, > thanks for your compile information. actually it looks like readline is not > the problem here - seems to be a DRb issue... > furthermore, looks like the readline option that i passed is not supported > anymore, see > > http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/82917f89c3053b48?pli=1 > > the readline switch --with-readline-dir that i used before ( ./configure > --prefix=/usr/local --enable-shared --enable-install-doc --enable-pthread > --with-readline-dir=/usr/local && make && make install && make install-doc ) > doesn't seem to make any sense anymore, which is quite strange... > > but disregarding the readline issues now, we seem to have other problems > with the compile, that i cannot figure out still. > > > > On 01.02.2009, at 22:39, paul zecko wrote: > > I also tried to install Ruby 1.9.1 on Mac OSX Leopard. My Version is >> 10.5.6, same XCODE (latest package). >> Besides using your (parasew) compile settings, I also downloaded the >> patched GNU Readline 5.2 library ( see >> http://programblings.com/2008/11/18/installing-ruby-19preview1-on-os-x-leopard/#cliffs_notes for >> more information) and compiled Readline before compiling Ruby. The strange >> thing is, that my Test results from runner.rb are even worse than yours, >> >> 5780 tests, 2514732 assertions, 29 failures, 2 errors, 0 skips ( 1 error >> more) >> >> I attached the full output in three seperate textfiles. >> >> Z. >> >> _______________________________________________ >> rubyosx-list mailing list >> rubyosx-list at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rubyosx-list >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From m at parasew.com Sun Feb 1 18:17:19 2009 From: m at parasew.com (Matthias Tarasiewicz) Date: Mon, 2 Feb 2009 00:17:19 +0100 Subject: [rubyosx-list] current compile issues posted to ruby-talk Message-ID: http://www.ruby-forum.com/topic/177360#776316 let's see if there are answers soon. parasew From citizen428 at gmail.com Sun Feb 1 18:18:47 2009 From: citizen428 at gmail.com (Michael Kohl) Date: Mon, 2 Feb 2009 00:18:47 +0100 Subject: [rubyosx-list] suggestions for the new rubyosx package? In-Reply-To: <3284D454-573E-4CCA-B4BF-72AF181C1793@parasew.com> References: <3284D454-573E-4CCA-B4BF-72AF181C1793@parasew.com> Message-ID: <552d34830902011518jc964690h895834d142c2f41e@mail.gmail.com> Heya, On Sun, Feb 1, 2009 at 5:55 PM, Matthias Tarasiewicz wrote: > idas? suggestions? as I told you before, I'd like to see rspec (http://rspec.info/) and cheat (http://cheat.errtheblog.com/) included if possible. Cheers, M From robdseaman at gmail.com Mon Feb 2 01:50:33 2009 From: robdseaman at gmail.com (Rob Seaman) Date: Sun, 1 Feb 2009 22:50:33 -0800 Subject: [rubyosx-list] Ruby 1.9.1 binary prefix? (ruby19) Message-ID: I don't know if this is much of a help but I installed 1.9.1 patch 0 on OSX Leopard (10.5.6) using the following: $ tar xzvf ruby-1.9.1-p0.tar.gz $ cd ruby-1.9.1-p0 $ ./configure --enable-shared --enable-pthread CFLAGS=-D_XOPEN_SOURCE=1 $ make $ sudo make install $ sudo gem install builder It wasn't a clean install, I'd installed the preview2 release and 1.8.x previously but this what I saw when I ran runner.rb: ... 1) Failure: test_self_prefix(TestGem) [/usr/local/src/ruby-1.9.1-p0/test/rubygems/ test_gem.rb:374]: Expected "/usr/local/src/ruby-1.9.1-p0", not nil. 2) Failure: test_execute(TestGemCommandsEnvironmentCommand) [/usr/local/src/ ruby-1.9.1-p0/test/rubygems/test_gem_commands_environment_command.rb: 26]: Expected /RUBYGEMS PREFIX: / to match "RubyGems Environment:\n - RUBYGEMS VERSION: 1.3.1\n - RUBY VERSION: 1.9.1 (2009-01-30 patchlevel 0) [i386-darwin9.6.0]\n - INSTALLATION DIRECTORY: /private/ var/folders/hJ/hJASy3o7Gdmna3UAKfxEC++++TI/-Tmp-/test_rubygems_36651/ gemhome\n - RUBY EXECUTABLE: /usr/local/bin/ruby\n - EXECUTABLE DIRECTORY: /private/var/folders/hJ/hJASy3o7Gdmna3UAKfxEC++++TI/-Tmp-/ test_rubygems_36651/gemhome/bin\n - RUBYGEMS PLATFORMS:\n - ruby \n - x86-darwin-8\n - GEM PATHS:\n - /private/var/folders/hJ/ hJASy3o7Gdmna3UAKfxEC++++TI/-Tmp-/test_rubygems_36651/gemhome\n - GEM CONFIGURATION:\n - :update_sources => true\n - :verbose => true \n - :benchmark => false\n - :backtrace => false\n - :bulk_threshold => 1000\n - REMOTE SOURCES:\n - http://gems.example.com \n". 3) Failure: test_handle_special_CROSSREF_no_underscore (TestRDocMarkupToHtmlCrossref) [/usr/local/src/ruby-1.9.1-p0/test/rdoc/ test_rdoc_markup_to_html_crossref.rb:87]: Expected "

/usr/local/src/ ruby-1.9.1-p0/test/rdoc/rdoc_markup_to_html_crossref_reference.rb

", not "

/usr/local/src/ruby-1.9.1-p0/test/rdoc/ rdoc_markup_to_html_crossref_reference.rb

". 5788 tests, 2514859 assertions, 3 failures, 0 errors, 0 skips ------------------------------------ I haven't investigated the errors but I also tried a build using multiruby to update to 1.9.1p0 and got exactly the same 3 errors when I ran runner.rb on that build. I haven't really dug into how multiruby builds but I'm pretty sure it doesn't use any options other then a --prefix. Although, looking at the code it does appear to use autoconf. Rob From m at parasew.com Mon Feb 2 14:18:04 2009 From: m at parasew.com (Matthias Tarasiewicz) Date: Mon, 2 Feb 2009 20:18:04 +0100 Subject: [rubyosx-list] Fwd: [lost in code] Compiling Ruby 1.9.1 on Leopard References: Message-ID: here is additional information from another tester. i am afraid it is in german, but he also has lots of errors, some the same the we already experienced before. maybe that's of any help (paul?) -matthias Begin forwarded message: > From: Alessandro Di Maria > Date: 01. Februar 2009 23:18:51 GMT+01:00 > To: m at parasew.com > Subject: Re: [lost in code] Compiling Ruby 1.9.1 on Leopard > > Hallo Matthias! > > Aus irgendwelchen Gr?nden, war das gesendete Output-File leer. > Hier also nochmals ;-) > > Ach ja und zwischendurch gab's noch folgende Fehlermeldungen: > > -e:1:in `eval': undefined local variable or method `x' for > main:Object (NameError) > from -e:1:in `eval' > from -e:1:in `
' > > /usr/local/lib/ruby/1.9.1/test/unit.rb:53:in `require': /Volumes/ > Data/download/ruby-1.9.1-p0/test/ruby/test_regexp.rb:607: target of > repeat operator is invalid: /(?!x){0,1}/ (SyntaxError) > target of repeat operator is invalid: /c\z{0,1}/ > target of repeat operator is invalid: /\A{0,1}a/ > from /usr/local/lib/ruby/1.9.1/test/unit.rb:53:in `block in > setup_argv' > from /usr/local/lib/ruby/1.9.1/test/unit.rb:47:in `each' > from /usr/local/lib/ruby/1.9.1/test/unit.rb:47:in `setup_argv' > from /Volumes/Data/download/ruby-1.9.1-p0/test/runner.rb:9:in > `
' > > > Gruss > Alessandro > > -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: ruby_runner.txt URL: -------------- next part -------------- From adm at m42.ch Tue Feb 3 14:45:31 2009 From: adm at m42.ch (Alessandro Di Maria) Date: Tue, 3 Feb 2009 20:45:31 +0100 Subject: [rubyosx-list] Compiling Ruby 1.9.1 on Leopard In-Reply-To: References: Message-ID: <4F726FE1-D766-41B2-A7C5-5C8A8DA90EAB@m42.ch> Last time I compilied Ruby 1.9.1 on my Quad G5 I got a lot of failures and some readline errors Yesterday I recompiled again with only a minimal configuration set. ./configure --prefix=/usr/local --program-suffix=1.9 And this time I got only 3 failures and no errors at all! Alessandro -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: runner_out.txt URL: -------------- next part -------------- > here is additional information from another tester. i am afraid it > is in german, but he also has lots of errors, some the same the we > already experienced before. maybe that's of any help (paul?) > > -matthias > > Begin forwarded message: >> >> Hallo Matthias! >> >> Aus irgendwelchen Gr?nden, war das gesendete Output-File leer. >> Hier also nochmals ;-) >> >> Ach ja und zwischendurch gab's noch folgende Fehlermeldungen: >> >> -e:1:in `eval': undefined local variable or method `x' for >> main:Object (NameError) >> from -e:1:in `eval' >> from -e:1:in `
' >> >> /usr/local/lib/ruby/1.9.1/test/unit.rb:53:in `require': /Volumes/ >> Data/download/ruby-1.9.1-p0/test/ruby/test_regexp.rb:607: target of >> repeat operator is invalid: /(?!x){0,1}/ (SyntaxError) >> target of repeat operator is invalid: /c\z{0,1}/ >> target of repeat operator is invalid: /\A{0,1}a/ >> from /usr/local/lib/ruby/1.9.1/test/unit.rb:53:in `block in >> setup_argv' >> from /usr/local/lib/ruby/1.9.1/test/unit.rb:47:in `each' >> from /usr/local/lib/ruby/1.9.1/test/unit.rb:47:in `setup_argv' >> from /Volumes/Data/download/ruby-1.9.1-p0/test/runner.rb:9:in >> `
' >> >> >> Gruss >> Alessandro >> >> > > _______________________________________________ > rubyosx-list mailing list > rubyosx-list at rubyforge.org > http://rubyforge.org/mailman/listinfo/rubyosx-list