Error facing while solving that ptest issue: 1. I'm getting this error in .bb file of curl : https://pastebin.com/a4TWSncX due to this code snippet being added in .bb being added from previous patch
do_compile_ptest() { #oe_runmake buildtest-TESTS oe_runmake test oe_runmake -C ${B}/tests/data/ show oe_runmake -C ${B}/tests/server } 2. if in .bb layer in RDEPENDS if we are getting error for python packages only then in which path those python packages are required so that they dont show those errors for python 3. And as per the previous issue it was having a webpage link to runtest.p1 , so the patch were having line to fetch that runtest.p1 thus added that to .bb file , but now getting these errors... https://pastebin.com/Bjx50axz 4. but as that issue is few years back old, just wanted to know if there is some update in that runtest.p1 file 5. Earlier there was issue with that 0001-replace-krb5-config-with-pkg-config.patch, file but it is not already present in master branch, so i have copied this from my-honister branch, but it was giving issues for this thing : https://pastebin.com/3HjgJd16 , so according to this, I have checked : https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations <https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines#Patch_Header_Recommendations>: but again what exactly it wanted to convey , I was unable to get [image: Mailtrack] <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&> Sender notified by Mailtrack <https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11&> 22/04/22, 10:23:26 pm On Fri, Apr 22, 2022 at 4:16 PM komal7209 via lists.openembedded.org <komal.pal2904=gmail....@lists.openembedded.org> wrote: > --- > meta/recipes-support/curl/curl/run-ptest | 6 ++++++ > 1 file changed, 6 insertions(+) > create mode 100644 meta/recipes-support/curl/curl/run-ptest > > diff --git a/meta/recipes-support/curl/curl/run-ptest > b/meta/recipes-support/curl/curl/run-ptest > new file mode 100644 > index 0000000000..4435f7dee4 > --- /dev/null > +++ b/meta/recipes-support/curl/curl/run-ptest > @@ -0,0 +1,6 @@ > +#!/bin/sh > +cd tests > +./runtests.pl -a -n -s | sed \ > + -e 's|\([^ ]* *\) \([^ ]* *\)...OK|PASS: \1 \2|' \ > + -e 's|\([^ ]* *\) \([^ ]* *\)...FAILED|FAIL: \1 \2|' \ > + -e 's/Warning: test[0-9]\+ not present in > tests\/data\/Makefile.inc//' > \ No newline at end of file > -- > 2.25.1 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164796): https://lists.openembedded.org/g/openembedded-core/message/164796 Mute This Topic: https://lists.openembedded.org/mt/90625146/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-