Skip to content

Instantly share code, notes, and snippets.

@adomado
Created March 21, 2011 05:53
Show Gist options
  • Save adomado/879094 to your computer and use it in GitHub Desktop.
Save adomado/879094 to your computer and use it in GitHub Desktop.
Blueprint error
0:35 ~/test_workspace/blueprint $ blueprint create warrior -S
# [blueprint] searching for Python packages
# [blueprint] searching for configuration files
Traceback (most recent call last):
File "/usr/bin/blueprint-create", line 53, in <module>
b = blueprint.Blueprint(name=name, create=True)
File "/usr/lib/python2.6/dist-packages/blueprint/__init__.py", line 66, in __init__
getattr(backend, funcname)(self)
File "/usr/lib/python2.6/dist-packages/blueprint/backend/files.py", line 153, in files
package = _dpkg_query_S(pathname)
File "/usr/lib/python2.6/dist-packages/blueprint/backend/files.py", line 296, in _dpkg_query_S
package, _ = stdout.split(':')
ValueError: too many values to unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment