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
Created attachment 913873 [details] build.log (xz)
Created attachment 913874 [details] emergeinfo.txt