Issue #17768 has been updated by Dean Wilson.

It looks like this can be closed - 
https://github.com/puppetlabs/puppet/blob/master/Gemfile#L18 does install racc.

----------------------------------------
Bug #17768: bundle install does not install racc
https://projects.puppetlabs.com/issues/17768#change-97397

* 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 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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to