Skip to content
New issue

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

sudo bundle exec rake monigusto:install taking a very long time #17

Open
stevenbeeckman opened this issue Feb 18, 2014 · 2 comments
Open

Comments

@stevenbeeckman
Copy link

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)?

@obazoud
Copy link

obazoud commented Mar 11, 2014

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>
....

@biggers
Copy link

biggers commented Aug 15, 2014

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

Comment out the 'runit cookbook' reference, in 'monigusto/Cheffile'

Re-run the Rakefile (or) cd monigusto; librarian-chef --verbose

/me loves Ansible... Enjoy your Chef! :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants