tar -xf rest-0.8.0.tar.xz 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 whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-slackware-linux-gnu checking host system type... x86_64-slackware-linux-gnu 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 for gcc option to accept ISO C99... none needed checking for gcc option to accept ISO Standard C... (cached) none needed checking for library containing strerror... none required checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F 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 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 how to convert x86_64-slackware-linux-gnu file names to x86_64-slackware-linux-gnu format... func_convert_file_noop checking how to convert x86_64-slackware-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-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 a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no 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/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 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 SOUP... yes checking for XML... yes checking for GTHREAD... yes checking whether to use the GNOME environment... yes checking for SOUP_GNOME... yes checking for gtk-doc... yes checking for gtkdoc-check... gtkdoc-check.test checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking for gobject-introspection... yes checking for glib-mkenums... /usr/bin/glib-mkenums checking for lcov... enable_gcov=no checking whether to build with gcov testing... no checking location of system Certificate Authority list... /etc/ssl/certs/ca-certificates.crt checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating rest/Makefile config.status: creating rest-extras/Makefile config.status: creating examples/Makefile config.status: creating docs/Makefile config.status: creating docs/reference/Makefile config.status: creating docs/reference/rest/Makefile config.status: creating tests/Makefile config.status: creating rest.pc config.status: creating rest-extras.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands LibRest 0.8.0 ============= prefix: /usr Documentation: no Introspection data: auto make all-recursive make[1]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0' Making all in rest make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest' make all-am make[3]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest' CC librest_0.7_la-glib-compat.lo CC librest_0.7_la-rest-param.lo CC librest_0.7_la-rest-params.lo CC librest_0.7_la-rest-proxy.lo rest-proxy.c: In function 'rest_proxy_init': rest-proxy.c:446:37: warning: 'soup_proxy_resolver_gnome_get_type' is deprecated: Use 'SoupSession:proxy-resolver' instead [-Wdeprecated-declarations] SOUP_TYPE_PROXY_RESOLVER_GNOME); ^ In file included from /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h:12:0, from rest-proxy.c:28: /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome-features.h:15:7: note: declared here GType soup_proxy_resolver_gnome_get_type (void); ^ rest-proxy.c:448:37: warning: 'soup_proxy_resolver_gnome_get_type' is deprecated: Use 'SoupSession:proxy-resolver' instead [-Wdeprecated-declarations] SOUP_TYPE_PROXY_RESOLVER_GNOME); ^ In file included from /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome.h:12:0, from rest-proxy.c:28: /usr/include/libsoup-gnome-2.4/libsoup/soup-gnome-features.h:15:7: note: declared here GType soup_proxy_resolver_gnome_get_type (void); ^ CC librest_0.7_la-rest-proxy-auth.lo CC librest_0.7_la-rest-proxy-call.lo rest-proxy-call.c: In function '_call_message_call_completed_cb': rest-proxy-call.c:1029:5: warning: 'g_simple_async_result_take_error' is deprecated [-Wdeprecated-declarations] g_simple_async_result_take_error (result, error); ^ In file included from /usr/include/glib-2.0/gio/gio.h:113:0, from /usr/include/libsoup-2.4/libsoup/soup-types.h:9, from /usr/include/libsoup-2.4/libsoup/soup-session-feature.h:9, from ../rest/rest-proxy.h:27, from rest-proxy-call.c:23: /usr/include/glib-2.0/gio/gsimpleasyncresult.h:116:21: note: declared here void g_simple_async_result_take_error (GSimpleAsyncResult *simple, ^ rest-proxy-call.c:1031:5: warning: 'g_simple_async_result_set_op_res_gboolean' is deprecated [-Wdeprecated-declarations] g_simple_async_result_set_op_res_gboolean (result, TRUE); ^ In file included from /usr/include/glib-2.0/gio/gio.h:113:0, from /usr/include/libsoup-2.4/libsoup/soup-types.h:9, from /usr/include/libsoup-2.4/libsoup/soup-session-feature.h:9, from ../rest/rest-proxy.h:27, from rest-proxy-call.c:23: /usr/include/glib-2.0/gio/gsimpleasyncresult.h:88:21: note: declared here void g_simple_async_result_set_op_res_gboolean (GSimpleAsyncResult *simple, ^ rest-proxy-call.c:1033:3: warning: 'g_simple_async_result_complete' is deprecated [-Wdeprecated-declarations] g_simple_async_result_complete (result); ^ In file included from /usr/include/glib-2.0/gio/gio.h:113:0, from /usr/include/libsoup-2.4/libsoup/soup-types.h:9, from /usr/include/libsoup-2.4/libsoup/soup-session-feature.h:9, from ../rest/rest-proxy.h:27, from rest-proxy-call.c:23: /usr/include/glib-2.0/gio/gsimpleasyncresult.h:104:21: note: declared here void g_simple_async_result_complete (GSimpleAsyncResult *simple); ^ rest-proxy-call.c: In function 'rest_proxy_call_invoke_async': rest-proxy-call.c:1067:7: warning: 'g_simple_async_report_take_gerror_in_idle' is deprecated: Use 'g_task_report_error' instead [-Wdeprecated-declarations] g_simple_async_report_take_gerror_in_idle (G_OBJECT (call), callback, ^ In file included from /usr/include/glib-2.0/gio/gio.h:113:0, from /usr/include/libsoup-2.4/libsoup/soup-types.h:9, from /usr/include/libsoup-2.4/libsoup/soup-session-feature.h:9, from ../rest/rest-proxy.h:27, from rest-proxy-call.c:23: /usr/include/glib-2.0/gio/gsimpleasyncresult.h:153:6: note: declared here void g_simple_async_report_take_gerror_in_idle (GObject *object, ^ rest-proxy-call.c:1072:3: warning: 'g_simple_async_result_new' is deprecated: Use 'g_task_new' instead [-Wdeprecated-declarations] result = g_simple_async_result_new (G_OBJECT (call), callback, ^ In file included from /usr/include/glib-2.0/gio/gio.h:113:0, from /usr/include/libsoup-2.4/libsoup/soup-types.h:9, from /usr/include/libsoup-2.4/libsoup/soup-session-feature.h:9, from ../rest/rest-proxy.h:27, from rest-proxy-call.c:23: /usr/include/glib-2.0/gio/gsimpleasyncresult.h:51:21: note: declared here GSimpleAsyncResult *g_simple_async_result_new (GObject *source_object, ^ rest-proxy-call.c: In function 'rest_proxy_call_invoke_finish': rest-proxy-call.c:1108:3: warning: 'g_simple_async_result_is_valid' is deprecated [-Wdeprecated-declarations] g_return_val_if_fail (g_simple_async_result_is_valid (result, ^ In file included from /usr/include/glib-2.0/gio/gio.h:113:0, from /usr/include/libsoup-2.4/libsoup/soup-types.h:9, from /usr/include/libsoup-2.4/libsoup/soup-session-feature.h:9, from ../rest/rest-proxy.h:27, from rest-proxy-call.c:23: /usr/include/glib-2.0/gio/gsimpleasyncresult.h:135:21: note: declared here gboolean g_simple_async_result_is_valid (GAsyncResult *result, ^ rest-proxy-call.c:1111:3: warning: 'g_simple_async_result_propagate_error' is deprecated [-Wdeprecated-declarations] if (g_simple_async_result_propagate_error (simple, error)) ^ In file included from /usr/include/glib-2.0/gio/gio.h:113:0, from /usr/include/libsoup-2.4/libsoup/soup-types.h:9, from /usr/include/libsoup-2.4/libsoup/soup-session-feature.h:9, from ../rest/rest-proxy.h:27, from rest-proxy-call.c:23: /usr/include/glib-2.0/gio/gsimpleasyncresult.h:119:21: note: declared here gboolean g_simple_async_result_propagate_error (GSimpleAsyncResult *simple, ^ rest-proxy-call.c:1114:3: warning: 'g_simple_async_result_get_op_res_gboolean' is deprecated [-Wdeprecated-declarations] return g_simple_async_result_get_op_res_gboolean (simple); ^ In file included from /usr/include/glib-2.0/gio/gio.h:113:0, from /usr/include/libsoup-2.4/libsoup/soup-types.h:9, from /usr/include/libsoup-2.4/libsoup/soup-session-feature.h:9, from ../rest/rest-proxy.h:27, from rest-proxy-call.c:23: /usr/include/glib-2.0/gio/gsimpleasyncresult.h:91:21: note: declared here gboolean g_simple_async_result_get_op_res_gboolean (GSimpleAsyncResult *simple); ^ CC librest_0.7_la-rest-xml-node.lo CC librest_0.7_la-rest-xml-parser.lo CC librest_0.7_la-rest-main.lo GEN stamp-rest-enum-types.h GEN rest-enum-types.c CC librest_0.7_la-rest-enum-types.lo CC librest_0.7_la-oauth-proxy.lo CC librest_0.7_la-oauth-proxy-call.lo CC librest_0.7_la-oauth2-proxy.lo CC librest_0.7_la-oauth2-proxy-call.lo CC librest_0.7_la-sha1.lo CC librest_0.7_la-rest-marshal.lo CCLD librest-0.7.la GISCAN Rest-0.7.gir rest-params.c:51: Warning: Rest: rest_params_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip) rest-params.c:51: Warning: Rest: rest_params_new: return value: Invalid non-constant return of bare structure or union; register as boxed type or (skip) GICOMP Rest-0.7.gir make[3]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest' make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest' Making all in rest-extras make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest-extras' CC librest_extras_0.7_la-flickr-proxy.lo CC librest_extras_0.7_la-flickr-proxy-call.lo CC librest_extras_0.7_la-lastfm-proxy.lo CC librest_extras_0.7_la-lastfm-proxy-call.lo CC librest_extras_0.7_la-youtube-proxy.lo CCLD librest-extras-0.7.la GISCAN RestExtras-0.7.gir GICOMP RestExtras-0.7.gir make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest-extras' Making all in examples make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/examples' CC test-raw.o CCLD test-raw CC test-xml.o CCLD test-xml CC dump-xml.o CCLD dump-xml CC get-fireeagle-location.o CCLD get-fireeagle-location CC post-twitter.o CCLD post-twitter CC post-twitter-media.o CCLD post-twitter-media CC get-flickr-favorites.o CCLD get-flickr-favorites CC lastfm-shout.o CCLD lastfm-shout CC continuous-twitter.o CCLD continuous-twitter make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/examples' Making all in docs make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs' Making all in reference make[3]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference' Making all in rest make[4]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference/rest' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference/rest' make[4]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference' make[3]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference' make[3]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs' make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs' Making all in tests make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/tests' make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0' GEN rest-0.7.pc GEN rest-extras-0.7.pc make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0' make[1]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0' Making install in rest make[1]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest' make install-am make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest' make[3]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest' /usr/bin/mkdir -p '/data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/ginstall -c librest-0.7.la '/data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64' libtool: install: /usr/bin/ginstall -c .libs/librest-0.7.so.0.0.0 /data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/librest-0.7.so.0.0.0 libtool: install: (cd /data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64 && { ln -s -f librest-0.7.so.0.0.0 librest-0.7.so.0 || { rm -f librest-0.7.so.0 && ln -s librest-0.7.so.0.0.0 librest-0.7.so.0; }; }) libtool: install: (cd /data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64 && { ln -s -f librest-0.7.so.0.0.0 librest-0.7.so || { rm -f librest-0.7.so && ln -s librest-0.7.so.0.0.0 librest-0.7.so; }; }) libtool: install: /usr/bin/ginstall -c .libs/librest-0.7.lai /data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/librest-0.7.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/data/builds/_i586_done/rest/0.8.0/pkg/usr/share/gir-1.0' /usr/bin/ginstall -c -m 644 Rest-0.7.gir '/data/builds/_i586_done/rest/0.8.0/pkg/usr/share/gir-1.0' /usr/bin/mkdir -p '/data/builds/_i586_done/rest/0.8.0/pkg/usr/include/rest-0.7/rest' /usr/bin/ginstall -c -m 644 rest-param.h rest-params.h rest-proxy.h rest-proxy-auth.h rest-proxy-call.h rest-enum-types.h oauth-proxy.h oauth-proxy-call.h oauth2-proxy.h oauth2-proxy-call.h rest-xml-node.h rest-xml-parser.h '/data/builds/_i586_done/rest/0.8.0/pkg/usr/include/rest-0.7/rest' /usr/bin/mkdir -p '/data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/girepository-1.0/' /usr/bin/ginstall -c -m 644 Rest-0.7.typelib '/data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/girepository-1.0/' make[3]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest' make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest' make[1]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest' Making install in rest-extras make[1]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest-extras' make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest-extras' /usr/bin/mkdir -p '/data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/ginstall -c librest-extras-0.7.la '/data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64' libtool: warning: relinking 'librest-extras-0.7.la' libtool: install: (cd /data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest-extras; /bin/sh "/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/libtool" --silent --tag CC --mode=relink gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -fPIC -no-undefined -o librest-extras-0.7.la -rpath /usr/lib64 librest_extras_0.7_la-flickr-proxy.lo librest_extras_0.7_la-flickr-proxy-call.lo librest_extras_0.7_la-lastfm-proxy.lo librest_extras_0.7_la-lastfm-proxy-call.lo librest_extras_0.7_la-youtube-proxy.lo -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 ../rest/librest-0.7.la -inst-prefix-dir /data/builds/_i586_done/rest/0.8.0/pkg) libtool: install: /usr/bin/ginstall -c .libs/librest-extras-0.7.so.0.0.0T /data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/librest-extras-0.7.so.0.0.0 libtool: install: (cd /data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64 && { ln -s -f librest-extras-0.7.so.0.0.0 librest-extras-0.7.so.0 || { rm -f librest-extras-0.7.so.0 && ln -s librest-extras-0.7.so.0.0.0 librest-extras-0.7.so.0; }; }) libtool: install: (cd /data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64 && { ln -s -f librest-extras-0.7.so.0.0.0 librest-extras-0.7.so || { rm -f librest-extras-0.7.so && ln -s librest-extras-0.7.so.0.0.0 librest-extras-0.7.so; }; }) libtool: install: /usr/bin/ginstall -c .libs/librest-extras-0.7.lai /data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/librest-extras-0.7.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/data/builds/_i586_done/rest/0.8.0/pkg/usr/share/gir-1.0' /usr/bin/ginstall -c -m 644 RestExtras-0.7.gir '/data/builds/_i586_done/rest/0.8.0/pkg/usr/share/gir-1.0' /usr/bin/mkdir -p '/data/builds/_i586_done/rest/0.8.0/pkg/usr/include/rest-0.7/rest-extras' /usr/bin/ginstall -c -m 644 flickr-proxy.h flickr-proxy-call.h lastfm-proxy.h lastfm-proxy-call.h youtube-proxy.h '/data/builds/_i586_done/rest/0.8.0/pkg/usr/include/rest-0.7/rest-extras' /usr/bin/mkdir -p '/data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/girepository-1.0/' /usr/bin/ginstall -c -m 644 RestExtras-0.7.typelib '/data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/girepository-1.0/' make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest-extras' make[1]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/rest-extras' Making install in examples make[1]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/examples' make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/examples' make[1]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/examples' Making install in docs make[1]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs' Making install in reference make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference' Making install in rest make[3]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference/rest' make[4]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference/rest' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/ginstall -c -m 644 ./html/FlickrProxy.html /usr/bin/ginstall -c -m 644 ./html/FlickrProxyCall.html /usr/bin/ginstall -c -m 644 ./html/LastfmProxy.html /usr/bin/ginstall -c -m 644 ./html/LastfmProxyCall.html /usr/bin/ginstall -c -m 644 ./html/OAuth2Proxy.html /usr/bin/ginstall -c -m 644 ./html/OAuth2ProxyCall.html /usr/bin/ginstall -c -m 644 ./html/OAuthProxy.html /usr/bin/ginstall -c -m 644 ./html/OAuthProxyCall.html /usr/bin/ginstall -c -m 644 ./html/RestProxy.html /usr/bin/ginstall -c -m 644 ./html/RestProxyCall.html /usr/bin/ginstall -c -m 644 ./html/RestXmlParser.html /usr/bin/ginstall -c -m 644 ./html/ch01.html /usr/bin/ginstall -c -m 644 ./html/ch02.html /usr/bin/ginstall -c -m 644 ./html/ch03.html /usr/bin/ginstall -c -m 644 ./html/ch04.html /usr/bin/ginstall -c -m 644 ./html/ch05.html /usr/bin/ginstall -c -m 644 ./html/home.png /usr/bin/ginstall -c -m 644 ./html/index.html /usr/bin/ginstall -c -m 644 ./html/index.sgml /usr/bin/ginstall -c -m 644 ./html/ix01.html /usr/bin/ginstall -c -m 644 ./html/ix02.html /usr/bin/ginstall -c -m 644 ./html/left-insensitive.png /usr/bin/ginstall -c -m 644 ./html/left.png /usr/bin/ginstall -c -m 644 ./html/rest-RestParam.html /usr/bin/ginstall -c -m 644 ./html/rest-RestParams.html /usr/bin/ginstall -c -m 644 ./html/rest.devhelp2 /usr/bin/ginstall -c -m 644 ./html/right-insensitive.png /usr/bin/ginstall -c -m 644 ./html/right.png /usr/bin/ginstall -c -m 644 ./html/style.css /usr/bin/ginstall -c -m 644 ./html/up-insensitive.png /usr/bin/ginstall -c -m 644 ./html/up.png https://developer.gnome.org/glib/unstable/ -> /usr/share/gtk-doc/html/glib/ (266) https://developer.gnome.org/gobject/unstable/ -> /usr/share/gtk-doc/html/gobject/ (25) make[4]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference/rest' make[3]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference/rest' make[3]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference' make[4]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference' make[3]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference' make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs/reference' make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs' make[3]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs' make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs' make[1]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/docs' Making install in tests make[1]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/tests' make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.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 '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/tests' make[1]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0/tests' make[1]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0' make[2]: Entering directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/pkgconfig' /usr/bin/ginstall -c -m 644 rest-0.7.pc rest-extras-0.7.pc '/data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/pkgconfig' make[2]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0' make[1]: Leaving directory '/data/builds/_i586_done/rest/0.8.0/src/rest-0.8.0' /data/builds/_i586_done/rest/0.8.0/pkg: total 8 drwxr-xr-x 2 root root 4096 May 27 10:57 install drwxr-xr-x 7 root root 4096 May 27 10:57 usr /data/builds/_i586_done/rest/0.8.0/pkg/install: total 4 -rw-r--r-- 1 root root 232 May 27 10:57 slack-desc /data/builds/_i586_done/rest/0.8.0/pkg/usr: total 20 drwxr-xr-x 3 root root 4096 May 27 10:57 doc drwxr-xr-x 3 root root 4096 May 27 10:57 include drwxr-xr-x 4 root root 4096 May 27 10:57 lib64 drwxr-xr-x 4 root root 4096 May 27 10:57 share drwxr-xr-x 3 root root 4096 May 27 10:56 src /data/builds/_i586_done/rest/0.8.0/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 May 27 10:57 rest-0.8.0 /data/builds/_i586_done/rest/0.8.0/pkg/usr/doc/rest-0.8.0: total 48 -rw-r--r-- 1 root root 70 May 27 10:57 AUTHORS -rw-r--r-- 1 root root 26527 May 27 10:57 COPYING -rw-r--r-- 1 root root 0 May 27 10:57 ChangeLog -rw-r--r-- 1 root root 9512 May 27 10:57 INSTALL -rw-r--r-- 1 root root 2385 May 27 10:57 README /data/builds/_i586_done/rest/0.8.0/pkg/usr/include: total 4 drwxr-xr-x 4 root root 4096 May 27 10:57 rest-0.7 /data/builds/_i586_done/rest/0.8.0/pkg/usr/include/rest-0.7: total 8 drwxr-xr-x 2 root root 4096 May 27 10:57 rest drwxr-xr-x 2 root root 4096 May 27 10:57 rest-extras /data/builds/_i586_done/rest/0.8.0/pkg/usr/include/rest-0.7/rest: total 68 -rw-r--r-- 1 root root 2195 May 27 10:57 oauth-proxy-call.h -rw-r--r-- 1 root root 6361 May 27 10:57 oauth-proxy.h -rw-r--r-- 1 root root 2085 May 27 10:57 oauth2-proxy-call.h -rw-r--r-- 1 root root 3136 May 27 10:57 oauth2-proxy.h -rw-r--r-- 1 root root 479 May 27 10:57 rest-enum-types.h -rw-r--r-- 1 root root 3050 May 27 10:57 rest-param.h -rw-r--r-- 1 root root 1686 May 27 10:57 rest-params.h -rw-r--r-- 1 root root 2146 May 27 10:57 rest-proxy-auth.h -rw-r--r-- 1 root root 8973 May 27 10:57 rest-proxy-call.h -rw-r--r-- 1 root root 8982 May 27 10:57 rest-proxy.h -rw-r--r-- 1 root root 2515 May 27 10:57 rest-xml-node.h -rw-r--r-- 1 root root 2066 May 27 10:57 rest-xml-parser.h /data/builds/_i586_done/rest/0.8.0/pkg/usr/include/rest-0.7/rest-extras: total 20 -rw-r--r-- 1 root root 2023 May 27 10:57 flickr-proxy-call.h -rw-r--r-- 1 root root 3115 May 27 10:57 flickr-proxy.h -rw-r--r-- 1 root root 2015 May 27 10:57 lastfm-proxy-call.h -rw-r--r-- 1 root root 2849 May 27 10:57 lastfm-proxy.h -rw-r--r-- 1 root root 3409 May 27 10:57 youtube-proxy.h /data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64: total 136 drwxr-xr-x 2 root root 4096 May 27 10:57 girepository-1.0 lrwxrwxrwx 1 root root 20 May 27 10:57 librest-0.7.so -> librest-0.7.so.0.0.0 lrwxrwxrwx 1 root root 20 May 27 10:57 librest-0.7.so.0 -> librest-0.7.so.0.0.0 -rwxr-xr-x 1 root root 93904 May 27 10:57 librest-0.7.so.0.0.0 lrwxrwxrwx 1 root root 27 May 27 10:57 librest-extras-0.7.so -> librest-extras-0.7.so.0.0.0 lrwxrwxrwx 1 root root 27 May 27 10:57 librest-extras-0.7.so.0 -> librest-extras-0.7.so.0.0.0 -rwxr-xr-x 1 root root 35584 May 27 10:57 librest-extras-0.7.so.0.0.0 drwxr-xr-x 2 root root 4096 May 27 10:57 pkgconfig /data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/girepository-1.0: total 28 -rw-r--r-- 1 root root 17396 May 27 10:57 Rest-0.7.typelib -rw-r--r-- 1 root root 4668 May 27 10:57 RestExtras-0.7.typelib /data/builds/_i586_done/rest/0.8.0/pkg/usr/lib64/pkgconfig: total 8 -rw-r--r-- 1 root root 290 May 27 10:57 rest-0.7.pc -rw-r--r-- 1 root root 297 May 27 10:57 rest-extras-0.7.pc /data/builds/_i586_done/rest/0.8.0/pkg/usr/share: total 8 drwxr-xr-x 2 root root 4096 May 27 10:57 gir-1.0 drwxr-xr-x 3 root root 4096 May 27 10:57 gtk-doc /data/builds/_i586_done/rest/0.8.0/pkg/usr/share/gir-1.0: total 168 -rw-r--r-- 1 root root 142367 May 27 10:57 Rest-0.7.gir -rw-r--r-- 1 root root 27485 May 27 10:57 RestExtras-0.7.gir /data/builds/_i586_done/rest/0.8.0/pkg/usr/share/gtk-doc: total 4 drwxr-xr-x 3 root root 4096 May 27 10:57 html /data/builds/_i586_done/rest/0.8.0/pkg/usr/share/gtk-doc/html: total 4 drwxr-xr-x 2 root root 4096 May 27 10:57 rest-0.7 /data/builds/_i586_done/rest/0.8.0/pkg/usr/share/gtk-doc/html/rest-0.7: total 500 -rw-r--r-- 1 root root 24271 May 27 10:57 FlickrProxy.html -rw-r--r-- 1 root root 5101 May 27 10:57 FlickrProxyCall.html -rw-r--r-- 1 root root 18981 May 27 10:57 LastfmProxy.html -rw-r--r-- 1 root root 3680 May 27 10:57 LastfmProxyCall.html -rw-r--r-- 1 root root 24195 May 27 10:57 OAuth2Proxy.html -rw-r--r-- 1 root root 3682 May 27 10:57 OAuth2ProxyCall.html -rw-r--r-- 1 root root 61185 May 27 10:57 OAuthProxy.html -rw-r--r-- 1 root root 4652 May 27 10:57 OAuthProxyCall.html -rw-r--r-- 1 root root 42028 May 27 10:57 RestProxy.html -rw-r--r-- 1 root root 56600 May 27 10:57 RestProxyCall.html -rw-r--r-- 1 root root 18326 May 27 10:57 RestXmlParser.html -rw-r--r-- 1 root root 2219 May 27 10:57 ch01.html -rw-r--r-- 1 root root 2117 May 27 10:57 ch02.html -rw-r--r-- 1 root root 2152 May 27 10:57 ch03.html -rw-r--r-- 1 root root 1755 May 27 10:57 ch04.html -rw-r--r-- 1 root root 3640 May 27 10:57 ch05.html -rw-r--r-- 1 root root 256 May 27 10:57 home.png -rw-r--r-- 1 root root 3453 May 27 10:57 index.html -rw-r--r-- 1 root root 30285 May 27 10:57 index.sgml -rw-r--r-- 1 root root 40134 May 27 10:57 ix01.html -rw-r--r-- 1 root root 2089 May 27 10:57 ix02.html -rw-r--r-- 1 root root 395 May 27 10:57 left-insensitive.png -rw-r--r-- 1 root root 262 May 27 10:57 left.png -rw-r--r-- 1 root root 25383 May 27 10:57 rest-0.7.devhelp2 -rw-r--r-- 1 root root 32968 May 27 10:57 rest-RestParam.html -rw-r--r-- 1 root root 23471 May 27 10:57 rest-RestParams.html -rw-r--r-- 1 root root 373 May 27 10:57 right-insensitive.png -rw-r--r-- 1 root root 261 May 27 10:57 right.png -rw-r--r-- 1 root root 8812 May 27 10:57 style.css -rw-r--r-- 1 root root 374 May 27 10:57 up-insensitive.png -rw-r--r-- 1 root root 260 May 27 10:57 up.png /data/builds/_i586_done/rest/0.8.0/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 May 27 10:57 rest-0.8.0 /data/builds/_i586_done/rest/0.8.0/pkg/usr/src/rest-0.8.0: total 4 -rw-r--r-- 1 root root 1112 May 27 10:57 SLKBUILD Slackware package maker, version 3.141593. Searching for symbolic links: usr/lib64/librest-extras-0.7.so.0 librest-extras-0.7.so.0.0.0 usr/lib64/librest-0.7.so librest-0.7.so.0.0.0 usr/lib64/librest-extras-0.7.so librest-extras-0.7.so.0.0.0 usr/lib64/librest-0.7.so.0 librest-0.7.so.0.0.0 Making symbolic link creation script: ( cd usr/lib64 ; rm -rf librest-extras-0.7.so.0 ) ( cd usr/lib64 ; ln -sf librest-extras-0.7.so.0.0.0 librest-extras-0.7.so.0 ) ( cd usr/lib64 ; rm -rf librest-0.7.so ) ( cd usr/lib64 ; ln -sf librest-0.7.so.0.0.0 librest-0.7.so ) ( cd usr/lib64 ; rm -rf librest-extras-0.7.so ) ( cd usr/lib64 ; ln -sf librest-extras-0.7.so.0.0.0 librest-extras-0.7.so ) ( cd usr/lib64 ; rm -rf librest-0.7.so.0 ) ( cd usr/lib64 ; ln -sf librest-0.7.so.0.0.0 librest-0.7.so.0 ) 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/librest-extras-0.7.so.0' removed './usr/lib64/librest-0.7.so' removed './usr/lib64/librest-extras-0.7.so' removed './usr/lib64/librest-0.7.so.0' 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: /data/builds/_i586_done/rest/0.8.0/rest-0.8.0-x86_64-1rl.txz ./ usr/ usr/doc/ usr/doc/rest-0.8.0/ usr/doc/rest-0.8.0/AUTHORS usr/doc/rest-0.8.0/ChangeLog usr/doc/rest-0.8.0/README usr/doc/rest-0.8.0/COPYING usr/doc/rest-0.8.0/INSTALL usr/share/ usr/share/gir-1.0/ usr/share/gir-1.0/Rest-0.7.gir usr/share/gir-1.0/RestExtras-0.7.gir usr/share/gtk-doc/ usr/share/gtk-doc/html/ usr/share/gtk-doc/html/rest-0.7/ usr/share/gtk-doc/html/rest-0.7/left-insensitive.png usr/share/gtk-doc/html/rest-0.7/OAuthProxyCall.html usr/share/gtk-doc/html/rest-0.7/ch03.html usr/share/gtk-doc/html/rest-0.7/RestProxy.html usr/share/gtk-doc/html/rest-0.7/right.png usr/share/gtk-doc/html/rest-0.7/OAuthProxy.html usr/share/gtk-doc/html/rest-0.7/style.css usr/share/gtk-doc/html/rest-0.7/OAuth2ProxyCall.html usr/share/gtk-doc/html/rest-0.7/ch01.html usr/share/gtk-doc/html/rest-0.7/left.png usr/share/gtk-doc/html/rest-0.7/RestProxyCall.html usr/share/gtk-doc/html/rest-0.7/index.sgml usr/share/gtk-doc/html/rest-0.7/LastfmProxyCall.html usr/share/gtk-doc/html/rest-0.7/FlickrProxyCall.html usr/share/gtk-doc/html/rest-0.7/up-insensitive.png usr/share/gtk-doc/html/rest-0.7/index.html usr/share/gtk-doc/html/rest-0.7/home.png usr/share/gtk-doc/html/rest-0.7/LastfmProxy.html usr/share/gtk-doc/html/rest-0.7/right-insensitive.png usr/share/gtk-doc/html/rest-0.7/rest-RestParams.html usr/share/gtk-doc/html/rest-0.7/OAuth2Proxy.html usr/share/gtk-doc/html/rest-0.7/FlickrProxy.html usr/share/gtk-doc/html/rest-0.7/ix02.html usr/share/gtk-doc/html/rest-0.7/up.png usr/share/gtk-doc/html/rest-0.7/ch04.html usr/share/gtk-doc/html/rest-0.7/rest-RestParam.html usr/share/gtk-doc/html/rest-0.7/ix01.html usr/share/gtk-doc/html/rest-0.7/ch05.html usr/share/gtk-doc/html/rest-0.7/RestXmlParser.html usr/share/gtk-doc/html/rest-0.7/rest-0.7.devhelp2 usr/share/gtk-doc/html/rest-0.7/ch02.html usr/include/ usr/include/rest-0.7/ usr/include/rest-0.7/rest/ usr/include/rest-0.7/rest/rest-params.h usr/include/rest-0.7/rest/rest-param.h usr/include/rest-0.7/rest/rest-xml-parser.h usr/include/rest-0.7/rest/oauth-proxy.h usr/include/rest-0.7/rest/rest-proxy.h usr/include/rest-0.7/rest/rest-proxy-auth.h usr/include/rest-0.7/rest/rest-proxy-call.h usr/include/rest-0.7/rest/rest-enum-types.h usr/include/rest-0.7/rest/oauth2-proxy-call.h usr/include/rest-0.7/rest/oauth2-proxy.h usr/include/rest-0.7/rest/oauth-proxy-call.h usr/include/rest-0.7/rest/rest-xml-node.h usr/include/rest-0.7/rest-extras/ usr/include/rest-0.7/rest-extras/lastfm-proxy-call.h usr/include/rest-0.7/rest-extras/flickr-proxy.h usr/include/rest-0.7/rest-extras/flickr-proxy-call.h usr/include/rest-0.7/rest-extras/youtube-proxy.h usr/include/rest-0.7/rest-extras/lastfm-proxy.h usr/lib64/ usr/lib64/librest-0.7.so.0.0.0 usr/lib64/pkgconfig/ usr/lib64/pkgconfig/rest-0.7.pc usr/lib64/pkgconfig/rest-extras-0.7.pc usr/lib64/girepository-1.0/ usr/lib64/girepository-1.0/RestExtras-0.7.typelib usr/lib64/girepository-1.0/Rest-0.7.typelib usr/lib64/librest-extras-0.7.so.0.0.0 usr/src/ usr/src/rest-0.8.0/ usr/src/rest-0.8.0/SLKBUILD install/ install/slack-desc install/doinst.sh WARNING: zero length file usr/doc/rest-0.8.0/ChangeLog Slackware package /data/builds/_i586_done/rest/0.8.0/rest-0.8.0-x86_64-1rl.txz created. Package has been built. Cleaning pkg and src directories