On 26 February 2016 at 08:14, wrote: > 17:45:37 *** 0013: with open(patch_file, "r") as f: > 17:45:37 0014: patch_text = f.read() > 17:45:37 0015: > 17:45:37 0016: # Search for the "CVE: " line > 17:45:37 0017: match = cve_match.search(patch_text) > 17:45:37 Exception: IOError: [Errno 2] No such file or directory: > '/home/builder/src/base/build/tmp/work/corei7-64-linux/mailx/12.5-r2/heirloom-mailx_12.5-1.diff' > 17:45:37 > 17:45:37 ERROR: Function failed: do_cve_check > > So could this be caused by cve-check changes or is this just a side effect > of some other recipe problems? > Do you have rm_work enabled? Ross