Skip to content

Instantly share code, notes, and snippets.

@jdar
Last active December 15, 2015 08:59
Show Gist options
  • Save jdar/5234705 to your computer and use it in GitHub Desktop.
Save jdar/5234705 to your computer and use it in GitHub Desktop.
failing dependencies -- wrong version of boxen. /2.7.3-boxen1 rather than /2.7.3-boxen2
dalishi:repo jdar$ vim manifests/site.pp
dalishi:repo jdar$ script/boxen
Boxen has a dirty tree, won't auto-update!
Notice: /Stage[main]/Python/File[/opt/boxen/env.d/python.sh]/ensure: defined content as '{md5}182b38be273a6a025e1ce51438058595'
Notice: /Stage[main]/Python/File[/opt/boxen/homebrew/lib/python2.7]/ensure: created
Notice: /Stage[main]/Python/File[/opt/boxen/homebrew/lib/python2.7/site-packages]/ensure: created
Notice: /Stage[main]/Python::Distribute/Homebrew::Formula[python-distribute]/File[/opt/boxen/homebrew/Library/Taps/boxen-brews/python-distribute.rb]/ensure: defined content as '{md5}8934ff6fb8ecd9d11cdf1dd4d6a4030c'
Notice: /Stage[main]/Python/Homebrew::Formula[python]/File[/opt/boxen/homebrew/Library/Taps/boxen-brews/python.rb]/ensure: defined content as '{md5}28196ea4af7a2635fa2c54831b5294af'
Notice: /Stage[main]/Python::Pip/Homebrew::Formula[python-pip]/File[/opt/boxen/homebrew/Library/Taps/boxen-brews/python-pip.rb]/ensure: defined content as '{md5}a7b424760f1d921213094470347ec2b4'
Error: Could not update: Failed running sudo -E -u jdar /opt/boxen/homebrew/bin/brew boxen-install boxen/brews/python
Error: /Stage[main]/Python/Package[boxen/brews/python]/ensure: change from absent to 2.7.3-boxen1 failed: Could not update: Failed running sudo -E -u jdar /opt/boxen/homebrew/bin/brew boxen-install boxen/brews/python
Notice: /Stage[main]/Python::Pip/Package[boxen/brews/python-pip]: Dependency Package[boxen/brews/python] has failures: true
Warning: /Stage[main]/Python::Pip/Package[boxen/brews/python-pip]: Skipping because of failed dependencies
Notice: /Stage[main]/Python::Distribute/Package[boxen/brews/python-distribute]: Dependency Package[boxen/brews/python] has failures: true
Warning: /Stage[main]/Python::Distribute/Package[boxen/brews/python-distribute]: Skipping because of failed dependencies
Notice: /Stage[main]/Python/File[/opt/boxen/homebrew/Cellar/python/2.7.3-boxen1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages]: Dependency Package[boxen/brews/python] has failures: true
Warning: /Stage[main]/Python/File[/opt/boxen/homebrew/Cellar/python/2.7.3-boxen1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages]: Skipping because of failed dependencies
running manually:
dalishi:repo jdar$ sudo -E -u jdar /opt/boxen/homebrew/bin/brew boxen-install boxen/brews/python
Installing python from S3...
==> Caveats
Homebrew's Python framework
/opt/boxen/homebrew/Cellar/python/2.7.3-boxen1/Frameworks/Python.framework
Python demo
/opt/boxen/homebrew/share/python/Extras
Distribute and Pip have been installed. To update them
pip install --upgrade distribute
pip install --upgrade pip
To symlink "Idle" and the "Python Launcher" to ~/Applications
`brew linkapps`
You can install Python packages with (the outdated easy_install or)
`pip install <your_favorite_package>`
They will install into the site-package directory
/opt/boxen/homebrew/lib/python2.7/site-packages
Executable python scripts will be put in:
/opt/boxen/homebrew/share/python
so you may want to put "/opt/boxen/homebrew/share/python" in your PATH, too.
See: https://github.com/mxcl/homebrew/wiki/Homebrew-and-Python
==> Summary
🍺 /opt/boxen/homebrew/Cellar/python/2.7.3-boxen1: 5165 files, 80M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment