RubyGems DeveloperGuide ???

U

Une bévue

i'm looking for DeveloperGuide, i didn't find one even after
googleing...

because i get :
gem build system_profile.gemspec
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory -
 
D

David Roberts

unknown said:
i'm looking for DeveloperGuide, i didn't find one even after
googleing...

because i get :

ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory -

Pardon me if this is too obvious, but have you been to rubygems.org?

The first entry under Command Reference covers 'build', and there is a
separate entry for 'gemspec reference'

hth DeeJay
 
U

Une bévue

David Roberts said:
Pardon me if this is too obvious, but have you been to rubygems.org?

yes >>obviously<< i get there )))
The first entry under Command Reference covers 'build', and there is a
separate entry for 'gemspec reference'

yes i know about the "gemspec reference" BUT :

"7.1 Building a gem" says :
This is a skimpy overview; see the DeveloperGuide for the real meat.
----------^^^^^^^^^^^^^^^--^^^^----^^^^^^^^^^^^^^^--------^^^^-^^^^^-

do you mean the part covering more deeply than 7.1 how to buid a gem is
within the "gemspec reference" ???

noooo ))

it isn't ! is it ?

i'll read more deeply :
2.1 gem build -- Build a gem file from a specification
from "Command Reference" rather...
 
U

Une bévue

Une bévue said:
i'll read more deeply :
2.1 gem build -- Build a gem file from a specification
from "Command Reference" rather...

then, i re-run gem build with trace'n debug options :
gem build system_profile.gemspec --backtrace --debug

and i get :

Exception `OptionParser::InvalidOption' at
/opt/local/lib/ruby/1.8/optparse.rb:1445 - invalid option: gen-rdoc
Exception `OptionParser::InvalidOption' at
/opt/local/lib/ruby/1.8/optparse.rb:1280 - invalid option: --gen-rdoc
Exception `OptionParser::InvalidOption' at
/opt/local/lib/ruby/1.8/optparse.rb:1445 - invalid option: run-tests
Exception `OptionParser::InvalidOption' at
/opt/local/lib/ruby/1.8/optparse.rb:1280 - invalid option: --run-tests
Exception `Errno::ENOENT' at
/opt/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:55 - No such file
or directory -
ERROR: While executing gem ... (Errno::ENOENT)
No such file or directory -
/opt/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:55:in `size'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:55:in `build'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:52:in `build'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:709:in
`open_from_io'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:219:in `new'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:702:in
`open_from_io'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:254:in `add_file'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:697:in
`open_from_io'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:685:in `open'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:789:in `open'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:50:in `build'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/gem_commands.rb:619:in
`execute'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/gem_commands.rb:618:in
`execute'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/command.rb:69:in `invoke'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb:117:in
`process_args'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/cmd_manager.rb:88:in `run'
/opt/local/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:29:in `run'
/opt/local/bin/gem:23


????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,212
Messages
2,571,102
Members
47,698
Latest member
TerraT521

Latest Threads

Top