We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it normal that sudo bundle exec rake monigusto:install takes more than 6 hours (still counting) on a MacBook Pro (with OS X Maverick)?
sudo bundle exec rake monigusto:install
The text was updated successfully, but these errors were encountered:
Same problems here. librarian-chef install --verbose shows that there is a cookbook conflit.
[Librarian] Checking pacman/1.0.1 <http://community.opscode.com/api/v1> [Librarian] Resolving dmg (>= 0.0.0) <(no source specified)> [Librarian] Checking manifests [Librarian] Checking dmg/2.2.0 <http://community.opscode.com/api/v1> [Librarian] Conflict between runit (>= 1.0.0) <https://github.com/cookbooks/runit#master> and runit/0.14.2 <https://github.com/cookbooks/runit#master> [Librarian] Backtracking from dmg/2.2.0 <http://community.opscode.com/api/v1> [Librarian] Checking dmg/2.1.4 <http://community.opscode.com/api/v1> [Librarian] Conflict between runit (>= 1.0.0) <https://github.com/cookbooks/runit#master> and runit/0.14.2 <https://github.com/cookbooks/runit#master> [Librarian] Backtracking from dmg/2.1.4 <http://community.opscode.com/api/v1> ....
Sorry, something went wrong.
Anyone know how to resolve "Chef cookbook conflicts"? Could really use this project !! Thanks.
WORKAROUND (after one run of librarian-chef --verbose):
cd vagrant-monigusto mkdir -p monigusto/cookbooks cp -a monigusto/tmp/librarian/cache/source/git/[Runit cookbook Git repo ID] monigusto/cookbooks/runit
No branches or pull requests
Is it normal that
sudo bundle exec rake monigusto:install
takes more than 6 hours (still counting) on a MacBook Pro (with OS X Maverick)?The text was updated successfully, but these errors were encountered: