+ /usr/bin/make -O -j48 V=1 VERBOSE=1 check Making check in libxfce4ui /usr/bin/make check-am /usr/bin/make check-TESTS make[4]: Entering directory '/home/tkloczko/rpmbuild/BUILD/libxfce4ui-4.14.1/libxfce4ui' FAIL: abicheck.sh make[4]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/libxfce4ui-4.14.1/libxfce4ui' make[4]: Entering directory '/home/tkloczko/rpmbuild/BUILD/libxfce4ui-4.14.1/libxfce4ui' ================================================== libxfce4ui 4.14.1: libxfce4ui/test-suite.log ================================================== # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: abicheck.sh ================= nm: '.libs/libxfce4ui-1.so*': No such file --- expected-abi 2020-03-21 20:34:45.722432309 +0000 +++ actual-abi 2020-03-21 20:34:45.731432315 +0000 @@ -1,55 +0,0 @@ -libxfce4ui_check_version -libxfce4ui_major_version -libxfce4ui_micro_version -libxfce4ui_minor_version -xfce_dialog_confirm -xfce_dialog_show_error -xfce_dialog_show_help -xfce_dialog_show_help_with_version -xfce_dialog_show_info -xfce_dialog_show_warning -xfce_gdk_screen_get_active -xfce_gdk_screen_get_geometry -xfce_gtk_button_new_mixed -xfce_gtk_frame_box_new -xfce_gtk_frame_box_new_with_content -xfce_gtk_menu_popup_until_mapped -xfce_gtk_window_center_on_active_screen -xfce_message_dialog -xfce_message_dialog_new -xfce_message_dialog_new_valist -xfce_sm_client_connect -xfce_sm_client_disconnect -xfce_sm_client_error_enum_get_type -xfce_sm_client_error_quark -xfce_sm_client_get -xfce_sm_client_get_client_id -xfce_sm_client_get_current_directory -xfce_sm_client_get_full -xfce_sm_client_get_option_group -xfce_sm_client_get_priority -xfce_sm_client_get_restart_command -xfce_sm_client_get_restart_style -xfce_sm_client_get_state_file -xfce_sm_client_get_type -xfce_sm_client_get_with_argv -xfce_sm_client_is_connected -xfce_sm_client_is_resumed -xfce_sm_client_request_shutdown -xfce_sm_client_restart_style_get_type -xfce_sm_client_set_current_directory -xfce_sm_client_set_desktop_file -xfce_sm_client_set_priority -xfce_sm_client_set_restart_command -xfce_sm_client_set_restart_style -xfce_sm_client_shutdown_hint_get_type -xfce_spawn_command_line_on_screen -xfce_spawn_on_screen -xfce_spawn_on_screen_with_child_watch -xfce_titled_dialog_get_subtitle -xfce_titled_dialog_get_type -xfce_titled_dialog_new -xfce_titled_dialog_new_with_buttons -xfce_titled_dialog_new_with_mixed_buttons -xfce_titled_dialog_set_subtitle -xfce_widget_reparent FAIL abicheck.sh (exit status: 1) ============================================================================ Testsuite summary for libxfce4ui 4.14.1 ============================================================================ # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See libxfce4ui/test-suite.log Please report to https://bugzilla.xfce.org/ ============================================================================ make[4]: *** [Makefile:1393: test-suite.log] Error 1 make[4]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/libxfce4ui-4.14.1/libxfce4ui' make[3]: *** [Makefile:1501: check-TESTS] Error 2 make[2]: *** [Makefile:1577: check-am] Error 2 make[1]: *** [Makefile:1579: check] Error 2 make: *** [Makefile:546: check-recursive] Error 1
Maybe because you compiled with --disable-gtk2 Fixed in 4.15 series
So why I need to install gtk3 to be able to build gtk3 only binaries? Maybe it would be good to start remove old gtk2 support? gtk 4 is on the horizon ..