------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/pkgconf-1.6.1,1.tgz Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/gettext-runtime-0.20.1.tgz Installing /packages/All/libidn-1.35.tgz Installing /packages/All/pcre-8.43_2.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/libxml2-2.9.9.tgz Installing /packages/All/libiconv-1.14_11.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/readline-8.0.0.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/python36-3.6.9.tgz Message from python36-3.6.9: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py36-gdbm databases/py-gdbm@py36 py36-sqlite3 databases/py-sqlite3@py36 py36-tkinter x11-toolkits/py-tkinter@py36 =========================================================================== Installing /packages/All/glib-2.56.3_6,1.tgz No schema files found: doing nothing. SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ mu-conference-0.8_7: Makefile warnings, please consider fixing /!\ Using USE_GNOME alone is deprecated, please add USES=gnome. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ mu-conference-0.8_7: Makefile warnings, please consider fixing /!\ Using USE_GNOME alone is deprecated, please add USES=gnome. ===> Fetching all distfiles required by mu-conference-0.8_7 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ mu-conference-0.8_7: Makefile warnings, please consider fixing /!\ Using USE_GNOME alone is deprecated, please add USES=gnome. ===> Fetching all distfiles required by mu-conference-0.8_7 for building => SHA256 Checksum OK for mu-conference_0.8.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ mu-conference-0.8_7: Makefile warnings, please consider fixing /!\ Using USE_GNOME alone is deprecated, please add USES=gnome. ===> Fetching all distfiles required by mu-conference-0.8_7 for building ===> Extracting for mu-conference-0.8_7 => SHA256 Checksum OK for mu-conference_0.8.tar.gz. Extracted Memory Use: 0.56M SUCCEEDED 00:00:11 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for mu-conference-0.8_7 ===> Applying ports patches for mu-conference-0.8_7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for mu-conference-0.8_7 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for mu-conference-0.8_7 cd src/ ; /usr/bin/make cd jabberd ; /usr/bin/make cc -pipe -O2 -fno-strict-aliasing -Wall -I. -I../../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -DLIBIDN -c expat.c expat.c: In function 'xmlnode_put_expat_attribs': expat.c:217:20: warning: comparison between pointer and zero character constant [-Wpointer-compare] while (atts[i] != '\0') ^~ expat.c:217:12: note: did you mean to dereference the pointer? while (atts[i] != '\0') ^ cc -pipe -O2 -fno-strict-aliasing -Wall -I. -I../../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -DLIBIDN -c jid.c jid.c: In function '_jid_stop_single_cache': jid.c:270:5: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free((*cache)->mutex); ^~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/lib.h:24, from jid.c:46: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:279:17: note: declared here void g_mutex_free (GMutex *mutex); ^~~~~~~~~~~~ jid.c: In function '_jid_init_single_cache': jid.c:287:2: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] (*cache)->mutex = g_mutex_new(); ^ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/lib.h:24, from jid.c:46: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here GMutex * g_mutex_new (void); ^~~~~~~~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -I. -I../../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -DLIBIDN -c jpacket.c cc -pipe -O2 -fno-strict-aliasing -Wall -I. -I../../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -DLIBIDN -c jutil.c cc -pipe -O2 -fno-strict-aliasing -Wall -I. -I../../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -DLIBIDN -c pool.c pool.c: In function '_pool_new': pool.c:9:3: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] p->lock = g_mutex_new(); ^ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/lib.h:24, from pool.c:2: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here GMutex * g_mutex_new (void); ^~~~~~~~~~~ pool.c: In function 'pool_free': pool.c:57:4: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free(p->lock); ^~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/lib.h:24, from pool.c:2: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:279:17: note: declared here void g_mutex_free (GMutex *mutex); ^~~~~~~~~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -I. -I../../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -DLIBIDN -c sha.c cc -pipe -O2 -fno-strict-aliasing -Wall -I. -I../../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -DLIBIDN -c snprintf.c snprintf.c: In function 'format_converter.isra.0': snprintf.c:863:49: warning: 's_len' may be used uninitialized in this function [-Wmaybe-uninitialized] if (adjust_width && adjust == RIGHT && min_width > s_len) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -I. -I../../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -DLIBIDN -c str.c cc -pipe -O2 -fno-strict-aliasing -Wall -I. -I../../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -DLIBIDN -c xmlnode.c xmlnode.c: In function 'xmlnode_get_tag': xmlnode.c:353:77: warning: comparison between pointer and zero character constant [-Wpointer-compare] if(parent == NULL || parent->firstchild == NULL || name == NULL || name == '\0') return NULL; ^~ xmlnode.c:353:72: note: did you mean to dereference the pointer? if(parent == NULL || parent->firstchild == NULL || name == NULL || name == '\0') return NULL; ^ ar rv ../libjcomp.a expat.o jid.o jpacket.o jutil.o pool.o sha.o snprintf.o str.o xmlnode.o /usr/libexec/binutils227/elf/ar: creating ../libjcomp.a a - expat.o a - jid.o a - jpacket.o a - jutil.o a - pool.o a - sha.o a - snprintf.o a - str.o a - xmlnode.o ranlib ../libjcomp.a cd jcomp ; /usr/bin/make lib cc -pipe -O2 -fno-strict-aliasing -Wall -I../../include -I. -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -c jcr_xdb.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../include -I. -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -c jcr_log.c jcr_log.c: In function 'log_alert': jcr_log.c:79:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&_jcr_log_lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/jcomp.h:35, from jcr_log.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jcr_log.c:84:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&_jcr_log_lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/jcomp.h:35, from jcr_log.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jcr_log.c: In function 'log_error': jcr_log.c:92:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&_jcr_log_lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/jcomp.h:35, from jcr_log.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jcr_log.c:97:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&_jcr_log_lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/jcomp.h:35, from jcr_log.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jcr_log.c: In function 'log_notice': jcr_log.c:105:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&_jcr_log_lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/jcomp.h:35, from jcr_log.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jcr_log.c:110:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&_jcr_log_lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/jcomp.h:35, from jcr_log.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jcr_log.c: In function 'log_warn': jcr_log.c:118:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&_jcr_log_lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/jcomp.h:35, from jcr_log.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jcr_log.c:123:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&_jcr_log_lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/jcomp.h:35, from jcr_log.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jcr_log.c: In function 'log_debug': jcr_log.c:131:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock(&_jcr_log_lock); ^~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/jcomp.h:35, from jcr_log.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ jcr_log.c:136:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated: Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock(&_jcr_log_lock); ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/jcomp.h:35, from jcr_log.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:154:9: note: declared here GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *mutex); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -I../../include -I. -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -c jcr_deliver.c jcr_deliver.c: In function 'jcr_queue_deliver': jcr_deliver.c:59:5: warning: 'g_async_queue_timed_pop' is deprecated: Use 'g_async_queue_timeout_pop' instead [-Wdeprecated-declarations] d = (dpacket)g_async_queue_timed_pop(jcr->dqueue, &timeout); ^ In file included from /usr/local/include/glib-2.0/glib.h:32, from ../../include/jcomp.h:35, from jcr_deliver.c:23: /usr/local/include/glib-2.0/glib/gasyncqueue.h:114:14: note: declared here gpointer g_async_queue_timed_pop (GAsyncQueue *queue, ^~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -I../../include -I. -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -c jcr_elements.c jcr_elements.c: In function 'jcr_start_element': jcr_elements.c:38:24: warning: comparison between pointer and zero character constant [-Wpointer-compare] while (attrib[i] != '\0') { ^~ jcr_elements.c:38:14: note: did you mean to dereference the pointer? while (attrib[i] != '\0') { ^ cc -pipe -O2 -fno-strict-aliasing -Wall -I../../include -I. -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -c jcr_main_stream_error.c jcr_main_stream_error.c: In function 'jcr_main_new_stream': jcr_main_stream_error.c:47:3: warning: 'g_thread_create' is deprecated: Use 'g_thread_new' instead [-Wdeprecated-declarations] jcr->dthread = g_thread_create((void *)jcr_queue_deliver, NULL, TRUE, NULL); ^~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../../include/jcomp.h:35, from jcr_main_stream_error.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:104:10: note: declared here GThread *g_thread_create (GThreadFunc func, ^~~~~~~~~~~~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -I../../include -I. -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -c jcr_shutdown.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../include -I. -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -c jcr_compatibility.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../include -I. -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -c jcr_base_connect.c a - jcr_xdb.o a - jcr_log.o a - jcr_deliver.o a - jcr_elements.o a - jcr_main_stream_error.o a - jcr_shutdown.o a - jcr_compatibility.o a - jcr_base_connect.o cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c conference.c conference.c: In function '_con_packets': conference.c:485:28: warning: value computed is not used [-Wunused-value] for((node != NULL) && (node = xmlnode_get_firstchild(node)); node != NULL; node = xmlnode_get_nextsibling(node)) { ^~ conference.c: In function 'con_shutdown': conference.c:922:3: warning: 'g_mutex_free' is deprecated [-Wdeprecated-declarations] g_mutex_free(master->lock); ^~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../include/lib.h:24, from ../include/jabberd.h:28, from ../include/conference.h:22, from conference.c:21: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:279:17: note: declared here void g_mutex_free (GMutex *mutex); ^~~~~~~~~~~~ conference.c: In function 'conference': conference.c:1172:3: warning: 'g_mutex_new' is deprecated [-Wdeprecated-declarations] master->lock = g_mutex_new(); ^~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../include/lib.h:24, from ../include/jabberd.h:28, from ../include/conference.h:22, from conference.c:21: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:277:17: note: declared here GMutex * g_mutex_new (void); ^~~~~~~~~~~ conference.c: In function '_generate_unique_id': conference.c:108:3: warning: 'strncpy' specified bound 21 equals destination size [-Wstringop-truncation] strncpy(jid_node,jid->user,21); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c conference_room.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c conference_user.c conference_user.c: In function 'con_user_zap': conference_user.c:565:9: warning: variable 'key' set but not used [-Wunused-but-set-variable] char *key; ^~~ cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c utils.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c xdata.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c admin.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c roles.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c xdb.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c hash.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c iq.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c main.c main.c: In function 'main': main.c:54:3: warning: 'g_thread_init' is deprecated [-Wdeprecated-declarations] g_thread_init(NULL); ^~~~~~~~~~~~~ In file included from /usr/local/include/glib-2.0/glib.h:108, from ../include/jcomp.h:35, from main.c:23: /usr/local/include/glib-2.0/glib/deprecated/gthread.h:265:10: note: declared here void g_thread_init (gpointer vtable); ^~~~~~~~~~~~~ cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -c mysql.c cc -pipe -O2 -fno-strict-aliasing -Wall -I../../lib -I../include -I/usr/local/include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_JCOMP -D_REENTRANT -DLIBIDN -o mu-conference libjcomp.a conference.o conference_room.o conference_user.o utils.o xdata.o admin.o roles.o xdb.o hash.o iq.o main.o mysql.o -L. -ljcomp -lm -I/usr/local/include `/usr/local/bin/pkg-config --libs glib-2.0` -I/usr/local/include `/usr/local/bin/pkg-config --libs gthread-2.0` -lexpat -lidn SUCCEEDED 00:00:14 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for mu-conference-0.8_7 ===> Generating temporary packing list install -s -m 555 /construction/net-im/mu-conference/mu-conference_0.8/src/mu-conference /construction/net-im/mu-conference/stage/usr/local/bin install -m 0644 /construction/net-im/mu-conference/mu-conference_0.8/muc-default.xml /construction/net-im/mu-conference/stage/usr/local/etc/muc.xml.sample install -m 0644 /construction/net-im/mu-conference/mu-conference_0.8/scripts/README /construction/net-im/mu-conference/stage/usr/local/share/doc/mu-conference/scripts install -m 555 /construction/net-im/mu-conference/mu-conference_0.8/scripts/roommaker.pl /construction/net-im/mu-conference/stage/usr/local/share/doc/mu-conference/scripts install -m 555 /construction/net-im/mu-conference/mu-conference_0.8/scripts/roomname.pl /construction/net-im/mu-conference/stage/usr/local/share/doc/mu-conference/scripts ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for mu-conference-0.8_7 file sizes/checksums [18]: 0% file sizes/checksums [18]: 100% packing files [18]: 0% packing files [18]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:01:05