Advertisement
Guest User

Untitled

a guest
May 13th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. The stack trace of python calls that resulted in this exception/failure was:
  2. File: 'license_create_manifest', lineno: 110, function: <module>
  3. 0106:
  4. 0107: os.link(pkg_license, pkg_rootfs_license)
  5. 0108:
  6. 0109:
  7. *** 0110:license_create_manifest(d)
  8. 0111:
  9. File: 'license_create_manifest', lineno: 43, function: license_create_manifest
  10. 0039: pkg_dic[pkg]["LICENSES"] = re.sub(' *', ' ', pkg_dic[pkg]["LICENSES"])
  11. 0040: pkg_dic[pkg]["LICENSES"] = pkg_dic[pkg]["LICENSES"].split()
  12. 0041:
  13. 0042: license_file.write("PACKAGE NAME: %s\n" % pkg)
  14. *** 0043: license_file.write("PACKAGE VERSION: %s\n" % pkg_dic[pkg]["PV"])
  15. 0044: license_file.write("RECIPE NAME: %s\n" % pkg_dic[pkg]["PN"])
  16. 0045: license_file.write("LICENSE: %s\n\n" % pkg_dic[pkg]["LICENSE"])
  17. 0046:
  18. 0047: # If the package doesn't contain any file, that is, its size is 0, the license
  19. Exception: KeyError: 'PV'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement