From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-vs1-f68.google.com (mail-vs1-f68.google.com [209.85.217.68]) by mx.groups.io with SMTP id smtpd.web11.34519.1591010286398695402 for ; Mon, 01 Jun 2020 04:18:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=D1KtoxG4; spf=pass (domain: gmail.com, ip: 209.85.217.68, mailfrom: alex.kanavin@gmail.com) Received: by mail-vs1-f68.google.com with SMTP id r11so1042333vsj.5 for ; Mon, 01 Jun 2020 04:18:06 -0700 (PDT) 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=HZ2mV4BM96/Va182NdBrrdDvO8CzeuqHC8iQBWCkwS0=; b=D1KtoxG40HNjAOIVYjTMVZCCxbyWNtn0g/FtlrivW/Z55HoA1vgYhnHhFAi7Z2EjE0 NWCRQJNuWDaoDBG4RoiCI/lbwj3styXh7J6aiQYsbeUPQIGQ2dFdRFMPyexptf9sCKsJ GCTeytWBplGpe8Yrh4YMppY3fHCw6t45WzRRwbsw4JINM3t3zajDQ8csZfQn+MbUPVnV yJYrSTxz0UARHZeU9Rjpi+lpJiTEvZDtbAPTiz7dV6bATGwGRhV55giautA5pvCLuA3H Ml+JMSzUCza4Bmz/dB8oqcO59/LPCsECBgYpnd/ln50y5GDRFI1jXwXVmvOo1ua3XbEJ +bZQ== 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=HZ2mV4BM96/Va182NdBrrdDvO8CzeuqHC8iQBWCkwS0=; b=h18uoEpKyVjOWZmxdKAmAT8FGTmOG5kshh3LyJ8Zxq8fUgJt7H4rFBZFFPgrVQWUGj 2agKS+3ddh567hVhb8uvXsMRQC7p1ond6Z9a4x0wQgaTmk2A2gNnG0N2Iz+pqkMNY1HE /NSfPnSA830fYm/YzTsf0vYT/aWV+IA45B1kYB4AG67l/jU4DfIGtTZxuEvtKzi7VTUw hi2WJ2cJa4lZ9O2w/bOTx0Tc87OwRmG/qX9DWY4dOYuf0Da/cDabFQ7srDB+KXwvvLkZ JJQkOcdNTaw+R8DHVRwsIfhWwqwiqB+pB2b2SjdHHF+uTQ9cWglEKOsx4OvTxmr+MIL8 3Scg== X-Gm-Message-State: AOAM5330QYs9tduKZvTr+Z0r6JAYvYW3rpWZvBEZm1L6kPfsjDzqrdGq PNE1s1T6gYAzV3wt879p3ga/aI7cxW6yG97kgmM= X-Google-Smtp-Source: ABdhPJz3GkVRjktV9ZbFLAE9wB58DCWGgbd+nOhF5AUsuU0oh19DrUb6yug/37BxJLupqoFkWOylcrG8DAabOvoIV2o= X-Received: by 2002:a67:d098:: with SMTP id s24mr13616846vsi.25.1591010285560; Mon, 01 Jun 2020 04:18:05 -0700 (PDT) MIME-Version: 1.0 References: <20200531155254.10283-1-alex.kanavin@gmail.com> <20200531155254.10283-67-alex.kanavin@gmail.com> In-Reply-To: From: "Alexander Kanavin" Date: Mon, 1 Jun 2020 13:17:54 +0200 Message-ID: Subject: Re: [OE-core] [PATCH 67/70] apt: update to 1.8.2.1 To: Richard Purdie Cc: OE-core Content-Type: multipart/alternative; boundary="000000000000e7aad305a703f2c1" --000000000000e7aad305a703f2c1 Content-Type: text/plain; charset="UTF-8" On Mon, 1 Jun 2020 at 09:21, Richard Purdie < richard.purdie@linuxfoundation.org> wrote: > On Sun, 2020-05-31 at 17:52 +0200, Alexander Kanavin wrote: > > I took the opportunity to rewrite the recipe from scratch; there was > > just too much baggage in it. > > Test builds failed with a reproducibility problem in lz4: > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=13925 > > This hasn't been seen until now since there is now a hard dependency on > lz4 from apt in this patch. > > We could fix the symbol ordering or perhaps disable the static library > as we don't use it as far as I know, not sure why it would be building > one... > lz4 is using hand-crafted Makefiles, so the build is non-standard. I just sent a patch to disable the static library. Alex --000000000000e7aad305a703f2c1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, 1 Jun 2020 at 09:21, Richard Purd= ie <richard.purdie= @linuxfoundation.org> wrote:
On Sun, 2020-05-31 at 17:52 = +0200, Alexander Kanavin wrote:
> I took the opportunity to rewrite the recipe from scratch; there was > just too much baggage in it.

Test builds failed with a reproducibility problem in lz4:

https://bugzilla.yoctoproject.org/show_bu= g.cgi?id=3D13925

This hasn't been seen until now since there is now a hard dependency on=
lz4 from apt in this patch.

We could fix the symbol ordering or perhaps disable the static library
as we don't use it as far as I know, not sure why it would be building<= br> one...

lz4 is using hand-crafted Makefi= les, so the build is non-standard. I just sent a patch to disable the stati= c library.

Alex
--000000000000e7aad305a703f2c1--