Issue #19493 has been updated by Dustin Mitchell. Status changed from Unreviewed to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/1505
---------------------------------------- Bug #19493: README_DEVELOPER.md omits a symlink in "Ruby Dependencies" https://projects.puppetlabs.com/issues/19493#change-84118 Author: Dustin Mitchell Status: In Topic Branch Pending Review Priority: Normal Assignee: Category: Target version: 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.
