On Thu, Nov 12, 2020 at 5:45 AM Trevor Gamblin <[email protected]> wrote: > > > On 11/10/20 2:11 PM, Khem Raj wrote: > > [Please note this e-mail is from an EXTERNAL e-mail address] > > Among others, it supports latest ICU 68.x release > > My build pipeline is encountering this error: > > ERROR: python3-icu-2.6-r0 do_package_qa: QA Issue: > /usr/lib/python3.9/site-packages/_icu.cpython-39-x86_64-linux-gnu.so > contained in package python3-icu requires libicui18n.so.67()(64bit), but no > providers found in RDEPENDS_python3-icu? [file-rdeps] > ERROR: python3-icu-2.6-r0 do_package_qa: QA Issue: > /usr/lib/python3.9/site-packages/_icu.cpython-39-x86_64-linux-gnu.so > contained in package python3-icu requires libicuuc.so.67()(64bit), but no > providers found in RDEPENDS_python3-icu? [file-rdeps]
it seems you tried it with and older oe-core master ( before icu 68 upgrade ) can you retry it with latest master or master-next of oe-core/poky > > Looks like something needs to be added as part of the build? > > Signed-off-by: Khem Raj <[email protected]> > --- > .../python/{python3-icu_2.5.bb => python3-icu_2.6.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-python/recipes-devtools/python/{python3-icu_2.5.bb => > python3-icu_2.6.bb} (76%) > > diff --git a/meta-python/recipes-devtools/python/python3-icu_2.5.bb > b/meta-python/recipes-devtools/python/python3-icu_2.6.bb > similarity index 76% > rename from meta-python/recipes-devtools/python/python3-icu_2.5.bb > rename to meta-python/recipes-devtools/python/python3-icu_2.6.bb > index 5e8c8a3a02..58f5e563bf 100644 > --- a/meta-python/recipes-devtools/python/python3-icu_2.5.bb > +++ b/meta-python/recipes-devtools/python/python3-icu_2.6.bb > @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = > "file://LICENSE;md5=c7c4bfd81a21e3b6368bdcced992bf59" > DEPENDS += "pkgconfig icu" > > PYPI_PACKAGE = "PyICU" > -SRC_URI[sha256sum] = > "a120b68c53f769f37bfb70b7e84ca12c3f4ab1e4df43e87a02dff05ae472cdbc" > +SRC_URI[sha256sum] = > "a9a5bf6833360f8f69e9375b91c1a7dd6e0c9157a42aee5bb7d6891804d96371" > > SRC_URI += "file://fix_host_include.patch" > > -- > 2.29.2 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#87897): https://lists.openembedded.org/g/openembedded-devel/message/87897 Mute This Topic: https://lists.openembedded.org/mt/78166797/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
