GNOME Bugzilla – Bug 786537
build breakage: nm-applet has implicit function declaration for "nm_setting_bridge_get_group_forward_mask" in src/connection-editor/page-bridge.c
Last modified: 2017-08-21 09:50:53 UTC
/home/***/jhbuild/checkout/network-manager-applet/src/connection-editor/page-bridge.c: Dans la fonction « populate_ui »: /home/***/jhbuild/checkout/network-manager-applet/src/connection-editor/page-bridge.c:154:19: attention : implicit declaration of function « nm_setting_bridge_get_group_forward_mask » [-Wimplicit-function-declaration] group_fwd_mask = nm_setting_bridge_get_group_forward_mask (s_bridge); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/***/jhbuild/checkout/network-manager-applet/src/connection-editor/page-bridge.c: Dans la fonction « ui_to_setting »: /home/***/jhbuild/checkout/network-manager-applet/src/connection-editor/page-bridge.c:256:16: erreur : « NM_SETTING_BRIDGE_GROUP_FORWARD_MASK » undeclared (first use in this function) NM_SETTING_BRIDGE_GROUP_FORWARD_MASK, group_fwd_mask, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/***/jhbuild/checkout/network-manager-applet/src/connection-editor/page-bridge.c:256:16: note : each undeclared identifier is reported only once for each function it appears in Makefile:3268 : la recette pour la cible « src/connection-editor/src_connection_editor_nm_connection_editor-page-bridge.o » a échouée make[2]: *** [src/connection-editor/src_connection_editor_nm_connection_editor-page-bridge.o] Erreur 1 make[2]: *** Attente des tâches non terminées.... make[2] : on quitte le répertoire « /home/***/.cache/jhbuild/build/network-manager-applet » Makefile:4042 : la recette pour la cible « all-recursive » a échouée make[1]: *** [all-recursive] Erreur 1 make[1] : on quitte le répertoire « /home/***/.cache/jhbuild/build/network-manager-applet » Makefile:1801 : la recette pour la cible « all » a échouée make: *** [all] Erreur 2 *** Error during phase build of network-manager-applet: ########## Error running make -j 3 *** [68/82]
I reverted the patch that caused this build failure. https://git.gnome.org/browse/network-manager-applet/commit/?id=3721371ee8b9762725ddd163204fdaa086812b33 needs fixing later.