+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/profanity-0.12.1nb7/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/profanity-0.12.1nb7/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for profanity-0.12.1nb7 /bin/make all-am make[1]: Entering directory '/home/pbulk/build/chat/profanity/work/profanity-0.12.1' depbase=`echo src/xmpp/chat_session.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/chat_session.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/chat_session.o src/xmpp/chat_session.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/xmpp/muc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/muc.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/muc.o src/xmpp/muc.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/xmpp/muc.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/xmpp/chat_session.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from src/xmpp/muc.c:42: src/xmpp/muc.c: In function 'muc_autocomplete': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/xmpp/muc.c:753:5: note: in expansion of macro 'g_string_free' 753 | g_string_free(replace_with, FALSE); | ^~~~~~~~~~~~~ depbase=`echo src/xmpp/jid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/jid.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/jid.o src/xmpp/jid.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/xmpp/chat_state.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/chat_state.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/chat_state.o src/xmpp/chat_state.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/xmpp/jid.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/xmpp/chat_state.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/resource.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/resource.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/resource.o src/xmpp/resource.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/assert.h:35, from src/xmpp/resource.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/roster_list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/roster_list.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/roster_list.o src/xmpp/roster_list.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/xmpp/roster_list.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from src/xmpp/roster_list.c:41: src/xmpp/roster_list.c: In function 'roster_get_display_name': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/xmpp/roster_list.c:192:5: note: in expansion of macro 'g_string_free' 192 | g_string_free(result, FALSE); | ^~~~~~~~~~~~~ src/xmpp/roster_list.c: In function 'roster_get_msg_display_name': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/xmpp/roster_list.c:221:5: note: in expansion of macro 'g_string_free' 221 | g_string_free(result, FALSE); | ^~~~~~~~~~~~~ depbase=`echo src/xmpp/capabilities.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/capabilities.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/capabilities.o src/xmpp/capabilities.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/xmpp/session.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/session.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/session.o src/xmpp/session.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/xmpp/capabilities.c:42: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/assert.h:35, from src/xmpp/session.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/connection.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/connection.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/connection.o src/xmpp/connection.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/xmpp/connection.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/iq.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/iq.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/iq.o src/xmpp/iq.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/xmpp/iq.c:42: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/message.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/message.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/message.o src/xmpp/message.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from src/xmpp/iq.c:45: src/xmpp/iq.c: In function 'iq_send_caps_request_legacy': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/xmpp/iq.c:565:5: note: in expansion of macro 'g_string_free' 565 | g_string_free(node_str, FALSE); | ^~~~~~~~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/xmpp/message.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/presence.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/presence.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/presence.o src/xmpp/presence.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/xmpp/stanza.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/stanza.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/stanza.o src/xmpp/stanza.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/xmpp/stanza.c:42: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/assert.h:35, from src/xmpp/presence.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/roster.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/roster.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/roster.o src/xmpp/roster.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/assert.h:35, from src/xmpp/roster.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/bookmark.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/bookmark.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/bookmark.o src/xmpp/bookmark.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/assert.h:35, from src/xmpp/bookmark.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/blocking.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/blocking.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/blocking.o src/xmpp/blocking.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/xmpp/blocking.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/form.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/form.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/form.o src/xmpp/form.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/xmpp/form.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/avatar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/avatar.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/avatar.o src/xmpp/avatar.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:203, from /usr/lib/gcc/x86_64-redhat-linux/11/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/lib/glib-2.0/include/glibconfig.h:11, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gtypes.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:32, from src/xmpp/avatar.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/ox.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/ox.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/ox.o src/xmpp/ox.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:203, from /usr/lib/gcc/x86_64-redhat-linux/11/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/lib/glib-2.0/include/glibconfig.h:11, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gtypes.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:32, from src/xmpp/ox.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/tray.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/tray.o -MD -MP -MF $depbase.Tpo -c -o src/ui/tray.o src/ui/tray.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/xmpp/omemo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/omemo.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/omemo.o src/xmpp/omemo.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/tools/aesgcm_download.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/tools/aesgcm_download.o -MD -MP -MF $depbase.Tpo -c -o src/tools/aesgcm_download.o src/tools/aesgcm_download.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:203, from /usr/lib/gcc/x86_64-redhat-linux/11/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/lib/glib-2.0/include/glibconfig.h:11, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gtypes.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:32, from src/xmpp/omemo.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/tools/aesgcm_download.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/main.o -MD -MP -MF $depbase.Tpo -c -o src/main.o src/main.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/main.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/plugins/profapi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/plugins/profapi.lo -MD -MP -MF $depbase.Tpo -c -o src/plugins/profapi.lo src/plugins/profapi.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: cc -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/chat/profanity/work/.buildlink/include -I/home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/chat/profanity/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/chat/profanity/work/.buildlink/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/home/pbulk/build/chat/profanity/work/.buildlink/include/ncurses -I/home/pbulk/build/chat/profanity/work/.buildlink/include/python3.12 -DLDAP_DEPRECATED -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/home/pbulk/build/chat/profanity/work/.buildlink/include/ncursesw -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -pthread -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -DTHEMES_PATH=\"/usr/pkg/share/profanity/themes\" -DICONS_PATH=\"/usr/pkg/share/profanity/icons\" -DGLOBAL_PYTHON_PLUGINS_PATH=\"/usr/pkg/share/profanity/plugins\" -DGLOBAL_C_PLUGINS_PATH=\"/usr/pkg/lib/profanity/plugins\" -MT src/plugins/profapi.lo -MD -MP -MF src/plugins/.deps/profapi.Tpo -c src/plugins/profapi.c -fPIC -DPIC -o src/plugins/.libs/profapi.o In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/plugins/profapi.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/xmpp/contact.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/xmpp/contact.o -MD -MP -MF $depbase.Tpo -c -o src/xmpp/contact.o src/xmpp/contact.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/assert.h:35, from src/xmpp/contact.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from src/xmpp/contact.c:42: src/xmpp/contact.c: In function 'p_contact_create_display_string': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/xmpp/contact.c:231:5: note: in expansion of macro 'g_string_free' 231 | g_string_free(result_str, FALSE); | ^~~~~~~~~~~~~ libtool: compile: cc -DHAVE_CONFIG_H -I. -I./src -I/home/pbulk/build/chat/profanity/work/.buildlink/include -I/home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0 -I/home/pbulk/build/chat/profanity/work/.buildlink/include/gio-unix-2.0 -I/home/pbulk/build/chat/profanity/work/.buildlink/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/home/pbulk/build/chat/profanity/work/.buildlink/include/ncurses -I/home/pbulk/build/chat/profanity/work/.buildlink/include/python3.12 -DLDAP_DEPRECATED -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/home/pbulk/build/chat/profanity/work/.buildlink/include/ncursesw -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -pthread -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -DTHEMES_PATH=\"/usr/pkg/share/profanity/themes\" -DICONS_PATH=\"/usr/pkg/share/profanity/icons\" -DGLOBAL_PYTHON_PLUGINS_PATH=\"/usr/pkg/share/profanity/plugins\" -DGLOBAL_C_PLUGINS_PATH=\"/usr/pkg/lib/profanity/plugins\" -MT src/plugins/profapi.lo -MD -MP -MF src/plugins/.deps/profapi.Tpo -c src/plugins/profapi.c -o src/plugins/profapi.o >/dev/null 2>&1 depbase=`echo src/log.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/log.o -MD -MP -MF $depbase.Tpo -c -o src/log.o src/log.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/assert.h:35, from src/log.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/common.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/common.o -MD -MP -MF $depbase.Tpo -c -o src/common.o src/common.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/errno.h:25, from src/common.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/database.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/database.o -MD -MP -MF $depbase.Tpo -c -o src/database.o src/database.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/sys/stat.h:25, from src/database.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from src/common.c:51: src/common.c: In function 'strtoi_range': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/common.c:150:9: note: in expansion of macro 'g_string_free' 150 | g_string_free(err_str, FALSE); | ^~~~~~~~~~~~~ /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/common.c:156:9: note: in expansion of macro 'g_string_free' 156 | g_string_free(err_str, FALSE); | ^~~~~~~~~~~~~ src/common.c: In function 'get_file_or_linked': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/common.c:271:13: note: in expansion of macro 'g_string_free' 271 | g_string_free(base_str, FALSE); | ^~~~~~~~~~~~~ src/common.c: In function 'get_file_paths_recursive': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/common.c:405:9: note: in expansion of macro 'g_string_free' 405 | g_string_free(full, FALSE); | ^~~~~~~~~~~~~ src/common.c: In function 'get_expanded_path': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/common.c:562:5: note: in expansion of macro 'g_string_free' 562 | g_string_free(exp_path, FALSE); | ^~~~~~~~~~~~~ depbase=`echo src/profanity.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/profanity.o -MD -MP -MF $depbase.Tpo -c -o src/profanity.o src/profanity.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/event/common.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/event/common.o -MD -MP -MF $depbase.Tpo -c -o src/event/common.o src/event/common.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/locale.h:25, from src/profanity.c:46: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:203, from /usr/lib/gcc/x86_64-redhat-linux/11/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/lib/glib-2.0/include/glibconfig.h:11, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gtypes.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:32, from ./src/config/tlscerts.h:39, from src/event/common.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/event/server_events.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/event/server_events.o -MD -MP -MF $depbase.Tpo -c -o src/event/server_events.o src/event/server_events.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/event/client_events.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/event/client_events.o -MD -MP -MF $depbase.Tpo -c -o src/event/client_events.o src/event/client_events.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/event/server_events.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/event/client_events.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/window.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/window.o -MD -MP -MF $depbase.Tpo -c -o src/ui/window.o src/ui/window.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/ui/window.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/core.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/core.o -MD -MP -MF $depbase.Tpo -c -o src/ui/core.o src/ui/core.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from src/ui/window.c:45: src/ui/window.c: In function 'win_get_title': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ui/window.c:325:9: note: in expansion of macro 'g_string_free' 325 | g_string_free(title, FALSE); | ^~~~~~~~~~~~~ /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ui/window.c:337:9: note: in expansion of macro 'g_string_free' 337 | g_string_free(title, FALSE); | ^~~~~~~~~~~~~ src/ui/window.c: In function 'win_to_string': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ui/window.c:473:9: note: in expansion of macro 'g_string_free' 473 | g_string_free(gstring, FALSE); | ^~~~~~~~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/ui/core.c:42: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ src/ui/window.c: In function 'win_quote_autocomplete': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ui/window.c:2050:5: note: in expansion of macro 'g_string_free' 2050 | g_string_free(replace_with, FALSE); | ^~~~~~~~~~~~~ depbase=`echo src/ui/titlebar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/titlebar.o -MD -MP -MF $depbase.Tpo -c -o src/ui/titlebar.o src/ui/titlebar.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/ui/titlebar.c:37: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/statusbar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/statusbar.o -MD -MP -MF $depbase.Tpo -c -o src/ui/statusbar.o src/ui/statusbar.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/assert.h:35, from src/ui/statusbar.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/inputwin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/inputwin.o -MD -MP -MF $depbase.Tpo -c -o src/ui/inputwin.o src/ui/inputwin.c &&\ mv -f $depbase.Tpo $depbase.Po src/ui/inputwin.c:36: warning: "_XOPEN_SOURCE_EXTENDED" redefined 36 | #define _XOPEN_SOURCE_EXTENDED | : note: this is the location of the previous definition In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from src/ui/inputwin.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/screen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/screen.o -MD -MP -MF $depbase.Tpo -c -o src/ui/screen.o src/ui/screen.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdint.h:26, from /usr/lib/gcc/x86_64-redhat-linux/11/include/stdint.h:9, from /home/pbulk/build/chat/profanity/work/.buildlink/include/ncursesw/ncurses.h:95, from src/ui/screen.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/console.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/console.o -MD -MP -MF $depbase.Tpo -c -o src/ui/console.o src/ui/console.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/ui/console.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/notifier.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/notifier.o -MD -MP -MF $depbase.Tpo -c -o src/ui/notifier.o src/ui/notifier.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from src/ui/notifier.c:37: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from ./src/common.h:42, from src/ui/console.c:51: src/ui/console.c: In function '_room_triggers_to_string': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ui/console.c:309:5: note: in expansion of macro 'g_string_free' 309 | g_string_free(triggers_str, FALSE); | ^~~~~~~~~~~~~ depbase=`echo src/ui/window_list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/window_list.o -MD -MP -MF $depbase.Tpo -c -o src/ui/window_list.o src/ui/window_list.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/ui/window_list.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/rosterwin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/rosterwin.o -MD -MP -MF $depbase.Tpo -c -o src/ui/rosterwin.o src/ui/rosterwin.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/assert.h:35, from src/ui/rosterwin.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/occupantswin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/occupantswin.o -MD -MP -MF $depbase.Tpo -c -o src/ui/occupantswin.o src/ui/occupantswin.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/assert.h:35, from src/ui/occupantswin.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/buffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/buffer.o -MD -MP -MF $depbase.Tpo -c -o src/ui/buffer.o src/ui/buffer.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/ui/chatwin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/chatwin.o -MD -MP -MF $depbase.Tpo -c -o src/ui/chatwin.o src/ui/chatwin.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/ui/buffer.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/ui/chatwin.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from ./src/xmpp/chat_session.h:39, from src/ui/chatwin.c:43: src/ui/chatwin.c: In function 'chatwin_get_string': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ui/chatwin.c:458:5: note: in expansion of macro 'g_string_free' 458 | g_string_free(res, FALSE); | ^~~~~~~~~~~~~ depbase=`echo src/ui/mucwin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/mucwin.o -MD -MP -MF $depbase.Tpo -c -o src/ui/mucwin.o src/ui/mucwin.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/ui/privwin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/privwin.o -MD -MP -MF $depbase.Tpo -c -o src/ui/privwin.o src/ui/privwin.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:203, from /usr/lib/gcc/x86_64-redhat-linux/11/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/lib/glib-2.0/include/glibconfig.h:11, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gtypes.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:32, from ./src/config/tlscerts.h:39, from src/ui/ui.h:42, from src/ui/mucwin.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/assert.h:35, from src/ui/privwin.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from ./src/config/tlscerts.h:39, from src/ui/ui.h:42, from src/ui/mucwin.c:39: src/ui/mucwin.c: In function 'mucwin_get_string': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ui/mucwin.c:949:5: note: in expansion of macro 'g_string_free' 949 | g_string_free(res, FALSE); | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from src/ui/privwin.c:39: src/ui/privwin.c: In function 'privwin_get_string': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ui/privwin.c:284:5: note: in expansion of macro 'g_string_free' 284 | g_string_free(res, FALSE); | ^~~~~~~~~~~~~ depbase=`echo src/ui/confwin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/confwin.o -MD -MP -MF $depbase.Tpo -c -o src/ui/confwin.o src/ui/confwin.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/assert.h:35, from src/ui/confwin.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/ui/xmlwin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/ui/xmlwin.o -MD -MP -MF $depbase.Tpo -c -o src/ui/xmlwin.o src/ui/xmlwin.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/assert.h:35, from src/ui/xmlwin.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from ./src/config/tlscerts.h:39, from ./src/ui/ui.h:42, from src/ui/confwin.c:41: src/ui/confwin.c: In function 'confwin_get_string': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/ui/confwin.c:350:5: note: in expansion of macro 'g_string_free' 350 | g_string_free(res, FALSE); | ^~~~~~~~~~~~~ depbase=`echo src/command/cmd_defs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/command/cmd_defs.o -MD -MP -MF $depbase.Tpo -c -o src/command/cmd_defs.o src/command/cmd_defs.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/assert.h:35, from src/command/cmd_defs.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/command/cmd_funcs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/command/cmd_funcs.o -MD -MP -MF $depbase.Tpo -c -o src/command/cmd_funcs.o src/command/cmd_funcs.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/command/cmd_funcs.c:40: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from src/command/cmd_defs.c:49: src/command/cmd_defs.c: In function '_cmd_index': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/command/cmd_defs.c:2747:5: note: in expansion of macro 'g_string_free' 2747 | g_string_free(index, FALSE); | ^~~~~~~~~~~~~ depbase=`echo src/command/cmd_ac.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/command/cmd_ac.o -MD -MP -MF $depbase.Tpo -c -o src/command/cmd_ac.o src/command/cmd_ac.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/command/cmd_ac.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from src/command/cmd_funcs.c:45: src/command/cmd_funcs.c: In function 'cmd_join': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/command/cmd_funcs.c:3635:9: note: in expansion of macro 'g_string_free' 3635 | g_string_free(room_str, FALSE); | ^~~~~~~~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from ./src/common.h:42, from src/command/cmd_ac.c:45: src/command/cmd_ac.c: In function '_subject_autocomplete': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/command/cmd_ac.c:3663:17: note: in expansion of macro 'g_string_free' 3663 | g_string_free(result_str, FALSE); | ^~~~~~~~~~~~~ src/command/cmd_ac.c: In function '_correct_autocomplete': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/command/cmd_ac.c:4117:5: note: in expansion of macro 'g_string_free' 4117 | g_string_free(result_str, FALSE); | ^~~~~~~~~~~~~ depbase=`echo src/tools/parser.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/tools/parser.o -MD -MP -MF $depbase.Tpo -c -o src/tools/parser.o src/tools/parser.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/tools/parser.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/tools/http_common.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/tools/http_common.o -MD -MP -MF $depbase.Tpo -c -o src/tools/http_common.o src/tools/http_common.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from src/tools/parser.c:41: src/tools/parser.c: In function 'get_start': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tools/parser.c:320:5: note: in expansion of macro 'g_string_free' 320 | g_string_free(result, FALSE); | ^~~~~~~~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/tools/http_common.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/tools/http_upload.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/tools/http_upload.o -MD -MP -MF $depbase.Tpo -c -o src/tools/http_upload.o src/tools/http_upload.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/tools/http_upload.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/tools/http_download.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/tools/http_download.o -MD -MP -MF $depbase.Tpo -c -o src/tools/http_download.o src/tools/http_download.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/tools/http_download.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/tools/bookmark_ignore.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/tools/bookmark_ignore.o -MD -MP -MF $depbase.Tpo -c -o src/tools/bookmark_ignore.o src/tools/bookmark_ignore.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/limits.h:26, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:203, from /usr/lib/gcc/x86_64-redhat-linux/11/include/syslimits.h:7, from /usr/lib/gcc/x86_64-redhat-linux/11/include/limits.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/lib/glib-2.0/include/glibconfig.h:11, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gtypes.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:32, from src/tools/bookmark_ignore.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/tools/autocomplete.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/tools/autocomplete.o -MD -MP -MF $depbase.Tpo -c -o src/tools/autocomplete.o src/tools/autocomplete.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/tools/clipboard.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/tools/clipboard.o -MD -MP -MF $depbase.Tpo -c -o src/tools/clipboard.o src/tools/clipboard.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from src/tools/autocomplete.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/tools/editor.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/tools/editor.o -MD -MP -MF $depbase.Tpo -c -o src/tools/editor.o src/tools/editor.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/fcntl.h:25, from src/tools/editor.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/giochannel.h:36, from /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib.h:56, from src/tools/autocomplete.c:41: src/tools/autocomplete.c: In function '_autocomplete_param_common': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tools/autocomplete.c:346:13: note: in expansion of macro 'g_string_free' 346 | g_string_free(auto_msg, FALSE); | ^~~~~~~~~~~~~ src/tools/autocomplete.c: In function 'autocomplete_param_no_with_func': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tools/autocomplete.c:392:21: note: in expansion of macro 'g_string_free' 392 | g_string_free(result_str, FALSE); | ^~~~~~~~~~~~~ src/tools/autocomplete.c: In function '_search': /home/pbulk/build/chat/profanity/work/.buildlink/include/glib-2.0/glib/gstring.h:72:5: warning: ignoring return value of 'g_string_free_and_steal' declared with attribute 'warn_unused_result' [-Wunused-result] 68 | (__builtin_constant_p (free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | ((free_segment) ? \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | (g_string_free) ((str), (free_segment)) : \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | g_string_free_and_steal (str)) \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | : \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | (g_string_free) ((str), (free_segment))) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tools/autocomplete.c:443:17: note: in expansion of macro 'g_string_free' 443 | g_string_free(quoted, FALSE); | ^~~~~~~~~~~~~ depbase=`echo src/config/files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/config/files.o -MD -MP -MF $depbase.Tpo -c -o src/config/files.o src/config/files.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/config/files.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/config/conflists.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/config/conflists.o -MD -MP -MF $depbase.Tpo -c -o src/config/conflists.o src/config/conflists.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/config/conflists.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/config/accounts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/config/accounts.o -MD -MP -MF $depbase.Tpo -c -o src/config/accounts.o src/config/accounts.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/config/accounts.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/config/tlscerts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/config/tlscerts.o -MD -MP -MF $depbase.Tpo -c -o src/config/tlscerts.o src/config/tlscerts.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/config/tlscerts.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/config/account.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/config/account.o -MD -MP -MF $depbase.Tpo -c -o src/config/account.o src/config/account.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/config/account.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/config/preferences.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/config/preferences.o -MD -MP -MF $depbase.Tpo -c -o src/config/preferences.o src/config/preferences.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/config/preferences.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/config/theme.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/config/theme.o -MD -MP -MF $depbase.Tpo -c -o src/config/theme.o src/config/theme.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/config/theme.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/config/color.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/config/color.o -MD -MP -MF $depbase.Tpo -c -o src/config/color.o src/config/color.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/config/color.c:39: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/config/scripts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/config/scripts.o -MD -MP -MF $depbase.Tpo -c -o src/config/scripts.o src/config/scripts.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/config/scripts.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/config/cafile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/config/cafile.o -MD -MP -MF $depbase.Tpo -c -o src/config/cafile.o src/config/cafile.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/fcntl.h:25, from src/config/cafile.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/plugins/plugins.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/plugins/plugins.o -MD -MP -MF $depbase.Tpo -c -o src/plugins/plugins.o src/plugins/plugins.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/plugins/plugins.c:36: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/plugins/api.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/plugins/api.o -MD -MP -MF $depbase.Tpo -c -o src/plugins/api.o src/plugins/api.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/plugins/api.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/plugins/callbacks.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/plugins/callbacks.o -MD -MP -MF $depbase.Tpo -c -o src/plugins/callbacks.o src/plugins/callbacks.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/plugins/callbacks.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/plugins/autocompleters.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/plugins/autocompleters.o -MD -MP -MF $depbase.Tpo -c -o src/plugins/autocompleters.o src/plugins/autocompleters.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/plugins/themes.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/plugins/themes.o -MD -MP -MF $depbase.Tpo -c -o src/plugins/themes.o src/plugins/themes.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/plugins/autocompleters.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from src/plugins/themes.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/plugins/settings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/plugins/settings.o -MD -MP -MF $depbase.Tpo -c -o src/plugins/settings.o src/plugins/settings.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo src/plugins/disco.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/plugins/disco.o -MD -MP -MF $depbase.Tpo -c -o src/plugins/disco.o src/plugins/disco.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/plugins/settings.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/string.h:26, from src/plugins/disco.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/plugins/python_plugins.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/plugins/python_plugins.o -MD -MP -MF $depbase.Tpo -c -o src/plugins/python_plugins.o src/plugins/python_plugins.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from /home/pbulk/build/chat/profanity/work/.buildlink/include/python3.12/Python.h:23, from src/plugins/python_plugins.c:37: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ depbase=`echo src/plugins/python_api.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/plugins/python_api.o -MD -MP -MF $depbase.Tpo -c -o src/plugins/python_api.o src/plugins/python_api.c &&\ mv -f $depbase.Tpo $depbase.Po In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from /home/pbulk/build/chat/profanity/work/.buildlink/include/python3.12/Python.h:23, from src/plugins/python_api.c:37: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ src/plugins/python_api.c: In function '_python_plugin_name': src/plugins/python_api.c:1622:32: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'frame'; did you mean 'cframe'? 1622 | PyFrameObject* frame = ts->frame; | ^~~~~ | cframe src/plugins/python_api.c:1623:59: error: invalid use of incomplete typedef 'PyFrameObject' {aka 'struct _frame'} 1623 | char* filename = python_str_or_unicode_to_string(frame->f_code->co_filename); | ^~ depbase=`echo src/plugins/c_plugins.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I./src -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/python3.12 -DLDAP_DEPRECATED -I/usr/pkg/include -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/pkg/include/ncursesw -I/usr/pkg/include -Wall -Wno-deprecated-declarations -std=gnu99 -Wall -Wno-deprecated-declarations -std=gnu99 -ggdb3 -pthread -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -pthread -I/usr/pkg/include -I/usr/pkg/include -I/usr/pkg/include -DLIBXMPP_VERSION_MAJOR=0 -DLIBXMPP_VERSION_MINOR=12 -I/usr/pkg/include/python3.12 -DTHEMES_PATH="\"/usr/pkg/share/profanity/themes\"" -DICONS_PATH="\"/usr/pkg/share/profanity/icons\"" -DGLOBAL_PYTHON_PLUGINS_PATH="\"/usr/pkg/share/profanity/plugins\"" -DGLOBAL_C_PLUGINS_PATH="\"/usr/pkg/lib/profanity/plugins\"" -I./src -I/usr/pkg/include -MT src/plugins/c_plugins.o -MD -MP -MF $depbase.Tpo -c -o src/plugins/c_plugins.o src/plugins/c_plugins.c &&\ mv -f $depbase.Tpo $depbase.Po make[1]: *** [Makefile:1988: src/plugins/python_api.o] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from /usr/include/dlfcn.h:22, from src/plugins/c_plugins.c:38: /usr/include/features.h:412:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 412 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ make[1]: Leaving directory '/home/pbulk/build/chat/profanity/work/profanity-0.12.1' make: *** [Makefile:1247: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/chat/profanity *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/chat/profanity