Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931307 - media-libs/gegl-0.4.46 is missing sysprof-capture-4
Summary: media-libs/gegl-0.4.46 is missing sysprof-capture-4
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Torokhov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-06 15:45 UTC by Boris Faure
Modified: 2024-06-22 23:26 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge_info,6.79 KB, text/plain)
2024-05-14 21:23 UTC, Boris Faure
Details
log failure (media-libs:gegl-0.4.46:20240505-175639.log,9.84 KB, text/x-log)
2024-05-14 21:25 UTC, Boris Faure
Details

Note You need to log in before you can comment on or make changes to this bug.
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?