* Package: net-im/profanity-0.7.1 * Repository: gentoo * Maintainer: andrey_utkin@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking profanity-0.7.1.tar.gz to /var/tmp/portage/net-im/profanity-0.7.1/work >>> Source unpacked in /var/tmp/portage/net-im/profanity-0.7.1/work >>> Preparing source in /var/tmp/portage/net-im/profanity-0.7.1/work/profanity-0.7.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-im/profanity-0.7.1/work/profanity-0.7.1 ... * econf: updating profanity-0.7.1/build-aux/config.sub with /usr/share/gnuconfig/config.sub * econf: updating profanity-0.7.1/build-aux/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/profanity-0.7.1 --htmldir=/usr/share/doc/profanity-0.7.1/html --with-sysroot=/ --libdir=/usr/lib64 --disable-notifications --disable-omemo --disable-otr --disable-pgp --without-xscreensaver checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B checking the name lister (/usr/bin/x86_64-pc-linux-gnu-nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for sysroot... / checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-pc-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for python-config... yes checking for python... /usr/bin/python checking for a version of Python >= '2.1.0'... yes checking for the distutils Python package... yes checking for Python include path... -I/usr/include/python3.8 checking for Python library path... -L/usr/lib64 -lpython3.8 checking for Python site-packages path... /usr/lib/python3.8/site-packages checking python extra libraries... -lcrypt -lpthread -ldl -lutil -lm -lm checking python extra linking flags... -Xlinker -export-dynamic checking consistency of all components of python development environment... yes checking for main in -ldl... yes checking whether x86_64-pc-linux-gnu-gcc is Clang... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for libmesode... no checking for libstrophe... yes checking for ncursesw... yes checking for wget_wch support in ncursesw... yes checking for glib... yes checking for gio... yes checking for curl... yes checking for GTK... no configure: gtk+-2.0 not found, icons not enabled checking for main in -lreadline... yes checking for cmocka... no configure: cmocka is not found, will not be able to run tests checking for stbbr_start in -lstabber... no configure: libstabber not found, will not be able to run functional tests checking for main in -lexpect... no configure: libexpect not found, will not be able to run functional tests checking ncursesw/ncurses.h usability... yes checking ncursesw/ncurses.h presence... yes checking for ncursesw/ncurses.h... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for atexit... yes checking for memset... yes checking for strdup... yes checking for strstr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands PLATFORM : linux-gnu PACKAGE_STATUS : release AM_CFLAGS : -Wall -Wno-deprecated-declarations AM_CPPFLAGS : -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"${pkgdatadir}/themes\"" -DICONS_PATH="\"${pkgdatadir}/icons\"" AM_LDFLAGS : -export-dynamic LIBS : -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -L/usr/lib64 -lpython3.8 -lreadline -lncursesw -ltinfow -lstrophe -ldl Install themes : true Themes path : ${pkgdatadir}/themes Icons path : ${pkgdatadir}/icons Now you can run `make' to build profanity >>> Source configured. >>> Compiling source in /var/tmp/portage/net-im/profanity-0.7.1/work/profanity-0.7.1 ... make -j1 make all-am make[1]: Entering directory '/var/tmp/portage/net-im/profanity-0.7.1/work/profanity-0.7.1' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/contact.o src/xmpp/contact.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/log.o src/log.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/common.o src/common.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/profanity.o src/profanity.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/chat_session.o src/xmpp/chat_session.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/muc.o src/xmpp/muc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/jid.o src/xmpp/jid.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/chat_state.o src/xmpp/chat_state.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/resource.o src/xmpp/resource.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/roster_list.o src/xmpp/roster_list.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/capabilities.o src/xmpp/capabilities.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/session.o src/xmpp/session.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/connection.o src/xmpp/connection.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/iq.o src/xmpp/iq.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/message.o src/xmpp/message.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/presence.o src/xmpp/presence.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/stanza.o src/xmpp/stanza.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/roster.o src/xmpp/roster.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/bookmark.o src/xmpp/bookmark.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/blocking.o src/xmpp/blocking.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/xmpp/form.o src/xmpp/form.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/event/common.o src/event/common.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/event/server_events.o src/event/server_events.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/event/client_events.o src/event/client_events.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/window.o src/ui/window.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/core.o src/ui/core.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/titlebar.o src/ui/titlebar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/statusbar.o src/ui/statusbar.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/inputwin.o src/ui/inputwin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/screen.o src/ui/screen.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/console.o src/ui/console.c src/ui/console.c: In function cons_about: src/ui/console.c:409:49: warning: passing argument 3 of win_println makes integer from pointer without a cast [-Wint-conversion] 409 | win_println(console, THEME_DEFAULT, "Welcome to Profanity, version %sdev", PACKAGE_VERSION); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | char * In file included from ./src/command/cmd_defs.h:40, from src/ui/console.c:51: ./src/ui/ui.h:363:71: note: expected char but argument is of type char * 363 | println(ProfWin *window, theme_item_t theme_item, const char ch, const char *const message, ...); | ~~~~~~~~~~~^~ src/ui/console.c: In function _cons_splash_logo: src/ui/console.c:2453:45: warning: passing argument 3 of win_println makes integer from pointer without a cast [-Wint-conversion] 2453 | win_println(console, THEME_DEFAULT, "Version %sdev", PACKAGE_VERSION); | ^~~~~~~~~~~~~~~ | | | char * In file included from ./src/command/cmd_defs.h:40, from src/ui/console.c:51: ./src/ui/ui.h:363:71: note: expected char but argument is of type char * 363 | println(ProfWin *window, theme_item_t theme_item, const char ch, const char *const message, ...); | ~~~~~~~~~~~^~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/notifier.o src/ui/notifier.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/window_list.o src/ui/window_list.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/rosterwin.o src/ui/rosterwin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/occupantswin.o src/ui/occupantswin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/buffer.o src/ui/buffer.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/chatwin.o src/ui/chatwin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/mucwin.o src/ui/mucwin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/privwin.o src/ui/privwin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/confwin.o src/ui/confwin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/xmlwin.o src/ui/xmlwin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/command/cmd_defs.o src/command/cmd_defs.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/command/cmd_funcs.o src/command/cmd_funcs.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/command/cmd_ac.o src/command/cmd_ac.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/tools/parser.o src/tools/parser.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/tools/http_upload.o src/tools/http_upload.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/tools/autocomplete.o src/tools/autocomplete.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/tools/tinyurl.o src/tools/tinyurl.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/config/files.o src/config/files.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/config/conflists.o src/config/conflists.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/config/accounts.o src/config/accounts.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/config/tlscerts.o src/config/tlscerts.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/config/account.o src/config/account.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/config/preferences.o src/config/preferences.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/config/theme.o src/config/theme.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/config/scripts.o src/config/scripts.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/plugins/plugins.o src/plugins/plugins.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/plugins/api.o src/plugins/api.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/plugins/callbacks.o src/plugins/callbacks.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/plugins/autocompleters.o src/plugins/autocompleters.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/plugins/themes.o src/plugins/themes.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/plugins/settings.o src/plugins/settings.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/plugins/disco.o src/plugins/disco.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/ui/tray.o src/ui/tray.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/plugins/python_plugins.o src/plugins/python_plugins.c In file included from /usr/include/python3.8/Python.h:8, from src/plugins/python_plugins.c:35: /usr/include/python3.8/pyconfig.h:1608: warning: "_XOPEN_SOURCE" redefined 1608 | #define _XOPEN_SOURCE 700 | : note: this is the location of the previous definition x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/plugins/python_api.o src/plugins/python_api.c In file included from /usr/include/python3.8/Python.h:8, from src/plugins/python_api.c:37: /usr/include/python3.8/pyconfig.h:1608: warning: "_XOPEN_SOURCE" redefined 1608 | #define _XOPEN_SOURCE 700 | : note: this is the location of the previous definition x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/plugins/c_plugins.o src/plugins/c_plugins.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/plugins/c_api.o src/plugins/c_api.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/libffi/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/python3.8 -DTHEMES_PATH="\"/usr/share/profanity/themes\"" -DICONS_PATH="\"/usr/share/profanity/icons\"" -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -c -o src/main.o src/main.c /bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -export-dynamic -Wl,-O1 -Wl,--as-needed -o profanity src/xmpp/contact.o src/log.o src/common.o src/profanity.o src/xmpp/chat_session.o src/xmpp/muc.o src/xmpp/jid.o src/xmpp/chat_state.o src/xmpp/resource.o src/xmpp/roster_list.o src/xmpp/capabilities.o src/xmpp/session.o src/xmpp/connection.o src/xmpp/iq.o src/xmpp/message.o src/xmpp/presence.o src/xmpp/stanza.o src/xmpp/roster.o src/xmpp/bookmark.o src/xmpp/blocking.o src/xmpp/form.o src/event/common.o src/event/server_events.o src/event/client_events.o src/ui/window.o src/ui/core.o src/ui/titlebar.o src/ui/statusbar.o src/ui/inputwin.o src/ui/screen.o src/ui/console.o src/ui/notifier.o src/ui/window_list.o src/ui/rosterwin.o src/ui/occupantswin.o src/ui/buffer.o src/ui/chatwin.o src/ui/mucwin.o src/ui/privwin.o src/ui/confwin.o src/ui/xmlwin.o src/command/cmd_defs.o src/command/cmd_funcs.o src/command/cmd_ac.o src/tools/parser.o src/tools/http_upload.o src/tools/autocomplete.o src/tools/tinyurl.o src/config/files.o src/config/conflists.o src/config/accounts.o src/config/tlscerts.o src/config/account.o src/config/preferences.o src/config/theme.o src/config/scripts.o src/plugins/plugins.o src/plugins/api.o src/plugins/callbacks.o src/plugins/autocompleters.o src/plugins/themes.o src/plugins/settings.o src/plugins/disco.o src/ui/tray.o src/plugins/python_plugins.o src/plugins/python_api.o src/plugins/c_plugins.o src/plugins/c_api.o src/main.o -lglib-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -L/usr/lib64 -lpython3.8 -lreadline -lncursesw -ltinfow -lstrophe -ldl libtool: link: x86_64-pc-linux-gnu-gcc -Wall -Wno-deprecated-declarations -I./src -O2 -pipe -march=native -fno-common -pthread -I/usr/include/libxml2 -Wl,-O1 -Wl,--as-needed -o profanity src/xmpp/contact.o src/log.o src/common.o src/profanity.o src/xmpp/chat_session.o src/xmpp/muc.o src/xmpp/jid.o src/xmpp/chat_state.o src/xmpp/resource.o src/xmpp/roster_list.o src/xmpp/capabilities.o src/xmpp/session.o src/xmpp/connection.o src/xmpp/iq.o src/xmpp/message.o src/xmpp/presence.o src/xmpp/stanza.o src/xmpp/roster.o src/xmpp/bookmark.o src/xmpp/blocking.o src/xmpp/form.o src/event/common.o src/event/server_events.o src/event/client_events.o src/ui/window.o src/ui/core.o src/ui/titlebar.o src/ui/statusbar.o src/ui/inputwin.o src/ui/screen.o src/ui/console.o src/ui/notifier.o src/ui/window_list.o src/ui/rosterwin.o src/ui/occupantswin.o src/ui/buffer.o src/ui/chatwin.o src/ui/mucwin.o src/ui/privwin.o src/ui/confwin.o src/ui/xmlwin.o src/command/cmd_defs.o src/command/cmd_funcs.o src/command/cmd_ac.o src/tools/parser.o src/tools/http_upload.o src/tools/autocomplete.o src/tools/tinyurl.o src/config/files.o src/config/conflists.o src/config/accounts.o src/config/tlscerts.o src/config/account.o src/config/preferences.o src/config/theme.o src/config/scripts.o src/plugins/plugins.o src/plugins/api.o src/plugins/callbacks.o src/plugins/autocompleters.o src/plugins/themes.o src/plugins/settings.o src/plugins/disco.o src/ui/tray.o src/plugins/python_plugins.o src/plugins/python_api.o src/plugins/c_plugins.o src/plugins/c_api.o src/main.o -Wl,--export-dynamic -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lcurl -L/usr/lib64 -lpython3.8 -lreadline -lncursesw -ltinfow -lstrophe -ldl -pthread /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/common.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/profanity.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/chat_session.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/muc.o:(.bss+0x20): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/chat_state.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/capabilities.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/session.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/session.o:(.bss+0x20): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/connection.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/iq.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/iq.o:(.bss+0x20): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/message.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/message.o:(.bss+0x20): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/presence.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/presence.o:(.bss+0x20): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/stanza.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/roster.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/roster.o:(.bss+0x20): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/bookmark.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/blocking.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/xmpp/form.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/event/common.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/event/server_events.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/event/server_events.o:(.bss+0x20): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/event/client_events.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/window.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/core.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/titlebar.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/statusbar.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/inputwin.o:(.bss+0x20): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/inputwin.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/console.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/notifier.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/window_list.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/rosterwin.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/occupantswin.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/buffer.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/chatwin.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/mucwin.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/privwin.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/confwin.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui/xmlwin.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/command/cmd_defs.o:(.bss+0x8): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/command/cmd_defs.o:(.bss+0x20): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/command/cmd_funcs.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/command/cmd_funcs.o:(.bss+0x20): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/command/cmd_ac.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/tools/http_upload.o:(.bss+0x20): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/tools/http_upload.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/tools/autocomplete.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/config/files.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/config/accounts.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/config/tlscerts.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/config/account.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/config/preferences.o:(.bss+0x8): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/config/theme.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/config/scripts.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/plugins/plugins.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/plugins/api.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/plugins/api.o:(.bss+0x20): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/plugins/callbacks.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/plugins/python_plugins.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/plugins/python_api.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/plugins/c_plugins.o:(.bss+0x0): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/plugins/c_api.o:(.bss+0x1b8): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/main.o:(.bss+0x0): multiple definition of `lock'; src/profanity.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/main.o:(.bss+0x28): multiple definition of `upload_processes'; src/log.o:(.bss+0x8): first defined here collect2: error: ld returned 1 exit status make[1]: *** [Makefile:1550: profanity] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-im/profanity-0.7.1/work/profanity-0.7.1' make: *** [Makefile:1179: all] Error 2 * ERROR: net-im/profanity-0.7.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-im/profanity-0.7.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-im/profanity-0.7.1::gentoo'`. * The complete build log is located at '/var/log/portage/net-im:profanity-0.7.1:20200218-192010.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-im/profanity-0.7.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-im/profanity-0.7.1/temp/environment'. * Working directory: '/var/tmp/portage/net-im/profanity-0.7.1/work/profanity-0.7.1' * S: '/var/tmp/portage/net-im/profanity-0.7.1/work/profanity-0.7.1'