tar -xf libgee-0.12.0.tar.xz checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/missing: Unknown '--is-lightweight' option Try '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking build system type... i486-slackware-linux-gnu checking host system type... i486-slackware-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i486-slackware-linux-gnu file names to i486-slackware-linux-gnu format... func_convert_file_noop checking how to convert i486-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... 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 gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i486-slackware-linux/bin/ld) 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... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for gobject-introspection... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating gee-0.8.pc config.status: creating benchmark/Makefile config.status: creating doc/Makefile config.status: creating gee/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0' Making all in gee make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/gee' CC libgee_0_8_la-assemblyinfo.lo CC libgee_0_8_la-abstractbidirlist.lo CC libgee_0_8_la-abstractbidirsortedset.lo CC libgee_0_8_la-abstractbidirsortedmap.lo CC libgee_0_8_la-abstractcollection.lo CC libgee_0_8_la-abstractlist.lo CC libgee_0_8_la-abstractmap.lo CC libgee_0_8_la-abstractmultimap.lo abstractmultimap.c: In function '___lambda41__gee_forall_map_func': abstractmultimap.c:2310:2: warning: passing argument 3 of '__lambda41_' discards 'const' qualifier from pointer target type [enabled by default] result = __lambda41_ (self, k, v); ^ abstractmultimap.c:2282:17: note: expected 'struct GeeCollection *' but argument is of type 'gconstpointer' static gboolean __lambda41_ (Block1Data* _data1_, gconstpointer key, GeeCollection* col) { ^ abstractmultimap.c: In function '___lambda43__gee_forall_map_func': abstractmultimap.c:2570:2: warning: passing argument 3 of '__lambda43_' discards 'const' qualifier from pointer target type [enabled by default] result = __lambda43_ (self, k, v); ^ abstractmultimap.c:2550:17: note: expected 'struct GeeCollection *' but argument is of type 'gconstpointer' static gboolean __lambda43_ (Block4Data* _data4_, gconstpointer key, GeeCollection* col) { ^ CC libgee_0_8_la-abstractmultiset.lo CC libgee_0_8_la-abstractqueue.lo CC libgee_0_8_la-abstractset.lo CC libgee_0_8_la-abstractsortedmap.lo CC libgee_0_8_la-abstractsortedset.lo CC libgee_0_8_la-arraylist.lo arraylist.c: In function 'gee_array_list_wrap_bool': arraylist.c:1715:25: warning: comparison between pointer and integer [enabled by default] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c: In function 'gee_array_list_wrap_char': arraylist.c:1788:25: warning: comparison between pointer and integer [enabled by default] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c:1788:73: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c:1788:96: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c: In function 'gee_array_list_wrap_uchar': arraylist.c:1861:25: warning: comparison between pointer and integer [enabled by default] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c:1861:73: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c:1861:96: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c: In function 'gee_array_list_wrap_int': arraylist.c:1934:25: warning: comparison between pointer and integer [enabled by default] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c: In function 'gee_array_list_wrap_uint': arraylist.c:2007:25: warning: comparison between pointer and integer [enabled by default] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c: In function 'gee_array_list_wrap_int64': arraylist.c:2080:25: warning: comparison between pointer and integer [enabled by default] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c:2080:73: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c:2080:96: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c: In function 'gee_array_list_wrap_uint64': arraylist.c:2153:25: warning: comparison between pointer and integer [enabled by default] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c:2153:73: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c:2153:96: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c: In function 'gee_array_list_wrap_long': arraylist.c:2226:25: warning: comparison between pointer and integer [enabled by default] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c: In function 'gee_array_list_wrap_ulong': arraylist.c:2299:25: warning: comparison between pointer and integer [enabled by default] _tmp12_ = ((_tmp11_ != NULL) && (g_dup_func != NULL)) ? g_dup_func ((gpointer) _tmp11_) : ((gpointer) _tmp11_); ^ arraylist.c: In function 'gee_array_list_iterator_real_first': arraylist.c:2614:2: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [enabled by default] _tmp4_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp3_); ^ arraylist.c:527:6: note: expected 'struct GeeAbstractCollection *' but argument is of type 'struct GeeCollection *' gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ arraylist.c: In function 'gee_array_list_iterator_real_last': arraylist.c:2772:2: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [enabled by default] _tmp4_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp3_); ^ arraylist.c:527:6: note: expected 'struct GeeAbstractCollection *' but argument is of type 'struct GeeCollection *' gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ CC libgee_0_8_la-arrayqueue.lo CC libgee_0_8_la-bidiriterator.lo CC libgee_0_8_la-bidirlist.lo CC libgee_0_8_la-bidirlistiterator.lo CC libgee_0_8_la-bidirmapiterator.lo CC libgee_0_8_la-bidirsortedset.lo CC libgee_0_8_la-bidirsortedmap.lo CC libgee_0_8_la-collection.lo collection.c: In function '___lambda23__gee_fold_func': collection.c:411:2: warning: passing argument 3 of '__lambda23_' makes integer from pointer without a cast [enabled by default] result = __lambda23_ (self, g, a); ^ collection.c:395:17: note: expected 'gboolean' but argument is of type 'gpointer' static gboolean __lambda23_ (GeeCollection* self, gpointer item, gboolean changed) { ^ collection.c:411:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda23_ (self, g, a); ^ collection.c: In function '___lambda25__gee_fold_func': collection.c:507:2: warning: passing argument 3 of '__lambda25_' makes integer from pointer without a cast [enabled by default] result = __lambda25_ (self, g, a); ^ collection.c:491:17: note: expected 'gboolean' but argument is of type 'gpointer' static gboolean __lambda25_ (GeeCollection* self, gpointer item, gboolean changed) { ^ collection.c:507:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda25_ (self, g, a); ^ CC libgee_0_8_la-comparable.lo CC libgee_0_8_la-concurrentlist.lo concurrentlist.c: In function 'gee_concurrent_list_construct': concurrentlist.c:602:2: warning: passing argument 4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [enabled by default] gee_hazard_pointer_set_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->priv->_tail, _tmp8_, (gsize) 0, (gsize) 0); ^ concurrentlist.c:437:6: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' void gee_hazard_pointer_set_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gpointer new_ptr, gsize mask, gsize new_mask); ^ concurrentlist.c: In function 'gee_concurrent_list_real_clear': concurrentlist.c:801:2: warning: passing argument 4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [enabled by default] gee_hazard_pointer_set_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->priv->_tail, _tmp6_, (gsize) 0, (gsize) 0); ^ concurrentlist.c:437:6: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' void gee_hazard_pointer_set_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gpointer new_ptr, gsize mask, gsize new_mask); ^ concurrentlist.c: In function 'gee_concurrent_list_update_tail': concurrentlist.c:1289:2: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp0_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->priv->_tail, (gsize) 0, NULL); ^ concurrentlist.c:476:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentlist.c:1295:2: warning: passing argument 4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [enabled by default] gee_hazard_pointer_set_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->priv->_tail, _tmp2_, (gsize) 0, (gsize) 0); ^ concurrentlist.c:437:6: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' void gee_hazard_pointer_set_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gpointer new_ptr, gsize mask, gsize new_mask); ^ concurrentlist.c: In function 'gee_concurrent_list_node_compare_and_exchange': concurrentlist.c:2398:2: warning: passing argument 4 of 'gee_hazard_pointer_compare_and_exchange_pointer' from incompatible pointer type [enabled by default] _tmp5_ = gee_hazard_pointer_compare_and_exchange_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->_succ, _tmp0_, _tmp2_, (gsize) 3, (gsize) _tmp3_, (gsize) _tmp4_); ^ concurrentlist.c:519:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' gboolean gee_hazard_pointer_compare_and_exchange_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gconstpointer old_ptr, gpointer _new_ptr, gsize mask, gsize old_mask, gsize new_mask); ^ concurrentlist.c: In function 'gee_concurrent_list_node_get_succ': concurrentlist.c:2449:2: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp1_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->_succ, (gsize) 3, &_tmp0_); ^ concurrentlist.c:476:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentlist.c: In function 'gee_concurrent_list_node_set_succ': concurrentlist.c:2472:2: warning: passing argument 4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [enabled by default] gee_hazard_pointer_set_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->_succ, _tmp1_, (gsize) 3, (gsize) _tmp2_); ^ concurrentlist.c:437:6: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' void gee_hazard_pointer_set_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gpointer new_ptr, gsize mask, gsize new_mask); ^ concurrentlist.c: In function 'gee_concurrent_list_node_get_backlink': concurrentlist.c:2480:2: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp0_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->_backlink, (gsize) 0, NULL); ^ concurrentlist.c:476:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentlist.c: In function 'gee_concurrent_list_node_set_backlink': concurrentlist.c:2492:2: warning: passing argument 4 of 'gee_hazard_pointer_compare_and_exchange_pointer' from incompatible pointer type [enabled by default] gee_hazard_pointer_compare_and_exchange_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->_backlink, NULL, _tmp1_, (gsize) 0, (gsize) 0, (gsize) 0); ^ concurrentlist.c:519:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' gboolean gee_hazard_pointer_compare_and_exchange_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gconstpointer old_ptr, gpointer _new_ptr, gsize mask, gsize old_mask, gsize new_mask); ^ concurrentlist.c: In function 'gee_concurrent_list_node_finalize': concurrentlist.c:2622:2: warning: passing argument 4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [enabled by default] gee_hazard_pointer_set_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->_succ, NULL, (gsize) 3, (gsize) 0); ^ concurrentlist.c:437:6: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' void gee_hazard_pointer_set_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gpointer new_ptr, gsize mask, gsize new_mask); ^ concurrentlist.c:2623:2: warning: passing argument 4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [enabled by default] gee_hazard_pointer_set_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->_backlink, NULL, (gsize) 0, (gsize) 0); ^ concurrentlist.c:437:6: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' void gee_hazard_pointer_set_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gpointer new_ptr, gsize mask, gsize new_mask); ^ concurrentlist.c: In function 'gee_concurrent_list_finalize': concurrentlist.c:2712:2: warning: passing argument 4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [enabled by default] gee_hazard_pointer_set_pointer (GEE_CONCURRENT_LIST_TYPE_NODE, (GBoxedCopyFunc) gee_concurrent_list_node_ref, gee_concurrent_list_node_unref, &self->priv->_tail, NULL, (gsize) 0, (gsize) 0); ^ concurrentlist.c:437:6: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentListNode **' void gee_hazard_pointer_set_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gpointer new_ptr, gsize mask, gsize new_mask); ^ CC libgee_0_8_la-concurrentset.lo concurrentset.c: In function 'gee_concurrent_set_sub_set_real_get_size': concurrentset.c:3534:3: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp5_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp4_->_bookmark._iter[0], (gsize) 0, NULL); ^ concurrentset.c:732:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentset.c: In function 'gee_concurrent_set_range_copy_bookmark': concurrentset.c:4690:5: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp7_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp5_->_bookmark._iter[_tmp6_], (gsize) 0, NULL); ^ concurrentset.c:732:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentset.c: In function 'gee_concurrent_set_range_improve_bookmark': concurrentset.c:5247:5: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp3_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp2_->_bookmark._iter[0], (gsize) 0, NULL); ^ concurrentset.c:732:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentset.c:5312:8: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp20_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp18_->_bookmark._iter[_tmp19_], (gsize) 0, NULL); ^ concurrentset.c:732:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentset.c:5378:7: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp28_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp26_->_bookmark._iter[_tmp27_], (gsize) 0, NULL); ^ concurrentset.c:732:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentset.c:5440:8: warning: passing argument 4 of 'gee_hazard_pointer_compare_and_exchange_pointer' from incompatible pointer type [enabled by default] _tmp55_ = gee_hazard_pointer_compare_and_exchange_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp50_->_bookmark._iter[_tmp51_], _tmp52_, _tmp54_, (gsize) 0, (gsize) 0, (gsize) 0); ^ concurrentset.c:767:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gboolean gee_hazard_pointer_compare_and_exchange_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gconstpointer old_ptr, gpointer _new_ptr, gsize mask, gsize old_mask, gsize new_mask); ^ concurrentset.c:5447:9: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp58_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp56_->_bookmark._iter[_tmp57_], (gsize) 0, NULL); ^ concurrentset.c:732:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentset.c:5571:9: warning: passing argument 4 of 'gee_hazard_pointer_compare_and_exchange_pointer' from incompatible pointer type [enabled by default] _tmp101_ = gee_hazard_pointer_compare_and_exchange_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp96_->_bookmark._iter[_tmp97_], _tmp98_, _tmp100_, (gsize) 0, (gsize) 0, (gsize) 0); ^ concurrentset.c:767:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gboolean gee_hazard_pointer_compare_and_exchange_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gconstpointer old_ptr, gpointer _new_ptr, gsize mask, gsize old_mask, gsize new_mask); ^ concurrentset.c:5578:10: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp104_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp102_->_bookmark._iter[_tmp103_], (gsize) 0, NULL); ^ concurrentset.c:732:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentset.c: In function 'gee_concurrent_set_tower_compare_and_exchange': concurrentset.c:7394:2: warning: passing argument 4 of 'gee_hazard_pointer_compare_and_exchange_pointer' from incompatible pointer type [enabled by default] _tmp7_ = gee_hazard_pointer_compare_and_exchange_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp0_[_tmp1_]._succ, _tmp2_, _tmp4_, (gsize) 3, (gsize) _tmp5_, (gsize) _tmp6_); ^ concurrentset.c:767:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gboolean gee_hazard_pointer_compare_and_exchange_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gconstpointer old_ptr, gpointer _new_ptr, gsize mask, gsize old_mask, gsize new_mask); ^ concurrentset.c: In function 'gee_concurrent_set_tower_get_succ': concurrentset.c:7465:2: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp3_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp0_[_tmp1_]._succ, (gsize) 3, &_tmp2_); ^ concurrentset.c:732:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentset.c: In function 'gee_concurrent_set_tower_set_succ': concurrentset.c:7494:2: warning: passing argument 4 of 'gee_hazard_pointer_set_pointer' from incompatible pointer type [enabled by default] gee_hazard_pointer_set_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp0_[_tmp1_]._succ, _tmp3_, (gsize) 3, (gsize) _tmp4_); ^ concurrentset.c:790:6: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' void gee_hazard_pointer_set_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gpointer new_ptr, gsize mask, gsize new_mask); ^ concurrentset.c: In function 'gee_concurrent_set_tower_get_backlink': concurrentset.c:7508:2: warning: passing argument 4 of 'gee_hazard_pointer_get_pointer' from incompatible pointer type [enabled by default] _tmp2_ = gee_hazard_pointer_get_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp0_[_tmp1_]._backlink, (gsize) 0, NULL); ^ concurrentset.c:732:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gpointer gee_hazard_pointer_get_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gsize mask, gsize* mask_out); ^ concurrentset.c: In function 'gee_concurrent_set_tower_set_backlink': concurrentset.c:7526:2: warning: passing argument 4 of 'gee_hazard_pointer_compare_and_exchange_pointer' from incompatible pointer type [enabled by default] gee_hazard_pointer_compare_and_exchange_pointer (GEE_CONCURRENT_SET_TYPE_TOWER, (GBoxedCopyFunc) gee_concurrent_set_tower_ref, gee_concurrent_set_tower_unref, &_tmp0_[_tmp1_]._backlink, NULL, _tmp3_, (gsize) 0, (gsize) 0, (gsize) 0); ^ concurrentset.c:767:10: note: expected 'const void ***' but argument is of type 'struct GeeConcurrentSetTower **' gboolean gee_hazard_pointer_compare_and_exchange_pointer (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, gconstpointer** aptr, gconstpointer old_ptr, gpointer _new_ptr, gsize mask, gsize old_mask, gsize new_mask); ^ concurrentset.c: In function 'gee_concurrent_set_tower_iter_copy': concurrentset.c:7902:2: warning: passing argument 1 of '_vala_array_copy1' discards 'const' qualifier from pointer target type [enabled by default] _vala_array_copy1 ((*self)._iter, _tmp0_); ^ concurrentset.c:7889:13: note: expected 'struct GeeConcurrentSetTower **' but argument is of type 'struct GeeConcurrentSetTower * const*' static void _vala_array_copy1 (GeeConcurrentSetTower** self, GeeConcurrentSetTower** dest) { ^ concurrentset.c: In function 'gee_concurrent_set_class_init': concurrentset.c:7967:2: warning: 'g_private_new' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:232) [-Wdeprecated-declarations] _tmp0_ = g_private_new (__gee_concurrent_set_rand_lambda47__gdestroy_notify); ^ CC libgee_0_8_la-deque.lo CC libgee_0_8_la-functions.lo functions.c: In function '___lambda36_': functions.c:486:12: warning: assignment from incompatible pointer type [enabled by default] _tmp4_ = g_strcmp0; ^ CC libgee_0_8_la-future.lo CC libgee_0_8_la-hashable.lo CC libgee_0_8_la-hashmap.lo hashmap.c: In function '_vala_gee_hash_map_entry_get_property': hashmap.c:2138:3: warning: passing argument 2 of 'g_value_set_pointer' discards 'const' qualifier from pointer target type [enabled by default] g_value_set_pointer (value, gee_map_entry_get_key ((GeeMapEntry*) self)); ^ In file included from /usr/include/glib-2.0/glib-object.h:38:0, from hashmap.c:29: /usr/include/glib-2.0/gobject/gvaluetypes.h:251:13: note: expected 'gpointer' but argument is of type 'gconstpointer' void g_value_set_pointer (GValue *value, ^ hashmap.c:2141:3: warning: passing argument 2 of 'g_value_set_pointer' discards 'const' qualifier from pointer target type [enabled by default] g_value_set_pointer (value, gee_map_entry_get_value ((GeeMapEntry*) self)); ^ In file included from /usr/include/glib-2.0/glib-object.h:38:0, from hashmap.c:29: /usr/include/glib-2.0/gobject/gvaluetypes.h:251:13: note: expected 'gpointer' but argument is of type 'gconstpointer' void g_value_set_pointer (GValue *value, ^ hashmap.c: In function 'gee_hash_map_key_set_real_get_size': hashmap.c:2298:2: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [enabled by default] _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); ^ hashmap.c:848:6: note: expected 'struct GeeAbstractMap *' but argument is of type 'struct GeeMap *' gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ hashmap.c: In function 'gee_hash_map_value_collection_real_get_size': hashmap.c:2557:2: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [enabled by default] _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); ^ hashmap.c:848:6: note: expected 'struct GeeAbstractMap *' but argument is of type 'struct GeeMap *' gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ hashmap.c: In function 'gee_hash_map_entry_set_real_get_size': hashmap.c:2794:2: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [enabled by default] _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); ^ hashmap.c:848:6: note: expected 'struct GeeAbstractMap *' but argument is of type 'struct GeeMap *' gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ hashmap.c: In function 'gee_hash_map_entry_set_class_init': hashmap.c:2814:45: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_COLLECTION_CLASS (klass)->add = gee_hash_map_entry_set_real_add; ^ hashmap.c:2816:48: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_COLLECTION_CLASS (klass)->remove = gee_hash_map_entry_set_real_remove; ^ hashmap.c:2817:50: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_COLLECTION_CLASS (klass)->contains = gee_hash_map_entry_set_real_contains; ^ hashmap.c: In function 'gee_hash_map_map_iterator_gee_map_iterator_interface_init': hashmap.c:3608:23: warning: assignment from incompatible pointer type [enabled by default] iface->get_read_only = gee_hash_map_map_iterator_real_get_read_only; ^ CC libgee_0_8_la-hashmultimap.lo CC libgee_0_8_la-hashmultiset.lo CC libgee_0_8_la-hashset.lo CC libgee_0_8_la-hazardpointer.lo hazardpointer.c: In function 'gee_hazard_pointer_policy_perform': hazardpointer.c:620:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] _tmp7_ = g_static_mutex_trylock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c:631:5: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c:650:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c:657:4: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c: In function '____lambda44__gthread_func': hazardpointer.c:698:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = ___lambda44_ (); ^ hazardpointer.c: In function 'gee_hazard_pointer_release_policy_ensure_start': hazardpointer.c:758:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] _tmp2_ = g_static_mutex_trylock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c:777:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c: In function 'gee_hazard_pointer_release_policy_attempt_free': hazardpointer.c:806:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] _tmp0_ = g_static_mutex_trylock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c:818:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c: In function 'gee_hazard_pointer_exchange_hazard_pointer': hazardpointer.c:1080:3: warning: passing argument 2 of 'gee_hazard_pointer_node_set' discards 'const' qualifier from pointer target type [enabled by default] gee_hazard_pointer_node_set (_tmp2_, _tmp3_); ^ hazardpointer.c:366:6: note: expected 'void *' but argument is of type 'gconstpointer' void gee_hazard_pointer_node_set (GeeHazardPointerNode* self, void* ptr); ^ hazardpointer.c: In function 'gee_hazard_pointer_compare_and_exchange_pointer': hazardpointer.c:1327:4: warning: passing argument 2 of 'gee_hazard_pointer_context_release_ptr' discards 'const' qualifier from pointer target type [enabled by default] gee_hazard_pointer_context_release_ptr (_tmp14_, _tmp15_, _tmp16_); ^ hazardpointer.c:379:6: note: expected 'void *' but argument is of type 'gconstpointer' void gee_hazard_pointer_context_release_ptr (GeeHazardPointerContext* self, void* ptr, GDestroyNotify notify); ^ hazardpointer.c: In function 'gee_hazard_pointer_release': hazardpointer.c:1391:3: warning: passing argument 2 of 'gee_hazard_pointer_context_release_ptr' discards 'const' qualifier from pointer target type [enabled by default] gee_hazard_pointer_context_release_ptr (_tmp4_, _tmp5_, _tmp6_); ^ hazardpointer.c:379:6: note: expected 'void *' but argument is of type 'gconstpointer' void gee_hazard_pointer_context_release_ptr (GeeHazardPointerContext* self, void* ptr, GDestroyNotify notify); ^ hazardpointer.c: In function 'gee_hazard_pointer_try_free': hazardpointer.c:1646:5: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [enabled by default] _tmp14_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp13_); ^ hazardpointer.c:395:6: note: expected 'struct GeeAbstractCollection *' but argument is of type 'struct GeeCollection *' gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ hazardpointer.c:1681:6: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [enabled by default] _tmp26_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp25_); ^ hazardpointer.c:395:6: note: expected 'struct GeeAbstractCollection *' but argument is of type 'struct GeeCollection *' gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ hazardpointer.c:1687:6: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [enabled by default] _tmp31_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp30_); ^ hazardpointer.c:395:6: note: expected 'struct GeeAbstractCollection *' but argument is of type 'struct GeeCollection *' gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ hazardpointer.c:1721:2: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [enabled by default] _tmp46_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp45_); ^ hazardpointer.c:395:6: note: expected 'struct GeeAbstractCollection *' but argument is of type 'struct GeeCollection *' gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ hazardpointer.c: In function 'gee_hazard_pointer_context_new': hazardpointer.c:1765:2: warning: 'g_static_private_get' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:246): Use 'g_private_get' instead [-Wdeprecated-declarations] _tmp1_ = g_static_private_get (&gee_hazard_pointer_context__current_context); ^ hazardpointer.c:1767:2: warning: 'g_static_private_set' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:249): Use 'g_private_set' instead [-Wdeprecated-declarations] g_static_private_set (&gee_hazard_pointer_context__current_context, self, NULL); ^ hazardpointer.c: In function 'gee_hazard_pointer_context_try_release': hazardpointer.c:1840:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] _tmp0_ = g_static_mutex_trylock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c:1855:3: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c: In function 'gee_hazard_pointer_context_release': hazardpointer.c:1869:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_lock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c:1879:2: warning: 'g_static_mutex_get_mutex_impl' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:149): Use 'GMutex' instead [-Wdeprecated-declarations] g_static_mutex_unlock (&gee_hazard_pointer__queue_mutex); ^ hazardpointer.c: In function 'gee_hazard_pointer_context_release_ptr': hazardpointer.c:1912:2: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [enabled by default] _tmp8_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp7_); ^ hazardpointer.c:395:6: note: expected 'struct GeeAbstractCollection *' but argument is of type 'struct GeeCollection *' gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ hazardpointer.c: In function 'gee_hazard_pointer_context_get_current_context': hazardpointer.c:1929:2: warning: 'g_static_private_get' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:246): Use 'g_private_get' instead [-Wdeprecated-declarations] _tmp0_ = g_static_private_get (&gee_hazard_pointer_context__current_context); ^ hazardpointer.c: In function 'gee_hazard_pointer_context_free': hazardpointer.c:1949:2: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [enabled by default] _tmp1_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp0_); ^ hazardpointer.c:395:6: note: expected 'struct GeeAbstractCollection *' but argument is of type 'struct GeeCollection *' gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ hazardpointer.c:2005:2: warning: 'g_static_private_set' is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:249): Use 'g_private_set' instead [-Wdeprecated-declarations] g_static_private_set (&gee_hazard_pointer_context__current_context, _tmp18_, NULL); ^ CC libgee_0_8_la-iterable.lo CC libgee_0_8_la-iterator.lo CC libgee_0_8_la-lazy.lo lazy.c: In function 'gee_lazy_future_gee_future_interface_init': lazy.c:775:20: warning: assignment from incompatible pointer type [enabled by default] iface->wait_async = (gconstpointer (*)(GeeFuture*, GError**)) gee_lazy_future_real_wait_async; ^ CC libgee_0_8_la-linkedlist.lo linkedlist.c: In function 'gee_linked_list_node_new': linkedlist.c:1914:13: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] self->data = _tmp0_; ^ linkedlist.c: In function 'gee_linked_list_iterator_real_first': linkedlist.c:2108:2: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [enabled by default] _tmp4_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp3_); ^ linkedlist.c:589:6: note: expected 'struct GeeAbstractCollection *' but argument is of type 'struct GeeCollection *' gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ linkedlist.c: In function 'gee_linked_list_iterator_real_last': linkedlist.c:2295:2: warning: passing argument 1 of 'gee_abstract_collection_get_size' from incompatible pointer type [enabled by default] _tmp4_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp3_); ^ linkedlist.c:589:6: note: expected 'struct GeeAbstractCollection *' but argument is of type 'struct GeeCollection *' gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ CC libgee_0_8_la-lightmapfuture.lo lightmapfuture.c: In function 'gee_light_map_future_gee_future_interface_init': lightmapfuture.c:446:20: warning: assignment from incompatible pointer type [enabled by default] iface->wait_async = (gconstpointer (*)(GeeFuture*, GError**)) gee_light_map_future_real_wait_async; ^ CC libgee_0_8_la-list.lo CC libgee_0_8_la-listiterator.lo CC libgee_0_8_la-map.lo CC libgee_0_8_la-mapiterator.lo CC libgee_0_8_la-multimap.lo CC libgee_0_8_la-multiset.lo CC libgee_0_8_la-priorityqueue.lo CC libgee_0_8_la-promise.lo promise.c: In function 'gee_promise_future_gee_future_interface_init': promise.c:949:20: warning: assignment from incompatible pointer type [enabled by default] iface->wait_async = (gconstpointer (*)(GeeFuture*, GError**)) gee_promise_future_real_wait_async; ^ CC libgee_0_8_la-queue.lo CC libgee_0_8_la-readonlybidirlist.lo CC libgee_0_8_la-readonlybidirsortedset.lo CC libgee_0_8_la-readonlybidirsortedmap.lo CC libgee_0_8_la-readonlycollection.lo CC libgee_0_8_la-readonlylist.lo CC libgee_0_8_la-readonlymap.lo CC libgee_0_8_la-readonlymultimap.lo CC libgee_0_8_la-readonlymultiset.lo CC libgee_0_8_la-readonlyset.lo CC libgee_0_8_la-readonlysortedmap.lo CC libgee_0_8_la-readonlysortedset.lo CC libgee_0_8_la-set.lo CC libgee_0_8_la-sortedmap.lo CC libgee_0_8_la-sortedset.lo CC libgee_0_8_la-streamiterator.lo CC libgee_0_8_la-task.lo task.c: In function '_gee_async_task_co_gee_task': task.c:260:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = gee_async_task_co (self); ^ CC libgee_0_8_la-teeiterator.lo teeiterator.c: In function 'gee_tee_iterator_real_foreach': teeiterator.c:325:10: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] _tmp11_ = _tmp10_; ^ teeiterator.c: In function 'gee_tee_iterator_real_next': teeiterator.c:391:9: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] _tmp3_ = _tmp2_; ^ CC libgee_0_8_la-timsort.lo CC libgee_0_8_la-traversable.lo traversable.c: In function 'gee_traversable_real_fold': traversable.c:587:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] _data14_->seed = _tmp1_; ^ traversable.c: In function 'gee_traversable_real_scan': traversable.c:1078:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] _data17_->seed = _tmp1_; ^ CC libgee_0_8_la-treemap.lo treemap.c: In function 'gee_tree_map_real_get_ascending_keys': treemap.c:4039:3: warning: passing argument 2 of 'g_object_add_weak_pointer' from incompatible pointer type [enabled by default] g_object_add_weak_pointer ((GObject*) _tmp5_, &self->priv->_keys); ^ In file included from /usr/include/glib-2.0/gobject/gbinding.h:31:0, from /usr/include/glib-2.0/glib-object.h:25, from treemap.c:27: /usr/include/glib-2.0/gobject/gobject.h:488:13: note: expected 'void **' but argument is of type 'struct GeeSortedSet **' void g_object_add_weak_pointer (GObject *object, ^ treemap.c: In function 'gee_tree_map_real_get_ascending_entries': treemap.c:4068:3: warning: passing argument 2 of 'g_object_add_weak_pointer' from incompatible pointer type [enabled by default] g_object_add_weak_pointer ((GObject*) _tmp5_, &self->priv->_entries); ^ In file included from /usr/include/glib-2.0/gobject/gbinding.h:31:0, from /usr/include/glib-2.0/glib-object.h:25, from treemap.c:27: /usr/include/glib-2.0/gobject/gobject.h:488:13: note: expected 'void **' but argument is of type 'struct GeeSortedSet **' void g_object_add_weak_pointer (GObject *object, ^ treemap.c: In function '_vala_gee_tree_map_entry_get_property': treemap.c:4342:3: warning: passing argument 2 of 'g_value_set_pointer' discards 'const' qualifier from pointer target type [enabled by default] g_value_set_pointer (value, gee_map_entry_get_key ((GeeMapEntry*) self)); ^ In file included from /usr/include/glib-2.0/glib-object.h:38:0, from treemap.c:27: /usr/include/glib-2.0/gobject/gvaluetypes.h:251:13: note: expected 'gpointer' but argument is of type 'gconstpointer' void g_value_set_pointer (GValue *value, ^ treemap.c:4345:3: warning: passing argument 2 of 'g_value_set_pointer' discards 'const' qualifier from pointer target type [enabled by default] g_value_set_pointer (value, gee_map_entry_get_value ((GeeMapEntry*) self)); ^ In file included from /usr/include/glib-2.0/glib-object.h:38:0, from treemap.c:27: /usr/include/glib-2.0/gobject/gvaluetypes.h:251:13: note: expected 'gpointer' but argument is of type 'gconstpointer' void g_value_set_pointer (GValue *value, ^ treemap.c: In function 'gee_tree_map_sub_map_real_get_size': treemap.c:5593:2: warning: passing argument 1 of 'gee_abstract_map_get_keys' from incompatible pointer type [enabled by default] _tmp0_ = gee_abstract_map_get_keys ((GeeMap*) self); ^ treemap.c:1549:9: note: expected 'struct GeeAbstractMap *' but argument is of type 'struct GeeMap *' GeeSet* gee_abstract_map_get_keys (GeeAbstractMap* self); ^ treemap.c: In function 'gee_tree_map_sub_map_get_is_empty': treemap.c:5614:2: warning: passing argument 1 of 'gee_abstract_map_get_keys' from incompatible pointer type [enabled by default] _tmp0_ = gee_abstract_map_get_keys ((GeeMap*) self); ^ treemap.c:1549:9: note: expected 'struct GeeAbstractMap *' but argument is of type 'struct GeeMap *' GeeSet* gee_abstract_map_get_keys (GeeAbstractMap* self); ^ treemap.c: In function 'gee_tree_map_sub_map_real_get_keys': treemap.c:5652:3: warning: passing argument 2 of 'g_object_add_weak_pointer' from incompatible pointer type [enabled by default] g_object_add_weak_pointer ((GObject*) _tmp7_, &self->priv->_keys); ^ In file included from /usr/include/glib-2.0/gobject/gbinding.h:31:0, from /usr/include/glib-2.0/glib-object.h:25, from treemap.c:27: /usr/include/glib-2.0/gobject/gobject.h:488:13: note: expected 'void **' but argument is of type 'struct GeeSortedSet **' void g_object_add_weak_pointer (GObject *object, ^ treemap.c: In function 'gee_tree_map_sub_map_real_get_values': treemap.c:5685:3: warning: passing argument 2 of 'g_object_add_weak_pointer' from incompatible pointer type [enabled by default] g_object_add_weak_pointer ((GObject*) _tmp7_, &self->priv->_values); ^ In file included from /usr/include/glib-2.0/gobject/gbinding.h:31:0, from /usr/include/glib-2.0/glib-object.h:25, from treemap.c:27: /usr/include/glib-2.0/gobject/gobject.h:488:13: note: expected 'void **' but argument is of type 'struct GeeCollection **' void g_object_add_weak_pointer (GObject *object, ^ treemap.c: In function 'gee_tree_map_sub_map_real_get_entries': treemap.c:5718:3: warning: passing argument 2 of 'g_object_add_weak_pointer' from incompatible pointer type [enabled by default] g_object_add_weak_pointer ((GObject*) _tmp7_, &self->priv->_entries); ^ In file included from /usr/include/glib-2.0/gobject/gbinding.h:31:0, from /usr/include/glib-2.0/glib-object.h:25, from treemap.c:27: /usr/include/glib-2.0/gobject/gobject.h:488:13: note: expected 'void **' but argument is of type 'struct GeeSortedSet **' void g_object_add_weak_pointer (GObject *object, ^ treemap.c: In function 'gee_tree_map_sub_map_real_get_ascending_keys': treemap.c:5760:3: warning: passing argument 2 of 'g_object_add_weak_pointer' from incompatible pointer type [enabled by default] g_object_add_weak_pointer ((GObject*) _tmp7_, &self->priv->_keys); ^ In file included from /usr/include/glib-2.0/gobject/gbinding.h:31:0, from /usr/include/glib-2.0/glib-object.h:25, from treemap.c:27: /usr/include/glib-2.0/gobject/gobject.h:488:13: note: expected 'void **' but argument is of type 'struct GeeSortedSet **' void g_object_add_weak_pointer (GObject *object, ^ treemap.c: In function 'gee_tree_map_sub_map_real_get_ascending_entries': treemap.c:5795:3: warning: passing argument 2 of 'g_object_add_weak_pointer' from incompatible pointer type [enabled by default] g_object_add_weak_pointer ((GObject*) _tmp7_, &self->priv->_entries); ^ In file included from /usr/include/glib-2.0/gobject/gbinding.h:31:0, from /usr/include/glib-2.0/glib-object.h:25, from treemap.c:27: /usr/include/glib-2.0/gobject/gobject.h:488:13: note: expected 'void **' but argument is of type 'struct GeeSortedSet **' void g_object_add_weak_pointer (GObject *object, ^ treemap.c: In function 'gee_tree_map_key_set_real_get_size': treemap.c:6258:2: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [enabled by default] _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); ^ treemap.c:1563:6: note: expected 'struct GeeAbstractMap *' but argument is of type 'struct GeeMap *' gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ treemap.c: In function 'gee_tree_map_value_collection_real_get_size': treemap.c:7248:2: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [enabled by default] _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); ^ treemap.c:1563:6: note: expected 'struct GeeAbstractMap *' but argument is of type 'struct GeeMap *' gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ treemap.c: In function 'gee_tree_map_entry_set_real_get_size': treemap.c:8135:2: warning: passing argument 1 of 'gee_abstract_map_get_size' from incompatible pointer type [enabled by default] _tmp1_ = gee_abstract_map_get_size ((GeeMap*) _tmp0_); ^ treemap.c:1563:6: note: expected 'struct GeeAbstractMap *' but argument is of type 'struct GeeMap *' gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ treemap.c: In function 'gee_tree_map_entry_set_class_init': treemap.c:8155:45: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_COLLECTION_CLASS (klass)->add = gee_tree_map_entry_set_real_add; ^ treemap.c:8157:48: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_COLLECTION_CLASS (klass)->remove = gee_tree_map_entry_set_real_remove; ^ treemap.c:8158:50: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_COLLECTION_CLASS (klass)->contains = gee_tree_map_entry_set_real_contains; ^ treemap.c:8159:47: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->first = gee_tree_map_entry_set_real_first; ^ treemap.c:8160:46: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->last = gee_tree_map_entry_set_real_last; ^ treemap.c:8162:50: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->head_set = gee_tree_map_entry_set_real_head_set; ^ treemap.c:8163:50: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->tail_set = gee_tree_map_entry_set_real_tail_set; ^ treemap.c:8164:49: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->sub_set = gee_tree_map_entry_set_real_sub_set; ^ treemap.c:8165:53: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->iterator_at = gee_tree_map_entry_set_real_iterator_at; ^ treemap.c:8166:47: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->lower = gee_tree_map_entry_set_real_lower; ^ treemap.c:8167:48: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->higher = gee_tree_map_entry_set_real_higher; ^ treemap.c:8168:47: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->floor = gee_tree_map_entry_set_real_floor; ^ treemap.c:8169:46: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->ceil = gee_tree_map_entry_set_real_ceil; ^ treemap.c: In function 'gee_tree_map_sub_entry_set_class_init': treemap.c:8978:45: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_COLLECTION_CLASS (klass)->add = gee_tree_map_sub_entry_set_real_add; ^ treemap.c:8980:48: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_COLLECTION_CLASS (klass)->remove = gee_tree_map_sub_entry_set_real_remove; ^ treemap.c:8981:50: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_COLLECTION_CLASS (klass)->contains = gee_tree_map_sub_entry_set_real_contains; ^ treemap.c:8983:47: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->first = gee_tree_map_sub_entry_set_real_first; ^ treemap.c:8984:46: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->last = gee_tree_map_sub_entry_set_real_last; ^ treemap.c:8985:50: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->head_set = gee_tree_map_sub_entry_set_real_head_set; ^ treemap.c:8986:50: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->tail_set = gee_tree_map_sub_entry_set_real_tail_set; ^ treemap.c:8987:49: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->sub_set = gee_tree_map_sub_entry_set_real_sub_set; ^ treemap.c:8988:53: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->iterator_at = gee_tree_map_sub_entry_set_real_iterator_at; ^ treemap.c:8989:47: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->lower = gee_tree_map_sub_entry_set_real_lower; ^ treemap.c:8990:48: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->higher = gee_tree_map_sub_entry_set_real_higher; ^ treemap.c:8991:47: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->floor = gee_tree_map_sub_entry_set_real_floor; ^ treemap.c:8992:46: warning: assignment from incompatible pointer type [enabled by default] GEE_ABSTRACT_SORTED_SET_CLASS (klass)->ceil = gee_tree_map_sub_entry_set_real_ceil; ^ treemap.c: In function 'gee_tree_map_map_iterator_gee_map_iterator_interface_init': treemap.c:12104:23: warning: assignment from incompatible pointer type [enabled by default] iface->get_read_only = gee_tree_map_map_iterator_real_get_read_only; ^ treemap.c: In function 'gee_tree_map_sub_map_iterator_gee_map_iterator_interface_init': treemap.c:12390:23: warning: assignment from incompatible pointer type [enabled by default] iface->get_read_only = gee_tree_map_sub_map_iterator_real_get_read_only; ^ CC libgee_0_8_la-treemultimap.lo CC libgee_0_8_la-treemultiset.lo CC libgee_0_8_la-treeset.lo CC libgee_0_8_la-unfolditerator.lo CCLD libgee-0.8.la /usr/bin/g-ir-compiler -l `/usr/bin/sed -nE "s/^dlname='([A-Za-z0-9.+-]+)'/\1/p" libgee-0.8.la` -o Gee-0.8.typelib Gee-0.8.gir Gee-0.8.gir:9:51: warning: element annotation from state 6 is unknown, ignoring Gee-0.8.gir:10:53: warning: element annotation from state 6 is unknown, ignoring Gee-0.8.gir:60:1: warning: element errordomain from state 6 is unknown, ignoring Gee-0.8.gir:3401:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:3436:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:3473:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:3564:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:3568:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:3572:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:3639:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:3643:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:3725:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:3729:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:4030:1: warning: element property from state 23 is unknown, ignoring Gee-0.8.gir:4033:1: warning: element property from state 23 is unknown, ignoring Gee-0.8.gir:4074:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:4133:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:4170:1: warning: element property from state 23 is unknown, ignoring Gee-0.8.gir:4208:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:4212:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:4258:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:4325:50: warning: element annotation from state 15 is unknown, ignoring Gee-0.8.gir:4716:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4727:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4738:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4749:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4760:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4771:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4782:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4788:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4794:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4807:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4820:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4833:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4846:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4859:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4872:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4885:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4898:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4911:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4924:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4940:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4956:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4972:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:4988:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5004:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5020:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5033:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5046:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5059:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5072:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5085:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5105:48: warning: element annotation from state 17 is unknown, ignoring Gee-0.8.gir:5109:49: warning: element annotation from state 17 is unknown, ignoring Gee-0.8.gir:5113:49: warning: element annotation from state 17 is unknown, ignoring Gee-0.8.gir:5117:49: warning: element annotation from state 17 is unknown, ignoring Gee-0.8.gir:5129:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5145:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5161:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5177:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5190:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5208:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5226:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5244:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5262:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5280:50: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5301:50: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5322:50: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5343:50: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5361:50: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5379:50: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:5967:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:6964:66: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:7073:64: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:7165:68: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:7205:66: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:8860:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:8874:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:8888:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:8907:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:8926:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:8943:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:8960:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:8976:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:8992:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9011:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9030:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9049:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9068:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9084:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9100:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9119:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9138:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9156:48: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9174:48: warning: element annotation from state 17 is unknown, ignoring Gee-0.8.gir:9184:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9203:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9227:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9249:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9270:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9294:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9318:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9339:49: warning: element annotation from state 9 is unknown, ignoring Gee-0.8.gir:9363:49: warning: element annotation from state 9 is unknown, ignoring make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/gee' Making all in tests make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/tests' CC tests-testarraylist.o testarraylist.c: In function ‘array_list_tests_test_typed_to_array’: testarraylist.c:493:13: warning: assignment from incompatible pointer type [enabled by default] bool_array = _tmp9_; ^ testarraylist.c:561:12: warning: assignment from incompatible pointer type [enabled by default] int_array = _tmp34_; ^ testarraylist.c:632:15: warning: assignment from incompatible pointer type [enabled by default] double_array = _tmp62_; ^ CC tests-testarrayqueue.o CC tests-testbidirlist.o CC tests-testbidirsortedset.o CC tests-testbidirsortedmap.o CC tests-testcase.o testcase.c: In function ‘gee_test_case_add_test’: testcase.c:218:2: warning: passing argument 4 of ‘g_test_create_case’ from incompatible pointer type [enabled by default] _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, _gee_test_case_adaptor_set_up_gtest_fixture_func, _gee_test_case_adaptor_run_gtest_fixture_func, _gee_test_case_adaptor_tear_down_gtest_fixture_func); ^ In file included from /usr/include/glib-2.0/glib.h:84:0, from testcase.c:26: /usr/include/glib-2.0/glib/gtestutils.h:202:15: note: expected ‘GTestFixtureFunc’ but argument is of type ‘void (*)(void *, void *)’ GTestCase* g_test_create_case (const char *test_name, ^ testcase.c:218:2: warning: passing argument 5 of ‘g_test_create_case’ from incompatible pointer type [enabled by default] _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, _gee_test_case_adaptor_set_up_gtest_fixture_func, _gee_test_case_adaptor_run_gtest_fixture_func, _gee_test_case_adaptor_tear_down_gtest_fixture_func); ^ In file included from /usr/include/glib-2.0/glib.h:84:0, from testcase.c:26: /usr/include/glib-2.0/glib/gtestutils.h:202:15: note: expected ‘GTestFixtureFunc’ but argument is of type ‘void (*)(void *, void *)’ GTestCase* g_test_create_case (const char *test_name, ^ testcase.c:218:2: warning: passing argument 6 of ‘g_test_create_case’ from incompatible pointer type [enabled by default] _tmp8_ = g_test_create_case (_tmp7_, (gsize) 0, adaptor, _gee_test_case_adaptor_set_up_gtest_fixture_func, _gee_test_case_adaptor_run_gtest_fixture_func, _gee_test_case_adaptor_tear_down_gtest_fixture_func); ^ In file included from /usr/include/glib-2.0/glib.h:84:0, from testcase.c:26: /usr/include/glib-2.0/glib/gtestutils.h:202:15: note: expected ‘GTestFixtureFunc’ but argument is of type ‘void (*)(void *, void *)’ GTestCase* g_test_create_case (const char *test_name, ^ CC tests-testcollection.o testcollection.c: In function ‘collection_tests_test_add_all’: testcollection.c:2134:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp33_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); ^ In file included from testcollection.c:33:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testcollection.c:2174:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp57_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); ^ In file included from testcollection.c:33:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testcollection.c:2211:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp79_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); ^ In file included from testcollection.c:33:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testcollection.c: In function ‘collection_tests_test_remove_all’: testcollection.c:2405:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp30_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); ^ In file included from testcollection.c:33:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testcollection.c:2433:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp47_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); ^ In file included from testcollection.c:33:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testcollection.c: In function ‘collection_tests_test_retain_all’: testcollection.c:2595:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp29_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); ^ In file included from testcollection.c:33:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testcollection.c:2626:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp47_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); ^ In file included from testcollection.c:33:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testcollection.c:2669:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp73_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); ^ In file included from testcollection.c:33:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testcollection.c:2709:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp97_ = gee_abstract_collection_get_size ((GeeCollection*) dummy); ^ In file included from testcollection.c:33:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testcollection.c: In function ‘___lambda13__gee_fold_func’: testcollection.c:3872:2: warning: passing argument 3 of ‘__lambda13_’ makes integer from pointer without a cast [enabled by default] result = __lambda13_ (self, g, a); ^ testcollection.c:3861:13: note: expected ‘gint’ but argument is of type ‘gpointer’ static gint __lambda13_ (CollectionTests* self, gchar* x, gint y) { ^ testcollection.c:3872:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda13_ (self, g, a); ^ testcollection.c: In function ‘___lambda14__gee_fold_func’: testcollection.c:3888:2: warning: passing argument 3 of ‘__lambda14_’ makes integer from pointer without a cast [enabled by default] result = __lambda14_ (self, g, a); ^ testcollection.c:3877:13: note: expected ‘gint’ but argument is of type ‘gpointer’ static gint __lambda14_ (CollectionTests* self, gchar* x, gint y) { ^ testcollection.c:3888:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda14_ (self, g, a); ^ testcollection.c: In function ‘___lambda15__gee_fold_func’: testcollection.c:3923:2: warning: passing argument 3 of ‘__lambda15_’ makes integer from pointer without a cast [enabled by default] result = __lambda15_ (self, g, a); ^ testcollection.c:3893:13: note: expected ‘gint’ but argument is of type ‘gpointer’ static gint __lambda15_ (Block3Data* _data3_, gchar* x, gint y) { ^ testcollection.c:3923:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda15_ (self, g, a); ^ testcollection.c: In function ‘___lambda16__gee_fold_func’: testcollection.c:3958:2: warning: passing argument 3 of ‘__lambda16_’ makes integer from pointer without a cast [enabled by default] result = __lambda16_ (self, g, a); ^ testcollection.c:3928:13: note: expected ‘gint’ but argument is of type ‘gpointer’ static gint __lambda16_ (Block3Data* _data3_, gchar* x, gint y) { ^ testcollection.c:3958:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda16_ (self, g, a); ^ testcollection.c: In function ‘___lambda17__gee_fold_func’: testcollection.c:3993:2: warning: passing argument 3 of ‘__lambda17_’ makes integer from pointer without a cast [enabled by default] result = __lambda17_ (self, g, a); ^ testcollection.c:3963:13: note: expected ‘gint’ but argument is of type ‘gpointer’ static gint __lambda17_ (Block3Data* _data3_, gchar* x, gint y) { ^ testcollection.c:3993:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda17_ (self, g, a); ^ testcollection.c: In function ‘___lambda18__gee_fold_func’: testcollection.c:4028:2: warning: passing argument 3 of ‘__lambda18_’ makes integer from pointer without a cast [enabled by default] result = __lambda18_ (self, g, a); ^ testcollection.c:3998:13: note: expected ‘gint’ but argument is of type ‘gpointer’ static gint __lambda18_ (Block3Data* _data3_, gchar* x, gint y) { ^ testcollection.c:4028:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda18_ (self, g, a); ^ testcollection.c: In function ‘___lambda19__gee_map_func’: testcollection.c:4249:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda19_ (self, g); ^ testcollection.c: In function ‘___lambda20__gee_map_func’: testcollection.c:4265:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda20_ (self, g); ^ testcollection.c: In function ‘___lambda21__gee_map_func’: testcollection.c:4301:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda21_ (self, g); ^ testcollection.c: In function ‘___lambda23__gee_map_func’: testcollection.c:4397:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda23_ (self, g); ^ testcollection.c: In function ‘___lambda25__gee_map_func’: testcollection.c:4494:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda25_ (self, g); ^ testcollection.c: In function ‘___lambda27__gee_map_func’: testcollection.c:4590:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda27_ (self, g); ^ testcollection.c: In function ‘___lambda29__gee_map_func’: testcollection.c:4687:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda29_ (self, g); ^ testcollection.c: In function ‘___lambda30__gee_map_func’: testcollection.c:4723:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda30_ (self, g); ^ testcollection.c: In function ‘___lambda31__gee_fold_func’: testcollection.c:5293:2: warning: passing argument 3 of ‘__lambda31_’ makes integer from pointer without a cast [enabled by default] result = __lambda31_ (self, g, a); ^ testcollection.c:5250:13: note: expected ‘gint’ but argument is of type ‘gpointer’ static gint __lambda31_ (Block5Data* _data5_, gchar* str, gint cur) { ^ testcollection.c:5293:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda31_ (self, g, a); ^ testcollection.c: In function ‘___lambda32__gee_fold_func’: testcollection.c:5341:2: warning: passing argument 3 of ‘__lambda32_’ makes integer from pointer without a cast [enabled by default] result = __lambda32_ (self, g, a); ^ testcollection.c:5298:13: note: expected ‘gint’ but argument is of type ‘gpointer’ static gint __lambda32_ (Block5Data* _data5_, gchar* str, gint cur) { ^ testcollection.c:5341:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda32_ (self, g, a); ^ CC tests-testconcurrentlist.o CC tests-testconcurrentset.o CC tests-testdata.o testdata.c: In function ‘__lambda2_’: testdata.c:734:9: warning: assignment from incompatible pointer type [enabled by default] _tmp0_ = g_strcmp0; ^ CC tests-testdeque.o testdeque.c: In function ‘deque_tests_test_queue_use’: testdeque.c:568:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp109_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp108_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testdeque.c:590:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp124_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp123_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testdeque.c:651:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp147_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp146_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testdeque.c:665:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp157_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp156_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testdeque.c: In function ‘deque_tests_test_stack_use’: testdeque.c:1064:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp108_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp107_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testdeque.c:1088:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp124_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp123_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testdeque.c:1153:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp148_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp147_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testdeque.c:1167:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp158_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp157_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testdeque.c: In function ‘deque_tests_test_reversed_stack_use’: testdeque.c:1578:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp111_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp110_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testdeque.c:1602:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp127_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp126_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testdeque.c:1667:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp151_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp150_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testdeque.c:1681:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp161_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp160_); ^ In file included from testdeque.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ CC tests-testfunctions.o testfunctions.c: In function ‘___lambda40__gee_lazy_func’: testfunctions.c:697:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda40_ (self); ^ CC tests-testhashmap.o CC tests-testhashmultimap.o CC tests-testhashmultiset.o CC tests-testhashset.o CC tests-testlinkedlist.o CC tests-testlinkedlistasdeque.o CC tests-testlist.o testlist.c: In function ‘list_tests_test_insert_all’: testlist.c:1678:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp36_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp35_); ^ In file included from testlist.c:31:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testlist.c:1689:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp44_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp43_); ^ In file included from testlist.c:31:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testlist.c:1746:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp78_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp77_); ^ In file included from testlist.c:31:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testlist.c:1757:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp86_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp85_); ^ In file included from testlist.c:31:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testlist.c:1820:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp126_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp125_); ^ In file included from testlist.c:31:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testlist.c:1831:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp134_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp133_); ^ In file included from testlist.c:31:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testlist.c:1896:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp175_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp174_); ^ In file included from testlist.c:31:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testlist.c:1907:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp183_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp182_); ^ In file included from testlist.c:31:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ CC tests-testmain.o CC tests-testmap.o testmap.c: In function ‘map_tests_test_unset_all’: testmap.c:1603:2: warning: passing argument 1 of ‘gee_abstract_map_get_size’ from incompatible pointer type [enabled by default] _tmp17_ = gee_abstract_map_get_size ((GeeMap*) another_map); ^ In file included from testmap.c:31:0: ../gee/gee.h:1453:6: note: expected ‘struct GeeAbstractMap *’ but argument is of type ‘struct GeeMap *’ gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ testmap.c:1613:2: warning: passing argument 1 of ‘gee_abstract_map_get_size’ from incompatible pointer type [enabled by default] _tmp24_ = gee_abstract_map_get_size ((GeeMap*) another_map); ^ In file included from testmap.c:31:0: ../gee/gee.h:1453:6: note: expected ‘struct GeeAbstractMap *’ but argument is of type ‘struct GeeMap *’ gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ testmap.c:1653:2: warning: passing argument 1 of ‘gee_abstract_map_get_size’ from incompatible pointer type [enabled by default] _tmp47_ = gee_abstract_map_get_size ((GeeMap*) another_map); ^ In file included from testmap.c:31:0: ../gee/gee.h:1453:6: note: expected ‘struct GeeAbstractMap *’ but argument is of type ‘struct GeeMap *’ gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ testmap.c:1663:2: warning: passing argument 1 of ‘gee_abstract_map_get_size’ from incompatible pointer type [enabled by default] _tmp54_ = gee_abstract_map_get_size ((GeeMap*) another_map); ^ In file included from testmap.c:31:0: ../gee/gee.h:1453:6: note: expected ‘struct GeeAbstractMap *’ but argument is of type ‘struct GeeMap *’ gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ testmap.c:1683:2: warning: passing argument 1 of ‘gee_abstract_map_get_size’ from incompatible pointer type [enabled by default] _tmp63_ = gee_abstract_map_get_size ((GeeMap*) another_map); ^ In file included from testmap.c:31:0: ../gee/gee.h:1453:6: note: expected ‘struct GeeAbstractMap *’ but argument is of type ‘struct GeeMap *’ gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ testmap.c:1693:2: warning: passing argument 1 of ‘gee_abstract_map_get_size’ from incompatible pointer type [enabled by default] _tmp70_ = gee_abstract_map_get_size ((GeeMap*) another_map); ^ In file included from testmap.c:31:0: ../gee/gee.h:1453:6: note: expected ‘struct GeeAbstractMap *’ but argument is of type ‘struct GeeMap *’ gint gee_abstract_map_get_size (GeeAbstractMap* self); ^ testmap.c: In function ‘___lambda35__gee_fold_map_func’: testmap.c:1886:2: warning: passing argument 4 of ‘__lambda35_’ makes integer from pointer without a cast [enabled by default] result = __lambda35_ (self, k, v, a); ^ testmap.c:1873:13: note: expected ‘gint’ but argument is of type ‘gpointer’ static gint __lambda35_ (MapTests* self, const gchar* x, const gchar* y, gint z) { ^ testmap.c:1886:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda35_ (self, k, v, a); ^ testmap.c: In function ‘___lambda36__gee_fold_map_func’: testmap.c:1904:2: warning: passing argument 4 of ‘__lambda36_’ makes integer from pointer without a cast [enabled by default] result = __lambda36_ (self, k, v, a); ^ testmap.c:1891:13: note: expected ‘gint’ but argument is of type ‘gpointer’ static gint __lambda36_ (MapTests* self, const gchar* x, const gchar* y, gint z) { ^ testmap.c:1904:9: warning: assignment makes pointer from integer without a cast [enabled by default] result = __lambda36_ (self, k, v, a); ^ testmap.c: In function ‘_vala_map_tests_test_entry_get_property’: testmap.c:2254:3: warning: passing argument 2 of ‘g_value_set_pointer’ discards ‘const’ qualifier from pointer target type [enabled by default] g_value_set_pointer (value, gee_map_entry_get_key ((GeeMapEntry*) self)); ^ In file included from /usr/include/glib-2.0/glib-object.h:38:0, from testmap.c:30: /usr/include/glib-2.0/gobject/gvaluetypes.h:251:13: note: expected ‘gpointer’ but argument is of type ‘gconstpointer’ void g_value_set_pointer (GValue *value, ^ testmap.c:2257:3: warning: passing argument 2 of ‘g_value_set_pointer’ discards ‘const’ qualifier from pointer target type [enabled by default] g_value_set_pointer (value, gee_map_entry_get_value ((GeeMapEntry*) self)); ^ In file included from /usr/include/glib-2.0/glib-object.h:38:0, from testmap.c:30: /usr/include/glib-2.0/gobject/gvaluetypes.h:251:13: note: expected ‘gpointer’ but argument is of type ‘gconstpointer’ void g_value_set_pointer (GValue *value, ^ CC tests-testmultimap.o CC tests-testmultiset.o CC tests-testpriorityqueue.o CC tests-testqueue.o testqueue.c: In function ‘queue_tests_test_one_element_operation’: testqueue.c:415:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp26_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); ^ In file included from testqueue.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testqueue.c:431:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp35_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); ^ In file included from testqueue.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ testqueue.c:445:2: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] _tmp43_ = gee_abstract_collection_get_size ((GeeCollection*) recipient); ^ In file included from testqueue.c:28:0: ../gee/gee.h:1431:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ gint gee_abstract_collection_get_size (GeeAbstractCollection* self); ^ CC tests-testreadonlybidirlist.o CC tests-testreadonlycollection.o CC tests-testreadonlylist.o CC tests-testreadonlymap.o CC tests-testreadonlyset.o CC tests-testset.o CC tests-testsortedset.o CC tests-testsortedmap.o CC tests-testtreemap.o CC tests-testtreemultimap.o CC tests-testtreemultiset.o CC tests-testtreeset.o CCLD tests make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/tests' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0' make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0' Making install in gee make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/gee' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/gee' /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib' /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libgee-0.8.la '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib' libtool: install: /usr/bin/ginstall -c .libs/libgee-0.8.so.2.3.0 /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib/libgee-0.8.so.2.3.0 libtool: install: (cd /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib && { ln -s -f libgee-0.8.so.2.3.0 libgee-0.8.so.2 || { rm -f libgee-0.8.so.2 && ln -s libgee-0.8.so.2.3.0 libgee-0.8.so.2; }; }) libtool: install: (cd /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib && { ln -s -f libgee-0.8.so.2.3.0 libgee-0.8.so || { rm -f libgee-0.8.so && ln -s libgee-0.8.so.2.3.0 libgee-0.8.so; }; }) libtool: install: /usr/bin/ginstall -c .libs/libgee-0.8.lai /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib/libgee-0.8.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/share/vala/vapi' /usr/bin/ginstall -c -m 644 gee-0.8.vapi '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/share/vala/vapi' /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/include/gee-0.8' /usr/bin/ginstall -c -m 644 gee.h '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/include/gee-0.8' /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/share/gir-1.0' /usr/bin/ginstall -c -m 644 Gee-0.8.gir '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/share/gir-1.0' /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib/girepository-1.0' /usr/bin/ginstall -c -m 644 Gee-0.8.typelib '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib/girepository-1.0' make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/gee' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/gee' Making install in tests make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/tests' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/tests' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/tests' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0/tests' make[1]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0' make[2]: Entering directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0' make[2]: Nothing to be done for `install-exec-am'. /usr/bin/mkdir -p '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib/pkgconfig' /usr/bin/ginstall -c -m 644 gee-0.8.pc '/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib/pkgconfig' make[2]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0' make[1]: Leaving directory `/run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/src/libgee-0.12.0' /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg: total 8 drwxr-xr-x 2 root root 4096 Mar 3 17:52 install drwxr-xr-x 7 root root 4096 Mar 3 17:52 usr /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/install: total 4 -rw-r--r-- 1 root root 245 Mar 3 17:52 slack-desc /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr: total 20 drwxr-xr-x 3 root root 4096 Mar 3 17:52 doc drwxr-xr-x 3 root root 4096 Mar 3 17:52 include drwxr-xr-x 4 root root 4096 Mar 3 17:52 lib drwxr-xr-x 4 root root 4096 Mar 3 17:52 share drwxr-xr-x 3 root root 4096 Mar 3 17:51 src /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Mar 3 17:52 libgee-0.12.0 /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/doc/libgee-0.12.0: total 92 -rw-r--r-- 1 root root 29 Mar 3 17:52 AUTHORS -rw-r--r-- 1 root root 26436 Mar 3 17:52 COPYING -rw-r--r-- 1 root root 33453 Mar 3 17:52 ChangeLog -rw-r--r-- 1 root root 9416 Mar 3 17:52 INSTALL -rw-r--r-- 1 root root 6461 Mar 3 17:52 NEWS -rw-r--r-- 1 root root 1505 Mar 3 17:52 README /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/include: total 4 drwxr-xr-x 2 root root 4096 Mar 3 17:52 gee-0.8 /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/include/gee-0.8: total 112 -rw-r--r-- 1 root root 111333 Mar 3 17:52 gee.h /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib: total 812 drwxr-xr-x 2 root root 4096 Mar 3 17:52 girepository-1.0 -rwxr-xr-x 1 root root 1068 Mar 3 17:52 libgee-0.8.la lrwxrwxrwx 1 root root 19 Mar 3 17:52 libgee-0.8.so -> libgee-0.8.so.2.3.0 lrwxrwxrwx 1 root root 19 Mar 3 17:52 libgee-0.8.so.2 -> libgee-0.8.so.2.3.0 -rwxr-xr-x 1 root root 817676 Mar 3 17:52 libgee-0.8.so.2.3.0 drwxr-xr-x 2 root root 4096 Mar 3 17:52 pkgconfig /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib/girepository-1.0: total 68 -rw-r--r-- 1 root root 65584 Mar 3 17:52 Gee-0.8.typelib /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/lib/pkgconfig: total 4 -rw-r--r-- 1 root root 295 Mar 3 17:52 gee-0.8.pc /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/share: total 8 drwxr-xr-x 2 root root 4096 Mar 3 17:52 gir-1.0 drwxr-xr-x 3 root root 4096 Mar 3 17:52 vala /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/share/gir-1.0: total 348 -rw-r--r-- 1 root root 353782 Mar 3 17:52 Gee-0.8.gir /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/share/vala: total 4 drwxr-xr-x 2 root root 4096 Mar 3 17:52 vapi /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/share/vala/vapi: total 36 -rw-r--r-- 1 root root 34984 Mar 3 17:52 gee-0.8.vapi /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Mar 3 17:52 libgee-0.12.0 /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/pkg/usr/src/libgee-0.12.0: total 4 -rw-r--r-- 1 root root 1033 Mar 3 17:52 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: usr/lib/libgee-0.8.so.2 -> libgee-0.8.so.2.3.0 usr/lib/libgee-0.8.so -> libgee-0.8.so.2.3.0 Making symbolic link creation script: ( cd usr/lib ; rm -rf libgee-0.8.so.2 ) ( cd usr/lib ; ln -sf libgee-0.8.so.2.3.0 libgee-0.8.so.2 ) ( cd usr/lib ; rm -rf libgee-0.8.so ) ( cd usr/lib ; ln -sf libgee-0.8.so.2.3.0 libgee-0.8.so ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed ‘./usr/lib/libgee-0.8.so.2’ removed ‘./usr/lib/libgee-0.8.so’ Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/libgee-0.12.0-i486-1rl.txz ./ install/ install/slack-desc install/doinst.sh usr/ usr/doc/ usr/doc/libgee-0.12.0/ usr/doc/libgee-0.12.0/AUTHORS usr/doc/libgee-0.12.0/COPYING usr/doc/libgee-0.12.0/NEWS usr/doc/libgee-0.12.0/ChangeLog usr/doc/libgee-0.12.0/README usr/doc/libgee-0.12.0/INSTALL usr/share/ usr/share/vala/ usr/share/vala/vapi/ usr/share/vala/vapi/gee-0.8.vapi usr/share/gir-1.0/ usr/share/gir-1.0/Gee-0.8.gir usr/src/ usr/src/libgee-0.12.0/ usr/src/libgee-0.12.0/SLKBUILD usr/include/ usr/include/gee-0.8/ usr/include/gee-0.8/gee.h usr/lib/ usr/lib/libgee-0.8.la usr/lib/pkgconfig/ usr/lib/pkgconfig/gee-0.8.pc usr/lib/girepository-1.0/ usr/lib/girepository-1.0/Gee-0.8.typelib usr/lib/libgee-0.8.so.2.3.0 Slackware package /run/media/rich/744c0590-8d01-4db5-a941-5714118c48c0/14.1/libgee/0.12.0/libgee-0.12.0-i486-1rl.txz created. Package has been built. Cleaning pkg and src directories