* Package: net-p2p/ncdc-1.20 * Repository: gentoo * Upstream: projects@yorhel.nl http://dev.yorhel.nl/ncdc/bug * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking ncdc-1.20.tar.gz to /var/tmp/portage/net-p2p/ncdc-1.20/work >>> Source unpacked in /var/tmp/portage/net-p2p/ncdc-1.20/work >>> Preparing source in /var/tmp/portage/net-p2p/ncdc-1.20/work/ncdc-1.20 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-p2p/ncdc-1.20/work/ncdc-1.20 ... ./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/ncdc-1.20 --htmldir=/usr/share/doc/ncdc-1.20/html --libdir=/usr/lib64 --without-geoip checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make supports nested variables... 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.18... 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 for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether make supports nested variables... (cached) yes checking for pod2man... yes checking for makeheaders... yes checking for zlib.h... yes checking for bzlib.h... yes checking for ncursesw/ncurses.h... yes checking for ncurses/ncurses.h... no checking for ncurses.h... yes checking for posix_fadvise... yes checking for library containing inet_pton... none required checking for library containing socket... none required checking which sendfile() implementation to use... Linux checking for get_wch in -lncursesw... yes checking for deflate in -lz... yes checking for BZ2_bzReadOpen in -lbz2... yes checking for SQLITE... yes checking for GLIB... yes checking for GNUTLS... yes checking for git... git configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/net-p2p/ncdc-1.20/work/ncdc-1.20 ... make -j1 AR=x86_64-pc-linux-gnu-ar make all-am make[1]: Entering directory '/var/tmp/portage/net-p2p/ncdc-1.20/work/ncdc-1.20' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o deps/ylib/yuri.o deps/ylib/yuri.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o deps/yxml.o deps/yxml.c rm -f libdeps.a x86_64-pc-linux-gnu-ar cru libdeps.a deps/ylib/yuri.o deps/yxml.o x86_64-pc-linux-gnu-ranlib libdeps.a makeheaders `echo src/bloom.c src/cc.c src/commands.c src/db.c src/dl.c src/dlfile.c src/fl_load.c src/fl_local.c src/fl_save.c src/fl_util.c src/geoip.c src/hub.c src/listen.c src/main.c src/net.c src/proto.c src/search.c src/strutil.c src/tth.c src/ui.c src/ui_colors.c src/ui_listing.c src/ui_logwindow.c src/ui_textinput.c src/uit_conn.c src/uit_dl.c src/uit_fl.c src/uit_hub.c src/uit_main.c src/uit_msg.c src/uit_search.c src/uit_userlist.c src/util.c src/vars.c | sed 's#\([^ ]*\)\.c#./\1.c:./\1.h#g'` && touch mkhdr.done x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/bloom.o src/bloom.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/cc.o src/cc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/commands.o src/commands.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/db.o src/db.c src/db.c: In function ‘db_queue_process’: src/db.c:305:7: warning: ‘g_async_queue_timed_pop’ is deprecated: Use 'g_async_queue_timeout_pop' instead [-Wdeprecated-declarations] trans_end.tv_sec ? g_async_queue_timed_pop(db_queue, &trans_end) : ^~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:32, from src/ncdc.h:61, from src/db.c:27: /usr/include/glib-2.0/glib/gasyncqueue.h:114:14: note: declared here gpointer g_async_queue_timed_pop (GAsyncQueue *queue, ^~~~~~~~~~~~~~~~~~~~~~~ src/db.c: In function ‘db_init’: src/db.c:1614:3: warning: ‘g_thread_create’ is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] db_thread = g_thread_create(db_thread_func, g_build_filename(db_dir, "db.sqlite3", NULL), TRUE, NULL); ^~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/db.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here GThread *g_thread_create (GThreadFunc func, ^~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/dl.o src/dl.c src/dl.c: In function ‘dl_queue_addlist’: src/dl.c:540:3: warning: ‘g_static_mutex_init’ is deprecated: Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init(&dl->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dl.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:150:9: note: declared here void g_static_mutex_init (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~ src/dl.c: In function ‘dl_queue_addfile’: src/dl.c:579:3: warning: ‘g_static_mutex_init’ is deprecated: Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init(&dl->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dl.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:150:9: note: declared here void g_static_mutex_init (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~ src/dl.c: In function ‘dl_load_dl’: src/dl.c:917:3: warning: ‘g_static_mutex_init’ is deprecated: Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init(&dl->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dl.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:150:9: note: declared here void g_static_mutex_init (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/dlfile.o src/dlfile.c src/dlfile.c: In function ‘dlfile_save_bitmap_timeout’: src/dlfile.c:122:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&dl->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dlfile.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/dlfile.c:132:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&dl->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dlfile.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/dlfile.c: In function ‘dlfile_getchunk’: src/dlfile.c:486:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&dl->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dlfile.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/dlfile.c:534:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&dl->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dlfile.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/dlfile.c: In function ‘dlfile_recv_check’: src/dlfile.c:546:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&t->dl->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dlfile.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/dlfile.c:563:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&t->dl->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dlfile.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/dlfile.c: In function ‘dlfile_recv’: src/dlfile.c:612:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&t->dl->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dlfile.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/dlfile.c:616:7: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&t->dl->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dlfile.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/dlfile.c:628:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&t->dl->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/dlfile.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/fl_load.o src/fl_load.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/fl_local.o src/fl_local.c src/fl_local.c: In function ‘fl_hash_burst’: src/fl_local.c:510:5: warning: ‘g_cond_timed_wait’ is deprecated [-Wdeprecated-declarations] g_cond_timed_wait(fl_hash_resetcond, fl_hash_resetlock, &end); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/fl_local.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:285:17: note: declared here gboolean g_cond_timed_wait (GCond *cond, ^~~~~~~~~~~~~~~~~ src/fl_local.c: In function ‘fl_hash_process’: src/fl_local.c:629:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_reset(&fl_hash_rate); ^~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/fl_local.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fl_local.c:629:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_reset(&fl_hash_rate); ^~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/fl_local.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fl_local.c: In function ‘fl_init’: src/fl_local.c:1003:3: warning: ‘g_mutex_new’ is deprecated [-Wdeprecated-declarations] fl_hash_resetlock = g_mutex_new(); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/fl_local.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here GMutex * g_mutex_new (void); ^~~~~~~~~~~ src/fl_local.c:1004:3: warning: ‘g_cond_new’ is deprecated [-Wdeprecated-declarations] fl_hash_resetcond = g_cond_new(); ^~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/fl_local.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:281:17: note: declared here GCond * g_cond_new (void); ^~~~~~~~~~ src/fl_local.c:1009:3: warning: ‘g_static_mutex_init’ is deprecated: Use 'g_mutex_init' instead [-Wdeprecated-declarations] ratecalc_init(&fl_hash_rate); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/fl_local.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:150:9: note: declared here void g_static_mutex_init (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~ src/fl_local.c:1009:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_init(&fl_hash_rate); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/fl_local.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/fl_local.c:1009:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_init(&fl_hash_rate); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/fl_local.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/fl_save.o src/fl_save.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/fl_util.o src/fl_util.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/geoip.o src/geoip.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/hub.o src/hub.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/listen.o src/listen.c echo '"'"1.20"'"' >src/version.h x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/main.o src/main.c src/main.c: In function ‘main’: src/main.c:427:3: warning: ‘g_thread_init’ is deprecated [-Wdeprecated-declarations] g_thread_init(NULL); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/main.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here void g_thread_init (gpointer vtable); ^~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/net.o src/net.c src/net.c: In function ‘syn_new’: src/net.c:262:3: warning: ‘g_static_mutex_init’ is deprecated: Use 'g_mutex_init' instead [-Wdeprecated-declarations] g_static_mutex_init(&n->syn->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:150:9: note: declared here void g_static_mutex_init (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~ src/net.c: In function ‘syn_wait’: src/net.c:331:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&s->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:337:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&s->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c: In function ‘syn_upload_sendfile’: src/net.c:403:7: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&s->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:406:7: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&s->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c: In function ‘syn_upload_buf’: src/net.c:450:7: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&s->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:459:7: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&s->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c: In function ‘syn_download’: src/net.c:485:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&s->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:490:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&s->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c: In function ‘syn_thread’: src/net.c:516:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&s->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:519:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&s->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c: In function ‘net_left’: src/net.c:558:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&n->syn->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:560:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&n->syn->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c: In function ‘net_connected’: src/net.c:1027:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_reset(&n->rate_in); ^~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:1027:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_reset(&n->rate_in); ^~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:1028:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_reset(&n->rate_out); ^~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:1028:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_reset(&n->rate_out); ^~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c: In function ‘net_last_activity’: src/net.c:1210:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&n->syn->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:1213:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&n->syn->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c: In function ‘net_new’: src/net.c:1276:3: warning: ‘g_static_mutex_init’ is deprecated: Use 'g_mutex_init' instead [-Wdeprecated-declarations] ratecalc_init(&n->rate_in); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:150:9: note: declared here void g_static_mutex_init (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~ src/net.c:1276:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_init(&n->rate_in); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:1276:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_init(&n->rate_in); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:1277:3: warning: ‘g_static_mutex_init’ is deprecated: Use 'g_mutex_init' instead [-Wdeprecated-declarations] ratecalc_init(&n->rate_out); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:150:9: note: declared here void g_static_mutex_init (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~ src/net.c:1277:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_init(&n->rate_out); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:1277:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_init(&n->rate_out); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c: In function ‘net_disconnect’: src/net.c:1342:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&s->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:1353:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&s->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c: In function ‘net_init_global’: src/net.c:1491:3: warning: ‘g_static_mutex_init’ is deprecated: Use 'g_mutex_init' instead [-Wdeprecated-declarations] ratecalc_init(&net_in); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:150:9: note: declared here void g_static_mutex_init (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~ src/net.c:1491:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_init(&net_in); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:1491:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_init(&net_in); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:1492:3: warning: ‘g_static_mutex_init’ is deprecated: Use 'g_mutex_init' instead [-Wdeprecated-declarations] ratecalc_init(&net_out); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:150:9: note: declared here void g_static_mutex_init (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~ src/net.c:1492:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_init(&net_out); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/net.c:1492:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] ratecalc_init(&net_out); ^~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/net.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/proto.o src/proto.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/search.o src/search.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/strutil.o src/strutil.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/tth.o src/tth.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/ui.o src/ui.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/ui_colors.o src/ui_colors.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/ui_listing.o src/ui_listing.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/ui_logwindow.o src/ui_logwindow.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/ui_textinput.o src/ui_textinput.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/uit_conn.o src/uit_conn.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/uit_dl.o src/uit_dl.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/uit_fl.o src/uit_fl.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/uit_hub.o src/uit_hub.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/uit_main.o src/uit_main.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/uit_msg.o src/uit_msg.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/uit_search.o src/uit_search.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/uit_userlist.o src/uit_userlist.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/util.o src/util.c src/util.c: In function ‘ratecalc_add’: src/util.c:785:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&rc->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:788:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&rc->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c: In function ‘ratecalc_rate’: src/util.c:793:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&rc->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:795:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&rc->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c: In function ‘ratecalc_burst’: src/util.c:801:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&rc->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:803:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&rc->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c: In function ‘ratecalc_total’: src/util.c:809:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&rc->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:811:3: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&rc->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c: In function ‘ratecalc_calc’: src/util.c:836:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&rc->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:849:5: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&rc->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:873:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&rc->lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:878:9: warning: ‘g_static_mutex_get_mutex_impl’ is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&rc->lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib.h:111, from src/ncdc.h:61, from src/util.c:27: /usr/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./src -I./deps -I./deps/ylib -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -c -o src/vars.o src/vars.c x86_64-pc-linux-gnu-gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -O2 -pipe -march=native -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -o ncdc src/bloom.o src/cc.o src/commands.o src/db.o src/dl.o src/dlfile.o src/fl_load.o src/fl_local.o src/fl_save.o src/fl_util.o src/geoip.o src/hub.o src/listen.o src/main.o src/net.o src/proto.o src/search.o src/strutil.o src/tth.o src/ui.o src/ui_colors.o src/ui_listing.o src/ui_logwindow.o src/ui_textinput.o src/uit_conn.o src/uit_dl.o src/uit_fl.o src/uit_hub.o src/uit_main.o src/uit_msg.o src/uit_search.o src/uit_userlist.o src/util.o src/vars.o libdeps.a -lm -lncursesw -lz -lbz2 -lgthread-2.0 -pthread -lglib-2.0 -lgnutls -lsqlite3 /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/ui.o: undefined reference to symbol 'keypad' /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /lib64/libtinfow.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[1]: *** [Makefile:624: ncdc] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-p2p/ncdc-1.20/work/ncdc-1.20' make: *** [Makefile:421: all] Error 2 * ERROR: net-p2p/ncdc-1.20::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-p2p/ncdc-1.20::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-p2p/ncdc-1.20::gentoo'`. * The complete build log is located at '/var/log/portage/net-p2p:ncdc-1.20:20190212-164101.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-p2p/ncdc-1.20/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-p2p/ncdc-1.20/temp/environment'. * Working directory: '/var/tmp/portage/net-p2p/ncdc-1.20/work/ncdc-1.20' * S: '/var/tmp/portage/net-p2p/ncdc-1.20/work/ncdc-1.20'