tar -xf libgee-0.5.0.tar.bz2 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu 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 ld used by gcc... /usr/x86_64-slackware-linux/bin/ld checking if the linker (/usr/x86_64-slackware-linux/bin/ld) is GNU ld... yes checking for /usr/x86_64-slackware-linux/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking for correct ltmain.sh version... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/x86_64-slackware-linux/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for valac... /usr/bin/valac checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes configure: creating ./config.status config.status: creating Makefile config.status: creating gee-1.0.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 make all-recursive make[1]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0' Making all in gee make[2]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/gee' make all-am make[3]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/gee' CC abstractcollection.lo CC abstractlist.lo CC abstractmap.lo CC abstractmultimap.lo CC abstractmultiset.lo CC abstractqueue.lo CC abstractset.lo CC arraylist.lo CC bidiriterator.lo CC collection.lo CC comparable.lo CC deque.lo CC functions.lo CC hashmap.lo hashmap.c: In function 'gee_hash_map_entry_get_property': hashmap.c:1698: warning: passing argument 2 of 'g_value_set_pointer' discards qualifiers from pointer target type /usr/include/glib-2.0/gobject/gvaluetypes.h:208: note: expected 'gpointer' but argument is of type 'gconstpointer' hashmap.c:1701: warning: passing argument 2 of 'g_value_set_pointer' discards qualifiers from pointer target type /usr/include/glib-2.0/gobject/gvaluetypes.h:208: note: expected 'gpointer' but argument is of type 'gconstpointer' hashmap.c: In function 'gee_hash_map_entry_set_class_init': hashmap.c:2395: warning: assignment from incompatible pointer type hashmap.c:2397: warning: assignment from incompatible pointer type hashmap.c:2398: warning: assignment from incompatible pointer type hashmap.c: In function 'gee_hash_map_entry_iterator_gee_iterator_interface_init': hashmap.c:3257: warning: assignment from incompatible pointer type CC hashmultimap.lo CC hashmultiset.lo CC hashset.lo CC iterable.lo CC iterator.lo CC linkedlist.lo CC list.lo CC listiterator.lo CC map.lo CC mapiterator.lo CC multimap.lo CC multiset.lo CC priorityqueue.lo CC queue.lo CC readonlycollection.lo CC readonlylist.lo CC readonlymap.lo CC readonlyset.lo CC set.lo CC sortedset.lo CC timsort.lo CC treemap.lo treemap.c: In function 'gee_tree_map_entry_get_property': treemap.c:2084: warning: passing argument 2 of 'g_value_set_pointer' discards qualifiers from pointer target type /usr/include/glib-2.0/gobject/gvaluetypes.h:208: note: expected 'gpointer' but argument is of type 'gconstpointer' treemap.c:2087: warning: passing argument 2 of 'g_value_set_pointer' discards qualifiers from pointer target type /usr/include/glib-2.0/gobject/gvaluetypes.h:208: note: expected 'gpointer' but argument is of type 'gconstpointer' treemap.c: In function 'gee_tree_map_entry_set_class_init': treemap.c:2781: warning: assignment from incompatible pointer type treemap.c:2783: warning: assignment from incompatible pointer type treemap.c:2784: warning: assignment from incompatible pointer type treemap.c: In function 'gee_tree_map_entry_iterator_gee_iterator_interface_init': treemap.c:3559: warning: assignment from incompatible pointer type treemap.c: In function 'gee_tree_map_map_iterator_class_init': treemap.c:3768: warning: assignment from incompatible pointer type CC treemultimap.lo CC treemultiset.lo CC treeset.lo treeset.vala: In function 'gee_tree_set_range_init': treeset.vala:704: warning: assignment discards qualifiers from pointer target type treeset.vala:705: warning: assignment discards qualifiers from pointer target type treeset.vala: In function 'gee_tree_set_range_init_head': treeset.vala:714: warning: assignment discards qualifiers from pointer target type treeset.vala: In function 'gee_tree_set_range_init_tail': treeset.vala:720: warning: assignment discards qualifiers from pointer target type treeset.vala: In function 'gee_tree_set_range_cut': treeset.vala:766: warning: assignment discards qualifiers from pointer target type treeset.vala:767: warning: assignment discards qualifiers from pointer target type CCLD libgee.la make[3]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/gee' make[2]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/gee' Making all in tests make[2]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/tests' make all-am make[3]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/tests' CC testarraylist.o CC testcase.o CC testcollection.o CC testcomparable.o testcomparable.c: In function 'comparable_tests_test_comparable_gee_comparable_interface_init': testcomparable.c:190: warning: assignment from incompatible pointer type CC testdeque.o CC testhashmap.o CC testhashmultimap.o CC testhashmultiset.o CC testhashset.o CC testlinkedlist.o CC testlinkedlistasdeque.o CC testlist.o CC testmain.o CC testmap.o testmap.c: In function 'map_tests_test_entry_get_property': testmap.c:789: warning: passing argument 2 of 'g_value_set_pointer' discards qualifiers from pointer target type /usr/include/glib-2.0/gobject/gvaluetypes.h:208: note: expected 'gpointer' but argument is of type 'gconstpointer' testmap.c:792: warning: passing argument 2 of 'g_value_set_pointer' discards qualifiers from pointer target type /usr/include/glib-2.0/gobject/gvaluetypes.h:208: note: expected 'gpointer' but argument is of type 'gconstpointer' CC testmultimap.o CC testmultiset.o CC testpriorityqueue.o CC testqueue.o CC testreadonlycollection.o CC testreadonlylist.o CC testreadonlymap.o CC testreadonlyset.o CC testset.o CC testsortedset.o CC testtreemap.o CC testtreemultimap.o CC testtreemultiset.o CC testtreeset.o CCLD tests make[3]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/tests' make[2]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/tests' make[2]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0' make[2]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0' make[1]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0' Making install in gee make[1]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/gee' make install-am make[2]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/gee' make[3]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/gee' test -z "/usr/lib64" || /usr/bin/mkdir -p "/home/boon/compiles/libgee/0.5.0/pkg/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/ginstall -c libgee.la '/home/boon/compiles/libgee/0.5.0/pkg/usr/lib64' /usr/bin/ginstall -c .libs/libgee.so.2.0.0 /home/boon/compiles/libgee/0.5.0/pkg/usr/lib64/libgee.so.2.0.0 (cd /home/boon/compiles/libgee/0.5.0/pkg/usr/lib64 && { ln -s -f libgee.so.2.0.0 libgee.so.2 || { rm -f libgee.so.2 && ln -s libgee.so.2.0.0 libgee.so.2; }; }) (cd /home/boon/compiles/libgee/0.5.0/pkg/usr/lib64 && { ln -s -f libgee.so.2.0.0 libgee.so || { rm -f libgee.so && ln -s libgee.so.2.0.0 libgee.so; }; }) /usr/bin/ginstall -c .libs/libgee.lai /home/boon/compiles/libgee/0.5.0/pkg/usr/lib64/libgee.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/usr/share/gir-1.0" || /usr/bin/mkdir -p "/home/boon/compiles/libgee/0.5.0/pkg/usr/share/gir-1.0" /usr/bin/ginstall -c -m 644 Gee-1.0.gir '/home/boon/compiles/libgee/0.5.0/pkg/usr/share/gir-1.0' test -z "/usr/share/vala/vapi" || /usr/bin/mkdir -p "/home/boon/compiles/libgee/0.5.0/pkg/usr/share/vala/vapi" /usr/bin/ginstall -c -m 644 gee-1.0.vapi '/home/boon/compiles/libgee/0.5.0/pkg/usr/share/vala/vapi' test -z "/usr/include/gee-1.0" || /usr/bin/mkdir -p "/home/boon/compiles/libgee/0.5.0/pkg/usr/include/gee-1.0" /usr/bin/ginstall -c -m 644 gee.h '/home/boon/compiles/libgee/0.5.0/pkg/usr/include/gee-1.0' make[3]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/gee' make[2]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/gee' make[1]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/gee' Making install in tests make[1]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/tests' make install-am make[2]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/tests' make[3]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/tests' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/tests' make[2]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/tests' make[1]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0/tests' make[1]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0' make[2]: Entering directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib64/pkgconfig" || /usr/bin/mkdir -p "/home/boon/compiles/libgee/0.5.0/pkg/usr/lib64/pkgconfig" /usr/bin/ginstall -c -m 644 gee-1.0.pc '/home/boon/compiles/libgee/0.5.0/pkg/usr/lib64/pkgconfig' make[2]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0' make[1]: Leaving directory `/home/boon/compiles/libgee/0.5.0/src/libgee-0.5.0' /home/boon/compiles/libgee/0.5.0/pkg: total 8 drwxr-xr-x 2 root root 4096 2010-04-11 20:32 install drwxr-xr-x 7 root root 4096 2010-04-11 20:32 usr /home/boon/compiles/libgee/0.5.0/pkg/install: total 4 -rw-r--r-- 1 root root 377 2010-04-11 20:32 slack-desc /home/boon/compiles/libgee/0.5.0/pkg/usr: total 20 drwxr-xr-x 3 root root 4096 2010-04-11 20:32 doc drwxr-xr-x 3 root root 4096 2010-04-11 20:32 include drwxr-xr-x 3 root root 4096 2010-04-11 20:32 lib64 drwxr-xr-x 4 root root 4096 2010-04-11 20:32 share drwxr-xr-x 3 root root 4096 2010-04-11 20:31 src /home/boon/compiles/libgee/0.5.0/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 2010-04-11 20:32 libgee-0.5.0 /home/boon/compiles/libgee/0.5.0/pkg/usr/doc/libgee-0.5.0: total 68 -rw-r--r-- 1 root root 29 2010-04-11 20:32 AUTHORS -rw-r--r-- 1 root root 26436 2010-04-11 20:32 COPYING -rw-r--r-- 1 root root 13501 2010-04-11 20:32 ChangeLog -rw-r--r-- 1 root root 9416 2010-04-11 20:32 INSTALL -rw-r--r-- 1 root root 2583 2010-04-11 20:32 NEWS -rw-r--r-- 1 root root 636 2010-04-11 20:32 README /home/boon/compiles/libgee/0.5.0/pkg/usr/include: total 4 drwxr-xr-x 2 root root 4096 2010-04-11 20:32 gee-1.0 /home/boon/compiles/libgee/0.5.0/pkg/usr/include/gee-1.0: total 56 -rw-r--r-- 1 root root 54491 2010-04-11 20:32 gee.h /home/boon/compiles/libgee/0.5.0/pkg/usr/lib64: total 304 -rwxr-xr-x 1 root root 828 2010-04-11 20:32 libgee.la lrwxrwxrwx 1 root root 15 2010-04-11 20:32 libgee.so -> libgee.so.2.0.0 lrwxrwxrwx 1 root root 15 2010-04-11 20:32 libgee.so.2 -> libgee.so.2.0.0 -rwxr-xr-x 1 root root 301480 2010-04-11 20:32 libgee.so.2.0.0 drwxr-xr-x 2 root root 4096 2010-04-11 20:32 pkgconfig /home/boon/compiles/libgee/0.5.0/pkg/usr/lib64/pkgconfig: total 4 -rw-r--r-- 1 root root 292 2010-04-11 20:32 gee-1.0.pc /home/boon/compiles/libgee/0.5.0/pkg/usr/share: total 8 drwxr-xr-x 2 root root 4096 2010-04-11 20:32 gir-1.0 drwxr-xr-x 3 root root 4096 2010-04-11 20:32 vala /home/boon/compiles/libgee/0.5.0/pkg/usr/share/gir-1.0: total 164 -rw-r--r-- 1 root root 167551 2010-04-11 20:32 Gee-1.0.gir /home/boon/compiles/libgee/0.5.0/pkg/usr/share/vala: total 4 drwxr-xr-x 2 root root 4096 2010-04-11 20:32 vapi /home/boon/compiles/libgee/0.5.0/pkg/usr/share/vala/vapi: total 20 -rw-r--r-- 1 root root 18062 2010-04-11 20:32 gee-1.0.vapi /home/boon/compiles/libgee/0.5.0/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 2010-04-11 20:32 libgee-0.5.0 /home/boon/compiles/libgee/0.5.0/pkg/usr/src/libgee-0.5.0: total 4 -rw-r--r-- 1 root root 922 2010-04-11 20:32 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: usr/lib64/libgee.so -> libgee.so.2.0.0 usr/lib64/libgee.so.2 -> libgee.so.2.0.0 Making symbolic link creation script: ( cd usr/lib64 ; rm -rf libgee.so ) ( cd usr/lib64 ; ln -sf libgee.so.2.0.0 libgee.so ) ( cd usr/lib64 ; rm -rf libgee.so.2 ) ( cd usr/lib64 ; ln -sf libgee.so.2.0.0 libgee.so.2 ) 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/lib64/libgee.so' removed `./usr/lib64/libgee.so.2' 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: /home/boon/compiles/libgee/0.5.0/libgee-0.5.0-x86_64-1mb.txz ./ install/ install/slack-desc install/doinst.sh usr/ usr/doc/ usr/doc/libgee-0.5.0/ usr/doc/libgee-0.5.0/AUTHORS usr/doc/libgee-0.5.0/INSTALL usr/doc/libgee-0.5.0/README usr/doc/libgee-0.5.0/ChangeLog usr/doc/libgee-0.5.0/NEWS usr/doc/libgee-0.5.0/COPYING usr/share/ usr/share/gir-1.0/ usr/share/gir-1.0/Gee-1.0.gir usr/share/vala/ usr/share/vala/vapi/ usr/share/vala/vapi/gee-1.0.vapi usr/lib64/ usr/lib64/libgee.so.2.0.0 usr/lib64/libgee.la usr/lib64/pkgconfig/ usr/lib64/pkgconfig/gee-1.0.pc usr/src/ usr/src/libgee-0.5.0/ usr/src/libgee-0.5.0/SLKBUILD usr/include/ usr/include/gee-1.0/ usr/include/gee-1.0/gee.h Slackware package /home/boon/compiles/libgee/0.5.0/libgee-0.5.0-x86_64-1mb.txz created. Package has been built. Cleaning pkg and src directories