This was because ptests shipped a Makefile without stripping build paths out. I'll resend with a fix. Alex On Fri, 10 Jan 2020 at 12:02, Richard Purdie < richard.purdie@linuxfoundation.org> wrote: > On Wed, 2020-01-08 at 14:27 +0100, Alexander Kanavin wrote: > > The latest release use standard autotools, so drop all > > the build system related hacks and patches. > > > > Ptests have been rewritten, with 100% pass rate for both. > > > > Signed-off-by: Alexander Kanavin > > --- > > .../0001-test-patch-out-failing-bits.patch | 63 ++ > > ...dcode-the-build-path-into-a-helper-l.patch | 24 + > > ...file-libacl-should-depend-on-include.patch | 51 -- > > ...-order-of-expected-output-of-getfacl.patch | 198 ------ > > meta/recipes-support/attr/acl/configure.ac | 49 -- > > meta/recipes-support/attr/acl/run-ptest | 60 +- > > .../acl/test-fix-directory-permissions.patch | 37 - > > .../test-fix-insufficient-quoting-of.patch | 100 --- > > ...-SELinux-machines-for-root-testcases.patch | 84 --- > > meta/recipes-support/attr/acl_2.2.52.bb | 52 -- > > meta/recipes-support/attr/acl_2.2.53.bb | 64 ++ > > meta/recipes-support/attr/attr.inc | 41 +- > > .../0001-Use-stdint-types-consistently.patch | 69 -- > > .../attr/attr/attr-Missing-configure.ac.patch | 63 -- > > .../attr/attr/dont-use-decl-macros.patch | 56 -- > > meta/recipes-support/attr/attr/run-ptest | 3 + > > meta/recipes-support/attr/attr_2.4.47.bb | 15 - > > meta/recipes-support/attr/attr_2.4.48.bb | 6 + > > meta/recipes-support/attr/ea-acl.inc | 52 -- > > ...option-to-enable-disable-static-libr.patch | 70 -- > > ...e-attr.5-man-page-moved-to-man-pages.patch | 240 ------- > > > > Fails build reproducibility in ptest: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/86/builds/610 > > Cheers, > > Richard > >