On Sun, Aug 9, 2020 at 11:35 AM Alex Kiernan via lists.openembedded.org <[email protected]> wrote: > > On Sun, Aug 9, 2020 at 7:22 AM Khem Raj <[email protected]> wrote: > > > > Hi Alex > > > > I am seeing a packaging failure for iwd > > > > http://errors.yoctoproject.org/Errors/Details/459665/ > > > > which seems to originate from this patch > > iwd configure detects path to systemd modules load directory if > > --with-systemd-modloaddir is not specified using pkgconfing to enquire > > modulesloaddir variable from systemd.pc > > and the value for this has changed in latest systemd via this patch > > > > https://github.com/systemd/systemd/commit/4a56315a990b802860170ecd1bbd3eb68e14a38b > > > > as a result now > > > > modules_load_dir=${rootprefix}/lib/modules-load.d > > modulesloaddir=${modules_load_dir} > > > > but rootprefix is empty in OE version of systemd.pc i systemd < 246 had > > > > modulesloaddir=${prefix}/lib/modules-load.d > > > > and prefix=/usr > > > > I could have easily fixed it in iwd by adding the additional configure > > option but it seems that systemd recipe should rather be fixed to use > > proper value for ROOTPREFIX > > > > Presumably this is building with usrmerge? >
Having dug a bit more, I suspect this is without usrmerge? It looks to me like that upstream change is just wrong for the !usrmerge case. -- Alex Kiernan
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#141323): https://lists.openembedded.org/g/openembedded-core/message/141323 Mute This Topic: https://lists.openembedded.org/mt/76053002/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
