Skip to content

Instantly share code, notes, and snippets.

@Nitrodist
Created October 7, 2010 06:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nitrodist/614638 to your computer and use it in GitHub Desktop.
Save Nitrodist/614638 to your computer and use it in GitHub Desktop.
compiling zlib
make[1]: Entering directory `/root/ruby-1.9.2-p0/ext/zlib'
o ../../.ext/powerpc-linux/zlib.so zlib.o -L. -L../.. -L. -lz -lpthread -lrt -ldl -lcrypt -lm -lc
make[1]: o: Command not found
make[1]: [../../.ext/powerpc-linux/zlib.so] Error 127 (ignored)
make[1]: Leaving directory `/root/ruby-1.9.2-p0/ext/zlib'
making ruby
make[1]: Entering directory `/root/ruby-1.9.2-p0'
make[1]: `ruby' is up to date.
make[1]: Leaving directory `/root/ruby-1.9.2-p0'
Generating RDoc documentation
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/runruby.rb --extout=.ext -- "./bin/rdoc" --no-force-update --all --ri --op ".ext/rdoc" "."
<internal:lib/rubygems/custom_require>:29:in `require': no such file to load -- etc (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'
from /root/ruby-1.9.2-p0/lib/rubygems.rb:17:in `<top (required)>'
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:gem_prelude>:167:in `load_full_rubygems_library'
from <internal:gem_prelude>:217:in `try_activate'
from <internal:lib/rubygems/custom_require>:32:in `rescue in require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from /root/ruby-1.9.2-p0/lib/rdoc/markup/parser.rb:1:in `<top (required)>'
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from /root/ruby-1.9.2-p0/lib/rdoc/markup.rb:121:in `<top (required)>'
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from /root/ruby-1.9.2-p0/lib/rdoc/markup/preprocess.rb:1:in `<top (required)>'
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from /root/ruby-1.9.2-p0/lib/rdoc/parser.rb:3:in `<top (required)>'
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from /root/ruby-1.9.2-p0/lib/rdoc/rdoc.rb:3:in `<top (required)>'
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from ./bin/rdoc:11:in `<main>'
make: *** [rdoc] Error 1
nastrg>make test
...<snipped tons of lines>
sample/test.rb:const .....
sample/test.rb:clone .....
sample/test.rb:marshal ....
sample/test.rb:pack ....
sample/test.rb:math ..
sample/test.rb:struct ......
sample/test.rb:variable ...........
sample/test.rb:trace ...
sample/test.rb:defined? ............
sample/test.rb:alias ......
sample/test.rb:path .......................
sample/test.rb:gc ....not ok system 9 -- /root/ruby-1.9.2-p0/sample/test.rb:1950:in `<main>'
not ok/test: 900 failed 1
test failed
make: *** [yes-test-sample] Error 1
nastrg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment