From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-f66.google.com (mail-ua1-f66.google.com [209.85.222.66]) by mail.openembedded.org (Postfix) with ESMTP id C0E167FDAE for ; Fri, 10 Jan 2020 14:49:02 +0000 (UTC) Received: by mail-ua1-f66.google.com with SMTP id h32so809803uah.4 for ; Fri, 10 Jan 2020 06:49:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=E7huHJRyPLcLdM1pn3fTdj7tv5pRv8uPP1HhMqf9tHE=; b=u0d1wvIq873vy1OROQpY56rjCc4lTD1XUre9WlbnZFmzvbLAkZsdUaF5T1FJtoZqM6 pfA6qesc1zLS11dRKEFSsx9cAkFBkW+DBVz/SeH/UoyNTFVUPBDmdynUGWG5KyfMGjFU 7G8mlffehZ8SeaM5Tztvh/l9WWweZQL6v/CY34mFcaN8qv2+rZSmzgX8CgyjclWdT2HM ySsI+zpFNXh3JfKIe0Be5/t6JMkxv1CfVO8MqGwhHaAsjMJHAprGrV9D/2u667U7Hb/l NA9GgQ6k4Qc1Kiyvu6JWKZIh+ftwXE2xavEp43qr4f2ryeWTZO88H8vOGZajdzpUEAeP 8y4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=E7huHJRyPLcLdM1pn3fTdj7tv5pRv8uPP1HhMqf9tHE=; b=mg43zgIn3EyL1UGpl9L/2mrWTO+WjJ1h02EZg8BqFkDHeAi8vOtWqSnn4BhTDhBL4Q f6/lMdUGlc2pFxz8+nzarKB3oKg/7RzZ4Tc7djvUK5jkjlyUNLyP4HGFACYwIz3FQ1Jl fVPM7No3YGcUPDvcHzuqILvo807Hhutb8Xvdn/15z3eOYzKttJwzSi5yKU/Bi0FUkICX k1YXI6vQNwj5dpRu78Bl/HsBeoIcGa06OA5vWY2yPkTy9Ou5pKDnzqyPra3sflrmkquP PSdVB0wJk54HLXAcYSNloos088bJAhikrJvqm6v8WWphtvlhodLmV2YWJ2tFQO0kO9MN k2RQ== X-Gm-Message-State: APjAAAUuEtBzVPRGLnZZYT9RPnhrH6he42UrUyDMQYA4txeQxrhqP1xt bIdChs/QOt6HWvEMppL6rEO7gLMUxLUQd5fZP+OxVK65 X-Google-Smtp-Source: APXvYqzqh8oALi6DWh10T4LQmZ7opXyRucSg+/JIfoTb1prgWY4PtD2jxQaBoOeFRZ0KbQGTmYPaZDI9aON2Gvm4xyQ= X-Received: by 2002:ab0:4aca:: with SMTP id t10mr2230805uae.89.1578667743605; Fri, 10 Jan 2020 06:49:03 -0800 (PST) MIME-Version: 1.0 References: <20200108132759.95603-1-alex.kanavin@gmail.com> <20200108132759.95603-7-alex.kanavin@gmail.com> In-Reply-To: From: Alexander Kanavin Date: Fri, 10 Jan 2020 15:48:51 +0100 Message-ID: To: Richard Purdie Cc: OE-core Subject: Re: [PATCH 07/28] acl/attr: update to latest upstream releases X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2020 14:49:03 -0000 Content-Type: multipart/alternative; boundary="0000000000001376d5059bca3abb" --0000000000001376d5059bca3abb Content-Type: text/plain; charset="UTF-8" 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 > > --0000000000001376d5059bca3abb Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
This was because ptests shipped a Makefile without st= ripping build paths out. I'll resend with a fix.

Alex

On Fri, 10 Jan 2020 at 12:02, Richard Purdie <richard.purdie@linuxfoundati= on.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 <alex.kanavin@gmail.com>
> ---
>=C2=A0 .../0001-test-patch-out-failing-bits.patch=C2=A0 =C2=A0 |=C2=A0 = 63 ++
>=C2=A0 ...dcode-the-build-path-into-a-helper-l.patch |=C2=A0 24 +
>=C2=A0 ...file-libacl-should-depend-on-include.patch |=C2=A0 51 --
>=C2=A0 ...-order-of-expected-output-of-getfacl.patch | 198 ------
>=C2=A0 meta/recipes-support/attr/acl/configure.ac=C2=A0 =C2=A0 |=C2=A0 49= --
>=C2=A0 meta/recipes-support/attr/acl/run-ptest=C2=A0 =C2=A0 =C2=A0 =C2= =A0|=C2=A0 60 +-
>=C2=A0 .../acl/test-fix-directory-permissions.patch=C2=A0 |=C2=A0 37 -<= br> >=C2=A0 .../test-fix-insufficient-quoting-of.patch=C2=A0 =C2=A0 | 100 --= -
>=C2=A0 ...-SELinux-machines-for-root-testcases.patch |=C2=A0 84 ---
>=C2=A0 meta/recipes-support/attr/acl_2.2.52.bb=C2=A0 =C2=A0 =C2=A0 =C2= =A0|=C2=A0 52 --
>=C2=A0 meta/recipes-support/attr/acl_2.2.53.bb=C2=A0 =C2=A0 =C2=A0 =C2= =A0|=C2=A0 64 ++
>=C2=A0 meta/recipes-support/attr/attr.inc=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 |=C2=A0 41 +-
>=C2=A0 .../0001-Use-stdint-types-consistently.patch=C2=A0 |=C2=A0 69 --=
>=C2=A0 .../attr/attr/attr-Missing-configure.ac.patch |=C2=A0 63 --
>=C2=A0 .../attr/attr/dont-use-decl-macros.patch=C2=A0 =C2=A0 =C2=A0 |= =C2=A0 56 --
>=C2=A0 meta/recipes-support/attr/attr/run-ptest=C2=A0 =C2=A0 =C2=A0 |= =C2=A0 =C2=A03 +
>=C2=A0 meta/recipes-support/attr/attr_2.4.47.bb=C2=A0 =C2=A0 =C2=A0 |= =C2=A0 15 -
>=C2=A0 meta/recipes-support/attr/attr_2.4.48.bb=C2=A0 =C2=A0 =C2=A0 |= =C2=A0 =C2=A06 +
>=C2=A0 meta/recipes-support/attr/ea-acl.inc=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 |=C2=A0 52 --
>=C2=A0 ...option-to-enable-disable-static-libr.patch |=C2=A0 70 --
>=C2=A0 ...e-attr.5-man-page-moved-to-man-pages.patch | 240 -------
>

Fails build reproducibility in ptest:

https://autobuilder.yoctoprojec= t.org/typhoon/#/builders/86/builds/610

Cheers,

Richard

--0000000000001376d5059bca3abb--