Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc --nodeps /builddir/build/SPECS/libgdata.spec'], chrootPath='/var/lib/mock/libgdata-0.17.9-1.el7-20181030181911-3062/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1004) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc --nodeps /builddir/build/SPECS/libgdata.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: ppc Building for target ppc Wrote: /builddir/build/SRPMS/libgdata-0.17.9-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc --nodeps /builddir/build/SPECS/libgdata.spec'], chrootPath='/var/lib/mock/libgdata-0.17.9-1.el7-20181030181911-3062/root'shell=Falseuid=1004env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target ppc --nodeps /builddir/build/SPECS/libgdata.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rfxa3F + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libgdata-0.17.9 + /usr/bin/xz -dc /builddir/build/SOURCES/libgdata-0.17.9.tar.xz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd libgdata-0.17.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Wu4LKL + umask 022 + cd /builddir/build/BUILD + cd libgdata-0.17.9 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -I/usr/lib/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -I/usr/lib/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' 1 == 1 ']' + '[' ppc == ppc64le ']' ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./build-aux/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./build-aux/config.guess ++ basename ./build-aux/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build-aux/config.guess '/usr/lib/rpm/redhat/config.guess' -> './build-aux/config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./build-aux/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./build-aux/config.sub ++ basename ./build-aux/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-aux/config.sub '/usr/lib/rpm/redhat/config.sub' -> './build-aux/config.sub' + ./configure --build=ppc-redhat-linux-gnu --host=ppc-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/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-always-build-tests --disable-silent-rules --disable-static checking for ppc-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 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 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... 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 for style of include used by make... GNU checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking dependency style of gcc... none checking whether make supports nested variables... (cached) yes checking for ppc-redhat-linux-gnu-g++... no checking for ppc-redhat-linux-gnu-c++... no checking for ppc-redhat-linux-gnu-gpp... no checking for ppc-redhat-linux-gnu-aCC... no checking for ppc-redhat-linux-gnu-CC... no checking for ppc-redhat-linux-gnu-cxx... no checking for ppc-redhat-linux-gnu-cc++... no checking for ppc-redhat-linux-gnu-cl.exe... no checking for ppc-redhat-linux-gnu-FCC... no checking for ppc-redhat-linux-gnu-KCC... no checking for ppc-redhat-linux-gnu-RCC... no checking for ppc-redhat-linux-gnu-xlC_r... no checking for ppc-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking build system type... powerpc-redhat-linux-gnu checking host system type... powerpc-redhat-linux-gnu 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 powerpc-redhat-linux-gnu file names to powerpc-redhat-linux-gnu format... func_convert_file_noop checking how to convert powerpc-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 ppc-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ppc-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ppc-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for ppc-redhat-linux-gnu-strip... no checking for strip... strip checking for ppc-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 ppc-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no 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 how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for ppc-redhat-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for git... /usr/bin/git checking for glib-genmarshal... /usr/bin/glib-genmarshal checking for glib-mkenums... /usr/bin/glib-mkenums checking for GDATA... yes checking for LIBSOUP... yes checking for GDK_PIXBUF... yes checking for GTK... yes checking whether to build with GNOME support... yes checking whether to build with GOA support... yes checking for GNOME... yes checking for memset... yes checking for setlocale... yes checking for strchr... yes checking for strstr... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking whether NLS is requested... yes checking for intltool >= 0.40.0... 0.50.2 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.16.3 checking for XML::Parser... ok checking whether to build with code coverage support... no checking whether C compiler accepts -Werror=unknown-warning-option... no checking whether C compiler accepts -Wno-suggest-attribute=format... yes checking whether C compiler accepts -fno-strict-aliasing... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wnested-externs... yes checking whether C compiler accepts -Wwrite-strings... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wredundant-decls... yes checking whether C compiler accepts -Wno-unused-parameter... yes checking whether C compiler accepts -Wno-missing-field-initializers... yes checking whether C compiler accepts -Wdeclaration-after-statement... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wold-style-definition... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wformat-nonliteral... yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Winline... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wmissing-format-attribute... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Winit-self... yes checking whether C compiler accepts -Wredundant-decls... (cached) yes checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wunsafe-loop-optimizations... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C++ compiler accepts -Werror=unknown-warning-option... no checking whether C++ compiler accepts -Wno-suggest-attribute=format... yes checking whether C++ compiler accepts -fno-strict-aliasing... yes checking whether C++ compiler accepts -Wall... yes checking whether C++ compiler accepts -Wextra... yes checking whether C++ compiler accepts -Wundef... yes checking whether C++ compiler accepts -Wwrite-strings... yes checking whether C++ compiler accepts -Wpointer-arith... yes checking whether C++ compiler accepts -Wmissing-declarations... yes checking whether C++ compiler accepts -Wredundant-decls... yes checking whether C++ compiler accepts -Wno-unused-parameter... yes checking whether C++ compiler accepts -Wno-missing-field-initializers... yes checking whether C++ compiler accepts -Wformat=2... yes checking whether C++ compiler accepts -Wcast-align... yes checking whether C++ compiler accepts -Wformat-nonliteral... yes checking whether C++ compiler accepts -Wformat-security... yes checking whether C++ compiler accepts -Wsign-compare... yes checking whether C++ compiler accepts -Wstrict-aliasing... yes checking whether C++ compiler accepts -Wshadow... yes checking whether C++ compiler accepts -Winline... yes checking whether C++ compiler accepts -Wpacked... yes checking whether C++ compiler accepts -Wmissing-format-attribute... yes checking whether C++ compiler accepts -Wmissing-noreturn... yes checking whether C++ compiler accepts -Winit-self... yes checking whether C++ compiler accepts -Wredundant-decls... (cached) yes checking whether C++ compiler accepts -Wmissing-include-dirs... yes checking whether C++ compiler accepts -Wunused-but-set-variable... yes checking whether C++ compiler accepts -Warray-bounds... yes checking whether C++ compiler accepts -Wreturn-type... yes checking whether C++ compiler accepts -Wno-overloaded-virtual... yes checking whether C++ compiler accepts -Wswitch-enum... yes checking whether C++ compiler accepts -Wswitch-default... yes checking whether C++ compiler accepts -Wunsafe-loop-optimizations... yes checking whether C++ compiler accepts -Wno-error=unused-parameter... yes checking whether C++ compiler accepts -Wno-error=missing-field-initializers... yes checking whether C++ compiler accepts -Wno-error=overloaded-virtual... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--no-as-needed... yes checking whether the linker accepts -Wl,--fatal-warnings... yes checking whether the linker accepts -Wl,-fatal_warnings... no checking whether the linker accepts -Wl,--no-as-needed... yes checking for gobject-introspection... yes checking for ppc-redhat-linux-gnu-pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for vapigen... yes checking for gtk-doc... yes checking for gtkdoc-check... gtkdoc-check.test checking for gtkdoc-check... /usr/bin/gtkdoc-check checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf checking whether to build gtk-doc documentation... no checking for GTKDOC_DEPS... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libgdata.pc config.status: creating gdata/gdata-version.h config.status: creating gdata/tests/Makefile config.status: creating po/Makefile.in config.status: creating docs/Makefile config.status: creating docs/reference/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po/stamp-it commands + make -j16 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing' (/usr/bin/glib-mkenums \ --fhead "#ifndef GDATA_ENUMS_H\n#define GDATA_ENUMS_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 GDATA_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* !GDATA_ENUMS_H */" ./gdata/gdata.h ./gdata/gdata-entry.h ./gdata/gdata-feed.h ./gdata/gdata-service.h ./gdata/gdata-query.h ./gdata/gdata-commentable.h ./gdata/gdata-comment.h ./gdata/gdata-access-handler.h ./gdata/gdata-access-rule.h ./gdata/gdata-parsable.h ./gdata/gdata-download-stream.h ./gdata/gdata-upload-stream.h ./gdata/gdata-comparable.h ./gdata/gdata-batch-operation.h ./gdata/gdata-batchable.h ./gdata/gdata-authorizer.h ./gdata/gdata-authorization-domain.h ./gdata/gdata-client-login-authorizer.h ./gdata/gdata-oauth1-authorizer.h ./gdata/gdata-oauth2-authorizer.h ./gdata/gdata-goa-authorizer.h > gdata/gdata-enums.h.tmp \ && sed "s/g_data/gdata/" gdata/gdata-enums.h.tmp > gdata/gdata-enums.h \ && rm -f gdata/gdata-enums.h.tmp) (/usr/bin/glib-mkenums \ --fhead "#ifndef GDATA_MEDIA_ENUMS_H\n#define GDATA_MEDIA_ENUMS_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 GDATA_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* !GDATA_MEDIA_ENUMS_H */" \ ./gdata/media/gdata-media-category.h ./gdata/media/gdata-media-content.h ./gdata/media/gdata-media-credit.h ./gdata/media/gdata-media-thumbnail.h > gdata/media/gdata-media-enums.h.tmp \ && sed "s/g_data/gdata/" gdata/media/gdata-media-enums.h.tmp > gdata/media/gdata-media-enums.h.tmp2 \ && sed "s/GDATA_TYPE_DATA/GDATA_TYPE/" gdata/media/gdata-media-enums.h.tmp2 > gdata/media/gdata-media-enums.h \ && rm -f gdata/media/gdata-media-enums.h.tmp \ && rm -f gdata/media/gdata-media-enums.h.tmp2) (/usr/bin/glib-mkenums \ --fhead "#ifndef GDATA_DOCUMENTS_ENUMS_H\n#define GDATA_DOCUMENTS_ENUMS_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 GDATA_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* !GDATA_DOCUMENTS_ENUMS_H */" \ ./gdata/services/documents/gdata-documents-service.h ./gdata/services/documents/gdata-documents-metadata.h ./gdata/services/documents/gdata-documents-feed.h ./gdata/services/documents/gdata-documents-entry.h ./gdata/services/documents/gdata-documents-query.h ./gdata/services/documents/gdata-documents-document.h ./gdata/services/documents/gdata-documents-text.h ./gdata/services/documents/gdata-documents-presentation.h ./gdata/services/documents/gdata-documents-folder.h ./gdata/services/documents/gdata-documents-drawing.h ./gdata/services/documents/gdata-documents-pdf.h ./gdata/services/documents/gdata-documents-spreadsheet.h ./gdata/services/documents/gdata-documents-upload-query.h ./gdata/services/documents/gdata-documents-access-rule.h > gdata/services/documents/gdata-documents-enums.h.tmp \ && sed "s/g_data/gdata/" gdata/services/documents/gdata-documents-enums.h.tmp > gdata/services/documents/gdata-documents-enums.h \ && rm -f gdata/services/documents/gdata-documents-enums.h.tmp) (/usr/bin/glib-mkenums \ --fhead "#ifndef GDATA_FREEBASE_ENUMS_H\n#define GDATA_FREEBASE_ENUMS_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 GDATA_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* !GDATA_FREEBASE_ENUMS_H */" \ ./gdata/services/freebase/gdata-freebase-service.h ./gdata/services/freebase/gdata-freebase-result.h ./gdata/services/freebase/gdata-freebase-search-query.h ./gdata/services/freebase/gdata-freebase-search-result.h ./gdata/services/freebase/gdata-freebase-topic-query.h ./gdata/services/freebase/gdata-freebase-topic-result.h ./gdata/services/freebase/gdata-freebase-query.h > gdata/services/freebase/gdata-freebase-enums.h.tmp \ && sed "s/g_data_freebase/gdata_freebase/" gdata/services/freebase/gdata-freebase-enums.h.tmp > gdata/services/freebase/gdata-freebase-enums.h.tmp2 \ && sed "s/GDATA_TYPE_DATA_FREEBASE/GDATA_TYPE_FREEBASE/" gdata/services/freebase/gdata-freebase-enums.h.tmp2 > gdata/services/freebase/gdata-freebase-enums.h \ && rm -f gdata/services/freebase/gdata-freebase-enums.h.tmp \ && rm -f gdata/services/freebase/gdata-freebase-enums.h.tmp2) (/usr/bin/glib-mkenums \ --fhead "#ifndef GDATA_PICASAWEB_ENUMS_H\n#define GDATA_PICASAWEB_ENUMS_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 GDATA_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* !GDATA_PICASAWEB_ENUMS_H */" \ ./gdata/services/picasaweb/gdata-picasaweb-service.h ./gdata/services/picasaweb/gdata-picasaweb-query.h ./gdata/services/picasaweb/gdata-picasaweb-file.h ./gdata/services/picasaweb/gdata-picasaweb-album.h ./gdata/services/picasaweb/gdata-picasaweb-user.h ./gdata/services/picasaweb/gdata-picasaweb-feed.h ./gdata/services/picasaweb/gdata-picasaweb-comment.h > gdata/services/picasaweb/gdata-picasaweb-enums.h.tmp \ && sed "s/g_data_picasa_web/gdata_picasaweb/" gdata/services/picasaweb/gdata-picasaweb-enums.h.tmp > gdata/services/picasaweb/gdata-picasaweb-enums.h.tmp2 \ && sed "s/GDATA_TYPE_DATA_PICASA_WEB/GDATA_TYPE_PICASAWEB/" gdata/services/picasaweb/gdata-picasaweb-enums.h.tmp2 > gdata/services/picasaweb/gdata-picasaweb-enums.h \ && rm -f gdata/services/picasaweb/gdata-picasaweb-enums.h.tmp \ && rm -f gdata/services/picasaweb/gdata-picasaweb-enums.h.tmp2) (/usr/bin/glib-mkenums \ --fhead "#ifndef GDATA_YOUTUBE_ENUMS_H\n#define GDATA_YOUTUBE_ENUMS_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 GDATA_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n" \ --ftail "G_END_DECLS\n\n#endif /* !GDATA_YOUTUBE_ENUMS_H */" \ ./gdata/services/youtube/gdata-youtube-service.h ./gdata/services/youtube/gdata-youtube-video.h ./gdata/services/youtube/gdata-youtube-content.h ./gdata/services/youtube/gdata-youtube-credit.h ./gdata/services/youtube/gdata-youtube-query.h ./gdata/services/youtube/gdata-youtube-state.h ./gdata/services/youtube/gdata-youtube-category.h ./gdata/services/youtube/gdata-youtube-comment.h ./gdata/services/youtube/gdata-youtube-feed.h > gdata/services/youtube/gdata-youtube-enums.h.tmp \ && sed "s/g_data_you_tube/gdata_youtube/" gdata/services/youtube/gdata-youtube-enums.h.tmp > gdata/services/youtube/gdata-youtube-enums.h.tmp2 \ && sed "s/GDATA_TYPE_DATA_YOU_TUBE/GDATA_TYPE_YOUTUBE/" gdata/services/youtube/gdata-youtube-enums.h.tmp2 > gdata/services/youtube/gdata-youtube-enums.h \ && rm -f gdata/services/youtube/gdata-youtube-enums.h.tmp \ && rm -f gdata/services/youtube/gdata-youtube-enums.h.tmp2) (/usr/bin/glib-mkenums \ --fhead "#include \"gdata-media-content.h\"\n#include \"gdata-media-enums.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" \ ./gdata/media/gdata-media-category.h ./gdata/media/gdata-media-content.h ./gdata/media/gdata-media-credit.h ./gdata/media/gdata-media-thumbnail.h > gdata/media/gdata-media-enums.c.tmp \ && sed "s/g_data/gdata/" gdata/media/gdata-media-enums.c.tmp > gdata/media/gdata-media-enums.c \ && rm -f gdata/media/gdata-media-enums.c.tmp) (/usr/bin/glib-mkenums \ --fhead "#include \"gdata-freebase-service.h\"\n#include \"gdata-freebase-search-query.h\"\n#include \"gdata-freebase-result.h\"\n#include \"gdata-freebase-enums.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" \ ./gdata/services/freebase/gdata-freebase-service.h ./gdata/services/freebase/gdata-freebase-result.h ./gdata/services/freebase/gdata-freebase-search-query.h ./gdata/services/freebase/gdata-freebase-search-result.h ./gdata/services/freebase/gdata-freebase-topic-query.h ./gdata/services/freebase/gdata-freebase-topic-result.h ./gdata/services/freebase/gdata-freebase-query.h > gdata/services/freebase/gdata-freebase-enums.c.tmp \ && sed "s/g_data_freebase/gdata_freebase/" gdata/services/freebase/gdata-freebase-enums.c.tmp > gdata/services/freebase/gdata-freebase-enums.c \ && rm -f gdata/services/freebase/gdata-freebase-enums.c.tmp) (/usr/bin/glib-mkenums \ --fhead "#include \"gdata-picasaweb-album.h\"\n#include \"gdata-picasaweb-enums.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" \ ./gdata/services/picasaweb/gdata-picasaweb-service.h ./gdata/services/picasaweb/gdata-picasaweb-query.h ./gdata/services/picasaweb/gdata-picasaweb-file.h ./gdata/services/picasaweb/gdata-picasaweb-album.h ./gdata/services/picasaweb/gdata-picasaweb-user.h ./gdata/services/picasaweb/gdata-picasaweb-feed.h ./gdata/services/picasaweb/gdata-picasaweb-comment.h > gdata/services/picasaweb/gdata-picasaweb-enums.c.tmp \ && sed "s/g_data_picasa_web/gdata_picasaweb/" gdata/services/picasaweb/gdata-picasaweb-enums.c.tmp > gdata/services/picasaweb/gdata-picasaweb-enums.c \ && rm -f gdata/services/picasaweb/gdata-picasaweb-enums.c.tmp) (/usr/bin/glib-mkenums \ --fhead "#include \"gdata-youtube-service.h\"\n#include \"gdata-youtube-query.h\"\n#include \"gdata-youtube-enums.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" \ ./gdata/services/youtube/gdata-youtube-service.h ./gdata/services/youtube/gdata-youtube-video.h ./gdata/services/youtube/gdata-youtube-content.h ./gdata/services/youtube/gdata-youtube-credit.h ./gdata/services/youtube/gdata-youtube-query.h ./gdata/services/youtube/gdata-youtube-state.h ./gdata/services/youtube/gdata-youtube-category.h ./gdata/services/youtube/gdata-youtube-comment.h ./gdata/services/youtube/gdata-youtube-feed.h > gdata/services/youtube/gdata-youtube-enums.c.tmp \ && sed "s/g_data_you_tube/gdata_youtube/" gdata/services/youtube/gdata-youtube-enums.c.tmp > gdata/services/youtube/gdata-youtube-enums.c \ && rm -f gdata/services/youtube/gdata-youtube-enums.c.tmp) (/usr/bin/glib-mkenums \ --fhead "#include \"gdata-documents-service.h\"\n#include \"gdata-documents-text.h\"\n#include \"gdata-documents-spreadsheet.h\"\n#include \"gdata-documents-drawing.h\"\n#include \"gdata-documents-pdf.h\"\n#include \"gdata-documents-presentation.h\"\n#include \"gdata-documents-enums.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" \ ./gdata/services/documents/gdata-documents-service.h ./gdata/services/documents/gdata-documents-metadata.h ./gdata/services/documents/gdata-documents-feed.h ./gdata/services/documents/gdata-documents-entry.h ./gdata/services/documents/gdata-documents-query.h ./gdata/services/documents/gdata-documents-document.h ./gdata/services/documents/gdata-documents-text.h ./gdata/services/documents/gdata-documents-presentation.h ./gdata/services/documents/gdata-documents-folder.h ./gdata/services/documents/gdata-documents-drawing.h ./gdata/services/documents/gdata-documents-pdf.h ./gdata/services/documents/gdata-documents-spreadsheet.h ./gdata/services/documents/gdata-documents-upload-query.h ./gdata/services/documents/gdata-documents-access-rule.h > gdata/services/documents/gdata-documents-enums.c.tmp \ && sed "s/g_data/gdata/" gdata/services/documents/gdata-documents-enums.c.tmp > gdata/services/documents/gdata-documents-enums.c \ && rm -f gdata/services/documents/gdata-documents-enums.c.tmp) (/usr/bin/glib-mkenums \ --fhead "#include \"gdata-service.h\"\n#include \"gdata-parsable.h\"\n#include \"gdata-batch-operation.h\"\n#include \"gdata-enums.h\"\n#include \"gdata-client-login-authorizer.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" \ ./gdata/gdata.h ./gdata/gdata-entry.h ./gdata/gdata-feed.h ./gdata/gdata-service.h ./gdata/gdata-query.h ./gdata/gdata-commentable.h ./gdata/gdata-comment.h ./gdata/gdata-access-handler.h ./gdata/gdata-access-rule.h ./gdata/gdata-parsable.h ./gdata/gdata-download-stream.h ./gdata/gdata-upload-stream.h ./gdata/gdata-comparable.h ./gdata/gdata-batch-operation.h ./gdata/gdata-batchable.h ./gdata/gdata-authorizer.h ./gdata/gdata-authorization-domain.h ./gdata/gdata-client-login-authorizer.h ./gdata/gdata-oauth1-authorizer.h ./gdata/gdata-oauth2-authorizer.h ./gdata/gdata-goa-authorizer.h > gdata/gdata-enums.c.tmp \ && sed "s/g_data/gdata/" gdata/gdata-enums.c.tmp > gdata/gdata-enums.c \ && rm -f gdata/gdata-enums.c.tmp) make all-recursive make[1]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9' Making all in . make[2]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-entry.lo `test -f 'gdata/gdata-entry.c' || echo './'`gdata/gdata-entry.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-feed.lo `test -f 'gdata/gdata-feed.c' || echo './'`gdata/gdata-feed.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-service.lo `test -f 'gdata/gdata-service.c' || echo './'`gdata/gdata-service.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-types.lo `test -f 'gdata/gdata-types.c' || echo './'`gdata/gdata-types.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-query.lo `test -f 'gdata/gdata-query.c' || echo './'`gdata/gdata-query.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-parser.lo `test -f 'gdata/gdata-parser.c' || echo './'`gdata/gdata-parser.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-commentable.lo `test -f 'gdata/gdata-commentable.c' || echo './'`gdata/gdata-commentable.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-comment.lo `test -f 'gdata/gdata-comment.c' || echo './'`gdata/gdata-comment.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-access-handler.lo `test -f 'gdata/gdata-access-handler.c' || echo './'`gdata/gdata-access-handler.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-access-rule.lo `test -f 'gdata/gdata-access-rule.c' || echo './'`gdata/gdata-access-rule.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-parsable.lo `test -f 'gdata/gdata-parsable.c' || echo './'`gdata/gdata-parsable.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-download-stream.lo `test -f 'gdata/gdata-download-stream.c' || echo './'`gdata/gdata-download-stream.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-upload-stream.lo `test -f 'gdata/gdata-upload-stream.c' || echo './'`gdata/gdata-upload-stream.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-buffer.lo `test -f 'gdata/gdata-buffer.c' || echo './'`gdata/gdata-buffer.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-comparable.lo `test -f 'gdata/gdata-comparable.c' || echo './'`gdata/gdata-comparable.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-batch-operation.lo `test -f 'gdata/gdata-batch-operation.c' || echo './'`gdata/gdata-batch-operation.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-buffer.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-buffer.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-feed.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-feed.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-upload-stream.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-upload-stream.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-entry.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-entry.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-comment.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-comment.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-parsable.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-parsable.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-commentable.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-commentable.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-service.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-service.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-access-rule.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-access-rule.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-download-stream.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-download-stream.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-types.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-access-handler.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-access-handler.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-parser.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-parser.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-batchable.lo `test -f 'gdata/gdata-batchable.c' || echo './'`gdata/gdata-batchable.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-comparable.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-comparable.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-batch-operation.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-batch-operation.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-query.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-query.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-batch-feed.lo `test -f 'gdata/gdata-batch-feed.c' || echo './'`gdata/gdata-batch-feed.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-authorizer.lo `test -f 'gdata/gdata-authorizer.c' || echo './'`gdata/gdata-authorizer.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-authorization-domain.lo `test -f 'gdata/gdata-authorization-domain.c' || echo './'`gdata/gdata-authorization-domain.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-client-login-authorizer.lo `test -f 'gdata/gdata-client-login-authorizer.c' || echo './'`gdata/gdata-client-login-authorizer.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-oauth1-authorizer.lo `test -f 'gdata/gdata-oauth1-authorizer.c' || echo './'`gdata/gdata-oauth1-authorizer.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-oauth2-authorizer.lo `test -f 'gdata/gdata-oauth2-authorizer.c' || echo './'`gdata/gdata-oauth2-authorizer.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/media/gdata_libgdata_la-gdata-media-category.lo `test -f 'gdata/media/gdata-media-category.c' || echo './'`gdata/media/gdata-media-category.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/media/gdata_libgdata_la-gdata-media-content.lo `test -f 'gdata/media/gdata-media-content.c' || echo './'`gdata/media/gdata-media-content.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/media/gdata_libgdata_la-gdata-media-credit.lo `test -f 'gdata/media/gdata-media-credit.c' || echo './'`gdata/media/gdata-media-credit.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/media/gdata_libgdata_la-gdata-media-thumbnail.lo `test -f 'gdata/media/gdata-media-thumbnail.c' || echo './'`gdata/media/gdata-media-thumbnail.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/media/gdata_libgdata_la-gdata-media-group.lo `test -f 'gdata/media/gdata-media-group.c' || echo './'`gdata/media/gdata-media-group.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-service.lo `test -f 'gdata/services/documents/gdata-documents-service.c' || echo './'`gdata/services/documents/gdata-documents-service.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-metadata.lo `test -f 'gdata/services/documents/gdata-documents-metadata.c' || echo './'`gdata/services/documents/gdata-documents-metadata.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-feed.lo `test -f 'gdata/services/documents/gdata-documents-feed.c' || echo './'`gdata/services/documents/gdata-documents-feed.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-entry.lo `test -f 'gdata/services/documents/gdata-documents-entry.c' || echo './'`gdata/services/documents/gdata-documents-entry.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-batchable.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-batchable.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-authorizer.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-authorizer.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-authorization-domain.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-authorization-domain.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-document.lo `test -f 'gdata/services/documents/gdata-documents-document.c' || echo './'`gdata/services/documents/gdata-documents-document.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-oauth1-authorizer.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-oauth1-authorizer.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-batch-feed.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-batch-feed.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/media/gdata-media-credit.c -fPIC -DPIC -o gdata/media/.libs/gdata_libgdata_la-gdata-media-credit.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-text.lo `test -f 'gdata/services/documents/gdata-documents-text.c' || echo './'`gdata/services/documents/gdata-documents-text.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-client-login-authorizer.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-client-login-authorizer.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-oauth2-authorizer.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-oauth2-authorizer.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/media/gdata-media-content.c -fPIC -DPIC -o gdata/media/.libs/gdata_libgdata_la-gdata-media-content.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/media/gdata-media-thumbnail.c -fPIC -DPIC -o gdata/media/.libs/gdata_libgdata_la-gdata-media-thumbnail.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-presentation.lo `test -f 'gdata/services/documents/gdata-documents-presentation.c' || echo './'`gdata/services/documents/gdata-documents-presentation.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-service.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-service.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/media/gdata-media-group.c -fPIC -DPIC -o gdata/media/.libs/gdata_libgdata_la-gdata-media-group.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/media/gdata-media-category.c -fPIC -DPIC -o gdata/media/.libs/gdata_libgdata_la-gdata-media-category.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-feed.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-feed.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-spreadsheet.lo `test -f 'gdata/services/documents/gdata-documents-spreadsheet.c' || echo './'`gdata/services/documents/gdata-documents-spreadsheet.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-metadata.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-metadata.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-folder.lo `test -f 'gdata/services/documents/gdata-documents-folder.c' || echo './'`gdata/services/documents/gdata-documents-folder.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-drawing.lo `test -f 'gdata/services/documents/gdata-documents-drawing.c' || echo './'`gdata/services/documents/gdata-documents-drawing.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-pdf.lo `test -f 'gdata/services/documents/gdata-documents-pdf.c' || echo './'`gdata/services/documents/gdata-documents-pdf.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-query.lo `test -f 'gdata/services/documents/gdata-documents-query.c' || echo './'`gdata/services/documents/gdata-documents-query.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-upload-query.lo `test -f 'gdata/services/documents/gdata-documents-upload-query.c' || echo './'`gdata/services/documents/gdata-documents-upload-query.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-access-rule.lo `test -f 'gdata/services/documents/gdata-documents-access-rule.c' || echo './'`gdata/services/documents/gdata-documents-access-rule.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-utils.lo `test -f 'gdata/services/documents/gdata-documents-utils.c' || echo './'`gdata/services/documents/gdata-documents-utils.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-album.lo `test -f 'gdata/services/picasaweb/gdata-picasaweb-album.c' || echo './'`gdata/services/picasaweb/gdata-picasaweb-album.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-query.lo `test -f 'gdata/services/picasaweb/gdata-picasaweb-query.c' || echo './'`gdata/services/picasaweb/gdata-picasaweb-query.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-file.lo `test -f 'gdata/services/picasaweb/gdata-picasaweb-file.c' || echo './'`gdata/services/picasaweb/gdata-picasaweb-file.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-entry.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-entry.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-document.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-document.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-text.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-text.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-presentation.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-presentation.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-service.lo `test -f 'gdata/services/picasaweb/gdata-picasaweb-service.c' || echo './'`gdata/services/picasaweb/gdata-picasaweb-service.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-user.lo `test -f 'gdata/services/picasaweb/gdata-picasaweb-user.c' || echo './'`gdata/services/picasaweb/gdata-picasaweb-user.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-spreadsheet.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-spreadsheet.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-upload-query.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-upload-query.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-folder.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-folder.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-feed.lo `test -f 'gdata/services/picasaweb/gdata-picasaweb-feed.c' || echo './'`gdata/services/picasaweb/gdata-picasaweb-feed.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-comment.lo `test -f 'gdata/services/picasaweb/gdata-picasaweb-comment.c' || echo './'`gdata/services/picasaweb/gdata-picasaweb-comment.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/youtube/gdata_libgdata_la-gdata-youtube-service.lo `test -f 'gdata/services/youtube/gdata-youtube-service.c' || echo './'`gdata/services/youtube/gdata-youtube-service.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-access-rule.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-access-rule.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-utils.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-utils.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-query.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-query.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/youtube/gdata_libgdata_la-gdata-youtube-video.lo `test -f 'gdata/services/youtube/gdata-youtube-video.c' || echo './'`gdata/services/youtube/gdata-youtube-video.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/youtube/gdata_libgdata_la-gdata-youtube-content.lo `test -f 'gdata/services/youtube/gdata-youtube-content.c' || echo './'`gdata/services/youtube/gdata-youtube-content.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/youtube/gdata_libgdata_la-gdata-youtube-credit.lo `test -f 'gdata/services/youtube/gdata-youtube-credit.c' || echo './'`gdata/services/youtube/gdata-youtube-credit.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-pdf.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-pdf.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/picasaweb/gdata-picasaweb-query.c -fPIC -DPIC -o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-query.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/picasaweb/gdata-picasaweb-album.c -fPIC -DPIC -o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-album.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-drawing.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-drawing.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/youtube/gdata_libgdata_la-gdata-youtube-query.lo `test -f 'gdata/services/youtube/gdata-youtube-query.c' || echo './'`gdata/services/youtube/gdata-youtube-query.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/youtube/gdata_libgdata_la-gdata-youtube-state.lo `test -f 'gdata/services/youtube/gdata-youtube-state.c' || echo './'`gdata/services/youtube/gdata-youtube-state.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/picasaweb/gdata-picasaweb-file.c -fPIC -DPIC -o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-file.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/youtube/gdata_libgdata_la-gdata-youtube-category.lo `test -f 'gdata/services/youtube/gdata-youtube-category.c' || echo './'`gdata/services/youtube/gdata-youtube-category.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/youtube/gdata_libgdata_la-gdata-youtube-comment.lo `test -f 'gdata/services/youtube/gdata-youtube-comment.c' || echo './'`gdata/services/youtube/gdata-youtube-comment.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/youtube/gdata_libgdata_la-gdata-youtube-feed.lo `test -f 'gdata/services/youtube/gdata-youtube-feed.c' || echo './'`gdata/services/youtube/gdata-youtube-feed.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/picasaweb/gdata-picasaweb-user.c -fPIC -DPIC -o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-user.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/freebase/gdata_libgdata_la-gdata-freebase-service.lo `test -f 'gdata/services/freebase/gdata-freebase-service.c' || echo './'`gdata/services/freebase/gdata-freebase-service.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/picasaweb/gdata-picasaweb-service.c -fPIC -DPIC -o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-service.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/freebase/gdata_libgdata_la-gdata-freebase-result.lo `test -f 'gdata/services/freebase/gdata-freebase-result.c' || echo './'`gdata/services/freebase/gdata-freebase-result.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/picasaweb/gdata-picasaweb-comment.c -fPIC -DPIC -o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-comment.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/freebase/gdata_libgdata_la-gdata-freebase-search-query.lo `test -f 'gdata/services/freebase/gdata-freebase-search-query.c' || echo './'`gdata/services/freebase/gdata-freebase-search-query.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/picasaweb/gdata-picasaweb-feed.c -fPIC -DPIC -o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-feed.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/freebase/gdata_libgdata_la-gdata-freebase-search-result.lo `test -f 'gdata/services/freebase/gdata-freebase-search-result.c' || echo './'`gdata/services/freebase/gdata-freebase-search-result.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/youtube/gdata-youtube-credit.c -fPIC -DPIC -o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-credit.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/youtube/gdata-youtube-content.c -fPIC -DPIC -o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-content.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/youtube/gdata-youtube-state.c -fPIC -DPIC -o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-state.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/youtube/gdata-youtube-video.c -fPIC -DPIC -o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-video.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/freebase/gdata_libgdata_la-gdata-freebase-topic-query.lo `test -f 'gdata/services/freebase/gdata-freebase-topic-query.c' || echo './'`gdata/services/freebase/gdata-freebase-topic-query.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/youtube/gdata-youtube-query.c -fPIC -DPIC -o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-query.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/youtube/gdata-youtube-service.c -fPIC -DPIC -o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-service.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/freebase/gdata_libgdata_la-gdata-freebase-topic-result.lo `test -f 'gdata/services/freebase/gdata-freebase-topic-result.c' || echo './'`gdata/services/freebase/gdata-freebase-topic-result.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/freebase/gdata_libgdata_la-gdata-freebase-query.lo `test -f 'gdata/services/freebase/gdata-freebase-query.c' || echo './'`gdata/services/freebase/gdata-freebase-query.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-goa-authorizer.lo `test -f 'gdata/gdata-goa-authorizer.c' || echo './'`gdata/gdata-goa-authorizer.c cat ./gdata/gdata-core.symbols ./gdata/gdata-goa.symbols > gdata/gdata.symbols libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/youtube/gdata-youtube-category.c -fPIC -DPIC -o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-category.o for pkg in libxml-2.0 libsoup-2.4 json-glib-1.0 goa-1.0; do \ echo $pkg >> gdata/libgdata.deps; \ done libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/freebase/gdata-freebase-service.c -fPIC -DPIC -o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-service.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-marshal.lo `test -f 'gdata/gdata-marshal.c' || echo './'`gdata/gdata-marshal.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gdata_libgdata_la-gdata-enums.lo `test -f 'gdata/gdata-enums.c' || echo './'`gdata/gdata-enums.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/youtube/gdata-youtube-comment.c -fPIC -DPIC -o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-comment.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/youtube/gdata-youtube-feed.c -fPIC -DPIC -o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-feed.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/media/gdata_libgdata_la-gdata-media-enums.lo `test -f 'gdata/media/gdata-media-enums.c' || echo './'`gdata/media/gdata-media-enums.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/freebase/gdata-freebase-result.c -fPIC -DPIC -o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-result.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/documents/gdata_libgdata_la-gdata-documents-enums.lo `test -f 'gdata/services/documents/gdata-documents-enums.c' || echo './'`gdata/services/documents/gdata-documents-enums.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/freebase/gdata_libgdata_la-gdata-freebase-enums.lo `test -f 'gdata/services/freebase/gdata-freebase-enums.c' || echo './'`gdata/services/freebase/gdata-freebase-enums.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-enums.lo `test -f 'gdata/services/picasaweb/gdata-picasaweb-enums.c' || echo './'`gdata/services/picasaweb/gdata-picasaweb-enums.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/youtube/gdata_libgdata_la-gdata-youtube-enums.lo `test -f 'gdata/services/youtube/gdata-youtube-enums.c' || echo './'`gdata/services/youtube/gdata-youtube-enums.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/freebase/gdata-freebase-search-query.c -fPIC -DPIC -o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-search-query.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/atom/gdata_libgdata_la-gdata-author.lo `test -f 'gdata/atom/gdata-author.c' || echo './'`gdata/atom/gdata-author.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/freebase/gdata-freebase-search-result.c -fPIC -DPIC -o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-search-result.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/freebase/gdata-freebase-topic-query.c -fPIC -DPIC -o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-topic-query.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/atom/gdata_libgdata_la-gdata-category.lo `test -f 'gdata/atom/gdata-category.c' || echo './'`gdata/atom/gdata-category.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/atom/gdata_libgdata_la-gdata-generator.lo `test -f 'gdata/atom/gdata-generator.c' || echo './'`gdata/atom/gdata-generator.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/atom/gdata_libgdata_la-gdata-link.lo `test -f 'gdata/atom/gdata-link.c' || echo './'`gdata/atom/gdata-link.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/freebase/gdata-freebase-query.c -fPIC -DPIC -o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-query.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/freebase/gdata-freebase-topic-result.c -fPIC -DPIC -o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-topic-result.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-goa-authorizer.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-goa-authorizer.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/app/gdata_libgdata_la-gdata-app-categories.lo `test -f 'gdata/app/gdata-app-categories.c' || echo './'`gdata/app/gdata-app-categories.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/exif/gdata_libgdata_la-gdata-exif-tags.lo `test -f 'gdata/exif/gdata-exif-tags.c' || echo './'`gdata/exif/gdata-exif-tags.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/media/gdata-media-enums.c -fPIC -DPIC -o gdata/media/.libs/gdata_libgdata_la-gdata-media-enums.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-marshal.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-marshal.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gdata-enums.c -fPIC -DPIC -o gdata/.libs/gdata_libgdata_la-gdata-enums.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gd/gdata_libgdata_la-gdata-gd-email-address.lo `test -f 'gdata/gd/gdata-gd-email-address.c' || echo './'`gdata/gd/gdata-gd-email-address.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gd/gdata_libgdata_la-gdata-gd-feed-link.lo `test -f 'gdata/gd/gdata-gd-feed-link.c' || echo './'`gdata/gd/gdata-gd-feed-link.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gd/gdata_libgdata_la-gdata-gd-im-address.lo `test -f 'gdata/gd/gdata-gd-im-address.c' || echo './'`gdata/gd/gdata-gd-im-address.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gd/gdata_libgdata_la-gdata-gd-organization.lo `test -f 'gdata/gd/gdata-gd-organization.c' || echo './'`gdata/gd/gdata-gd-organization.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/documents/gdata-documents-enums.c -fPIC -DPIC -o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-enums.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gd/gdata_libgdata_la-gdata-gd-phone-number.lo `test -f 'gdata/gd/gdata-gd-phone-number.c' || echo './'`gdata/gd/gdata-gd-phone-number.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/freebase/gdata-freebase-enums.c -fPIC -DPIC -o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-enums.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gd/gdata_libgdata_la-gdata-gd-postal-address.lo `test -f 'gdata/gd/gdata-gd-postal-address.c' || echo './'`gdata/gd/gdata-gd-postal-address.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/atom/gdata-author.c -fPIC -DPIC -o gdata/atom/.libs/gdata_libgdata_la-gdata-author.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/youtube/gdata-youtube-enums.c -fPIC -DPIC -o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-enums.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/atom/gdata-generator.c -fPIC -DPIC -o gdata/atom/.libs/gdata_libgdata_la-gdata-generator.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gd/gdata_libgdata_la-gdata-gd-reminder.lo `test -f 'gdata/gd/gdata-gd-reminder.c' || echo './'`gdata/gd/gdata-gd-reminder.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/picasaweb/gdata-picasaweb-enums.c -fPIC -DPIC -o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-enums.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gd/gdata_libgdata_la-gdata-gd-when.lo `test -f 'gdata/gd/gdata-gd-when.c' || echo './'`gdata/gd/gdata-gd-when.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/atom/gdata-link.c -fPIC -DPIC -o gdata/atom/.libs/gdata_libgdata_la-gdata-link.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/atom/gdata-category.c -fPIC -DPIC -o gdata/atom/.libs/gdata_libgdata_la-gdata-category.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gd/gdata_libgdata_la-gdata-gd-where.lo `test -f 'gdata/gd/gdata-gd-where.c' || echo './'`gdata/gd/gdata-gd-where.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gd/gdata_libgdata_la-gdata-gd-who.lo `test -f 'gdata/gd/gdata-gd-who.c' || echo './'`gdata/gd/gdata-gd-who.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/app/gdata-app-categories.c -fPIC -DPIC -o gdata/app/.libs/gdata_libgdata_la-gdata-app-categories.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gd/gdata_libgdata_la-gdata-gd-name.lo `test -f 'gdata/gd/gdata-gd-name.c' || echo './'`gdata/gd/gdata-gd-name.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gcontact/gdata_libgdata_la-gdata-gcontact-calendar.lo `test -f 'gdata/gcontact/gdata-gcontact-calendar.c' || echo './'`gdata/gcontact/gdata-gcontact-calendar.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gd/gdata-gd-organization.c -fPIC -DPIC -o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-organization.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gd/gdata-gd-email-address.c -fPIC -DPIC -o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-email-address.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/exif/gdata-exif-tags.c -fPIC -DPIC -o gdata/exif/.libs/gdata_libgdata_la-gdata-exif-tags.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gcontact/gdata_libgdata_la-gdata-gcontact-event.lo `test -f 'gdata/gcontact/gdata-gcontact-event.c' || echo './'`gdata/gcontact/gdata-gcontact-event.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gcontact/gdata_libgdata_la-gdata-gcontact-external-id.lo `test -f 'gdata/gcontact/gdata-gcontact-external-id.c' || echo './'`gdata/gcontact/gdata-gcontact-external-id.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gcontact/gdata_libgdata_la-gdata-gcontact-jot.lo `test -f 'gdata/gcontact/gdata-gcontact-jot.c' || echo './'`gdata/gcontact/gdata-gcontact-jot.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gd/gdata-gd-feed-link.c -fPIC -DPIC -o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-feed-link.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gd/gdata-gd-phone-number.c -fPIC -DPIC -o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-phone-number.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gd/gdata-gd-im-address.c -fPIC -DPIC -o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-im-address.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gcontact/gdata_libgdata_la-gdata-gcontact-language.lo `test -f 'gdata/gcontact/gdata-gcontact-language.c' || echo './'`gdata/gcontact/gdata-gcontact-language.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gcontact/gdata_libgdata_la-gdata-gcontact-relation.lo `test -f 'gdata/gcontact/gdata-gcontact-relation.c' || echo './'`gdata/gcontact/gdata-gcontact-relation.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/gcontact/gdata_libgdata_la-gdata-gcontact-website.lo `test -f 'gdata/gcontact/gdata-gcontact-website.c' || echo './'`gdata/gcontact/gdata-gcontact-website.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gd/gdata-gd-postal-address.c -fPIC -DPIC -o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-postal-address.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/georss/gdata_libgdata_la-gdata-georss-where.lo `test -f 'gdata/georss/gdata-georss-where.c' || echo './'`gdata/georss/gdata-georss-where.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/calendar/gdata_libgdata_la-gdata-calendar-service.lo `test -f 'gdata/services/calendar/gdata-calendar-service.c' || echo './'`gdata/services/calendar/gdata-calendar-service.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gd/gdata-gd-reminder.c -fPIC -DPIC -o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-reminder.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gd/gdata-gd-when.c -fPIC -DPIC -o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-when.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/calendar/gdata_libgdata_la-gdata-calendar-calendar.lo `test -f 'gdata/services/calendar/gdata-calendar-calendar.c' || echo './'`gdata/services/calendar/gdata-calendar-calendar.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gd/gdata-gd-where.c -fPIC -DPIC -o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-where.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gd/gdata-gd-name.c -fPIC -DPIC -o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-name.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gd/gdata-gd-who.c -fPIC -DPIC -o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-who.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/calendar/gdata_libgdata_la-gdata-calendar-event.lo `test -f 'gdata/services/calendar/gdata-calendar-event.c' || echo './'`gdata/services/calendar/gdata-calendar-event.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gcontact/gdata-gcontact-jot.c -fPIC -DPIC -o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-jot.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gcontact/gdata-gcontact-external-id.c -fPIC -DPIC -o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-external-id.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gcontact/gdata-gcontact-event.c -fPIC -DPIC -o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-event.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/calendar/gdata_libgdata_la-gdata-calendar-query.lo `test -f 'gdata/services/calendar/gdata-calendar-query.c' || echo './'`gdata/services/calendar/gdata-calendar-query.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/calendar/gdata_libgdata_la-gdata-calendar-feed.lo `test -f 'gdata/services/calendar/gdata-calendar-feed.c' || echo './'`gdata/services/calendar/gdata-calendar-feed.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gcontact/gdata-gcontact-calendar.c -fPIC -DPIC -o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-calendar.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/calendar/gdata_libgdata_la-gdata-calendar-access-rule.lo `test -f 'gdata/services/calendar/gdata-calendar-access-rule.c' || echo './'`gdata/services/calendar/gdata-calendar-access-rule.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/contacts/gdata_libgdata_la-gdata-contacts-service.lo `test -f 'gdata/services/contacts/gdata-contacts-service.c' || echo './'`gdata/services/contacts/gdata-contacts-service.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/contacts/gdata_libgdata_la-gdata-contacts-contact.lo `test -f 'gdata/services/contacts/gdata-contacts-contact.c' || echo './'`gdata/services/contacts/gdata-contacts-contact.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gcontact/gdata-gcontact-language.c -fPIC -DPIC -o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-language.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/contacts/gdata_libgdata_la-gdata-contacts-group.lo `test -f 'gdata/services/contacts/gdata-contacts-group.c' || echo './'`gdata/services/contacts/gdata-contacts-group.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gcontact/gdata-gcontact-relation.c -fPIC -DPIC -o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-relation.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/contacts/gdata_libgdata_la-gdata-contacts-query.lo `test -f 'gdata/services/contacts/gdata-contacts-query.c' || echo './'`gdata/services/contacts/gdata-contacts-query.c /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/tasks/gdata_libgdata_la-gdata-tasks-service.lo `test -f 'gdata/services/tasks/gdata-tasks-service.c' || echo './'`gdata/services/tasks/gdata-tasks-service.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/gcontact/gdata-gcontact-website.c -fPIC -DPIC -o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-website.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/tasks/gdata_libgdata_la-gdata-tasks-tasklist.lo `test -f 'gdata/services/tasks/gdata-tasks-tasklist.c' || echo './'`gdata/services/tasks/gdata-tasks-tasklist.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/georss/gdata-georss-where.c -fPIC -DPIC -o gdata/georss/.libs/gdata_libgdata_la-gdata-georss-where.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/tasks/gdata_libgdata_la-gdata-tasks-task.lo `test -f 'gdata/services/tasks/gdata-tasks-task.c' || echo './'`gdata/services/tasks/gdata-tasks-task.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/calendar/gdata-calendar-service.c -fPIC -DPIC -o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-service.o /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o gdata/services/tasks/gdata_libgdata_la-gdata-tasks-query.lo `test -f 'gdata/services/tasks/gdata-tasks-query.c' || echo './'`gdata/services/tasks/gdata-tasks-query.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/calendar/gdata-calendar-calendar.c -fPIC -DPIC -o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-calendar.o gcc -DHAVE_CONFIG_H -I. -I./ -I./gdata -DG_LOG_DOMAIN=\"youtube\" -DLIBGDATA_DISABLE_DEPRECATED -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o demos/youtube/demos_youtube_youtube_cli-youtube-cli.o `test -f 'demos/youtube/youtube-cli.c' || echo './'`demos/youtube/youtube-cli.c gcc -DHAVE_CONFIG_H -I. -I./ -I./gdata -DG_LOG_DOMAIN=\"calendar\" -DLIBGDATA_DISABLE_DEPRECATED -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o demos/calendar/demos_calendar_calendar_cli-calendar-cli.o `test -f 'demos/calendar/calendar-cli.c' || echo './'`demos/calendar/calendar-cli.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/calendar/gdata-calendar-event.c -fPIC -DPIC -o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-event.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/calendar/gdata-calendar-access-rule.c -fPIC -DPIC -o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-access-rule.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/calendar/gdata-calendar-query.c -fPIC -DPIC -o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-query.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/calendar/gdata-calendar-feed.c -fPIC -DPIC -o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-feed.o gcc -DHAVE_CONFIG_H -I. -I./ -I./gdata -DG_LOG_DOMAIN=\"tasks\" -DLIBGDATA_DISABLE_DEPRECATED -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o demos/tasks/demos_tasks_tasks_cli-tasks-cli.o `test -f 'demos/tasks/tasks-cli.c' || echo './'`demos/tasks/tasks-cli.c gcc -DHAVE_CONFIG_H -I. -I./ -I./gdata -DG_LOG_DOMAIN=\"docs-list\" -DLIBGDATA_DISABLE_DEPRECATED -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o demos/docs-list/demos_docs_list_docs_list-docs-list.o `test -f 'demos/docs-list/docs-list.c' || echo './'`demos/docs-list/docs-list.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/contacts/gdata-contacts-service.c -fPIC -DPIC -o gdata/services/contacts/.libs/gdata_libgdata_la-gdata-contacts-service.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/contacts/gdata-contacts-contact.c -fPIC -DPIC -o gdata/services/contacts/.libs/gdata_libgdata_la-gdata-contacts-contact.o gcc -DHAVE_CONFIG_H -I. -I./ -I./gdata -DG_LOG_DOMAIN=\"scrapbook\" -DLIBGDATA_DISABLE_DEPRECATED -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c -o demos/scrapbook/demos_scrapbook_scrapbook-scrapbook.o `test -f 'demos/scrapbook/scrapbook.c' || echo './'`demos/scrapbook/scrapbook.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/contacts/gdata-contacts-query.c -fPIC -DPIC -o gdata/services/contacts/.libs/gdata_libgdata_la-gdata-contacts-query.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/tasks/gdata-tasks-service.c -fPIC -DPIC -o gdata/services/tasks/.libs/gdata_libgdata_la-gdata-tasks-service.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/tasks/gdata-tasks-task.c -fPIC -DPIC -o gdata/services/tasks/.libs/gdata_libgdata_la-gdata-tasks-task.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/contacts/gdata-contacts-group.c -fPIC -DPIC -o gdata/services/contacts/.libs/gdata_libgdata_la-gdata-contacts-group.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/tasks/gdata-tasks-query.c -fPIC -DPIC -o gdata/services/tasks/.libs/gdata_libgdata_la-gdata-tasks-query.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -c gdata/services/tasks/gdata-tasks-tasklist.c -fPIC -DPIC -o gdata/services/tasks/.libs/gdata_libgdata_la-gdata-tasks-tasklist.o /bin/sh ./libtool --tag=CC --mode=link gcc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -version-info 25:0:3 -export-symbols ./gdata/gdata.symbols -no-undefined -Wl,--no-as-needed -Wl,-z,relro -o gdata/libgdata.la -rpath /usr/lib gdata/gdata_libgdata_la-gdata-marshal.lo gdata/gdata_libgdata_la-gdata-enums.lo gdata/media/gdata_libgdata_la-gdata-media-enums.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-enums.lo gdata/services/freebase/gdata_libgdata_la-gdata-freebase-enums.lo gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-enums.lo gdata/services/youtube/gdata_libgdata_la-gdata-youtube-enums.lo gdata/gdata_libgdata_la-gdata-entry.lo gdata/gdata_libgdata_la-gdata-feed.lo gdata/gdata_libgdata_la-gdata-service.lo gdata/gdata_libgdata_la-gdata-types.lo gdata/gdata_libgdata_la-gdata-query.lo gdata/gdata_libgdata_la-gdata-parser.lo gdata/gdata_libgdata_la-gdata-commentable.lo gdata/gdata_libgdata_la-gdata-comment.lo gdata/gdata_libgdata_la-gdata-access-handler.lo gdata/gdata_libgdata_la-gdata-access-rule.lo gdata/gdata_libgdata_la-gdata-parsable.lo gdata/gdata_libgdata_la-gdata-download-stream.lo gdata/gdata_libgdata_la-gdata-upload-stream.lo gdata/gdata_libgdata_la-gdata-buffer.lo gdata/gdata_libgdata_la-gdata-comparable.lo gdata/gdata_libgdata_la-gdata-batch-operation.lo gdata/gdata_libgdata_la-gdata-batchable.lo gdata/gdata_libgdata_la-gdata-batch-feed.lo gdata/gdata_libgdata_la-gdata-authorizer.lo gdata/gdata_libgdata_la-gdata-authorization-domain.lo gdata/gdata_libgdata_la-gdata-client-login-authorizer.lo gdata/gdata_libgdata_la-gdata-oauth1-authorizer.lo gdata/gdata_libgdata_la-gdata-oauth2-authorizer.lo gdata/atom/gdata_libgdata_la-gdata-author.lo gdata/atom/gdata_libgdata_la-gdata-category.lo gdata/atom/gdata_libgdata_la-gdata-generator.lo gdata/atom/gdata_libgdata_la-gdata-link.lo gdata/app/gdata_libgdata_la-gdata-app-categories.lo gdata/exif/gdata_libgdata_la-gdata-exif-tags.lo gdata/gd/gdata_libgdata_la-gdata-gd-email-address.lo gdata/gd/gdata_libgdata_la-gdata-gd-feed-link.lo gdata/gd/gdata_libgdata_la-gdata-gd-im-address.lo gdata/gd/gdata_libgdata_la-gdata-gd-organization.lo gdata/gd/gdata_libgdata_la-gdata-gd-phone-number.lo gdata/gd/gdata_libgdata_la-gdata-gd-postal-address.lo gdata/gd/gdata_libgdata_la-gdata-gd-reminder.lo gdata/gd/gdata_libgdata_la-gdata-gd-when.lo gdata/gd/gdata_libgdata_la-gdata-gd-where.lo gdata/gd/gdata_libgdata_la-gdata-gd-who.lo gdata/gd/gdata_libgdata_la-gdata-gd-name.lo gdata/gcontact/gdata_libgdata_la-gdata-gcontact-calendar.lo gdata/gcontact/gdata_libgdata_la-gdata-gcontact-event.lo gdata/gcontact/gdata_libgdata_la-gdata-gcontact-external-id.lo gdata/gcontact/gdata_libgdata_la-gdata-gcontact-jot.lo gdata/gcontact/gdata_libgdata_la-gdata-gcontact-language.lo gdata/gcontact/gdata_libgdata_la-gdata-gcontact-relation.lo gdata/gcontact/gdata_libgdata_la-gdata-gcontact-website.lo gdata/georss/gdata_libgdata_la-gdata-georss-where.lo gdata/media/gdata_libgdata_la-gdata-media-category.lo gdata/media/gdata_libgdata_la-gdata-media-content.lo gdata/media/gdata_libgdata_la-gdata-media-credit.lo gdata/media/gdata_libgdata_la-gdata-media-thumbnail.lo gdata/media/gdata_libgdata_la-gdata-media-group.lo gdata/services/calendar/gdata_libgdata_la-gdata-calendar-service.lo gdata/services/calendar/gdata_libgdata_la-gdata-calendar-calendar.lo gdata/services/calendar/gdata_libgdata_la-gdata-calendar-event.lo gdata/services/calendar/gdata_libgdata_la-gdata-calendar-query.lo gdata/services/calendar/gdata_libgdata_la-gdata-calendar-feed.lo gdata/services/calendar/gdata_libgdata_la-gdata-calendar-access-rule.lo gdata/services/contacts/gdata_libgdata_la-gdata-contacts-service.lo gdata/services/contacts/gdata_libgdata_la-gdata-contacts-contact.lo gdata/services/contacts/gdata_libgdata_la-gdata-contacts-group.lo gdata/services/contacts/gdata_libgdata_la-gdata-contacts-query.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-service.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-metadata.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-feed.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-entry.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-document.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-text.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-presentation.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-spreadsheet.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-folder.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-drawing.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-pdf.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-query.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-upload-query.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-access-rule.lo gdata/services/documents/gdata_libgdata_la-gdata-documents-utils.lo gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-album.lo gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-query.lo gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-file.lo gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-service.lo gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-user.lo gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-feed.lo gdata/services/picasaweb/gdata_libgdata_la-gdata-picasaweb-comment.lo gdata/services/youtube/gdata_libgdata_la-gdata-youtube-service.lo gdata/services/youtube/gdata_libgdata_la-gdata-youtube-video.lo gdata/services/youtube/gdata_libgdata_la-gdata-youtube-content.lo gdata/services/youtube/gdata_libgdata_la-gdata-youtube-credit.lo gdata/services/youtube/gdata_libgdata_la-gdata-youtube-query.lo gdata/services/youtube/gdata_libgdata_la-gdata-youtube-state.lo gdata/services/youtube/gdata_libgdata_la-gdata-youtube-category.lo gdata/services/youtube/gdata_libgdata_la-gdata-youtube-comment.lo gdata/services/youtube/gdata_libgdata_la-gdata-youtube-feed.lo gdata/services/tasks/gdata_libgdata_la-gdata-tasks-service.lo gdata/services/tasks/gdata_libgdata_la-gdata-tasks-tasklist.lo gdata/services/tasks/gdata_libgdata_la-gdata-tasks-task.lo gdata/services/tasks/gdata_libgdata_la-gdata-tasks-query.lo gdata/services/freebase/gdata_libgdata_la-gdata-freebase-service.lo gdata/services/freebase/gdata_libgdata_la-gdata-freebase-result.lo gdata/services/freebase/gdata_libgdata_la-gdata-freebase-search-query.lo gdata/services/freebase/gdata_libgdata_la-gdata-freebase-search-result.lo gdata/services/freebase/gdata_libgdata_la-gdata-freebase-topic-query.lo gdata/services/freebase/gdata_libgdata_la-gdata-freebase-topic-result.lo gdata/services/freebase/gdata_libgdata_la-gdata-freebase-query.lo gdata/gdata_libgdata_la-gdata-goa-authorizer.lo -pthread -lxml2 -lsoup-2.4 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 libtool: link: echo "{ global:" > gdata/.libs/libgdata.ver libtool: link: cat ./gdata/gdata.symbols | sed -e "s/\(.*\)/\1;/" >> gdata/.libs/libgdata.ver libtool: link: echo "local: *; };" >> gdata/.libs/libgdata.ver libtool: link: gcc -shared -fPIC -DPIC gdata/.libs/gdata_libgdata_la-gdata-marshal.o gdata/.libs/gdata_libgdata_la-gdata-enums.o gdata/media/.libs/gdata_libgdata_la-gdata-media-enums.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-enums.o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-enums.o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-enums.o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-enums.o gdata/.libs/gdata_libgdata_la-gdata-entry.o gdata/.libs/gdata_libgdata_la-gdata-feed.o gdata/.libs/gdata_libgdata_la-gdata-service.o gdata/.libs/gdata_libgdata_la-gdata-types.o gdata/.libs/gdata_libgdata_la-gdata-query.o gdata/.libs/gdata_libgdata_la-gdata-parser.o gdata/.libs/gdata_libgdata_la-gdata-commentable.o gdata/.libs/gdata_libgdata_la-gdata-comment.o gdata/.libs/gdata_libgdata_la-gdata-access-handler.o gdata/.libs/gdata_libgdata_la-gdata-access-rule.o gdata/.libs/gdata_libgdata_la-gdata-parsable.o gdata/.libs/gdata_libgdata_la-gdata-download-stream.o gdata/.libs/gdata_libgdata_la-gdata-upload-stream.o gdata/.libs/gdata_libgdata_la-gdata-buffer.o gdata/.libs/gdata_libgdata_la-gdata-comparable.o gdata/.libs/gdata_libgdata_la-gdata-batch-operation.o gdata/.libs/gdata_libgdata_la-gdata-batchable.o gdata/.libs/gdata_libgdata_la-gdata-batch-feed.o gdata/.libs/gdata_libgdata_la-gdata-authorizer.o gdata/.libs/gdata_libgdata_la-gdata-authorization-domain.o gdata/.libs/gdata_libgdata_la-gdata-client-login-authorizer.o gdata/.libs/gdata_libgdata_la-gdata-oauth1-authorizer.o gdata/.libs/gdata_libgdata_la-gdata-oauth2-authorizer.o gdata/atom/.libs/gdata_libgdata_la-gdata-author.o gdata/atom/.libs/gdata_libgdata_la-gdata-category.o gdata/atom/.libs/gdata_libgdata_la-gdata-generator.o gdata/atom/.libs/gdata_libgdata_la-gdata-link.o gdata/app/.libs/gdata_libgdata_la-gdata-app-categories.o gdata/exif/.libs/gdata_libgdata_la-gdata-exif-tags.o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-email-address.o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-feed-link.o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-im-address.o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-organization.o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-phone-number.o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-postal-address.o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-reminder.o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-when.o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-where.o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-who.o gdata/gd/.libs/gdata_libgdata_la-gdata-gd-name.o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-calendar.o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-event.o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-external-id.o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-jot.o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-language.o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-relation.o gdata/gcontact/.libs/gdata_libgdata_la-gdata-gcontact-website.o gdata/georss/.libs/gdata_libgdata_la-gdata-georss-where.o gdata/media/.libs/gdata_libgdata_la-gdata-media-category.o gdata/media/.libs/gdata_libgdata_la-gdata-media-content.o gdata/media/.libs/gdata_libgdata_la-gdata-media-credit.o gdata/media/.libs/gdata_libgdata_la-gdata-media-thumbnail.o gdata/media/.libs/gdata_libgdata_la-gdata-media-group.o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-service.o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-calendar.o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-event.o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-query.o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-feed.o gdata/services/calendar/.libs/gdata_libgdata_la-gdata-calendar-access-rule.o gdata/services/contacts/.libs/gdata_libgdata_la-gdata-contacts-service.o gdata/services/contacts/.libs/gdata_libgdata_la-gdata-contacts-contact.o gdata/services/contacts/.libs/gdata_libgdata_la-gdata-contacts-group.o gdata/services/contacts/.libs/gdata_libgdata_la-gdata-contacts-query.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-service.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-metadata.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-feed.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-entry.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-document.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-text.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-presentation.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-spreadsheet.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-folder.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-drawing.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-pdf.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-query.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-upload-query.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-access-rule.o gdata/services/documents/.libs/gdata_libgdata_la-gdata-documents-utils.o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-album.o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-query.o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-file.o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-service.o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-user.o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-feed.o gdata/services/picasaweb/.libs/gdata_libgdata_la-gdata-picasaweb-comment.o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-service.o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-video.o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-content.o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-credit.o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-query.o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-state.o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-category.o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-comment.o gdata/services/youtube/.libs/gdata_libgdata_la-gdata-youtube-feed.o gdata/services/tasks/.libs/gdata_libgdata_la-gdata-tasks-service.o gdata/services/tasks/.libs/gdata_libgdata_la-gdata-tasks-tasklist.o gdata/services/tasks/.libs/gdata_libgdata_la-gdata-tasks-task.o gdata/services/tasks/.libs/gdata_libgdata_la-gdata-tasks-query.o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-service.o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-result.o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-search-query.o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-search-result.o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-topic-query.o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-topic-result.o gdata/services/freebase/.libs/gdata_libgdata_la-gdata-freebase-query.o gdata/.libs/gdata_libgdata_la-gdata-goa-authorizer.o -lsoup-2.4 -ljson-glib-1.0 -lgthread-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -pthread -pthread -O2 -g -fstack-protector-strong -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -Wl,--no-as-needed -Wl,-z -Wl,relro -pthread -pthread -Wl,-soname -Wl,libgdata.so.22 -Wl,-version-script -Wl,gdata/.libs/libgdata.ver -o gdata/.libs/libgdata.so.22.3.0 libtool: link: (cd "gdata/.libs" && rm -f "libgdata.so.22" && ln -s "libgdata.so.22.3.0" "libgdata.so.22") libtool: link: (cd "gdata/.libs" && rm -f "libgdata.so" && ln -s "libgdata.so.22.3.0" "libgdata.so") libtool: link: ( cd "gdata/.libs" && rm -f "libgdata.la" && ln -s "../libgdata.la" "libgdata.la" ) /bin/sh ./libtool --tag=CC --mode=link gcc -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,--no-as-needed -Wl,-z,relro -o demos/youtube/youtube-cli demos/youtube/demos_youtube_youtube_cli-youtube-cli.o ./gdata/libgdata.la -pthread -lxml2 -lsoup-2.4 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 /bin/sh ./libtool --tag=CC --mode=link gcc -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,--no-as-needed -Wl,-z,relro -o demos/calendar/calendar-cli demos/calendar/demos_calendar_calendar_cli-calendar-cli.o ./gdata/libgdata.la -pthread -lxml2 -lsoup-2.4 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 /bin/sh ./libtool --tag=CC --mode=link gcc -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,--no-as-needed -Wl,-z,relro -o demos/tasks/tasks-cli demos/tasks/demos_tasks_tasks_cli-tasks-cli.o ./gdata/libgdata.la -pthread -lxml2 -lsoup-2.4 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 /bin/sh ./libtool --tag=CC --mode=link gcc -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,--no-as-needed -Wl,-z,relro -o demos/docs-list/docs-list demos/docs-list/demos_docs_list_docs_list-docs-list.o ./gdata/libgdata.la -pthread -lxml2 -lsoup-2.4 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 /bin/sh ./libtool --tag=CC --mode=link gcc -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,--no-as-needed -Wl,-z,relro -o demos/scrapbook/scrapbook demos/scrapbook/demos_scrapbook_scrapbook-scrapbook.o ./gdata/libgdata.la -lgtk-3 -lgdk-3 -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -pthread -lxml2 -lsoup-2.4 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 CPPFLAGS="" CFLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing" LDFLAGS="-Wl,-z,relro " CC="gcc" PKG_CONFIG="/usr/bin/pkg-config" DLLTOOL="false" /usr/bin/g-ir-scanner --warn-all --namespace=GData --nsversion=0.0 --libtool="/bin/sh ./libtool" --include=GObject-2.0 --include=libxml2-2.0 --include=Soup-2.4 --include=Json-1.0 --include=Goa-1.0 --pkg-export=libgdata --library=gdata/libgdata.la --nsversion=0.0 --symbol-prefix=gdata --c-include="gdata/gdata.h" --warn-all --cflags-begin -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED='(G_ENCODE_VERSION(2, 44))' -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -I. -I./gdata -I./gdata/media -I./gdata/services/documents -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -I./gdata -I./gdata/media -I./gdata/services/picasaweb -I./gdata/services/youtube -I./gdata/services/freebase -DG_LOG_DOMAIN=\"libgdata\" --cflags-end gdata/gdata-entry.c gdata/gdata-feed.c gdata/gdata-service.c gdata/gdata-types.c gdata/gdata-query.c gdata/gdata-parser.c gdata/gdata-commentable.c gdata/gdata-comment.c gdata/gdata-access-handler.c gdata/gdata-access-rule.c gdata/gdata-parsable.c gdata/gdata-download-stream.c gdata/gdata-upload-stream.c gdata/gdata-buffer.c gdata/gdata-comparable.c gdata/gdata-batch-operation.c gdata/gdata-batchable.c gdata/gdata-batch-feed.c gdata/gdata-authorizer.c gdata/gdata-authorization-domain.c gdata/gdata-client-login-authorizer.c gdata/gdata-oauth1-authorizer.c gdata/gdata-oauth2-authorizer.c gdata/atom/gdata-author.c gdata/atom/gdata-category.c gdata/atom/gdata-generator.c gdata/atom/gdata-link.c gdata/app/gdata-app-categories.c gdata/exif/gdata-exif-tags.c gdata/gd/gdata-gd-email-address.c gdata/gd/gdata-gd-feed-link.c gdata/gd/gdata-gd-im-address.c gdata/gd/gdata-gd-organization.c gdata/gd/gdata-gd-phone-number.c gdata/gd/gdata-gd-postal-address.c gdata/gd/gdata-gd-reminder.c gdata/gd/gdata-gd-when.c gdata/gd/gdata-gd-where.c gdata/gd/gdata-gd-who.c gdata/gd/gdata-gd-name.c gdata/gcontact/gdata-gcontact-calendar.c gdata/gcontact/gdata-gcontact-event.c gdata/gcontact/gdata-gcontact-external-id.c gdata/gcontact/gdata-gcontact-jot.c gdata/gcontact/gdata-gcontact-language.c gdata/gcontact/gdata-gcontact-relation.c gdata/gcontact/gdata-gcontact-website.c gdata/georss/gdata-georss-where.c gdata/media/gdata-media-category.c gdata/media/gdata-media-content.c gdata/media/gdata-media-credit.c gdata/media/gdata-media-thumbnail.c gdata/media/gdata-media-group.c gdata/services/calendar/gdata-calendar-service.c gdata/services/calendar/gdata-calendar-calendar.c gdata/services/calendar/gdata-calendar-event.c gdata/services/calendar/gdata-calendar-query.c gdata/services/calendar/gdata-calendar-feed.c gdata/services/calendar/gdata-calendar-access-rule.c gdata/services/contacts/gdata-contacts-service.c gdata/services/contacts/gdata-contacts-contact.c gdata/services/contacts/gdata-contacts-group.c gdata/services/contacts/gdata-contacts-query.c gdata/services/documents/gdata-documents-service.c gdata/services/documents/gdata-documents-metadata.c gdata/services/documents/gdata-documents-feed.c gdata/services/documents/gdata-documents-entry.c gdata/services/documents/gdata-documents-document.c gdata/services/documents/gdata-documents-text.c gdata/services/documents/gdata-documents-presentation.c gdata/services/documents/gdata-documents-spreadsheet.c gdata/services/documents/gdata-documents-folder.c gdata/services/documents/gdata-documents-drawing.c gdata/services/documents/gdata-documents-pdf.c gdata/services/documents/gdata-documents-query.c gdata/services/documents/gdata-documents-upload-query.c gdata/services/documents/gdata-documents-access-rule.c gdata/services/documents/gdata-documents-utils.c gdata/services/picasaweb/gdata-picasaweb-album.c gdata/services/picasaweb/gdata-picasaweb-query.c gdata/services/picasaweb/gdata-picasaweb-file.c gdata/services/picasaweb/gdata-picasaweb-service.c gdata/services/picasaweb/gdata-picasaweb-user.c gdata/services/picasaweb/gdata-picasaweb-feed.c gdata/services/picasaweb/gdata-picasaweb-comment.c gdata/services/youtube/gdata-youtube-service.c gdata/services/youtube/gdata-youtube-video.c gdata/services/youtube/gdata-youtube-content.c gdata/services/youtube/gdata-youtube-credit.c gdata/services/youtube/gdata-youtube-query.c gdata/services/youtube/gdata-youtube-state.c gdata/services/youtube/gdata-youtube-category.c gdata/services/youtube/gdata-youtube-comment.c gdata/services/youtube/gdata-youtube-feed.c gdata/services/tasks/gdata-tasks-service.c gdata/services/tasks/gdata-tasks-tasklist.c gdata/services/tasks/gdata-tasks-task.c gdata/services/tasks/gdata-tasks-query.c gdata/services/freebase/gdata-freebase-service.c gdata/services/freebase/gdata-freebase-result.c gdata/services/freebase/gdata-freebase-search-query.c gdata/services/freebase/gdata-freebase-search-result.c gdata/services/freebase/gdata-freebase-topic-query.c gdata/services/freebase/gdata-freebase-topic-result.c gdata/services/freebase/gdata-freebase-query.c gdata/gdata-goa-authorizer.c gdata/gdata.h gdata/gdata-entry.h gdata/gdata-feed.h gdata/gdata-service.h gdata/gdata-query.h gdata/gdata-commentable.h gdata/gdata-comment.h gdata/gdata-access-handler.h gdata/gdata-access-rule.h gdata/gdata-parsable.h gdata/gdata-download-stream.h gdata/gdata-upload-stream.h gdata/gdata-comparable.h gdata/gdata-batch-operation.h gdata/gdata-batchable.h gdata/gdata-authorizer.h gdata/gdata-authorization-domain.h gdata/gdata-client-login-authorizer.h gdata/gdata-oauth1-authorizer.h gdata/gdata-oauth2-authorizer.h gdata/gdata-goa-authorizer.h gdata/gdata-enums.h gdata/gdata-types.h gdata/gdata-version.h gdata/atom/gdata-author.h gdata/atom/gdata-category.h gdata/atom/gdata-generator.h gdata/atom/gdata-link.h gdata/app/gdata-app-categories.h gdata/gd/gdata-gd-email-address.h gdata/gd/gdata-gd-im-address.h gdata/gd/gdata-gd-organization.h gdata/gd/gdata-gd-phone-number.h gdata/gd/gdata-gd-postal-address.h gdata/gd/gdata-gd-reminder.h gdata/gd/gdata-gd-when.h gdata/gd/gdata-gd-where.h gdata/gd/gdata-gd-who.h gdata/gd/gdata-gd-name.h gdata/gcontact/gdata-gcontact-calendar.h gdata/gcontact/gdata-gcontact-event.h gdata/gcontact/gdata-gcontact-external-id.h gdata/gcontact/gdata-gcontact-jot.h gdata/gcontact/gdata-gcontact-language.h gdata/gcontact/gdata-gcontact-relation.h gdata/gcontact/gdata-gcontact-website.h gdata/media/gdata-media-category.h gdata/media/gdata-media-content.h gdata/media/gdata-media-credit.h gdata/media/gdata-media-thumbnail.h gdata/media/gdata-media-enums.h gdata/services/calendar/gdata-calendar-service.h gdata/services/calendar/gdata-calendar-calendar.h gdata/services/calendar/gdata-calendar-event.h gdata/services/calendar/gdata-calendar-query.h gdata/services/calendar/gdata-calendar-feed.h gdata/services/calendar/gdata-calendar-access-rule.h gdata/services/contacts/gdata-contacts-service.h gdata/services/contacts/gdata-contacts-contact.h gdata/services/contacts/gdata-contacts-group.h gdata/services/contacts/gdata-contacts-query.h gdata/services/documents/gdata-documents-service.h gdata/services/documents/gdata-documents-metadata.h gdata/services/documents/gdata-documents-feed.h gdata/services/documents/gdata-documents-entry.h gdata/services/documents/gdata-documents-query.h gdata/services/documents/gdata-documents-document.h gdata/services/documents/gdata-documents-text.h gdata/services/documents/gdata-documents-presentation.h gdata/services/documents/gdata-documents-folder.h gdata/services/documents/gdata-documents-drawing.h gdata/services/documents/gdata-documents-pdf.h gdata/services/documents/gdata-documents-spreadsheet.h gdata/services/documents/gdata-documents-upload-query.h gdata/services/documents/gdata-documents-access-rule.h gdata/services/documents/gdata-documents-enums.h gdata/services/picasaweb/gdata-picasaweb-service.h gdata/services/picasaweb/gdata-picasaweb-query.h gdata/services/picasaweb/gdata-picasaweb-file.h gdata/services/picasaweb/gdata-picasaweb-album.h gdata/services/picasaweb/gdata-picasaweb-user.h gdata/services/picasaweb/gdata-picasaweb-feed.h gdata/services/picasaweb/gdata-picasaweb-comment.h gdata/services/picasaweb/gdata-picasaweb-enums.h gdata/services/youtube/gdata-youtube-service.h gdata/services/youtube/gdata-youtube-video.h gdata/services/youtube/gdata-youtube-content.h gdata/services/youtube/gdata-youtube-credit.h gdata/services/youtube/gdata-youtube-query.h gdata/services/youtube/gdata-youtube-state.h gdata/services/youtube/gdata-youtube-category.h gdata/services/youtube/gdata-youtube-comment.h gdata/services/youtube/gdata-youtube-feed.h gdata/services/youtube/gdata-youtube-enums.h gdata/services/tasks/gdata-tasks-service.h gdata/services/tasks/gdata-tasks-tasklist.h gdata/services/tasks/gdata-tasks-task.h gdata/services/tasks/gdata-tasks-query.h gdata/services/freebase/gdata-freebase-service.h gdata/services/freebase/gdata-freebase-result.h gdata/services/freebase/gdata-freebase-search-query.h gdata/services/freebase/gdata-freebase-search-result.h gdata/services/freebase/gdata-freebase-topic-query.h gdata/services/freebase/gdata-freebase-topic-result.h gdata/services/freebase/gdata-freebase-query.h gdata/services/freebase/gdata-freebase-enums.h gdata/libgdata.la --output gdata/GData-0.0.gir libtool: link: gcc -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,--no-as-needed -Wl,-z -Wl,relro -o demos/docs-list/.libs/docs-list demos/docs-list/demos_docs_list_docs_list-docs-list.o -pthread ./gdata/.libs/libgdata.so -lsoup-2.4 -ljson-glib-1.0 -lgthread-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -pthread libtool: link: gcc -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,--no-as-needed -Wl,-z -Wl,relro -o demos/youtube/.libs/youtube-cli demos/youtube/demos_youtube_youtube_cli-youtube-cli.o -pthread ./gdata/.libs/libgdata.so -lsoup-2.4 -ljson-glib-1.0 -lgthread-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -pthread libtool: link: gcc -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,--no-as-needed -Wl,-z -Wl,relro -o demos/tasks/.libs/tasks-cli demos/tasks/demos_tasks_tasks_cli-tasks-cli.o -pthread ./gdata/.libs/libgdata.so -lsoup-2.4 -ljson-glib-1.0 -lgthread-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -pthread libtool: link: gcc -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,--no-as-needed -Wl,-z -Wl,relro -o demos/calendar/.libs/calendar-cli demos/calendar/demos_calendar_calendar_cli-calendar-cli.o -pthread ./gdata/.libs/libgdata.so -lsoup-2.4 -ljson-glib-1.0 -lgthread-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -pthread libtool: link: gcc -fno-strict-aliasing -Wall -Wextra -Wundef -Wnested-externs -Wwrite-strings -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers -Wdeclaration-after-statement -Wformat=2 -Wold-style-definition -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute -Wmissing-noreturn -Winit-self -Wmissing-include-dirs -Wunused-but-set-variable -Warray-bounds -Wimplicit-function-declaration -Wreturn-type -Wswitch-enum -Wswitch-default -Wunsafe-loop-optimizations -Wno-error=unused-parameter -Wno-error=missing-field-initializers -pthread -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libdrm -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng15 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libsoup-2.4 -I/usr/include/json-glib-1.0 -I/usr/include/nss3 -I/usr/include/nspr4 -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_42 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 "-DGLIB_VERSION_MAX_ALLOWED=(G_ENCODE_VERSION(2, 44))" -DJSON_VERSION_MIN_REQUIRED=JSON_VERSION_1_0 -DJSON_VERSION_MAX_ALLOWED=JSON_VERSION_1_0 -pthread -I/usr/include/gcr-3 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/libxml2 -I/usr/include/goa-1.0 -I/usr/lib/goa-1.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,--no-as-needed -Wl,-z -Wl,relro -o demos/scrapbook/.libs/scrapbook demos/scrapbook/demos_scrapbook_scrapbook-scrapbook.o -pthread ./gdata/.libs/libgdata.so -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lsoup-2.4 -ljson-glib-1.0 -lgthread-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -pthread g-ir-scanner: link: /bin/sh ./libtool --mode=link --tag=CC gcc -o /builddir/build/BUILD/libgdata-0.17.9/tmp-introspectZSUnbF/GData-0.0 -export-dynamic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,-z,relro tmp-introspectZSUnbF/builddir/build/BUILD/libgdata-0.17.9/tmp-introspectZSUnbF/GData-0.0.o -L. gdata/libgdata.la -Wl,--export-dynamic -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 libtool: link: gcc -o /builddir/build/BUILD/libgdata-0.17.9/tmp-introspectZSUnbF/.libs/GData-0.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -mcpu=power7 -mtune=power7 -fno-strict-aliasing -Wl,-z -Wl,relro tmp-introspectZSUnbF/builddir/build/BUILD/libgdata-0.17.9/tmp-introspectZSUnbF/GData-0.0.o -Wl,--export-dynamic -pthread -Wl,--export-dynamic -L. gdata/.libs/libgdata.so -lsoup-2.4 -ljson-glib-1.0 -lgthread-2.0 -loauth -lgcr-base-3 -lgck-1 -lp11-kit -lxml2 -lgoa-1.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -pthread /usr/bin/g-ir-compiler --includedir=. gdata/GData-0.0.gir -o gdata/GData-0.0.typelib /usr/bin/vapigen-0.34 --library gdata/libgdata --metadatadir ./gdata --pkg libxml-2.0 --pkg libsoup-2.4 --pkg json-glib-1.0 --pkg goa-1.0 gdata/GData-0.0.gir libsoup-2.4.vapi:1146.3-1146.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:1260.3-1260.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:1931.3-1931.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:1934.3-1934.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:1937.3-1937.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:1940.3-1940.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:1943.3-1943.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:1946.3-1946.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:1949.3-1949.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:1952.3-1952.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:1955.3-1955.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:1958.3-1958.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2000.3-2000.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2003.3-2003.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2006.3-2006.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2076.3-2076.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2080.3-2080.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2083.3-2083.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2086.3-2086.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2089.3-2089.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2092.3-2092.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2095.3-2095.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2098.3-2098.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2101.3-2101.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2104.3-2104.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2107.3-2107.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] libsoup-2.4.vapi:2111.3-2111.12: warning: [Deprecated] is deprecated. Use [Version (deprecated = true, deprecated_since = "", replacement = "")] Generation succeeded - 27 warning(s) make[2]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9' Making all in po make[2]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/po' file=`echo ar | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ar.po file=`echo as | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file as.po file=`echo be | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file be.po file=`echo bg | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file bg.po file=`echo bn_IN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file bn_IN.po file=`echo bs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file bs.po file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ca.po file=`echo ca@valencia | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ca@valencia.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file de.po file=`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file el.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po file=`echo eo | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file eo.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file es.po file=`echo et | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file et.po file=`echo eu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file eu.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fi.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fr.po file=`echo fur | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fur.po file=`echo gl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file gl.po file=`echo gu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file gu.po file=`echo he | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file he.po file=`echo hi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file hi.po file=`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file hu.po file=`echo id | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file id.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file it.po file=`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ja.po file=`echo kn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file kn.po file=`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ko.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file lt.po file=`echo lv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file lv.po file=`echo ml | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ml.po file=`echo mr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file mr.po file=`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nb.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nl.po file=`echo oc | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file oc.po file=`echo or | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file or.po file=`echo pa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pa.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pl.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po file=`echo ro | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ro.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ru.po file=`echo sl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sl.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sk.po file=`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sr.po file=`echo sr@latin | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sr@latin.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sv.po file=`echo ta | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ta.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file te.po file=`echo tg | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file tg.po file=`echo th | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file th.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file tr.po file=`echo ug | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ug.po file=`echo uk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file uk.po file=`echo vi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file vi.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po file=`echo zh_HK | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file zh_HK.po file=`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po make[2]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/po' Making all in docs make[2]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/docs' Making all in reference make[3]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/docs/reference' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/docs/reference' make[3]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/docs' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/docs' make[2]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/docs' Making all in gdata/tests make[2]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/gdata/tests' make all-am make[3]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/gdata/tests' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/gdata/tests' make[2]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/gdata/tests' make[1]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8i0Ri6 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc ++ dirname /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc + cd libgdata-0.17.9 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc /usr/bin/make install-recursive make[1]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9' Making install in . make[2]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9' make[3]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c gdata/libgdata.la '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/lib' libtool: install: /usr/bin/install -c gdata/.libs/libgdata.so.22.3.0 /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/lib/libgdata.so.22.3.0 libtool: install: (cd /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/lib && { ln -s -f libgdata.so.22.3.0 libgdata.so.22 || { rm -f libgdata.so.22 && ln -s libgdata.so.22.3.0 libgdata.so.22; }; }) libtool: install: (cd /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/lib && { ln -s -f libgdata.so.22.3.0 libgdata.so || { rm -f libgdata.so && ln -s libgdata.so.22.3.0 libgdata.so; }; }) libtool: install: /usr/bin/install -c gdata/.libs/libgdata.lai /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/lib/libgdata.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/app' /usr/bin/install -c -m 644 gdata/app/gdata-app-categories.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/app' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/atom' /usr/bin/install -c -m 644 gdata/atom/gdata-author.h gdata/atom/gdata-category.h gdata/atom/gdata-generator.h gdata/atom/gdata-link.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/atom' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/calendar' /usr/bin/install -c -m 644 gdata/services/calendar/gdata-calendar-service.h gdata/services/calendar/gdata-calendar-calendar.h gdata/services/calendar/gdata-calendar-event.h gdata/services/calendar/gdata-calendar-query.h gdata/services/calendar/gdata-calendar-feed.h gdata/services/calendar/gdata-calendar-access-rule.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/calendar' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/contacts' /usr/bin/install -c -m 644 gdata/services/contacts/gdata-contacts-service.h gdata/services/contacts/gdata-contacts-contact.h gdata/services/contacts/gdata-contacts-group.h gdata/services/contacts/gdata-contacts-query.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/contacts' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/documents' /usr/bin/install -c -m 644 gdata/services/documents/gdata-documents-service.h gdata/services/documents/gdata-documents-metadata.h gdata/services/documents/gdata-documents-feed.h gdata/services/documents/gdata-documents-entry.h gdata/services/documents/gdata-documents-query.h gdata/services/documents/gdata-documents-document.h gdata/services/documents/gdata-documents-text.h gdata/services/documents/gdata-documents-presentation.h gdata/services/documents/gdata-documents-folder.h gdata/services/documents/gdata-documents-drawing.h gdata/services/documents/gdata-documents-pdf.h gdata/services/documents/gdata-documents-spreadsheet.h gdata/services/documents/gdata-documents-upload-query.h gdata/services/documents/gdata-documents-access-rule.h gdata/services/documents/gdata-documents-enums.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/documents' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/freebase' /usr/bin/install -c -m 644 gdata/services/freebase/gdata-freebase-service.h gdata/services/freebase/gdata-freebase-result.h gdata/services/freebase/gdata-freebase-search-query.h gdata/services/freebase/gdata-freebase-search-result.h gdata/services/freebase/gdata-freebase-topic-query.h gdata/services/freebase/gdata-freebase-topic-result.h gdata/services/freebase/gdata-freebase-query.h gdata/services/freebase/gdata-freebase-enums.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/freebase' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/gcontact' /usr/bin/install -c -m 644 gdata/gcontact/gdata-gcontact-calendar.h gdata/gcontact/gdata-gcontact-event.h gdata/gcontact/gdata-gcontact-external-id.h gdata/gcontact/gdata-gcontact-jot.h gdata/gcontact/gdata-gcontact-language.h gdata/gcontact/gdata-gcontact-relation.h gdata/gcontact/gdata-gcontact-website.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/gcontact' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/gd' /usr/bin/install -c -m 644 gdata/gd/gdata-gd-email-address.h gdata/gd/gdata-gd-im-address.h gdata/gd/gdata-gd-organization.h gdata/gd/gdata-gd-phone-number.h gdata/gd/gdata-gd-postal-address.h gdata/gd/gdata-gd-reminder.h gdata/gd/gdata-gd-when.h gdata/gd/gdata-gd-where.h gdata/gd/gdata-gd-who.h gdata/gd/gdata-gd-name.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/gd' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata' /usr/bin/install -c -m 644 gdata/gdata.h gdata/gdata-entry.h gdata/gdata-feed.h gdata/gdata-service.h gdata/gdata-query.h gdata/gdata-commentable.h gdata/gdata-comment.h gdata/gdata-access-handler.h gdata/gdata-access-rule.h gdata/gdata-parsable.h gdata/gdata-download-stream.h gdata/gdata-upload-stream.h gdata/gdata-comparable.h gdata/gdata-batch-operation.h gdata/gdata-batchable.h gdata/gdata-authorizer.h gdata/gdata-authorization-domain.h gdata/gdata-client-login-authorizer.h gdata/gdata-oauth1-authorizer.h gdata/gdata-oauth2-authorizer.h gdata/gdata-goa-authorizer.h gdata/gdata-enums.h gdata/gdata-types.h gdata/gdata-version.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/media' /usr/bin/install -c -m 644 gdata/media/gdata-media-category.h gdata/media/gdata-media-content.h gdata/media/gdata-media-credit.h gdata/media/gdata-media-thumbnail.h gdata/media/gdata-media-enums.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/media' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/picasaweb' /usr/bin/install -c -m 644 gdata/services/picasaweb/gdata-picasaweb-service.h gdata/services/picasaweb/gdata-picasaweb-query.h gdata/services/picasaweb/gdata-picasaweb-file.h gdata/services/picasaweb/gdata-picasaweb-album.h gdata/services/picasaweb/gdata-picasaweb-user.h gdata/services/picasaweb/gdata-picasaweb-feed.h gdata/services/picasaweb/gdata-picasaweb-comment.h gdata/services/picasaweb/gdata-picasaweb-enums.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/picasaweb' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/tasks' /usr/bin/install -c -m 644 gdata/services/tasks/gdata-tasks-service.h gdata/services/tasks/gdata-tasks-tasklist.h gdata/services/tasks/gdata-tasks-task.h gdata/services/tasks/gdata-tasks-query.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/tasks' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/youtube' /usr/bin/install -c -m 644 gdata/services/youtube/gdata-youtube-service.h gdata/services/youtube/gdata-youtube-video.h gdata/services/youtube/gdata-youtube-content.h gdata/services/youtube/gdata-youtube-credit.h gdata/services/youtube/gdata-youtube-query.h gdata/services/youtube/gdata-youtube-state.h gdata/services/youtube/gdata-youtube-category.h gdata/services/youtube/gdata-youtube-comment.h gdata/services/youtube/gdata-youtube-feed.h gdata/services/youtube/gdata-youtube-enums.h '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/include/libgdata/gdata/services/youtube' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/gir-1.0' /usr/bin/install -c -m 644 gdata/GData-0.0.gir '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/gir-1.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libgdata.pc '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/lib/pkgconfig' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/lib/girepository-1.0' /usr/bin/install -c -m 644 gdata/GData-0.0.typelib '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/lib/girepository-1.0' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/vala/vapi' /usr/bin/install -c -m 644 gdata/libgdata.vapi gdata/libgdata.deps '/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/vala/vapi' make[3]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9' make[2]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9' Making install in po make[2]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/po' linguas="ar as be bg bn_IN bs ca ca@valencia cs da de el en_GB eo es et eu fi fr fur gl gu he hi hu id it ja kn ko lt lv ml mr nb nl oc or pa pl pt pt_BR ro ru sl sk sr sr@latin sv ta te tg th tr ug uk vi zh_CN zh_HK zh_TW "; \ for lang in $linguas; do \ dir=/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /builddir/build/BUILD/libgdata-0.17.9/build-aux/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/gdata.mo; \ echo "installing $lang.gmo as $dir/gdata.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/gdata.mo; \ echo "installing ./$lang.gmo as" \ "$dir/gdata.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/gdata.mo.m; \ echo "installing $lang.gmo.m as $dir/gdata.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/gdata.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/gdata.mo.m"; \ else \ true; \ fi; \ fi; \ done installing ar.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/ar/LC_MESSAGES/gdata.mo installing as.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/as/LC_MESSAGES/gdata.mo installing be.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/be/LC_MESSAGES/gdata.mo installing bg.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/bg/LC_MESSAGES/gdata.mo installing bn_IN.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/bn_IN/LC_MESSAGES/gdata.mo installing bs.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/bs/LC_MESSAGES/gdata.mo installing ca.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/ca/LC_MESSAGES/gdata.mo installing ca@valencia.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/ca@valencia/LC_MESSAGES/gdata.mo installing cs.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/cs/LC_MESSAGES/gdata.mo installing da.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/da/LC_MESSAGES/gdata.mo installing de.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/de/LC_MESSAGES/gdata.mo installing el.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/el/LC_MESSAGES/gdata.mo installing en_GB.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/en_GB/LC_MESSAGES/gdata.mo installing eo.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/eo/LC_MESSAGES/gdata.mo installing es.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/es/LC_MESSAGES/gdata.mo installing et.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/et/LC_MESSAGES/gdata.mo installing eu.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/eu/LC_MESSAGES/gdata.mo installing fi.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/fi/LC_MESSAGES/gdata.mo installing fr.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/fr/LC_MESSAGES/gdata.mo installing fur.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/fur/LC_MESSAGES/gdata.mo installing gl.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/gl/LC_MESSAGES/gdata.mo installing gu.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/gu/LC_MESSAGES/gdata.mo installing he.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/he/LC_MESSAGES/gdata.mo installing hi.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/hi/LC_MESSAGES/gdata.mo installing hu.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/hu/LC_MESSAGES/gdata.mo installing id.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/id/LC_MESSAGES/gdata.mo installing it.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/it/LC_MESSAGES/gdata.mo installing ja.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/ja/LC_MESSAGES/gdata.mo installing kn.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/kn/LC_MESSAGES/gdata.mo installing ko.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/ko/LC_MESSAGES/gdata.mo installing lt.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/lt/LC_MESSAGES/gdata.mo installing lv.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/lv/LC_MESSAGES/gdata.mo installing ml.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/ml/LC_MESSAGES/gdata.mo installing mr.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/mr/LC_MESSAGES/gdata.mo installing nb.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/nb/LC_MESSAGES/gdata.mo installing nl.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/nl/LC_MESSAGES/gdata.mo installing oc.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/oc/LC_MESSAGES/gdata.mo installing or.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/or/LC_MESSAGES/gdata.mo installing pa.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/pa/LC_MESSAGES/gdata.mo installing pl.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/pl/LC_MESSAGES/gdata.mo installing pt.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/pt/LC_MESSAGES/gdata.mo installing pt_BR.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/pt_BR/LC_MESSAGES/gdata.mo installing ro.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/ro/LC_MESSAGES/gdata.mo installing ru.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/ru/LC_MESSAGES/gdata.mo installing sl.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/sl/LC_MESSAGES/gdata.mo installing sk.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/sk/LC_MESSAGES/gdata.mo installing sr.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/sr/LC_MESSAGES/gdata.mo installing sr@latin.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/sr@latin/LC_MESSAGES/gdata.mo installing sv.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/sv/LC_MESSAGES/gdata.mo installing ta.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/ta/LC_MESSAGES/gdata.mo installing te.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/te/LC_MESSAGES/gdata.mo installing tg.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/tg/LC_MESSAGES/gdata.mo installing th.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/th/LC_MESSAGES/gdata.mo installing tr.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/tr/LC_MESSAGES/gdata.mo installing ug.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/ug/LC_MESSAGES/gdata.mo installing uk.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/uk/LC_MESSAGES/gdata.mo installing vi.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/vi/LC_MESSAGES/gdata.mo installing zh_CN.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/zh_CN/LC_MESSAGES/gdata.mo installing zh_HK.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/zh_HK/LC_MESSAGES/gdata.mo installing zh_TW.gmo as /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/locale/zh_TW/LC_MESSAGES/gdata.mo make[2]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/po' Making install in docs make[2]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/docs' Making install in reference make[3]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/docs/reference' make[4]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/docs/reference' make[4]: Nothing to be done for `install-exec-am'. /usr/bin/install -c -m 644 ./html/GDataAPPCategories.html /usr/bin/install -c -m 644 ./html/GDataAccessHandler.html /usr/bin/install -c -m 644 ./html/GDataAccessRule.html /usr/bin/install -c -m 644 ./html/GDataAuthor.html /usr/bin/install -c -m 644 ./html/GDataAuthorizationDomain.html /usr/bin/install -c -m 644 ./html/GDataAuthorizer.html /usr/bin/install -c -m 644 ./html/GDataBatchOperation.html /usr/bin/install -c -m 644 ./html/GDataBatchable.html /usr/bin/install -c -m 644 ./html/GDataCalendarAccessRule.html /usr/bin/install -c -m 644 ./html/GDataCalendarCalendar.html /usr/bin/install -c -m 644 ./html/GDataCalendarEvent.html /usr/bin/install -c -m 644 ./html/GDataCalendarFeed.html /usr/bin/install -c -m 644 ./html/GDataCalendarQuery.html /usr/bin/install -c -m 644 ./html/GDataCalendarService.html /usr/bin/install -c -m 644 ./html/GDataCategory.html /usr/bin/install -c -m 644 ./html/GDataClientLoginAuthorizer.html /usr/bin/install -c -m 644 ./html/GDataComment.html /usr/bin/install -c -m 644 ./html/GDataCommentable.html /usr/bin/install -c -m 644 ./html/GDataComparable.html /usr/bin/install -c -m 644 ./html/GDataContactsContact.html /usr/bin/install -c -m 644 ./html/GDataContactsGroup.html /usr/bin/install -c -m 644 ./html/GDataContactsQuery.html /usr/bin/install -c -m 644 ./html/GDataContactsService.html /usr/bin/install -c -m 644 ./html/GDataDocumentsAccessRule.html /usr/bin/install -c -m 644 ./html/GDataDocumentsDocument.html /usr/bin/install -c -m 644 ./html/GDataDocumentsDrawing.html /usr/bin/install -c -m 644 ./html/GDataDocumentsEntry.html /usr/bin/install -c -m 644 ./html/GDataDocumentsFeed.html /usr/bin/install -c -m 644 ./html/GDataDocumentsFolder.html /usr/bin/install -c -m 644 ./html/GDataDocumentsMetadata.html /usr/bin/install -c -m 644 ./html/GDataDocumentsPdf.html /usr/bin/install -c -m 644 ./html/GDataDocumentsPresentation.html /usr/bin/install -c -m 644 ./html/GDataDocumentsQuery.html /usr/bin/install -c -m 644 ./html/GDataDocumentsService.html /usr/bin/install -c -m 644 ./html/GDataDocumentsSpreadsheet.html /usr/bin/install -c -m 644 ./html/GDataDocumentsText.html /usr/bin/install -c -m 644 ./html/GDataDocumentsUploadQuery.html /usr/bin/install -c -m 644 ./html/GDataDownloadStream.html /usr/bin/install -c -m 644 ./html/GDataEntry.html /usr/bin/install -c -m 644 ./html/GDataFeed.html /usr/bin/install -c -m 644 ./html/GDataFreebaseQuery.html /usr/bin/install -c -m 644 ./html/GDataFreebaseResult.html /usr/bin/install -c -m 644 ./html/GDataFreebaseSearchQuery.html /usr/bin/install -c -m 644 ./html/GDataFreebaseSearchResult.html /usr/bin/install -c -m 644 ./html/GDataFreebaseService.html /usr/bin/install -c -m 644 ./html/GDataFreebaseTopicQuery.html /usr/bin/install -c -m 644 ./html/GDataFreebaseTopicResult.html /usr/bin/install -c -m 644 ./html/GDataGContactCalendar.html /usr/bin/install -c -m 644 ./html/GDataGContactEvent.html /usr/bin/install -c -m 644 ./html/GDataGContactExternalID.html /usr/bin/install -c -m 644 ./html/GDataGContactJot.html /usr/bin/install -c -m 644 ./html/GDataGContactLanguage.html /usr/bin/install -c -m 644 ./html/GDataGContactRelation.html /usr/bin/install -c -m 644 ./html/GDataGContactWebsite.html /usr/bin/install -c -m 644 ./html/GDataGDEmailAddress.html /usr/bin/install -c -m 644 ./html/GDataGDIMAddress.html /usr/bin/install -c -m 644 ./html/GDataGDName.html /usr/bin/install -c -m 644 ./html/GDataGDOrganization.html /usr/bin/install -c -m 644 ./html/GDataGDPhoneNumber.html /usr/bin/install -c -m 644 ./html/GDataGDPostalAddress.html /usr/bin/install -c -m 644 ./html/GDataGDReminder.html /usr/bin/install -c -m 644 ./html/GDataGDWhen.html /usr/bin/install -c -m 644 ./html/GDataGDWhere.html /usr/bin/install -c -m 644 ./html/GDataGDWho.html /usr/bin/install -c -m 644 ./html/GDataGenerator.html /usr/bin/install -c -m 644 ./html/GDataGoaAuthorizer.html /usr/bin/install -c -m 644 ./html/GDataLink.html /usr/bin/install -c -m 644 ./html/GDataMediaCategory.html /usr/bin/install -c -m 644 ./html/GDataMediaContent.html /usr/bin/install -c -m 644 ./html/GDataMediaCredit.html /usr/bin/install -c -m 644 ./html/GDataMediaThumbnail.html /usr/bin/install -c -m 644 ./html/GDataOAuth1Authorizer.html /usr/bin/install -c -m 644 ./html/GDataOAuth2Authorizer.html /usr/bin/install -c -m 644 ./html/GDataParsable.html /usr/bin/install -c -m 644 ./html/GDataPicasaWebAlbum.html /usr/bin/install -c -m 644 ./html/GDataPicasaWebComment.html /usr/bin/install -c -m 644 ./html/GDataPicasaWebFeed.html /usr/bin/install -c -m 644 ./html/GDataPicasaWebFile.html /usr/bin/install -c -m 644 ./html/GDataPicasaWebQuery.html /usr/bin/install -c -m 644 ./html/GDataPicasaWebService.html /usr/bin/install -c -m 644 ./html/GDataPicasaWebUser.html /usr/bin/install -c -m 644 ./html/GDataQuery.html /usr/bin/install -c -m 644 ./html/GDataService.html /usr/bin/install -c -m 644 ./html/GDataTasksQuery.html /usr/bin/install -c -m 644 ./html/GDataTasksService.html /usr/bin/install -c -m 644 ./html/GDataTasksTask.html /usr/bin/install -c -m 644 ./html/GDataTasksTasklist.html /usr/bin/install -c -m 644 ./html/GDataUploadStream.html /usr/bin/install -c -m 644 ./html/GDataYouTubeCategory.html /usr/bin/install -c -m 644 ./html/GDataYouTubeComment.html /usr/bin/install -c -m 644 ./html/GDataYouTubeContent.html /usr/bin/install -c -m 644 ./html/GDataYouTubeCredit.html /usr/bin/install -c -m 644 ./html/GDataYouTubeFeed.html /usr/bin/install -c -m 644 ./html/GDataYouTubeQuery.html /usr/bin/install -c -m 644 ./html/GDataYouTubeService.html /usr/bin/install -c -m 644 ./html/GDataYouTubeState.html /usr/bin/install -c -m 644 ./html/GDataYouTubeVideo.html /usr/bin/install -c -m 644 ./html/annotation-glossary.html /usr/bin/install -c -m 644 ./html/cancellation.png /usr/bin/install -c -m 644 ./html/ch01.html /usr/bin/install -c -m 644 ./html/ch02.html /usr/bin/install -c -m 644 ./html/ch03.html /usr/bin/install -c -m 644 ./html/ch04.html /usr/bin/install -c -m 644 ./html/ch05.html /usr/bin/install -c -m 644 ./html/ch06.html /usr/bin/install -c -m 644 ./html/ch07.html /usr/bin/install -c -m 644 ./html/ch08.html /usr/bin/install -c -m 644 ./html/ch09.html /usr/bin/install -c -m 644 ./html/ch10.html /usr/bin/install -c -m 644 ./html/ch11.html /usr/bin/install -c -m 644 ./html/ch12.html /usr/bin/install -c -m 644 ./html/ch13.html /usr/bin/install -c -m 644 ./html/ch14.html /usr/bin/install -c -m 644 ./html/ch15.html /usr/bin/install -c -m 644 ./html/ch16.html /usr/bin/install -c -m 644 ./html/ch17.html /usr/bin/install -c -m 644 ./html/ch18.html /usr/bin/install -c -m 644 ./html/ch19.html /usr/bin/install -c -m 644 ./html/data-flow.png /usr/bin/install -c -m 644 ./html/gdata-GData-Types.html /usr/bin/install -c -m 644 ./html/gdata-Version-Information.html /usr/bin/install -c -m 644 ./html/gdata-overview.html /usr/bin/install -c -m 644 ./html/gdata-running.html /usr/bin/install -c -m 644 ./html/gdata.devhelp2 /usr/bin/install -c -m 644 ./html/home.png /usr/bin/install -c -m 644 ./html/index.html /usr/bin/install -c -m 644 ./html/left-insensitive.png /usr/bin/install -c -m 644 ./html/left.png /usr/bin/install -c -m 644 ./html/pt01.html /usr/bin/install -c -m 644 ./html/pt02.html /usr/bin/install -c -m 644 ./html/pt03.html /usr/bin/install -c -m 644 ./html/pt04.html /usr/bin/install -c -m 644 ./html/pt05.html /usr/bin/install -c -m 644 ./html/right-insensitive.png /usr/bin/install -c -m 644 ./html/right.png /usr/bin/install -c -m 644 ./html/structure.png /usr/bin/install -c -m 644 ./html/style.css /usr/bin/install -c -m 644 ./html/up-insensitive.png /usr/bin/install -c -m 644 ./html/up.png make[4]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/docs/reference' make[3]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/docs/reference' make[3]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/docs' make[4]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/docs' 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/libgdata-0.17.9/docs' make[3]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/docs' make[2]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/docs' Making install in gdata/tests make[2]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/gdata/tests' /usr/bin/make install-am make[3]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/gdata/tests' make[4]: Entering directory `/builddir/build/BUILD/libgdata-0.17.9/gdata/tests' make[4]: Nothing to be done for `install-exec-am'. make[4]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/gdata/tests' make[3]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/gdata/tests' make[2]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9/gdata/tests' make[1]: Leaving directory `/builddir/build/BUILD/libgdata-0.17.9' + find /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc -name '*.la' -exec rm -f '{}' ';' + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc gdata + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/libgdata-0.17.9 extracting debug info from /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/lib/libgdata.so.22.3.0 dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libgdata.so.22.3.0.debug to /usr/lib/debug/usr/lib/libgdata.so.debug symlinked /usr/lib/debug/usr/lib/libgdata.so.22.3.0.debug to /usr/lib/debug/usr/lib/libgdata.so.22.debug 5766 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.98704s + umask 022 + cd /builddir/build/BUILD + cd libgdata-0.17.9 + exit 0 Processing files: libgdata-0.17.9-1.el7.ppc Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xBUkRP + umask 022 + cd /builddir/build/BUILD + cd libgdata-0.17.9 + DOCDIR=/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/doc/libgdata-0.17.9 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/doc/libgdata-0.17.9 + cp -pr NEWS /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/doc/libgdata-0.17.9 + cp -pr README /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/doc/libgdata-0.17.9 + cp -pr AUTHORS /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/doc/libgdata-0.17.9 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BSwZDc + umask 022 + cd /builddir/build/BUILD + cd libgdata-0.17.9 + LICENSEDIR=/builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/licenses/libgdata-0.17.9 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/licenses/libgdata-0.17.9 + cp -pr COPYING /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc/usr/share/licenses/libgdata-0.17.9 + exit 0 Provides: libgdata = 0.17.9-1.el7 libgdata(ppc-32) = 0.17.9-1.el7 libgdata.so.22 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: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libgcc_s.so.1 libgcc_s.so.1(GCC_3.0) libgcc_s.so.1(GCC_3.3.1) libgck-1.so.0 libgcr-base-3.so.1 libgio-2.0.so.0 libglib-2.0.so.0 libgoa-1.0.so.0 libgobject-2.0.so.0 libgthread-2.0.so.0 libjson-glib-1.0.so.0 liboauth.so.0 libp11-kit.so.0 libpthread.so.0 libsoup-2.4.so.1 libxml2.so.2 libxml2.so.2(LIBXML2_2.4.30) libxml2.so.2(LIBXML2_2.6.0) rtld(GNU_HASH) Processing files: libgdata-devel-0.17.9-1.el7.ppc Provides: libgdata-devel = 0.17.9-1.el7 libgdata-devel(ppc-32) = 0.17.9-1.el7 pkgconfig(libgdata) = 0.17.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libgdata.so.22 pkgconfig(gcr-base-3) pkgconfig(gio-2.0) >= 2.44.0 pkgconfig(glib-2.0) >= 2.44.0 pkgconfig(goa-1.0) >= 3.8 pkgconfig(gobject-2.0) pkgconfig(gthread-2.0) pkgconfig(json-glib-1.0) >= 0.15 pkgconfig(libsoup-2.4) >= 2.42.0 pkgconfig(libxml-2.0) pkgconfig(oauth) >= 0.9.4 Processing files: libgdata-debuginfo-0.17.9-1.el7.ppc Provides: libgdata-debuginfo = 0.17.9-1.el7 libgdata-debuginfo(ppc-32) = 0.17.9-1.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc Wrote: /builddir/build/RPMS/libgdata-0.17.9-1.el7.ppc.rpm Wrote: /builddir/build/RPMS/libgdata-devel-0.17.9-1.el7.ppc.rpm Wrote: /builddir/build/RPMS/libgdata-debuginfo-0.17.9-1.el7.ppc.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YqC6wP + umask 022 + cd /builddir/build/BUILD + cd libgdata-0.17.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libgdata-0.17.9-1.el7.ppc + exit 0 Child return code was: 0