Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946323 - x11-libs/gtk+-3.24.41-r1: fails to build against glib[static-libs]
Summary: x11-libs/gtk+-3.24.41-r1: fails to build against glib[static-libs]
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-12 16:55 UTC by Jay Faulkner
Modified: 2024-12-13 13:28 UTC (History)
2 users (show)

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


Attachments
build.log (xz) (gtk-build-log.txt.xz,15.87 KB, application/x-xz)
2024-12-12 16:55 UTC, Jay Faulkner
Details
emergeinfo.txt (gtk-emerge-info.txt,11.50 KB, text/plain)
2024-12-12 16:56 UTC, Jay Faulkner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jay Faulkner gentoo-dev 2024-12-12 16:55:37 UTC
GTK+ defaults to USE=sysprof in my current profile. When attempting to build it, it fails with errors along the lines of: gdkprofiler.c:(.text+0x3ff): undefined reference to `sysprof_capture_writer_set_counters'

After doing some troubleshooting with leio in #gentoo; we determined this was likely caused by glib[static-libs] use flag. He indicated there is a basic incompatibility between these use flags that needs to be expressed in the package.

Reproducible: Always

Steps to Reproduce:
1. emerge -1 glib # with USE=static-libs
2. emerge -1 gtk+ # with USE=sysprof
Actual Results:  
failure as per the build log posted

Expected Results:  
it builds
Comment 1 Jay Faulkner gentoo-dev 2024-12-12 16:55:55 UTC
Created attachment 913873 [details]
build.log (xz)
Comment 2 Jay Faulkner gentoo-dev 2024-12-12 16:56:10 UTC
Created attachment 913874 [details]
emergeinfo.txt