On Sun, 2021-01-31 at 11:41 +0000, Richard Purdie via
lists.openembedded.org wrote:
> On Wed, 2021-01-20 at 13:03 +0800, Chen Qi wrote:
> > Build error occurs as below:
> > 
> >   ERROR: igt-gpu-tools-1.25+gitAUTOINC+d16ad07e7f-r0 do_package_qa:
> >          QA Issue: /usr/lib/libigt.so.0 contained in package igt-gpu-tools
> >      requires libprocps.so.8(LIBPROCPS_0)(64bit), but no providers
> >      found in RDEPENDS_igt-gpu-tools? [file-rdeps]
> > 
> > Add procps-lib to RDEPENDS to solve this issue.
> > 
> > Signed-off-by: Chen Qi <[email protected]>
> > ---
> >  meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb 
> > b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
> > index 89480d79d2..b012dbf58e 100644
> > --- a/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
> > +++ b/meta/recipes-graphics/igt-gpu-tools/igt-gpu-tools_git.bb
> > @@ -15,7 +15,7 @@ SRC_URI = 
> > "git://gitlab.freedesktop.org/drm/igt-gpu-tools.git;protocol=https"
> >  S = "${WORKDIR}/git"
> >  
> > 
> > 
> > 
> >  DEPENDS += "libdrm libpciaccess cairo udev glib-2.0 procps libunwind kmod 
> > openssl elfutils alsa-lib json-c bison-native"
> > -RDEPENDS_${PN} += "bash"
> > +RDEPENDS_${PN} += "bash procps-lib"
> >  RDEPENDS_${PN}-tests += "bash"
> > 
> 
> 
> You are correct about this and I see the same issue if I build it
> locally. What worries me is why we don't see this on the autobuilder in
> world builds?
> 
> Cc'ing Anuj as the maintainer.

Looking at the autobuilder logs, I think I can guess the problem, I
think its a hash equivalence issue.

Errors raised by do_package_qa aren't reflected in the output so it
would error once and then never again as the output wouldn't seen
changed next time :(

We'll have to fix this, its nasty.

Cc: Joshua

Cheers,

Richard




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#147491): 
https://lists.openembedded.org/g/openembedded-core/message/147491
Mute This Topic: https://lists.openembedded.org/mt/79972258/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to