On Fri, 2014-01-17 at 18:10 -0800, Brian C. Lane wrote: > Recently we started requiring newer versions of gtk3 which are only > available from rawhide. For the last few builds I was able to just > update my f20 system and it was happy. Until today. Now I'm hitting this > during make: > > make[4]: Entering directory `/home/bcl/anaconda/widgets/src' > GISCAN AnacondaWidgets-1.0.gir > /usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/libgtk-3.so: undefined reference to `g_subprocess_new' Was added to glib2 in 2.39. If you're using 2.38 it won't be there. /** * g_subprocess_new: (skip) ... * Since: 2.40 */ > /usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/libgdk-3.so: undefined reference to `wl_proxy_marshal_constructor' Added to Wayland quite recently: http://cgit.freedesktop.org/wayland/wayland/commit/?id=853c24e6998f747150e4233cf41bfa8268964cc2 Rawhide's libwayland went from 1.3.0 to 1.3.91 on 2013-12-17, so it's a reasonable bet this was added to Rawhide then. > /usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/libgtk-3.so: undefined reference to `g_variant_parse_error_quark' Added to glib2 in 2.39 as well, looks like: https://mail.gnome.org/archives/commits-list/2013-December/msg04536.html > /usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/libgtk-3.so: undefined reference to `g_app_info_monitor_get' Another added in glib2 2.39: https://developer.gnome.org/gio/unstable/gio-GAppInfoMonitor.html > What I'd really like to see is a way to build the source tar without needing > exactly the right libraries, etc. which all get rebuilt by koji anyway. Does > anyone have any ideas as to how to get there from here? Or is it even possible? I guess if I were you I'd just use a mock environment or a VM or a Docker instance (OO LOOK SHINY) to do this? -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net http://www.happyassassin.net _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list