Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 931307

Summary: media-libs/gegl-0.4.46 is missing sysprof-capture-4
Product: Gentoo Linux Reporter: Boris Faure <billiob>
Component: Current packagesAssignee: Sergey Torokhov <torokhov-s-a>
Status: UNCONFIRMED ---    
Severity: normal CC: billiob, proxy-maint, torokhov-s-a
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
log failure

Description Boris Faure 2024-05-06 15:45:31 UTC
When trying to compile media-libs/gegl-0.4.46, I get the following:

Run-time dependency pango found: NO (tried cmake)

meson.build:356:12: ERROR: Dependency lookup for pango with method 'pkgconfig' failed: Could not generate cflags for pango:
Package sysprof-capture-4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sysprof-capture-4.pc'
to the PKG_CONFIG_PATH environment variable
Package 'sysprof-capture-4', required by 'pango', not found


I've compile pango with the sysprof useflag and now gegl has built.

Reproducible: Always
Comment 1 Sergey Torokhov 2024-05-08 22:15:08 UTC
Could you please provide full "emerge.log" for this package and output of "emerge --info"?

I have 
> x11-libs/pango-1.52.1::gentoo  USE="X introspection -debug -sysprof -test" ABI_X86="32 (64) (-x32)" 
built (i.e. with USE="-sysprof") and the package 

> media-libs/gegl-0.4.46:0.4::gentoo USE="cairo ffmpeg introspection lcms lensfun openexr openmp pdf raw sdl sdl2 svg tiff umfpack v4l vala webp -debug -test"
is successfully merged on my system.
Comment 2 Boris Faure 2024-05-14 21:23:03 UTC
Created attachment 892939 [details]
emerge --info
Comment 3 Boris Faure 2024-05-14 21:25:30 UTC
Created attachment 892941 [details]
log failure
Comment 4 Sergey Torokhov 2024-06-22 23:26:42 UTC
Sorry, I still has no success to reproduce this issue. It's strange that without USE="sysprof" pango could not be found on Gegl configuration.

What version of x11-libs/pango was installed in your system when issue is observed? Is issue still takes place?