Issue #17768 has been updated by Josh Cooper. Description updated Status changed from Unreviewed to Accepted Target version set to 3.0.x Affected Puppet version changed from development to 3.0.0 Branch deleted (3.0.x)
Hi Richard, thanks for the report. Could you add racc as a Gemfile development dependency and submit that as a pull request as described here <https://github.com/puppetlabs/puppet/blob/master/README.md> ---------------------------------------- Bug #17768: bundle install does not install racc https://projects.puppetlabs.com/issues/17768#change-77320 Author: Richard Soderberg Status: Accepted Priority: Normal Assignee: Category: Target version: 3.0.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.
