From: Gavin Sinclair Date: 2004-10-11T21:55:25+09:00 Subject: Re: [ANN] dev-utils v1.0 On Monday, October 11, 2004, 7:23:43 PM, Alexander wrote: > On Mon, Oct 11, 2004 at 02:35:36PM +0900, Gavin Sinclair wrote: >> versions had an issue with Cygwin, but thought that was resolved. >> Besides, I don't see any error messages during the install: > [snip] >> $ rpa install dev-utils > [snip] >> Generating RDoc HTML documentation. > umm thats totally freaky > looks like it just stops during the rdoc creation > maybe ruby is segfaulting or something under cygwin? > maybe --debug would provide some more information? Here you go: Generating RI data files. Generating RDoc HTML documentation. Running task RPA::Helper::Installman. Running task RPA::Helper::Installexamples. Running task RPA::Helper::Compress. Running task RPA::Helper::Installtests. Running task RPA::Helper::Installmodules. Running task RPA::Helper::Installexecutables. Running task RPA::Helper::Installextensions. Running task RPA::Helper::Moduledeps. Running task RPA::Helper::Fixperms. Running task RPA::Helper::Fixshebangs. Running task RPA::Helper::Task. /usr/local/lib/ruby/site_ruby/1.8/i386-cygwin/celsoft.com/template.so: dlopen: Win32 error 5 - /usr local/lib/ruby/site_ruby/1.8/i386-cygwin/celsoft.com/template.so (LoadError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require' from ./etc/doc/generate.rb:14 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require__' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:in `require' from /f/TEMP/RPA_1097498956.951070/dev-utils/install.rb:28 from /f/TEMP/RPA_1097498956.951070/dev-utils/install.rb:24:in `instance_eval' from /usr/local/lib/ruby/site_ruby/1.8/rpa/helper.rb:707:in `instance_eval' from /usr/local/lib/ruby/site_ruby/1.8/rpa/helper.rb:707:in `run' ... 12 levels... from /usr/local/lib/ruby/site_ruby/1.8/rpa/frontend.rb:27:in `initialize' from /usr/local/lib/ruby/site_ruby/1.8/rpa/rpafrontend.rb:34:in `initialize' from /usr/local/bin/rpa:12:in `new' from /usr/local/bin/rpa:12 The fact that it borked on celsoft.com/template (the cstemplate package) indicates that it's trying to build the extra documentation (not that it says so explicitly). The cstemplate gem has a problem: it comes packaged with a binary, even though it's meant to be a source gem. I'm working on that. It seems the cstemplate RPA has a problem of some kind as well, at least on Cygwin. Gavin