From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it1-f196.google.com (mail-it1-f196.google.com [209.85.166.196]) by mail.openembedded.org (Postfix) with ESMTP id C09F07C2E2 for ; Sat, 2 Feb 2019 10:02:36 +0000 (UTC) Received: by mail-it1-f196.google.com with SMTP id c9so13757353itj.1 for ; Sat, 02 Feb 2019 02:02:38 -0800 (PST) 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=OttRDpmK2NJ+Qoc3PRQMVc5hvBsbsRDy/jd7i7yI5UE=; b=bmp58Ah6MOx7OImxTvzPgaGJ6fPkxpYogPyIcpdZTwg+tcNBjUkvJzA4Vxx9fUF2jh WZQ7oC6J2rNT+1oA/rW9C7So2terndDt0CURU+ru4MpidjTxtzF6sl8OZWnB1TKASwbF HjwE/FfYsH/6YzQIP/vDfioEMAKi3pP3l3fOwwhdBN9aBGoyOWI5zCGGfFA+dy3AW4xp BK1OUTSxhtNHhH6H273PJipvUze6PgwKBFv6nRdN8EXW3Q6XsvmMmUQAB7h+q10iCkor qutMhZ6/VpDnpKueXeMa8t/NaMwzHvUCwi/cJDk3oHDNaG++s+3jO3DoWb2sUUpvDUDu aO6w== X-Gm-Message-State: AHQUAuaBgJb0byKNvlU70fWGToZphJ8uV1IbskRv+jsvXytGXqeeAuxP 1NSew0uMlWYZK4IyKe/NmIvg+qKS3tbuvw== X-Google-Smtp-Source: AHgI3IZZtZVKSpMHYY9PjnGNbPNn3vuPCQ6tAV7Nl7nLfsn2kjkO9nTVvSTf7l5feUf1Z9oriRjrpw== X-Received: by 2002:a05:660c:58a:: with SMTP id g10mr3698209itk.167.1549101757668; Sat, 02 Feb 2019 02:02:37 -0800 (PST) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com. [209.85.166.45]) by smtp.gmail.com with ESMTPSA id t7sm4110041iom.27.2019.02.02.02.02.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Feb 2019 02:02:36 -0800 (PST) Received: by mail-io1-f45.google.com with SMTP id m19so7936654ioh.3 for ; Sat, 02 Feb 2019 02:02:36 -0800 (PST) X-Received: by 2002:a6b:b706:: with SMTP id h6mr23963172iof.295.1549101756799; Sat, 02 Feb 2019 02:02:36 -0800 (PST) MIME-Version: 1.0 References: <20190114125632.4780-1-git@andred.net> <20190116125124.20177-1-git@andred.net> <6a968439b13cc6e02c74c75f4441fc7918443794.camel@linuxfoundation.org> In-Reply-To: <6a968439b13cc6e02c74c75f4441fc7918443794.camel@linuxfoundation.org> From: =?UTF-8?Q?Andr=C3=A9_Draszik?= Date: Sat, 2 Feb 2019 10:02:23 +0000 X-Gmail-Original-Message-ID: Message-ID: To: Richard Purdie Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH v4 00/12] util-linux: one package per binary 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: Sat, 02 Feb 2019 10:02:36 -0000 Content-Type: multipart/alternative; boundary="000000000000ef65ee0580e65b95" --000000000000ef65ee0580e65b95 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I think I know why, I'll post an update in a while. Andre On Fri, 1 Feb 2019, 08:32 Richard Purdie On Wed, 2019-01-16 at 12:51 +0000, Andr=C3=A9 Draszik wrote: > > v4: > > * update patch 06/15 > > * unconditionally assign PACKAGE_PREPROCESS_FUNCS > > * update patch 07/15 > > * introduce update_files() helper function > > Ran this in -next but we saw things like: > > ERROR: util-linux-2.32.1-r0 do_package: QA Issue: util-linux: > Files/directories were installed but not shipped in any package: > /usr/bin/x86_64 > /usr/bin/i386 > Please set FILES such that these items are packaged. Alternatively if > they are unneeded, avoid installing them or delete them within > do_install > > (from > https://autobuilder.yoctoproject.org/typhoon/api/v2/logs/267662/raw > ) > qemuarm was similar: > https://autobuilder.yoctoproject.org/typhoon/api/v2/logs/267853/raw > > so something isn't quite right :( > > I'll retry with a small subset of the series of patches until we figure > this out. > > Cheers, > > Richard > > --000000000000ef65ee0580e65b95 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I think I know why, I'll post an update in a whi= le.

Andre

On Fri, 1 Feb 2019, 08:32= Richard Purdie <r= ichard.purdie@linuxfoundation.org wrote:
On Wed, 2019-01-16 at 12:51 +0000, Andr=C3=A9 Draszik wrote:
> v4:
> * update patch 06/15
>=C2=A0 =C2=A0* unconditionally assign PACKAGE_PREPROCESS_FUNCS
> * update patch 07/15
>=C2=A0 =C2=A0* introduce update_files() helper function

Ran this in -next but we saw things like:

ERROR: util-linux-2.32.1-r0 do_package: QA Issue: util-linux:
Files/directories were installed but not shipped in any package:
=C2=A0 /usr/bin/x86_64
=C2=A0 /usr/bin/i386
Please set FILES such that these items are packaged. Alternatively if
they are unneeded, avoid installing them or delete them within
do_install

(from
https://autobuilder.yo= ctoproject.org/typhoon/api/v2/logs/267662/raw
)
qemuarm was similar:
https://autobuilder.yo= ctoproject.org/typhoon/api/v2/logs/267853/raw

so something isn't quite right :(

I'll retry with a small subset of the series of patches until we figure=
this out.

Cheers,

Richard

--000000000000ef65ee0580e65b95--