From: "Gavini, Sumanth" <sumanth.gavini@windriver.com>
To: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>,
"openembedded-core@lists.openembedded.org"
<openembedded-core@lists.openembedded.org>
Cc: "alex.kanavin@gmail.com" <alex.kanavin@gmail.com>,
"mattware@cisco.com" <mattware@cisco.com>,
"esparlin@cisco.com" <esparlin@cisco.com>,
"peter.marko@siemens.com" <peter.marko@siemens.com>,
"MacLeod, Randy" <Randy.MacLeod@windriver.com>
Subject: Re: [PATCH v15 01/12] package_rpm.bbclass: Drop external dependency generator to support rpm 6
Date: Mon, 17 Aug 2026 13:34:07 +0000 [thread overview]
Message-ID: <0687c7a0-8f97-4750-bbf0-e8c18772f293@windriver.com> (raw)
In-Reply-To: <DKR3DBY7HJGC.1DTHOPVL8ZOS8@bootlin.com>
On 8/17/2026 3:55 AM, Mathieu Dubois-Briand wrote:
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
> On Mon Aug 17, 2026 at 1:10 AM CEST, Sumanth Gavini wrote:
>> The rpm 6 doesn't support external dependency generator. Oe-core used it for
>> per file dependency which was saved into pn.requires and pn.provides,but that
>> hasn't been used any more since 2012 (rev:
>> be40f6d0bb80274366af00461112af65687a4de8), and there were no complains or
>> updates in the past 13 years, so just drop it to support rpm 6.
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> Signed-off-by: Sumanth Gavini <sumanth.gavini@windriver.com>
>> ---
>
> Hi Sumanth,
>
> Sorry, but we can still see the same pkgconfig issues on the
> autobuilder.
>
> The "nothing provides pkgconfig()" ones:
>
> Error:
> Problem 1: conflicting requests
> - nothing provides pkgconfig(gstreamer-1.0) >= 1.28.0 needed by gstreamer1.0-plugins-base-dev-1.28.5-r0.x86_64_v3 from oe-repo
> - nothing provides pkgconfig(gstreamer-base-1.0) >= 1.28.0 needed by gstreamer1.0-plugins-base-dev-1.28.5-r0.x86_64_v3 from oe-repo
> Problem 2: conflicting requests
> - nothing provides pkgconfig(libxml-2.0) >= 2.9.0 needed by librsvg-2-dev-2.62.3-r0.x86_64_v3 from oe-repo
> Problem 3: conflicting requests
> - nothing provides pkgconfig(xkbfile) needed by xkbcomp-dev-1.5.0-r0.x86_64_v3 from oe-repo
> Problem 4: package gstreamer1.0-plugins-bad-dev-1.28.5-r0.x86_64_v3 from oe-repo requires gstreamer1.0-plugins-base-dev, but none of the providers can be installed
> - conflicting requests
> - nothing provides pkgconfig(gstreamer-1.0) >= 1.28.0 needed by gstreamer1.0-plugins-base-dev-1.28.5-r0.x86_64_v3 from oe-repo
> - nothing provides pkgconfig(gstreamer-base-1.0) >= 1.28.0 needed by gstreamer1.0-plugins-base-dev-1.28.5-r0.x86_64_v3 from oe-repo
> (try to add '--skip-broken' to skip uninstallable packages)
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/68/builds/4510
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/67/builds/4420
>
> And the "nothing provides /usr/bin/pkg-config" ones:
>
> Error:
> Problem 1: conflicting requests
> - nothing provides /usr/bin/pkg-config needed by openssl-dev-3.5.7-r0.cortexa57 from oe-repo
> Problem 2: package kmod-dev-34.2-r0.cortexa57 from oe-repo requires openssl-dev, but none of the providers can be installed
> - conflicting requests
> - nothing provides /usr/bin/pkg-config needed by openssl-dev-3.5.7-r0.cortexa57 from oe-repo
> (try to add '--skip-broken' to skip uninstallable packages)
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/36/builds/4394
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/61/builds/4292
>
> Thanks,
> Mathieu
>
> --
> Mathieu Dubois-Briand, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
Hi Mathieu,
Thanks for testing v15.
The pkgconfig() errors are likely from old sstate packages built before
v15. Our change to package_rpm.bbclass invalidates do_package_write_rpm
sstate for all packages (the class code is part of the task hash), so a
clean build should regenerate all RPMs with consistent metadata and
clear the errors.
Could you trigger a clean build on the autobuilder without reusing
existing sstate? Also, if you can reproduce locally with a clean build,
that would help confirm whether the issue is the sstate transition or
something else in our fix.
--
# Sumanth Gavini
# Wind River Linux
next prev parent reply other threads:[~2026-08-17 13:34 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-16 23:10 [PATCH v15 00/12] rpm: 4.20.1 -> 6.0.2 Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 01/12] package_rpm.bbclass: Drop external dependency generator to support rpm 6 Sumanth Gavini
2026-08-17 8:55 ` Mathieu Dubois-Briand
2026-08-17 13:34 ` Gavini, Sumanth [this message]
2026-08-17 14:48 ` Mathieu Dubois-Briand
2026-08-16 23:10 ` [PATCH v15 02/12] package_rpm.bbclass: Define _lib and _libdir for rpmbuild Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 03/12] lib/oe/package.py: Don't add ldconfig_postinst_fragment for glibc or musl Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 04/12] lib/oe/package.py: Don't redirect stderr Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 05/12] target-sdk-provides-dummy: Add pkg-config to DUMMYPROVIDES Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 06/12] rpm: 4.20.1 -> 6.0.2 Sumanth Gavini
2026-08-16 23:10 ` [PATCH v15 07/12] libarchive: Make it work with rpm 6.0.2 Sumanth Gavini
2026-08-16 23:11 ` [PATCH v15 08/12] rpm: Fix pkgconfig() Provides missing in cross-built RPMs Sumanth Gavini
2026-08-16 23:11 ` [PATCH v15 09/12] libarchive: Add RPM format reader to support rpm 6 Sumanth Gavini
2026-08-16 23:11 ` [PATCH v15 10/12] libarchive: Disable RPM filter auto-bidding and update huge_rpm test Sumanth Gavini
2026-08-16 23:11 ` [PATCH v15 11/12] package_rpm.bbclass: Suppress pkgconfig() Requires for sstate compatibility Sumanth Gavini
2026-08-16 23:11 ` [PATCH v15 12/12] lib/oe/package_manager/rpm: Enable DNF filelists to resolve file deps Sumanth Gavini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0687c7a0-8f97-4750-bbf0-e8c18772f293@windriver.com \
--to=sumanth.gavini@windriver.com \
--cc=Randy.MacLeod@windriver.com \
--cc=alex.kanavin@gmail.com \
--cc=esparlin@cisco.com \
--cc=mathieu.dubois-briand@bootlin.com \
--cc=mattware@cisco.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=peter.marko@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.