Issue #17768 has been updated by Andrew Parker. Target version changed from 3.0.x to 3.x
As the 3.0.x line is winding down with the impending release of 3.1.0, I am removing the target at 3.0.x from tickets in the system and targeting them at 3.x instead. ---------------------------------------- Bug #17768: bundle install does not install racc https://projects.puppetlabs.com/issues/17768#change-80569 Author: Richard Soderberg Status: Accepted Priority: Normal Assignee: Category: Target version: 3.x Affected Puppet version: 3.0.0 Keywords: Branch: The README indicates that 'bundle install' installs the developer dependencies: README_DEVELOPER.md:To install the dependencies run: `bundle install` to install the dependencies. However, 'bundle install' does not install 'racc', which is required for gen_parser: <pre> $ rake rake -T ... rake gen_parser # Generate the parser </pre> I was able to resolve this with 'gem install racc'. <pre> # DO NOT MODIFY!!!! # This file is automatically generated by Racc 1.4.9 # from Racc grammer file "". </pre> As of commit 06ba7d5f81d43b2fd08fe6c101708cb4856d023c. -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
