Skip to content

Instantly share code, notes, and snippets.

@kraj
Created December 6, 2013 19:12
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 kraj/7830478 to your computer and use it in GitHub Desktop.
Save kraj/7830478 to your computer and use it in GitHub Desktop.
ERROR: Error executing a python function in /home/kraj/work/angstrom-repo/sources/openembedded-core/meta/recipes-support/ca-certificates/ca-certificates_20130610.bb:
The stack trace of python calls that resulted in this exception/failure was:
File: 'buildhistory_emit_pkghistory', lineno: 220, function: <module>
0216:
0217: write_pkghistory(pkginfo, d)
0218:
0219:
*** 0220:buildhistory_emit_pkghistory(d)
0221:
File: 'buildhistory_emit_pkghistory', lineno: 217, function: buildhistory_emit_pkghistory
0213: pkginfo.filelist = " ".join(filelist)
0214:
0215: pkginfo.size = int(pkgdata['PKGSIZE'])
0216:
*** 0217: write_pkghistory(pkginfo, d)
0218:
0219:
0220:buildhistory_emit_pkghistory(d)
0221:
File: 'buildhistory.bbclass', lineno: 38, function: write_pkghistory
0034: if pkginfo.rconflicts:
0035: f.write("RCONFLICTS = %s\n" % pkginfo.rconflicts)
0036: f.write("PKGSIZE = %d\n" % pkginfo.size)
0037: f.write("FILES = %s\n" % pkginfo.files)
*** 0038: f.write("FILELIST = %s\n" % pkginfo.filelist)
0039:
0040: for filevar in pkginfo.filevars:
0041: filevarpath = os.path.join(pkgpath, "latest.%s" % filevar)
0042: val = pkginfo.filevars[filevar]
Exception: UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 337: ordinal not in range(128)
ERROR: Function failed: buildhistory_emit_pkghistory
ERROR: Logfile of failure stored in: /home/kraj/work/angstrom-repo/build/tmp-angstrom_next-eglibc/work/all-angstrom-linux/ca-certificates/20130610-r0/temp/log.do_packagedata.2184
ERROR: Task 4021 (/home/kraj/work/angstrom-repo/sources/openembedded-core/meta/recipes-support/ca-certificates/ca-certificates_20130610.bb, do_packagedata) failed with exit code '1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment