+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/rest.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SW0CFQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rest-0.8.1 + /usr/bin/tar -xof - + /usr/bin/xz -dc /builddir/build/SOURCES/rest-0.8.1.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd rest-0.8.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2O8dve + umask 022 + cd /builddir/build/BUILD + cd rest-0.8.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./build/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./build/config.guess ++ basename ./build/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build/config.guess '/usr/lib/rpm/redhat/config.guess' -> './build/config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./build/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./build/config.sub ++ basename ./build/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build/config.sub '/usr/lib/rpm/redhat/config.sub' -> './build/config.sub' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./build/ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --enable-gtk-doc --enable-introspection=yes checking for a BSD-compatible install... /usr/bin/install -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... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-gcc... no 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... none 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/bin/ld checking if the linker (/usr/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 riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no 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 riscv64-redhat-linux-gnu-mt... no 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... no 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/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 riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-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... yes 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/pki/tls/certs/ca-bundle.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.1 ============= prefix: /usr Documentation: yes Introspection data: yes + make -j4 V=1 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/rest-0.8.1' Making all in rest make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1/rest' make all-am make[3]: Entering directory '/builddir/build/BUILD/rest-0.8.1/rest' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-glib-compat.lo `test -f 'glib-compat.c' || echo './'`glib-compat.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-rest-param.lo `test -f 'rest-param.c' || echo './'`rest-param.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-rest-params.lo `test -f 'rest-params.c' || echo './'`rest-params.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-rest-proxy.lo `test -f 'rest-proxy.c' || echo './'`rest-proxy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rest-params.c -fPIC -DPIC -o .libs/librest_0.7_la-rest-params.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rest-proxy.c -fPIC -DPIC -o .libs/librest_0.7_la-rest-proxy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c glib-compat.c -fPIC -DPIC -o .libs/librest_0.7_la-glib-compat.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rest-param.c -fPIC -DPIC -o .libs/librest_0.7_la-rest-param.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-rest-proxy-auth.lo `test -f 'rest-proxy-auth.c' || echo './'`rest-proxy-auth.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-rest-proxy-call.lo `test -f 'rest-proxy-call.c' || echo './'`rest-proxy-call.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-rest-xml-node.lo `test -f 'rest-xml-node.c' || echo './'`rest-xml-node.c rest-proxy.c: In function 'rest_proxy_init': rest-proxy.c:424:3: warning: 'soup_session_async_new' is deprecated: Use 'soup_session_new' instead [-Wdeprecated-declarations] priv->session = soup_session_async_new (); ^~~~ In file included from /usr/include/libsoup-2.4/libsoup/soup.h:46:0, from rest-proxy.c:26: /usr/include/libsoup-2.4/libsoup/soup-session-async.h:51:14: note: declared here SoupSession *soup_session_async_new (void); ^~~~~~~~~~~~~~~~~~~~~~ rest-proxy.c:425:3: warning: 'soup_session_sync_new' is deprecated: Use 'soup_session_new' instead [-Wdeprecated-declarations] priv->session_sync = soup_session_sync_new (); ^~~~ In file included from /usr/include/libsoup-2.4/libsoup/soup.h:48:0, from rest-proxy.c:26: /usr/include/libsoup-2.4/libsoup/soup-session-sync.h:51:14: note: declared here SoupSession *soup_session_sync_new (void); ^~~~~~~~~~~~~~~~~~~~~ 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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rest-proxy-auth.c -fPIC -DPIC -o .libs/librest_0.7_la-rest-proxy-auth.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rest-proxy-call.c -fPIC -DPIC -o .libs/librest_0.7_la-rest-proxy-call.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rest-xml-node.c -fPIC -DPIC -o .libs/librest_0.7_la-rest-xml-node.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-rest-xml-parser.lo `test -f 'rest-xml-parser.c' || echo './'`rest-xml-parser.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rest-xml-parser.c -fPIC -DPIC -o .libs/librest_0.7_la-rest-xml-parser.o 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:117: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:117: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:117: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:117: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:117: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:117: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, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-rest-main.lo `test -f 'rest-main.c' || echo './'`rest-main.c 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:117: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:117: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); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (cd . && /usr/bin/glib-mkenums \ --fhead "#ifndef __REST_ENUM_TYPES_H__\n#define __REST_ENUM_TYPES_H__\n\n#include \n\nG_BEGIN_DECLS\n" \ --fprod "/* enumerations from \"@filename@\" */\n" \ --vhead "GType @enum_name@_get_type (void) G_GNUC_CONST;\n#define REST_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* __REST_ENUM_TYPES_H__ */" rest-proxy.h rest-proxy-call.h) >> xgen-gtbh \ && (cmp -s xgen-gtbh rest-enum-types.h || cp xgen-gtbh rest-enum-types.h ) \ && rm -f xgen-gtbh \ && echo timestamp > stamp-rest-enum-types.h libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rest-main.c -fPIC -DPIC -o .libs/librest_0.7_la-rest-main.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-oauth-proxy.lo `test -f 'oauth-proxy.c' || echo './'`oauth-proxy.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-oauth-proxy-call.lo `test -f 'oauth-proxy-call.c' || echo './'`oauth-proxy-call.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-oauth2-proxy.lo `test -f 'oauth2-proxy.c' || echo './'`oauth2-proxy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c oauth-proxy.c -fPIC -DPIC -o .libs/librest_0.7_la-oauth-proxy.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-oauth2-proxy-call.lo `test -f 'oauth2-proxy-call.c' || echo './'`oauth2-proxy-call.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c oauth-proxy-call.c -fPIC -DPIC -o .libs/librest_0.7_la-oauth-proxy-call.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c oauth2-proxy.c -fPIC -DPIC -o .libs/librest_0.7_la-oauth2-proxy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c oauth2-proxy-call.c -fPIC -DPIC -o .libs/librest_0.7_la-oauth2-proxy-call.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-sha1.lo `test -f 'sha1.c' || echo './'`sha1.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-rest-marshal.lo `test -f 'rest-marshal.c' || echo './'`rest-marshal.c (cd . && /usr/bin/glib-mkenums \ --fhead "#include \"rest-proxy.h\"\n#include \"rest-proxy-call.h\"\n#include \"rest-enum-types.h\"" \ --fprod "\n/* enumerations from \"@filename@\" */" \ --vhead "GType\n@enum_name@_get_type (void)\n{\n static GType etype = 0;\n if (etype == 0) {\n static const G@Type@Value values[] = {" \ --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ --vtail " { 0, NULL, NULL }\n };\n etype = g_@type@_register_static (\"@EnumName@\", values);\n }\n return etype;\n}\n" \ rest-proxy.h rest-proxy-call.h) > xgen-gtbc \ && cp xgen-gtbc rest-enum-types.c \ && rm -f xgen-gtbc libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sha1.c -fPIC -DPIC -o .libs/librest_0.7_la-sha1.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_0.7_la-rest-enum-types.lo `test -f 'rest-enum-types.c' || echo './'`rest-enum-types.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rest-marshal.c -fPIC -DPIC -o .libs/librest_0.7_la-rest-marshal.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rest-enum-types.c -fPIC -DPIC -o .libs/librest_0.7_la-rest-enum-types.o /bin/sh ../libtool --tag=CC --mode=link 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o librest-0.7.la -rpath /usr/lib64 librest_0.7_la-glib-compat.lo librest_0.7_la-rest-param.lo librest_0.7_la-rest-params.lo librest_0.7_la-rest-proxy.lo librest_0.7_la-rest-proxy-auth.lo librest_0.7_la-rest-proxy-call.lo librest_0.7_la-rest-xml-node.lo librest_0.7_la-rest-xml-parser.lo librest_0.7_la-rest-main.lo librest_0.7_la-rest-enum-types.lo librest_0.7_la-oauth-proxy.lo librest_0.7_la-oauth-proxy-call.lo librest_0.7_la-oauth2-proxy.lo librest_0.7_la-oauth2-proxy-call.lo librest_0.7_la-sha1.lo librest_0.7_la-rest-marshal.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 libtool: link: gcc -shared -fPIC -DPIC .libs/librest_0.7_la-glib-compat.o .libs/librest_0.7_la-rest-param.o .libs/librest_0.7_la-rest-params.o .libs/librest_0.7_la-rest-proxy.o .libs/librest_0.7_la-rest-proxy-auth.o .libs/librest_0.7_la-rest-proxy-call.o .libs/librest_0.7_la-rest-xml-node.o .libs/librest_0.7_la-rest-xml-parser.o .libs/librest_0.7_la-rest-main.o .libs/librest_0.7_la-rest-enum-types.o .libs/librest_0.7_la-oauth-proxy.o .libs/librest_0.7_la-oauth-proxy-call.o .libs/librest_0.7_la-oauth2-proxy.o .libs/librest_0.7_la-oauth2-proxy-call.o .libs/librest_0.7_la-sha1.o .libs/librest_0.7_la-rest-marshal.o -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -pthread -pthread -Wl,-soname -Wl,librest-0.7.so.0 -o .libs/librest-0.7.so.0.0.0 libtool: link: (cd ".libs" && rm -f "librest-0.7.so.0" && ln -s "librest-0.7.so.0.0.0" "librest-0.7.so.0") libtool: link: (cd ".libs" && rm -f "librest-0.7.so" && ln -s "librest-0.7.so.0.0.0" "librest-0.7.so") libtool: link: ( cd ".libs" && rm -f "librest-0.7.la" && ln -s "../librest-0.7.la" "librest-0.7.la" ) CPPFLAGS="" CFLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 " LDFLAGS="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" CC="gcc" PKG_CONFIG="/usr/bin/riscv64-redhat-linux-gnu-pkg-config" DLLTOOL="false" /usr/bin/g-ir-scanner --c-include='rest/rest-param.h' --c-include='rest/rest-params.h' --c-include='rest/rest-proxy.h' --c-include='rest/rest-proxy-auth.h' --c-include='rest/rest-proxy-call.h' --c-include='rest/rest-enum-types.h' --c-include='rest/oauth-proxy.h' --c-include='rest/oauth-proxy-call.h' --c-include='rest/oauth2-proxy.h' --c-include='rest/oauth2-proxy-call.h' --c-include='rest/rest-xml-node.h' --c-include='rest/rest-xml-parser.h' --namespace=Rest --nsversion=0.7 --libtool="/bin/sh ../libtool" --pkg=gobject-2.0 --pkg=libsoup-2.4 --pkg=libxml-2.0 --pkg=gio-2.0 --include=GObject-2.0 --include=Gio-2.0 --include=Soup-2.4 --pkg-export=rest-0.7 --library=librest-0.7.la --accept-unprefixed --warn-all --cflags-begin -I.. --cflags-end 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 glib-compat.h glib-compat.c rest-param.c rest-params.c rest-proxy.c rest-proxy-auth.c rest-proxy-call.c rest-xml-node.c rest-xml-parser.c rest-main.c rest-enum-types.c oauth-proxy.c oauth-proxy-call.c oauth2-proxy.c oauth2-proxy-call.c sha1.c sha1.h librest-0.7.la Makefile --output Rest-0.7.gir g-ir-scanner: link: /bin/sh ../libtool --mode=link --tag=CC gcc -o /builddir/build/BUILD/rest-0.8.1/rest/tmp-introspect0xy5h_s_/Rest-0.7 -export-dynamic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/rest-0.8.1/rest/tmp-introspect0xy5h_s_/Rest-0.7.o -L. librest-0.7.la -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lxml2 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld libtool: link: gcc -o /builddir/build/BUILD/rest-0.8.1/rest/tmp-introspect0xy5h_s_/.libs/Rest-0.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/rest-0.8.1/rest/tmp-introspect0xy5h_s_/Rest-0.7.o -Wl,--export-dynamic -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--export-dynamic -L. ./.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lgmodule-2.0 -lsoup-2.4 -lxml2 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -pthread 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) /usr/bin/g-ir-compiler --includedir=. Rest-0.7.gir -o Rest-0.7.typelib make[3]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/rest' make[2]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/rest' Making all in rest-extras make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1/rest-extras' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_extras_0.7_la-flickr-proxy.lo `test -f 'flickr-proxy.c' || echo './'`flickr-proxy.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_extras_0.7_la-flickr-proxy-call.lo `test -f 'flickr-proxy-call.c' || echo './'`flickr-proxy-call.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_extras_0.7_la-lastfm-proxy.lo `test -f 'lastfm-proxy.c' || echo './'`lastfm-proxy.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_extras_0.7_la-lastfm-proxy-call.lo `test -f 'lastfm-proxy-call.c' || echo './'`lastfm-proxy-call.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c flickr-proxy.c -fPIC -DPIC -o .libs/librest_extras_0.7_la-flickr-proxy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c flickr-proxy-call.c -fPIC -DPIC -o .libs/librest_extras_0.7_la-flickr-proxy-call.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c lastfm-proxy.c -fPIC -DPIC -o .libs/librest_extras_0.7_la-lastfm-proxy.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c lastfm-proxy-call.c -fPIC -DPIC -o .libs/librest_extras_0.7_la-lastfm-proxy-call.o /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o librest_extras_0.7_la-youtube-proxy.lo `test -f 'youtube-proxy.c' || echo './'`youtube-proxy.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c youtube-proxy.c -fPIC -DPIC -o .libs/librest_extras_0.7_la-youtube-proxy.o /bin/sh ../libtool --tag=CC --mode=link 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 libtool: link: gcc -shared -fPIC -DPIC .libs/librest_extras_0.7_la-flickr-proxy.o .libs/librest_extras_0.7_la-flickr-proxy-call.o .libs/librest_extras_0.7_la-lastfm-proxy.o .libs/librest_extras_0.7_la-lastfm-proxy-call.o .libs/librest_extras_0.7_la-youtube-proxy.o -Wl,-rpath -Wl,/builddir/build/BUILD/rest-0.8.1/rest/.libs ../rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -pthread -pthread -Wl,-soname -Wl,librest-extras-0.7.so.0 -o .libs/librest-extras-0.7.so.0.0.0 libtool: link: (cd ".libs" && 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: link: (cd ".libs" && rm -f "librest-extras-0.7.so" && ln -s "librest-extras-0.7.so.0.0.0" "librest-extras-0.7.so") libtool: link: ( cd ".libs" && rm -f "librest-extras-0.7.la" && ln -s "../librest-extras-0.7.la" "librest-extras-0.7.la" ) CPPFLAGS="" CFLAGS="-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 " LDFLAGS="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" CC="gcc" PKG_CONFIG="/usr/bin/riscv64-redhat-linux-gnu-pkg-config" DLLTOOL="false" /usr/bin/g-ir-scanner --add-include-path=../rest --identifier-prefix= --c-include='rest/flickr-proxy.h' --c-include='rest/flickr-proxy-call.h' --c-include='rest/lastfm-proxy.h' --c-include='rest/lastfm-proxy-call.h' --c-include='rest/youtube-proxy.h' --namespace=RestExtras --nsversion=0.7 --libtool="/bin/sh ../libtool" --pkg=gobject-2.0 --pkg=libsoup-2.4 --pkg=libxml-2.0 --include=GObject-2.0 --include=libxml2-2.0 --pkg-export=rest-extras-0.7 --library=librest-extras-0.7.la --include-uninstalled=../rest/Rest-0.7.gir --accept-unprefixed --warn-all --cflags-begin -I.. --cflags-end flickr-proxy.h flickr-proxy-call.h lastfm-proxy.h lastfm-proxy-call.h youtube-proxy.h flickr-proxy.c flickr-proxy-call.c lastfm-proxy.c lastfm-proxy-call.c youtube-proxy.c librest-extras-0.7.la Makefile --output RestExtras-0.7.gir g-ir-scanner: link: /bin/sh ../libtool --mode=link --tag=CC gcc -o /builddir/build/BUILD/rest-0.8.1/rest-extras/tmp-introspectnuzsy1xt/RestExtras-0.7 -export-dynamic -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/rest-0.8.1/rest-extras/tmp-introspectnuzsy1xt/RestExtras-0.7.o -L. librest-extras-0.7.la -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld libtool: link: gcc -o /builddir/build/BUILD/rest-0.8.1/rest-extras/tmp-introspectnuzsy1xt/.libs/RestExtras-0.7 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 /builddir/build/BUILD/rest-0.8.1/rest-extras/tmp-introspectnuzsy1xt/RestExtras-0.7.o -Wl,--export-dynamic -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--export-dynamic -L. ./.libs/librest-extras-0.7.so /builddir/build/BUILD/rest-0.8.1/rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lgmodule-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -pthread /usr/bin/g-ir-compiler --includedir=../rest --includedir=. RestExtras-0.7.gir -o RestExtras-0.7.typelib make[2]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/rest-extras' Making all in examples make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1/examples' gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o test-raw.o test-raw.c gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o test-xml.o test-xml.c gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o dump-xml.o dump-xml.c gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o get-fireeagle-location.o get-fireeagle-location.c gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o post-twitter.o post-twitter.c test-raw.c: In function 'main': test-raw.c:75:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (1, payload, len); ^~~~~~~~~~~~~~~~~~~~~~~ test-raw.c: In function 'proxy_call_async_cb': test-raw.c:37:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (1, payload, len); ^~~~~~~~~~~~~~~~~~~~~~~ get-fireeagle-location.c: In function 'main': get-fireeagle-location.c:61:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (pin, sizeof (pin), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o post-twitter-media.o post-twitter-media.c test-xml.c: In function 'proxy_call_raw_async_cb': test-xml.c:100:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write (1, payload, len); ^~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o get-flickr-favorites.o get-flickr-favorites.c gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o lastfm-shout.o lastfm-shout.c post-twitter.c: In function 'main': post-twitter.c:56:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (pin, sizeof (pin), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DHAVE_CONFIG_H -I. -I.. -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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -o continuous-twitter.o continuous-twitter.c post-twitter-media.c: In function 'main': post-twitter-media.c:59:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (pin, sizeof(pin), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=link 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../rest/librest-0.7.la ../rest-extras/librest-extras-0.7.la -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-raw test-raw.o /bin/sh ../libtool --tag=CC --mode=link 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../rest/librest-0.7.la ../rest-extras/librest-extras-0.7.la -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test-xml test-xml.o /bin/sh ../libtool --tag=CC --mode=link 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../rest/librest-0.7.la ../rest-extras/librest-extras-0.7.la -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dump-xml dump-xml.o continuous-twitter.c: In function 'main': continuous-twitter.c:65:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets (pin, sizeof (pin), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/sh ../libtool --tag=CC --mode=link 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../rest/librest-0.7.la ../rest-extras/librest-extras-0.7.la -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o get-fireeagle-location get-fireeagle-location.o libtool: link: 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test-raw test-raw.o ../rest/.libs/librest-0.7.so ../rest-extras/.libs/librest-extras-0.7.so /builddir/build/BUILD/rest-0.8.1/rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -pthread libtool: link: 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test-xml test-xml.o ../rest/.libs/librest-0.7.so ../rest-extras/.libs/librest-extras-0.7.so /builddir/build/BUILD/rest-0.8.1/rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -pthread libtool: link: 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/dump-xml dump-xml.o ../rest/.libs/librest-0.7.so ../rest-extras/.libs/librest-extras-0.7.so /builddir/build/BUILD/rest-0.8.1/rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -pthread /bin/sh ../libtool --tag=CC --mode=link 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../rest/librest-0.7.la ../rest-extras/librest-extras-0.7.la -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o post-twitter post-twitter.o /bin/sh ../libtool --tag=CC --mode=link 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../rest/librest-0.7.la ../rest-extras/librest-extras-0.7.la -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o post-twitter-media post-twitter-media.o /bin/sh ../libtool --tag=CC --mode=link 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../rest/librest-0.7.la ../rest-extras/librest-extras-0.7.la -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o get-flickr-favorites get-flickr-favorites.o libtool: link: 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/get-fireeagle-location get-fireeagle-location.o ../rest/.libs/librest-0.7.so ../rest-extras/.libs/librest-extras-0.7.so /builddir/build/BUILD/rest-0.8.1/rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -pthread /bin/sh ../libtool --tag=CC --mode=link 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../rest/librest-0.7.la ../rest-extras/librest-extras-0.7.la -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o lastfm-shout lastfm-shout.o libtool: link: 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/post-twitter post-twitter.o ../rest/.libs/librest-0.7.so ../rest-extras/.libs/librest-extras-0.7.so /builddir/build/BUILD/rest-0.8.1/rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -pthread libtool: link: 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/post-twitter-media post-twitter-media.o ../rest/.libs/librest-0.7.so ../rest-extras/.libs/librest-extras-0.7.so /builddir/build/BUILD/rest-0.8.1/rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -pthread libtool: link: 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/get-flickr-favorites get-flickr-favorites.o ../rest/.libs/librest-0.7.so ../rest-extras/.libs/librest-extras-0.7.so /builddir/build/BUILD/rest-0.8.1/rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -pthread /bin/sh ../libtool --tag=CC --mode=link 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -lglib-2.0 -lgthread-2.0 -pthread -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../rest/librest-0.7.la ../rest-extras/librest-extras-0.7.la -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o continuous-twitter continuous-twitter.o libtool: link: 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/lastfm-shout lastfm-shout.o ../rest/.libs/librest-0.7.so ../rest-extras/.libs/librest-extras-0.7.so /builddir/build/BUILD/rest-0.8.1/rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -pthread libtool: link: 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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I.. -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -pthread -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/continuous-twitter continuous-twitter.o ../rest/.libs/librest-0.7.so ../rest-extras/.libs/librest-extras-0.7.so /builddir/build/BUILD/rest-0.8.1/rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -pthread make[2]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/examples' Making all in docs make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1/docs' Making all in reference make[3]: Entering directory '/builddir/build/BUILD/rest-0.8.1/docs/reference' Making all in rest make[4]: Entering directory '/builddir/build/BUILD/rest-0.8.1/docs/reference/rest' if test "/builddir/build/BUILD/rest-0.8.1/docs/reference/rest" != "/builddir/build/BUILD/rest-0.8.1/docs/reference/rest" ; then \ files=`echo rest-docs.xml rest-sections.txt rest-overrides.txt rest.types`; \ if test "x$files" != "x" ; then \ for file in $files ; do \ destdir=`dirname /builddir/build/BUILD/rest-0.8.1/docs/reference/rest/$file`; \ test -d "$destdir" || mkdir -p "$destdir"; \ test -f /builddir/build/BUILD/rest-0.8.1/docs/reference/rest/$file && \ cp -pf /builddir/build/BUILD/rest-0.8.1/docs/reference/rest/$file /builddir/build/BUILD/rest-0.8.1/docs/reference/rest/$file || true; \ done; \ fi; \ fi touch setup-build.stamp /usr/bin/mkdir -p xml && ( \ echo ""; \ echo ""; \ echo ""; \ echo ""; \ echo ""; \ echo ""; \ echo ""; \ ) > xml/gtkdocentities.ent _source_dir='' ; \ for i in ../../../rest ../../../rest-extras ; do \ _source_dir="${_source_dir} --source-dir=$i" ; \ done ; \ gtkdoc-scan --module=rest --ignore-headers="sha1.h rest-private.h rest-proxy-call-private.h oauth-proxy-private.h oauth2-proxy-private.h flickr-proxy-private.h lastfm-proxy-private.h" ${_source_dir} if grep -l '^..*$' rest.types > /dev/null 2>&1 ; then \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$?" = "0"; then \ if test "x1" = "x1"; then \ scanobj_options="--verbose"; \ fi; \ fi; \ CC="/bin/sh ../../../libtool --tag=CC --mode=compile gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../.. -I../../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 " LD="/bin/sh ../../../libtool --tag=CC --mode=link gcc -lgobject-2.0 -lglib-2.0 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" RUN="/bin/sh ../../../libtool --mode=execute" CFLAGS=" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 " LDFLAGS="../../../rest/librest-0.7.la ../../../rest-extras/librest-extras-0.7.la -lglib-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld" \ gtkdoc-scangobj $scanobj_options --module=rest; \ else \ for i in rest.args rest.hierarchy rest.interfaces rest.prerequisites rest.signals ; do \ test -f $i || touch $i ; \ done \ fi libtool: compile: gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../.. -I../../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rest-scan.c -fPIC -DPIC -o .libs/rest-scan.o libtool: link: gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld .libs/rest-scan.o -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/rest-scan ../../../rest/.libs/librest-0.7.so ../../../rest-extras/.libs/librest-extras-0.7.so /builddir/build/BUILD/rest-0.8.1/rest/.libs/librest-0.7.so -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -pthread touch scan-build.stamp _source_dir='' ; \ for i in ../../../rest ../../../rest-extras ; do \ _source_dir="${_source_dir} --source-dir=$i" ; \ done ; \ gtkdoc-mkdb --module=rest --output-format=xml --expand-content-files="" --main-sgml-file=rest-docs.xml ${_source_dir} --sgml-mode --output-format=xml ./rest-unused.txt:1: warning: 55 unused declarations. They should be added to rest-sections.txt in the appropriate place. touch sgml-build.stamp rm -rf html && mkdir html && \ mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$?" = "0"; then \ if test "x1" = "x1"; then \ mkhtml_options="$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$?" = "0"; then \ mkhtml_options="$mkhtml_options --path=\"/builddir/build/BUILD/rest-0.8.1/docs/reference/rest\""; \ fi; \ cd html && gtkdoc-mkhtml $mkhtml_options rest ../rest-docs.xml Computing chunks... Writing rest-RestParam.html for refentry(rest-RestParam) Writing rest-RestParams.html for refentry(rest-RestParams) Writing RestProxy.html for refentry(RestProxy) Writing RestProxyCall.html for refentry(RestProxyCall) Writing ch01.html for chapter Writing OAuthProxy.html for refentry(OAuthProxy) Writing OAuthProxyCall.html for refentry(OAuthProxyCall) Writing OAuth2Proxy.html for refentry(OAuth2Proxy) Writing OAuth2ProxyCall.html for refentry(OAuth2ProxyCall) Writing ch02.html for chapter Writing FlickrProxy.html for refentry(FlickrProxy) Writing FlickrProxyCall.html for refentry(FlickrProxyCall) Writing LastfmProxy.html for refentry(LastfmProxy) Writing LastfmProxyCall.html for refentry(LastfmProxyCall) Writing ch03.html for chapter Writing RestXmlParser.html for refentry(RestXmlParser) Writing ch04.html for chapter Writing ch05.html for chapter Writing ix01.html for index Writing index.html for book(index) Writing rest.devhelp2 for book(index) gtkdoc-fixxref --module=rest --module-dir=html --html-dir=/usr/share/gtk-doc/html html/FlickrProxy.html:284: warning: no link for: "NULL:CAPS" -> (NULL). html/FlickrProxy.html:323: warning: no link for: "GHashTable" -> (GHashTable). html/FlickrProxy.html:338: warning: no link for: "GError" -> (GError). html/FlickrProxy.html:366: warning: no link for: "TRUE:CAPS" -> (TRUE). html/FlickrProxy.html:366: warning: no link for: "FALSE:CAPS" -> (FALSE). html/OAuthProxy.html:436: warning: no link for: "GObject" -> (GObject). html/RestProxy.html:187: warning: no link for: "G-SIGNAL-RUN-LAST:CAPS" -> (Run Last). html/RestProxy.html:340: warning: no link for: "api-index-0.7.92" -> (0.7.92). html/RestProxy.html:809: warning: no link for: "RestProxyAuth" -> (RestProxyAuth). html/RestProxy.html:822: warning: no link for: "rest-proxy-auth-pause" -> (rest_proxy_auth_pause()). html/RestProxy.html:827: warning: no link for: "g-object-ref" -> (g_object_ref()). html/RestProxy.html:829: warning: no link for: "rest-proxy-auth-unpause" -> (rest_proxy_auth_unpause()). html/RestProxyCall.html:829: warning: no link for: "GMainLoop" -> (GMainLoop). html/RestProxyCall.html:1008: warning: no link for: "GCancellable" -> (GCancellable). html/RestProxyCall.html:1009: warning: no link for: "GAsyncReadyCallback" -> (GAsyncReadyCallback). html/RestProxyCall.html:1103: warning: no link for: "g-hash-table-unref" -> (g_hash_table_unref()). html/rest-RestParam.html:272: warning: no link for: "GDestroyNotify" -> (GDestroyNotify). html/rest-RestParam.html:591: warning: no link for: "g-free" -> (g_free()). touch html-build.stamp make[4]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/docs/reference/rest' make[4]: Entering directory '/builddir/build/BUILD/rest-0.8.1/docs/reference' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/docs/reference' make[3]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/docs/reference' make[3]: Entering directory '/builddir/build/BUILD/rest-0.8.1/docs' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/docs' make[2]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/docs' Making all in tests make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/tests' make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1' cp rest.pc rest-0.7.pc cp rest-extras.pc rest-extras-0.7.pc make[2]: Leaving directory '/builddir/build/BUILD/rest-0.8.1' make[1]: Leaving directory '/builddir/build/BUILD/rest-0.8.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.FSjp9V + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64 + cd rest-0.8.1 + make install DESTDIR=/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64 'INSTALL=install -p' Making install in rest make[1]: Entering directory '/builddir/build/BUILD/rest-0.8.1/rest' make install-am make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1/rest' make[3]: Entering directory '/builddir/build/BUILD/rest-0.8.1/rest' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64' /bin/sh ../libtool --mode=install install -p librest-0.7.la '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64' libtool: install: install -p .libs/librest-0.7.so.0.0.0 /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64/librest-0.7.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/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 /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/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: install -p .libs/librest-0.7.lai /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64/librest-0.7.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/share/gir-1.0' install -p -m 644 Rest-0.7.gir '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/share/gir-1.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/include/rest-0.7/rest' install -p -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 '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/include/rest-0.7/rest' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64/girepository-1.0/' install -p -m 644 Rest-0.7.typelib '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64/girepository-1.0/' make[3]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/rest' make[2]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/rest' make[1]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/rest' Making install in rest-extras make[1]: Entering directory '/builddir/build/BUILD/rest-0.8.1/rest-extras' make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1/rest-extras' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64' /bin/sh ../libtool --mode=install install -p librest-extras-0.7.la '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64' libtool: warning: relinking 'librest-extras-0.7.la' libtool: install: (cd /builddir/build/BUILD/rest-0.8.1/rest-extras; /bin/sh "/builddir/build/BUILD/rest-0.8.1/libtool" --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 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libsoup-gnome-2.4 -I/usr/include/libsoup-2.4 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libxml2 -I/usr/include/libxml2 -I.. -Wall -DG_LOG_DOMAIN=\"Rest\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64) libtool: relink: gcc -shared -fPIC -DPIC .libs/librest_extras_0.7_la-flickr-proxy.o .libs/librest_extras_0.7_la-flickr-proxy-call.o .libs/librest_extras_0.7_la-lastfm-proxy.o .libs/librest_extras_0.7_la-lastfm-proxy-call.o .libs/librest_extras_0.7_la-youtube-proxy.o -L/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64 -L/usr/lib64 -lrest-0.7 -lgthread-2.0 -lsoup-gnome-2.4 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -pthread -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro -pthread -pthread -Wl,-soname -Wl,librest-extras-0.7.so.0 -o .libs/librest-extras-0.7.so.0.0.0 libtool: install: install -p .libs/librest-extras-0.7.so.0.0.0T /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64/librest-extras-0.7.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/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 /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/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: install -p .libs/librest-extras-0.7.lai /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64/librest-extras-0.7.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/share/gir-1.0' install -p -m 644 RestExtras-0.7.gir '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/share/gir-1.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/include/rest-0.7/rest-extras' install -p -m 644 flickr-proxy.h flickr-proxy-call.h lastfm-proxy.h lastfm-proxy-call.h youtube-proxy.h '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/include/rest-0.7/rest-extras' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64/girepository-1.0/' install -p -m 644 RestExtras-0.7.typelib '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64/girepository-1.0/' make[2]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/rest-extras' make[1]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/rest-extras' Making install in examples make[1]: Entering directory '/builddir/build/BUILD/rest-0.8.1/examples' make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1/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 '/builddir/build/BUILD/rest-0.8.1/examples' make[1]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/examples' Making install in docs make[1]: Entering directory '/builddir/build/BUILD/rest-0.8.1/docs' Making install in reference make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1/docs/reference' Making install in rest make[3]: Entering directory '/builddir/build/BUILD/rest-0.8.1/docs/reference/rest' make[4]: Entering directory '/builddir/build/BUILD/rest-0.8.1/docs/reference/rest' make[4]: Nothing to be done for 'install-exec-am'. install -p -m 644 ./html/FlickrProxy.html install -p -m 644 ./html/FlickrProxyCall.html install -p -m 644 ./html/LastfmProxy.html install -p -m 644 ./html/LastfmProxyCall.html install -p -m 644 ./html/OAuth2Proxy.html install -p -m 644 ./html/OAuth2ProxyCall.html install -p -m 644 ./html/OAuthProxy.html install -p -m 644 ./html/OAuthProxyCall.html install -p -m 644 ./html/RestProxy.html install -p -m 644 ./html/RestProxyCall.html install -p -m 644 ./html/RestXmlParser.html install -p -m 644 ./html/ch01.html install -p -m 644 ./html/ch02.html install -p -m 644 ./html/ch03.html install -p -m 644 ./html/ch04.html install -p -m 644 ./html/ch05.html install -p -m 644 ./html/home.png install -p -m 644 ./html/index.html install -p -m 644 ./html/ix01.html install -p -m 644 ./html/left-insensitive.png install -p -m 644 ./html/left.png install -p -m 644 ./html/rest-RestParam.html install -p -m 644 ./html/rest-RestParams.html install -p -m 644 ./html/rest.devhelp2 install -p -m 644 ./html/right-insensitive.png install -p -m 644 ./html/right.png install -p -m 644 ./html/style.css install -p -m 644 ./html/up-insensitive.png install -p -m 644 ./html/up.png make[4]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/docs/reference/rest' make[3]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/docs/reference/rest' make[3]: Entering directory '/builddir/build/BUILD/rest-0.8.1/docs/reference' make[4]: Entering directory '/builddir/build/BUILD/rest-0.8.1/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 '/builddir/build/BUILD/rest-0.8.1/docs/reference' make[3]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/docs/reference' make[2]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/docs/reference' make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1/docs' make[3]: Entering directory '/builddir/build/BUILD/rest-0.8.1/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 '/builddir/build/BUILD/rest-0.8.1/docs' make[2]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/docs' make[1]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/docs' Making install in tests make[1]: Entering directory '/builddir/build/BUILD/rest-0.8.1/tests' make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1/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 '/builddir/build/BUILD/rest-0.8.1/tests' make[1]: Leaving directory '/builddir/build/BUILD/rest-0.8.1/tests' make[1]: Entering directory '/builddir/build/BUILD/rest-0.8.1' make[2]: Entering directory '/builddir/build/BUILD/rest-0.8.1' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64/pkgconfig' install -p -m 644 rest-0.7.pc rest-extras-0.7.pc '/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/lib64/pkgconfig' make[2]: Leaving directory '/builddir/build/BUILD/rest-0.8.1' make[1]: Leaving directory '/builddir/build/BUILD/rest-0.8.1' + find /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64 -type f -name '*.la' -delete + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: rest-0.8.1-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SLqnVA + umask 022 + cd /builddir/build/BUILD + cd rest-0.8.1 + DOCDIR=/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/share/doc/rest + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/share/doc/rest + cp -pr AUTHORS /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/share/doc/rest + cp -pr README /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/share/doc/rest + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.52biSF + umask 022 + cd /builddir/build/BUILD + cd rest-0.8.1 + LICENSEDIR=/builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/share/licenses/rest + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/share/licenses/rest + cp -pr COPYING /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64/usr/share/licenses/rest + exit 0 Provides: librest-0.7.so.0()(64bit) librest-extras-0.7.so.0()(64bit) rest = 0.8.1-1.fc28 rest(riscv-64) = 0.8.1-1.fc28 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgthread-2.0.so.0()(64bit) libpthread.so.0()(64bit) librest-0.7.so.0()(64bit) libsoup-2.4.so.1()(64bit) libsoup-gnome-2.4.so.1()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.0)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) rtld(GNU_HASH) Processing files: rest-devel-0.8.1-1.fc28.riscv64 Provides: pkgconfig(rest-0.7) = 0.8.1 pkgconfig(rest-extras-0.7) = 0.8.1 rest-devel = 0.8.1-1.fc28 rest-devel(riscv-64) = 0.8.1-1.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config librest-0.7.so.0()(64bit) librest-extras-0.7.so.0()(64bit) pkgconfig(glib-2.0) pkgconfig(libsoup-2.4) pkgconfig(libxml-2.0) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/rest-0.8.1-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/rest-0.8.1-1.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/rest-devel-0.8.1-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tf6mt0 + umask 022 + cd /builddir/build/BUILD + cd rest-0.8.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/rest-0.8.1-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff