Skip to content

Instantly share code, notes, and snippets.

@woglinde
Created September 16, 2011 18:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woglinde/1222815 to your computer and use it in GitHub Desktop.
Save woglinde/1222815 to your computer and use it in GitHub Desktop.
| ERROR: The stack trace of python calls that resulted in this exception/failure was:
| ERROR: File "patch_do_patch", line 136, in <module>
| ERROR:
| ERROR: File "patch_do_patch", line 133, in patch_do_patch
| ERROR:
| ERROR: File "/devel/arm/git/setup-scripts/sources/openembedded-core/meta/lib/oe/patch.py", line 379, in Resolve
| ERROR: bb.msg.fatal(bb.msg.domain.Build, ("Cannot proceed with manual patch resolution - '%s' not found. " \
| ERROR:
| ERROR: The code that was being executed was:
| ERROR: 0132: raise bb.build.FuncFailed(str(sys.exc_value))
| ERROR: 0133: resolver.Resolve()
| ERROR: 0134:
| ERROR: 0135:
| ERROR: *** 0136:patch_do_patch(d)
| ERROR: 0137:
| ERROR: (file: 'patch_do_patch', lineno: 136, function: <module>)
| ERROR: 0129: patchset.Import({"file":local, "remote":url, "strippath": striplevel}, True)
| ERROR: 0130: except Exception:
| ERROR: 0131: import sys
| ERROR: 0132: raise bb.build.FuncFailed(str(sys.exc_value))
| ERROR: *** 0133: resolver.Resolve()
| ERROR: 0134:
| ERROR: 0135:
| ERROR: 0136:patch_do_patch(d)
| ERROR: 0137:
| ERROR: (file: 'patch_do_patch', lineno: 133, function: patch_do_patch)
| ERROR: Function 'patch_do_patch' failed
NOTE: package systemd-git-r0: task do_patch: Failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment