https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-text/xiphos-4.2.1 fails to compile. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Created attachment 661257 [details] build.log build log and emerge --info
Possible context of error(s): /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libgudev-1.0.so.0, needed by /usr/lib64/libgstgl-1.0.so.0, not found (try using -rpath or -rpath-link) /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libgstgl-1.0.so.0: undefined reference to `g_udev_device_get_device_file' /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libgstgl-1.0.so.0: undefined reference to `g_udev_enumerator_new' /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libgstgl-1.0.so.0: undefined reference to `g_udev_enumerator_add_match_subsystem' /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libgstgl-1.0.so.0: undefined reference to `g_udev_client_new' /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libgstgl-1.0.so.0: undefined reference to `g_udev_enumerator_execute' collect2: error: ld returned 1 exit status
This has got nothing to do with app-text/xiphos - the missing symbols are in libgstgl-1.0.so.0 (from media-libs/gst-plugins-base) and Xiphos does not depend on that library, nor does it appear among the linker flags. It must have been implicitly pulled in by one of actual dependencies... I'm adding maintainers of media-libs/gst-plugins-base to the Cc list because this may or may not have something to do with the fact -lgudev does not appear in gstreamer-gl-1.0.pc, nothing to be done on my end though.