From: Martin Gagnon Date: 2007-04-05T05:29:41+09:00 Subject: Install problems under QNX Hi all, I'm facing install problems under QNX 6.3.0. [QNX QNX-DEV 6.3.0 2004/04/29-21:23:19UTC x86pc x86] The compile works well and the 'make test' succeeds. So that's a good start. However, during 'make install', I get the following error: Ruby 1.8.5: --------------------- ... install -c -p -m 0755 bin/rdoc /usr/local/bin/rdoc ./instruby.rb:174:in `truncate': File too large - /usr/local/bin/rdoc (Errno::EFBIG) from ./instruby.rb:174 from ./instruby.rb:167:in `open' from ./instruby.rb:167 from ./instruby.rb:154:in `each' from ./instruby.rb:154 from ./instruby.rb:64:in `install?' from ./instruby.rb:149 make: *** [do-install-local] Error 1 --------------------- Hum... it's not even that big: /home/martin/ruby-1.8.5# ls -l /usr/local/bin/rdoc -rwxr-xr-x 1 root root 1541 Apr 04 19:51 /usr/local/bin/rdoc Ruby 1.8.6: --------------------- ... ./instruby.rb:259:in `truncate': File too large - /usr/local/bin/testrb (Errno::EFBIG) from ./instruby.rb:259 from ./instruby.rb:142:in `open' from ./instruby.rb:142:in `open_for_install' from ./instruby.rb:252 from ./instruby.rb:239:in `each' from ./instruby.rb:239 from ./instruby.rb:348:in `call' from ./instruby.rb:348 from ./instruby.rb:345:in `each' from ./instruby.rb:345 from ./instruby.rb:344:in `each' from ./instruby.rb:344 make: *** [do-install-nodoc] Error 1 --------------------- So what does this really mean? Any clue/suggestion are welcome. My final goal is to run a Rails app on QNX. Thank you, Martin -- Posted via http://www.ruby-forum.com/.