Issue #19493 has been reported by Dustin Mitchell.

----------------------------------------
Bug #19493: README_DEVELOPER.md omits a symlink in "Ruby Dependencies"
https://projects.puppetlabs.com/issues/19493

Author: Dustin Mitchell
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


Following the instructions, I got

     /home/dustin/code/puppet/workspace
     /home/dustin/code/puppet/workspace/gems
     /home/dustin/code/puppet/workspace/gems/puppet -> ../../t/puppet
     /home/dustin/code/puppet/workspace/specifications
     /home/dustin/code/puppet/workspace/specifications/puppet.gemspec -> 
../gems/puppet/puppet.gemspec

but this failed with lots of


    Invalid gemspec in 
[/home/dustin/code/puppet/workspace/specifications/puppet.gemspec]: no such 
file to load -- 
/home/dustin/code/puppet/workspace/specifications/lib/puppet/version

because of the relative import in puppet.gemspec:

    require File.expand_path("../lib/puppet/version", __FILE__)

the fix is to add

     /home/dustin/code/puppet/workspace/specifications/lib -> ../gems/puppet/lib



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to