Issue #19493 has been updated by Adrien Thebo.

Category set to documentation
Status changed from In Topic Branch Pending Review to Merged - Pending Release
Target version set to 3.2.0

Merged into master as f017798.

This should be released in 3.2.0.

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

Author: Dustin Mitchell
Status: Merged - Pending Release
Priority: Normal
Assignee: 
Category: documentation
Target version: 3.2.0
Affected Puppet version: 
Keywords: 
Branch: https://github.com/puppetlabs/puppet/pull/1505


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