Created attachment 162792 [details] The Patch "stage-qa" target should depend on "stage" like, for example, "check-plist" does. If "stage" is not done, "stage-qa" have nothing to verify and reports "file not found" errors. Checked on one of my ports: devel/staf without the patch: $ make clean stage-qa ===> Cleaning for staf-3.4.23 ====> Running Q/A tests (stage-qa) cd: /usr/home/leeroyjenkins/prtwrk/staf/work/stage: No such file or directory find: /usr/home/leeroyjenkins/prtwrk/staf/work/stage: No such file or directory find: /usr/home/leeroyjenkins/prtwrk/staf/work/.PLIST.mktmp: No such file or directory find: /usr/home/leeroyjenkins/prtwrk/staf/work/stage: No such file or directory find: /usr/home/leeroyjenkins/prtwrk/staf/work/stage: No such file or directory find: /usr/home/leeroyjenkins/prtwrk/staf/work/stage: No such file or directory with the patch: $ make clean stage-qa ===> Cleaning for staf-3.4.23 ... build omitted ... ===> Staging for staf-3.4.23 ===> Generating temporary packing list ... staging omitted ... ====> Running Q/A tests (stage-qa)
Added review D4082
You're missing DEVELOPER=yes from your make.conf.
Closed by commit rP401111: When !defined(DEVELOPER), stage-qa is not put in the stage pipeline. (authored by mat) https://reviews.freebsd.org/rP401111