* Package: net-libs/libaxc-0.3.4-r2 * Repository: gentoo * Maintainer: sping@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking libaxc-0.3.4.tar.gz to /var/tmp/portage/net-libs/libaxc-0.3.4-r2/work >>> Source unpacked in /var/tmp/portage/net-libs/libaxc-0.3.4-r2/work >>> Preparing source in /var/tmp/portage/net-libs/libaxc-0.3.4-r2/work/axc-0.3.4 ... * Applying libaxc-0.3.4-so-symlinks.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-libs/libaxc-0.3.4-r2/work/axc-0.3.4 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-libs/libaxc-0.3.4-r2/work/axc-0.3.4 ... make -j3 PREFIX=/usr mkdir -p build cc -fPIC -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/signal -std=c11 -g -Wall -Wextra -Wpedantic -Wstrict-overflow -fno-strict-aliasing -funsigned-char -fno-builtin-memset -fstack-protector-strong -Wformat -Werror=format-security -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE -D_DEFAULT_SOURCE -c src/axc.c -o build/axc.o cc -fPIC -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/signal -std=c11 -g -Wall -Wextra -Wpedantic -Wstrict-overflow -fno-strict-aliasing -funsigned-char -fno-builtin-memset -fstack-protector-strong -Wformat -Werror=format-security -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE -D_DEFAULT_SOURCE -c src/axc_crypto.c -o build/axc_crypto.o cc -fPIC -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/signal -std=c11 -g -Wall -Wextra -Wpedantic -Wstrict-overflow -fno-strict-aliasing -funsigned-char -fno-builtin-memset -fstack-protector-strong -Wformat -Werror=format-security -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE -D_DEFAULT_SOURCE -c src/axc_store.c -o build/axc_store.o cc -shared -Wl,-soname,libaxc.so.0 -o build/libaxc.so -fPIC -pipe -march=native -fno-diagnostics-color -O2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/signal -std=c11 -g -Wall -Wextra -Wpedantic -Wstrict-overflow -fno-strict-aliasing -funsigned-char -fno-builtin-memset -fstack-protector-strong -Wformat -Werror=format-security src/axc.c src/axc_crypto.c src/axc_store.c -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -ldl -lglib-2.0 -lsqlite3 -lgcrypt -lgpg-error -lsignal-protocol-c -lm -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_POSIX_SOURCE -D_GNU_SOURCE -D_DEFAULT_SOURCE echo 'prefix='/usr > build/libaxc.pc echo 'exec_prefix=${prefix}' >> build/libaxc.pc echo 'libdir=${prefix}/lib/' >> build/libaxc.pc echo 'includedir=${prefix}/include' >> build/libaxc.pc echo 'Name: libaxc' >> build/libaxc.pc echo 'Version: 0.3.4' >> build/libaxc.pc echo 'Description: client library for libsignal-protocol-c' >> build/libaxc.pc echo 'Requires: libsignal-protocol-c' >> build/libaxc.pc echo 'Cflags: -I${includedir}/axc' >> build/libaxc.pc echo 'Libs: -L${libdir} -laxc' >> build/libaxc.pc ar rcs build/libaxc.a build/axc.o build/axc_crypto.o build/axc_store.o >>> Source compiled. >>> Test phase: net-libs/libaxc-0.3.4-r2 make -j3 -j1 test cc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/signal -g -O0 --coverage -fstack-protector-strong -Wformat -Werror=format-security -o test/test_store.o test/test_store.c src/axc_crypto.c -lcmocka -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -pthread -ldl -lglib-2.0 -lsqlite3 -lgcrypt -lgpg-error -lsignal-protocol-c -lm test/test_store.o [==========] Running 36 test(s). [ RUN ] test_db_conn_open_should_create_db_default_filename [ OK ] test_db_conn_open_should_create_db_default_filename [ RUN ] test_db_conn_open_should_create_db [ OK ] test_db_conn_open_should_create_db [ RUN ] test_db_conn_open_should_prepare_statement [ OK ] test_db_conn_open_should_prepare_statement [ RUN ] test_db_conn_open_should_fail_on_null_pointer [ OK ] test_db_conn_open_should_fail_on_null_pointer [ RUN ] test_db_exec_single_change_should_only_succeed_on_correct_number_of_changes [ OK ] test_db_exec_single_change_should_only_succeed_on_correct_number_of_changes [ RUN ] test_db_exec_quick_should_exec [ OK ] test_db_exec_quick_should_exec [ RUN ] test_db_create_should_create_necessary_tables [ OK ] test_db_create_should_create_necessary_tables [ RUN ] test_db_destroy_should_drop_all_tables [ OK ] test_db_destroy_should_drop_all_tables [ RUN ] test_db_property_set_should_set_property_correctly [ OK ] test_db_property_set_should_set_property_correctly [ RUN ] test_db_property_get_should_get_correctly [ OK ] test_db_property_get_should_get_correctly [ RUN ] test_db_property_get_should_fail_on_no_results [ OK ] test_db_property_get_should_fail_on_no_results [ RUN ] test_db_init_status_set_should_work [ OK ] test_db_init_status_set_should_work [ RUN ] test_db_init_status_get_should_work [ OK ] test_db_init_status_get_should_work [ RUN ] test_db_session_store_should_work [ OK ] test_db_session_store_should_work [ RUN ] test_db_session_load_should_find_session [ OK ] test_db_session_load_should_find_session [ RUN ] test_db_session_load_should_not_find_session [ OK ] test_db_session_load_should_not_find_session [ RUN ] test_db_session_get_sub_device_sessions_should_find_and_return_correct_number [ OK ] test_db_session_get_sub_device_sessions_should_find_and_return_correct_number [ RUN ] test_db_session_contains_should_return_correct_values [ OK ] test_db_session_contains_should_return_correct_values [ RUN ] test_db_session_delete_should_return_correct_values [ OK ] test_db_session_delete_should_return_correct_values [ RUN ] test_db_session_delete_all_should_return_correct_values [ OK ] test_db_session_delete_all_should_return_correct_values [ RUN ] test_db_pre_key_store_should_work [ OK ] test_db_pre_key_store_should_work [ RUN ] test_db_pre_key_store_list [ OK ] test_db_pre_key_store_list [ RUN ] test_db_pre_key_get_list [ OK ] test_db_pre_key_get_list [ RUN ] test_db_pre_key_load_should_return_correct_values_and_key [ OK ] test_db_pre_key_load_should_return_correct_values_and_key [ RUN ] test_db_pre_key_contains_should_return_correct_values [ OK ] test_db_pre_key_contains_should_return_correct_values [ RUN ] test_db_pre_key_remove [ OK ] test_db_pre_key_remove [ RUN ] test_db_pre_key_get_max_id [ OK ] test_db_pre_key_get_max_id [ RUN ] test_db_signed_pre_key_store_should_work [ OK ] test_db_signed_pre_key_store_should_work [ RUN ] test_db_signed_pre_key_load_should_return_correct_values_and_key [ OK ] test_db_signed_pre_key_load_should_return_correct_values_and_key [ RUN ] test_db_signed_pre_key_contains_should_return_correct_values [ OK ] test_db_signed_pre_key_contains_should_return_correct_values [ RUN ] test_db_signed_pre_key_remove [ OK ] test_db_signed_pre_key_remove [ RUN ] test_db_identity_set_local_registration_id [ OK ] test_db_identity_set_local_registration_id [ RUN ] test_db_identity_get_local_registration_id [ OK ] test_db_identity_get_local_registration_id [ RUN ] test_db_identity_set_and_get_key_pair [ OK ] test_db_identity_set_and_get_key_pair [ RUN ] test_db_identity_save [ OK ] test_db_identity_save [ RUN ] test_db_identity_get_key_pair_keys_not_found [ OK ] test_db_identity_get_key_pair_keys_not_found [==========] 36 test(s) run. [ PASSED ] 36 test(s). mv *.g* test mv: cannot stat '*.g*': No such file or directory make: *** [Makefile:149: test_store] Error 1 * ERROR: net-libs/libaxc-0.3.4-r2::gentoo failed (test phase): * emake failed * * If you need support, post the output of `emerge --info '=net-libs/libaxc-0.3.4-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-libs/libaxc-0.3.4-r2::gentoo'`. * The complete build log is located at '/var/log/portage/net-libs:libaxc-0.3.4-r2:20210722-081927.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-libs/libaxc-0.3.4-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-libs/libaxc-0.3.4-r2/temp/environment'. * Working directory: '/var/tmp/portage/net-libs/libaxc-0.3.4-r2/work/axc-0.3.4' * S: '/var/tmp/portage/net-libs/libaxc-0.3.4-r2/work/axc-0.3.4'