ENTER do("bash --login -c 'rpmbuild -bs --target ppc64 --nodeps //builddir/build/SPECS/nntpgrab.spec'", '/var/lib/mock/dist-f9-build-108304-15530/root/', 0, True, 0, , 425, 425, None, logger=) run cmd timeout(0): bash --login -c 'rpmbuild -bs --target ppc64 --nodeps //builddir/build/SPECS/nntpgrab.spec' /etc/profile: line 38: /bin/hostname: No such file or directory warning: Could not canonicalize hostname: ppc4.fedora.phx.redhat.com Building target platforms: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/nntpgrab-0.2.1-4.fc9.src.rpm LEAVE do --> ENTER do("bash --login -c 'rpmbuild -bb --target ppc64 --nodeps //builddir/build/SPECS/nntpgrab.spec'", '/var/lib/mock/dist-f9-build-108304-15530/root/', 0, True, 0, , 425, 425, None, logger=) run cmd timeout(0): bash --login -c 'rpmbuild -bb --target ppc64 --nodeps //builddir/build/SPECS/nntpgrab.spec' Building target platforms: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.93701 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf nntpgrab-0.2.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/nntpgrab-0.2.1.tar.bz2 + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd nntpgrab-0.2.1 ++ /usr/bin/id -u + '[' 425 = 0 ']' ++ /usr/bin/id -u + '[' 425 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.87471 + umask 022 + cd /builddir/build/BUILD + cd nntpgrab-0.2.1 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc' + export FFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /bin/rm -f ./config.sub ++ basename ./config.sub + /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub `/usr/lib/rpm/redhat/config.sub' -> `./config.sub' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /bin/rm -f ./config.guess ++ basename ./config.guess + /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess `/usr/lib/rpm/redhat/config.guess' -> `./config.guess' + ./configure --build=ppc64-redhat-linux-gnu --host=ppc64-redhat-linux-gnu --target=ppc64-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for ppc64-redhat-linux-gnu-g++... no checking for ppc64-redhat-linux-gnu-c++... no checking for ppc64-redhat-linux-gnu-gpp... no checking for ppc64-redhat-linux-gnu-aCC... no checking for ppc64-redhat-linux-gnu-CC... no checking for ppc64-redhat-linux-gnu-cxx... no checking for ppc64-redhat-linux-gnu-cc++... no checking for ppc64-redhat-linux-gnu-cl.exe... no checking for ppc64-redhat-linux-gnu-FCC... no checking for ppc64-redhat-linux-gnu-KCC... no checking for ppc64-redhat-linux-gnu-RCC... no checking for ppc64-redhat-linux-gnu-xlC_r... no checking for ppc64-redhat-linux-gnu-xlC... no checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking build system type... powerpc64-redhat-linux-gnu checking host system type... powerpc64-redhat-linux-gnu checking for ppc64-redhat-linux-gnu-gcc... no checking for gcc... gcc 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 dependency style of gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking for ppc64-redhat-linux-gnu-g77... no checking for ppc64-redhat-linux-gnu-xlf... no checking for ppc64-redhat-linux-gnu-f77... no checking for ppc64-redhat-linux-gnu-frt... no checking for ppc64-redhat-linux-gnu-pgf77... no checking for ppc64-redhat-linux-gnu-cf77... no checking for ppc64-redhat-linux-gnu-fort77... no checking for ppc64-redhat-linux-gnu-fl32... no checking for ppc64-redhat-linux-gnu-af77... no checking for ppc64-redhat-linux-gnu-xlf90... no checking for ppc64-redhat-linux-gnu-f90... no checking for ppc64-redhat-linux-gnu-pgf90... no checking for ppc64-redhat-linux-gnu-pghpf... no checking for ppc64-redhat-linux-gnu-epcf90... no checking for ppc64-redhat-linux-gnu-gfortran... no checking for ppc64-redhat-linux-gnu-g95... no checking for ppc64-redhat-linux-gnu-xlf95... no checking for ppc64-redhat-linux-gnu-f95... no checking for ppc64-redhat-linux-gnu-fort... no checking for ppc64-redhat-linux-gnu-ifort... no checking for ppc64-redhat-linux-gnu-ifc... no checking for ppc64-redhat-linux-gnu-efc... no checking for ppc64-redhat-linux-gnu-pgf95... no checking for ppc64-redhat-linux-gnu-lf95... no checking for ppc64-redhat-linux-gnu-ftn... no checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ppc64-redhat-linux-gnu-ar... no checking for ar... ar checking for ppc64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for ppc64-redhat-linux-gnu-strip... no checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld -m elf64ppc) 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 for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld -m elf64ppc checking if the linker (/usr/bin/ld -m elf64ppc) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf64ppc) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld -m elf64ppc) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for time_t... yes checking size of time_t... 8 checking for long... yes checking size of long... 8 checking whether gcc and cc understand -c and -o together... yes checking for pkg-config... /usr/bin/pkg-config checking for ppc64-redhat-linux-gnu-pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB - version >= 2.8.0... yes (version 2.15.1) checking for GLIB... yes checking for LIBXML2... yes checking for DBUS... yes checking if GTK >= 2.12.0... yes checking for GNOME... yes checking for LIBNOTIFY... yes checking for installed version of libgtkhtml3... found version 3.17.4 checking for GTKHTML... yes checking for doxygen... no checking whether to build Doxygen documentation... yes checking if we need to enable IPv6 support... yes checking if GLIB >= 2.14.0... yes checking for libcurl... libcurl gevonden in /usr/lib64. checking for curl.h... curl.h gevonden in /usr/include/curl. checking for libssl... libssl gevonden in /usr/lib64. checking for openssl/md5.h... openssl/md5.h gevonden in /usr/include. checking for GTK... yes checking for intltool >= 0.21... 0.37.0 found checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for msgfmt... (cached) /usr/bin/msgfmt checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for catalogs to be installed... nl checking for strptime... yes checking for backtrace_symbols... yes checking if your compiler has 'stack-smash-protector' support... yes checking if this is an official release... Beta 2 configure: creating ./config.status config.status: creating Makefile config.status: creating Doxyfile config.status: creating po/Makefile.in config.status: creating server/Makefile config.status: creating server/nntpgrab.pc config.status: creating plugins/Makefile config.status: creating plugins/nntp/Makefile config.status: creating plugins/decoder/Makefile config.status: creating plugins/schedular/Makefile config.status: creating client/Makefile config.status: creating client/gui/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing intltool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands === configuring in plugins/decoder/uulib (/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder/uulib) configure: running /bin/sh ./configure '--prefix=/usr' '--build=ppc64-redhat-linux-gnu' '--host=ppc64-redhat-linux-gnu' '--target=ppc64-redhat-linux-gnu' '--program-prefix=' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' 'build_alias=ppc64-redhat-linux-gnu' 'host_alias=ppc64-redhat-linux-gnu' 'target_alias=ppc64-redhat-linux-gnu' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc' 'FFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc' --cache-file=/dev/null --srcdir=. checking for ppc64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking if the compiler supports function prototypes... yes checking whether make sets $(MAKE)... yes checking for ppc64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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 for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for gettimeofday... yes checking for tempnam... yes checking for strerror... yes checking for stdin... yes checking version number... 0.5pl20 configure: creating ./config.status config.status: creating Makefile config.status: creating config.h + make -j8 make all-recursive make[1]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1' Making all in po make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/po' file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nl.po make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/po' Making all in plugins make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins' Making all in nntp make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/nntp' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_nntp_la-nntp.lo -MD -MP -MF .deps/libnntpgrab_plugin_nntp_la-nntp.Tpo -c -o libnntpgrab_plugin_nntp_la-nntp.lo `test -f 'nntp.c' || echo './'`nntp.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_nntp_la-nntp.lo -MD -MP -MF .deps/libnntpgrab_plugin_nntp_la-nntp.Tpo -c nntp.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_nntp_la-nntp.o mv -f .deps/libnntpgrab_plugin_nntp_la-nntp.Tpo .deps/libnntpgrab_plugin_nntp_la-nntp.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -no-undefined -version-info 0:0:0 -export-symbols ../nntpgrab_plugin_nntp.def -lpthread -lcurl -L/usr/lib64 -lssl -L/usr/lib64 -o libnntpgrab_plugin_nntp.la -rpath /usr/lib64 libnntpgrab_plugin_nntp_la-nntp.lo -pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 echo "{ global:" > .libs/libnntpgrab_plugin_nntp.ver cat ../nntpgrab_plugin_nntp.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_plugin_nntp.ver echo "local: *; };" >> .libs/libnntpgrab_plugin_nntp.ver gcc -shared .libs/libnntpgrab_plugin_nntp_la-nntp.o -lpthread -lcurl -L/usr/lib64 -lssl -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -pthread -m64 -mminimal-toc -pthread -Wl,--export-dynamic -Wl,-soname -Wl,libnntpgrab_plugin_nntp.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_plugin_nntp.ver -o .libs/libnntpgrab_plugin_nntp.so.0.0.0 (cd .libs && rm -f libnntpgrab_plugin_nntp.so.0 && ln -s libnntpgrab_plugin_nntp.so.0.0.0 libnntpgrab_plugin_nntp.so.0) (cd .libs && rm -f libnntpgrab_plugin_nntp.so && ln -s libnntpgrab_plugin_nntp.so.0.0.0 libnntpgrab_plugin_nntp.so) creating libnntpgrab_plugin_nntp.la (cd .libs && rm -f libnntpgrab_plugin_nntp.la && ln -s ../libnntpgrab_plugin_nntp.la libnntpgrab_plugin_nntp.la) make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/nntp' Making all in decoder make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder' Making all in uulib make[4]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder/uulib' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder/uulib' make[4]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-decoder.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-decoder.Tpo -c -o libnntpgrab_plugin_decoder_la-decoder.lo `test -f 'decoder.c' || echo './'`decoder.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-crc32.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-crc32.Tpo -c -o libnntpgrab_plugin_decoder_la-crc32.lo `test -f 'uulib/crc32.c' || echo './'`uulib/crc32.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-fptools.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-fptools.Tpo -c -o libnntpgrab_plugin_decoder_la-fptools.lo `test -f 'uulib/fptools.c' || echo './'`uulib/fptools.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uucheck.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uucheck.Tpo -c -o libnntpgrab_plugin_decoder_la-uucheck.lo `test -f 'uulib/uucheck.c' || echo './'`uulib/uucheck.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uuencode.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uuencode.Tpo -c -o libnntpgrab_plugin_decoder_la-uuencode.lo `test -f 'uulib/uuencode.c' || echo './'`uulib/uuencode.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uulib.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uulib.Tpo -c -o libnntpgrab_plugin_decoder_la-uulib.lo `test -f 'uulib/uulib.c' || echo './'`uulib/uulib.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uunconc.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uunconc.Tpo -c -o libnntpgrab_plugin_decoder_la-uunconc.lo `test -f 'uulib/uunconc.c' || echo './'`uulib/uunconc.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uuscan.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uuscan.Tpo -c -o libnntpgrab_plugin_decoder_la-uuscan.lo `test -f 'uulib/uuscan.c' || echo './'`uulib/uuscan.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-fptools.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-fptools.Tpo -c uulib/fptools.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_decoder_la-fptools.o gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uuencode.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uuencode.Tpo -c uulib/uuencode.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_decoder_la-uuencode.o gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-crc32.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-crc32.Tpo -c uulib/crc32.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_decoder_la-crc32.o gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-decoder.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-decoder.Tpo -c decoder.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_decoder_la-decoder.o gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uucheck.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uucheck.Tpo -c uulib/uucheck.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_decoder_la-uucheck.o gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uunconc.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uunconc.Tpo -c uulib/uunconc.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_decoder_la-uunconc.o gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uulib.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uulib.Tpo -c uulib/uulib.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_decoder_la-uulib.o mv -f .deps/libnntpgrab_plugin_decoder_la-crc32.Tpo .deps/libnntpgrab_plugin_decoder_la-crc32.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uustring.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uustring.Tpo -c -o libnntpgrab_plugin_decoder_la-uustring.lo `test -f 'uulib/uustring.c' || echo './'`uulib/uustring.c uulib/uuencode.c: In function 'UUEncodeStream': uulib/uuencode.c:248: warning: pointer targets in initialization differ in signedness uulib/uuencode.c:249: warning: pointer targets in initialization differ in signedness uulib/uuencode.c:270: warning: pointer targets in passing argument 1 of '_FP_fgets' differ in signedness uulib/uuencode.c:275: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:298: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:298: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:344: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:344: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:360: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:360: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:392: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:392: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:447: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:447: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:493: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c:493: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness uulib/uuencode.c: In function 'UUEncodePartial': uulib/uuencode.c:938: warning: format '%d' expects type 'int', but argument 3 has type 'long int' uulib/uuencode.c:938: warning: format '%d' expects type 'int', but argument 4 has type 'long int' uulib/uuencode.c:1004: warning: format '%d' expects type 'int', but argument 3 has type 'long int' uulib/uuencode.c:1008: warning: format '%d' expects type 'int', but argument 3 has type 'long int' uulib/uuencode.c: In function 'UUEncodeToFile': uulib/uuencode.c:1412: warning: format '%d' expects type 'int', but argument 3 has type 'long int' uulib/uuencode.c:1412: warning: format '%d' expects type 'int', but argument 4 has type 'long int' uulib/uuencode.c:1458: warning: format '%d' expects type 'int', but argument 3 has type 'long int' uulib/uuencode.c:1462: warning: format '%d' expects type 'int', but argument 3 has type 'long int' gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uuscan.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uuscan.Tpo -c uulib/uuscan.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_decoder_la-uuscan.o uulib/uunconc.c: In function 'UUValidData': uulib/uunconc.c:408: warning: comparison is always false due to limited range of data type uulib/uunconc.c:500: warning: comparison is always false due to limited range of data type uulib/uunconc.c:540: warning: comparison is always false due to limited range of data type uulib/uunconc.c: In function 'UUDecodePart': uulib/uunconc.c:1225: warning: pointer targets in passing argument 2 of 'crc32' differ in signedness uulib/uunconc.c:1226: warning: pointer targets in passing argument 2 of 'crc32' differ in signedness uulib/uunconc.c: In function 'UUDecode': uulib/uunconc.c:1549: warning: ignoring return value of 'fread', declared with attribute warn_unused_result mv -f .deps/libnntpgrab_plugin_decoder_la-fptools.Tpo .deps/libnntpgrab_plugin_decoder_la-fptools.Plo /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uuutil.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uuutil.Tpo -c -o libnntpgrab_plugin_decoder_la-uuutil.lo `test -f 'uulib/uuutil.c' || echo './'`uulib/uuutil.c mv -f .deps/libnntpgrab_plugin_decoder_la-decoder.Tpo .deps/libnntpgrab_plugin_decoder_la-decoder.Plo gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uustring.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uustring.Tpo -c uulib/uustring.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_decoder_la-uustring.o mv -f .deps/libnntpgrab_plugin_decoder_la-uustring.Tpo .deps/libnntpgrab_plugin_decoder_la-uustring.Plo gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_decoder_la-uuutil.lo -MD -MP -MF .deps/libnntpgrab_plugin_decoder_la-uuutil.Tpo -c uulib/uuutil.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_decoder_la-uuutil.o uulib/uuscan.c: In function 'ScanHeaderLine': uulib/uuscan.c:176: warning: 'c' may be used uninitialized in this function uulib/uuencode.c: In function 'UUEncodePartial': uulib/uuencode.c:796: warning: 'numparts' may be used uninitialized in this function mv -f .deps/libnntpgrab_plugin_decoder_la-uuutil.Tpo .deps/libnntpgrab_plugin_decoder_la-uuutil.Plo mv -f .deps/libnntpgrab_plugin_decoder_la-uulib.Tpo .deps/libnntpgrab_plugin_decoder_la-uulib.Plo mv -f .deps/libnntpgrab_plugin_decoder_la-uucheck.Tpo .deps/libnntpgrab_plugin_decoder_la-uucheck.Plo mv -f .deps/libnntpgrab_plugin_decoder_la-uuencode.Tpo .deps/libnntpgrab_plugin_decoder_la-uuencode.Plo mv -f .deps/libnntpgrab_plugin_decoder_la-uunconc.Tpo .deps/libnntpgrab_plugin_decoder_la-uunconc.Plo mv -f .deps/libnntpgrab_plugin_decoder_la-uuscan.Tpo .deps/libnntpgrab_plugin_decoder_la-uuscan.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../../plugins/decoder/uulib -DVERSION=\"0.2.1\" -DPATCH=\"\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -no-undefined -version-info 0:0:0 -export-symbols ../nntpgrab_plugin_decoder.def -lpthread -lcurl -L/usr/lib64 -lssl -L/usr/lib64 -o libnntpgrab_plugin_decoder.la -rpath /usr/lib64 libnntpgrab_plugin_decoder_la-decoder.lo libnntpgrab_plugin_decoder_la-crc32.lo libnntpgrab_plugin_decoder_la-fptools.lo libnntpgrab_plugin_decoder_la-uucheck.lo libnntpgrab_plugin_decoder_la-uuencode.lo libnntpgrab_plugin_decoder_la-uulib.lo libnntpgrab_plugin_decoder_la-uunconc.lo libnntpgrab_plugin_decoder_la-uuscan.lo libnntpgrab_plugin_decoder_la-uustring.lo libnntpgrab_plugin_decoder_la-uuutil.lo -pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 echo "{ global:" > .libs/libnntpgrab_plugin_decoder.ver cat ../nntpgrab_plugin_decoder.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_plugin_decoder.ver echo "local: *; };" >> .libs/libnntpgrab_plugin_decoder.ver gcc -shared .libs/libnntpgrab_plugin_decoder_la-decoder.o .libs/libnntpgrab_plugin_decoder_la-crc32.o .libs/libnntpgrab_plugin_decoder_la-fptools.o .libs/libnntpgrab_plugin_decoder_la-uucheck.o .libs/libnntpgrab_plugin_decoder_la-uuencode.o .libs/libnntpgrab_plugin_decoder_la-uulib.o .libs/libnntpgrab_plugin_decoder_la-uunconc.o .libs/libnntpgrab_plugin_decoder_la-uuscan.o .libs/libnntpgrab_plugin_decoder_la-uustring.o .libs/libnntpgrab_plugin_decoder_la-uuutil.o -lpthread -lcurl -L/usr/lib64 -lssl -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -pthread -m64 -mminimal-toc -pthread -Wl,--export-dynamic -Wl,-soname -Wl,libnntpgrab_plugin_decoder.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_plugin_decoder.ver -o .libs/libnntpgrab_plugin_decoder.so.0.0.0 (cd .libs && rm -f libnntpgrab_plugin_decoder.so.0 && ln -s libnntpgrab_plugin_decoder.so.0.0.0 libnntpgrab_plugin_decoder.so.0) (cd .libs && rm -f libnntpgrab_plugin_decoder.so && ln -s libnntpgrab_plugin_decoder.so.0.0.0 libnntpgrab_plugin_decoder.so) creating libnntpgrab_plugin_decoder.la (cd .libs && rm -f libnntpgrab_plugin_decoder.la && ln -s ../libnntpgrab_plugin_decoder.la libnntpgrab_plugin_decoder.la) make[4]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder' make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder' Making all in schedular make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/schedular' /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_schedular_la-schedular.lo -MD -MP -MF .deps/libnntpgrab_plugin_schedular_la-schedular.Tpo -c -o libnntpgrab_plugin_schedular_la-schedular.lo `test -f 'schedular.c' || echo './'`schedular.c /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_schedular_la-queue.lo -MD -MP -MF .deps/libnntpgrab_plugin_schedular_la-queue.Tpo -c -o libnntpgrab_plugin_schedular_la-queue.lo `test -f 'queue.c' || echo './'`queue.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_schedular_la-schedular.lo -MD -MP -MF .deps/libnntpgrab_plugin_schedular_la-schedular.Tpo -c schedular.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_schedular_la-schedular.o gcc -DHAVE_CONFIG_H -I. -I../.. -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT libnntpgrab_plugin_schedular_la-queue.lo -MD -MP -MF .deps/libnntpgrab_plugin_schedular_la-queue.Tpo -c queue.c -fPIC -DPIC -o .libs/libnntpgrab_plugin_schedular_la-queue.o mv -f .deps/libnntpgrab_plugin_schedular_la-queue.Tpo .deps/libnntpgrab_plugin_schedular_la-queue.Plo mv -f .deps/libnntpgrab_plugin_schedular_la-schedular.Tpo .deps/libnntpgrab_plugin_schedular_la-schedular.Plo /bin/sh ../../libtool --tag=CC --mode=link gcc -I../../plugins -I../../server -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -no-undefined -version-info 0:0:0 -export-symbols ../nntpgrab_plugin_schedular.def -lpthread -lcurl -L/usr/lib64 -lssl -L/usr/lib64 -o libnntpgrab_plugin_schedular.la -rpath /usr/lib64 libnntpgrab_plugin_schedular_la-schedular.lo libnntpgrab_plugin_schedular_la-queue.lo -pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -lxml2 echo "{ global:" > .libs/libnntpgrab_plugin_schedular.ver cat ../nntpgrab_plugin_schedular.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab_plugin_schedular.ver echo "local: *; };" >> .libs/libnntpgrab_plugin_schedular.ver gcc -shared .libs/libnntpgrab_plugin_schedular_la-schedular.o .libs/libnntpgrab_plugin_schedular_la-queue.o -lpthread -lcurl -L/usr/lib64 -lssl -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -lxml2 -pthread -m64 -mminimal-toc -pthread -Wl,--export-dynamic -Wl,-soname -Wl,libnntpgrab_plugin_schedular.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab_plugin_schedular.ver -o .libs/libnntpgrab_plugin_schedular.so.0.0.0 (cd .libs && rm -f libnntpgrab_plugin_schedular.so.0 && ln -s libnntpgrab_plugin_schedular.so.0.0.0 libnntpgrab_plugin_schedular.so.0) (cd .libs && rm -f libnntpgrab_plugin_schedular.so && ln -s libnntpgrab_plugin_schedular.so.0.0.0 libnntpgrab_plugin_schedular.so) creating libnntpgrab_plugin_schedular.la (cd .libs && rm -f libnntpgrab_plugin_schedular.la && ln -s ../libnntpgrab_plugin_schedular.la libnntpgrab_plugin_schedular.la) make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/schedular' make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins' make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins' Making all in server make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/server' /bin/sh ../libtool --mode=execute dbus-binding-tool --prefix=nntpgrab_dbus --mode=glib-client --output=nntpgrab-dbus-glue.h ./nntpgrab-dbus.xml /bin/sh ../libtool --mode=execute dbus-binding-tool --prefix=nntpgrab_dbus --mode=glib-server --output=nntpgrab-dbus-server.h ./nntpgrab-dbus.xml make all-am make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/server' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT configuration.lo -MD -MP -MF .deps/configuration.Tpo -c -o configuration.lo configuration.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT decoder.lo -MD -MP -MF .deps/decoder.Tpo -c -o decoder.lo decoder.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT marshalers.lo -MD -MP -MF .deps/marshalers.Tpo -c -o marshalers.lo marshalers.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpconnection.lo -MD -MP -MF .deps/nntpconnection.Tpo -c -o nntpconnection.lo nntpconnection.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_core.lo -MD -MP -MF .deps/nntpgrab_core.Tpo -c -o nntpgrab_core.lo nntpgrab_core.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT schedular.lo -MD -MP -MF .deps/schedular.Tpo -c -o schedular.lo schedular.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c -o utils.lo utils.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c -o regex.lo regex.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT utils.lo -MD -MP -MF .deps/utils.Tpo -c utils.c -fPIC -DPIC -o .libs/utils.o gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT regex.lo -MD -MP -MF .deps/regex.Tpo -c regex.c -fPIC -DPIC -o .libs/regex.o gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpconnection.lo -MD -MP -MF .deps/nntpconnection.Tpo -c nntpconnection.c -fPIC -DPIC -o .libs/nntpconnection.o gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT marshalers.lo -MD -MP -MF .deps/marshalers.Tpo -c marshalers.c -fPIC -DPIC -o .libs/marshalers.o mv -f .deps/utils.Tpo .deps/utils.Plo gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_server-main.o -MD -MP -MF .deps/nntpgrab_server-main.Tpo -c -o nntpgrab_server-main.o `test -f 'main.c' || echo './'`main.c gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT configuration.lo -MD -MP -MF .deps/configuration.Tpo -c configuration.c -fPIC -DPIC -o .libs/configuration.o gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_core.lo -MD -MP -MF .deps/nntpgrab_core.Tpo -c nntpgrab_core.c -fPIC -DPIC -o .libs/nntpgrab_core.o mv -f .deps/regex.Tpo .deps/regex.Plo gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT schedular.lo -MD -MP -MF .deps/schedular.Tpo -c schedular.c -fPIC -DPIC -o .libs/schedular.o nntpconnection.c: In function 'nntpconnection_new': nntpconnection.c:156: warning: dereferencing type-punned pointer will break strict-aliasing rules nntpconnection.c:169: warning: dereferencing type-punned pointer will break strict-aliasing rules nntpconnection.c:174: warning: dereferencing type-punned pointer will break strict-aliasing rules nntpconnection.c:179: warning: dereferencing type-punned pointer will break strict-aliasing rules nntpconnection.c:184: warning: dereferencing type-punned pointer will break strict-aliasing rules nntpconnection.c:189: warning: dereferencing type-punned pointer will break strict-aliasing rules nntpconnection.c:194: warning: dereferencing type-punned pointer will break strict-aliasing rules nntpconnection.c:199: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I. -I../plugins -DG_LOG_DOMAIN=\"NNTPGrab-Core\" -DPLUGIN_DIR=\"/usr/lib64/nntpgrab\" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -MT decoder.lo -MD -MP -MF .deps/decoder.Tpo -c decoder.c -fPIC -DPIC -o .libs/decoder.o schedular.c: In function 'schedular_new': schedular.c:168: warning: dereferencing type-punned pointer will break strict-aliasing rules schedular.c:181: warning: dereferencing type-punned pointer will break strict-aliasing rules schedular.c:186: warning: dereferencing type-punned pointer will break strict-aliasing rules schedular.c:191: warning: dereferencing type-punned pointer will break strict-aliasing rules schedular.c:196: warning: dereferencing type-punned pointer will break strict-aliasing rules schedular.c:201: warning: dereferencing type-punned pointer will break strict-aliasing rules schedular.c:206: warning: dereferencing type-punned pointer will break strict-aliasing rules schedular.c:211: warning: dereferencing type-punned pointer will break strict-aliasing rules schedular.c:216: warning: dereferencing type-punned pointer will break strict-aliasing rules schedular.c:221: warning: dereferencing type-punned pointer will break strict-aliasing rules schedular.c:226: warning: dereferencing type-punned pointer will break strict-aliasing rules decoder.c: In function 'decoder_new': decoder.c:125: warning: dereferencing type-punned pointer will break strict-aliasing rules decoder.c:138: warning: dereferencing type-punned pointer will break strict-aliasing rules decoder.c:143: warning: dereferencing type-punned pointer will break strict-aliasing rules mv -f .deps/marshalers.Tpo .deps/marshalers.Plo mv -f .deps/decoder.Tpo .deps/decoder.Plo mv -f .deps/nntpconnection.Tpo .deps/nntpconnection.Plo mv -f .deps/configuration.Tpo .deps/configuration.Plo mv -f .deps/nntpgrab_server-main.Tpo .deps/nntpgrab_server-main.Po mv -f .deps/schedular.Tpo .deps/schedular.Plo mv -f .deps/nntpgrab_core.Tpo .deps/nntpgrab_core.Plo /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -no-undefined -version-info 0:0:0 -export-symbols nntpgrab.def -lpthread -lcurl -L/usr/lib64 -lssl -L/usr/lib64 -o libnntpgrab.la -rpath /usr/lib64 configuration.lo decoder.lo marshalers.lo nntpconnection.lo nntpgrab_core.lo schedular.lo utils.lo regex.lo -pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 echo "{ global:" > .libs/libnntpgrab.ver cat nntpgrab.def | sed -e "s/\(.*\)/\1;/" >> .libs/libnntpgrab.ver echo "local: *; };" >> .libs/libnntpgrab.ver gcc -shared .libs/configuration.o .libs/decoder.o .libs/marshalers.o .libs/nntpconnection.o .libs/nntpgrab_core.o .libs/schedular.o .libs/utils.o .libs/regex.o -lpthread -lcurl -L/usr/lib64 -lssl -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -m64 -mminimal-toc -pthread -Wl,--export-dynamic -Wl,-soname -Wl,libnntpgrab.so.0 -Wl,-version-script -Wl,.libs/libnntpgrab.ver -o .libs/libnntpgrab.so.0.0.0 (cd .libs && rm -f libnntpgrab.so.0 && ln -s libnntpgrab.so.0.0.0 libnntpgrab.so.0) (cd .libs && rm -f libnntpgrab.so && ln -s libnntpgrab.so.0.0.0 libnntpgrab.so) creating libnntpgrab.la (cd .libs && rm -f libnntpgrab.la && ln -s ../libnntpgrab.la libnntpgrab.la) /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -lpthread -lcurl -L/usr/lib64 -lssl -L/usr/lib64 -o nntpgrab_server nntpgrab_server-main.o -pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -L/lib64 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 libnntpgrab.la gcc -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -o .libs/nntpgrab_server nntpgrab_server-main.o -pthread -Wl,--export-dynamic -L/usr/lib64 -L/lib64 -ldbus-glib-1 -ldbus-1 ./.libs/libnntpgrab.so -lpthread -lcurl -lssl -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 creating nntpgrab_server make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/server' make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/server' Making all in tests make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/tests' gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../server -I../plugins -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT test_nntp_connection.o -MD -MP -MF .deps/test_nntp_connection.Tpo -c -o test_nntp_connection.o test_nntp_connection.c gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../server -I../plugins -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT test_schedular.o -MD -MP -MF .deps/test_schedular.Tpo -c -o test_schedular.o test_schedular.c gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../server -I../plugins -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT test_configuration.o -MD -MP -MF .deps/test_configuration.Tpo -c -o test_configuration.o test_configuration.c gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../server -I../plugins -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT test_dbus-test_dbus.o -MD -MP -MF .deps/test_dbus-test_dbus.Tpo -c -o test_dbus-test_dbus.o `test -f 'test_dbus.c' || echo './'`test_dbus.c gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I../server -I../plugins -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT test_regex.o -MD -MP -MF .deps/test_regex.Tpo -c -o test_regex.o test_regex.c mv -f .deps/test_regex.Tpo .deps/test_regex.Po /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -lpthread -lcurl -L/usr/lib64 -lssl -L/usr/lib64 -o test_regex test_regex.o ../server/libnntpgrab.la test_nntp_connection.c: In function 'main': test_nntp_connection.c:153: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result mv -f .deps/test_configuration.Tpo .deps/test_configuration.Po /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -lpthread -lcurl -L/usr/lib64 -lssl -L/usr/lib64 -o test_configuration test_configuration.o ../server/libnntpgrab.la mv -f .deps/test_dbus-test_dbus.Tpo .deps/test_dbus-test_dbus.Po /bin/sh ../libtool --tag=CC --mode=link gcc -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -lpthread -lcurl -L/usr/lib64 -lssl -L/usr/lib64 -o test_dbus test_dbus-test_dbus.o -L/lib64 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 mv -f .deps/test_nntp_connection.Tpo .deps/test_nntp_connection.Po /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -lpthread -lcurl -L/usr/lib64 -lssl -L/usr/lib64 -o test_nntp_connection test_nntp_connection.o ../server/libnntpgrab.la mkdir .libs mv -f .deps/test_schedular.Tpo .deps/test_schedular.Po /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -lpthread -lcurl -L/usr/lib64 -lssl -L/usr/lib64 -o test_schedular test_schedular.o ../server/libnntpgrab.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -o .libs/test_regex test_regex.o -L/usr/lib64 ../server/.libs/libnntpgrab.so -lpthread -lcurl -lssl -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -o .libs/test_configuration test_configuration.o -L/usr/lib64 ../server/.libs/libnntpgrab.so -lpthread -lcurl -lssl -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -o .libs/test_nntp_connection test_nntp_connection.o -L/usr/lib64 ../server/.libs/libnntpgrab.so -lpthread -lcurl -lssl -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 creating test_regex gcc -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -o test_dbus test_dbus-test_dbus.o -lpthread -lcurl -L/usr/lib64 -lssl -L/lib64 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -o .libs/test_schedular test_schedular.o -L/usr/lib64 ../server/.libs/libnntpgrab.so -lpthread -lcurl -lssl -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 creating test_configuration creating test_nntp_connection creating test_schedular make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/tests' Making all in client make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/client' Making all in gui make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/client/gui' gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.14 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libglade-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../server -DNNTPGRABLOCALEDIR=\""/usr/share/locale"\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_gui-callbacks.o -MD -MP -MF .deps/nntpgrab_gui-callbacks.Tpo -c -o nntpgrab_gui-callbacks.o `test -f 'callbacks.c' || echo './'`callbacks.c gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.14 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libglade-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../server -DNNTPGRABLOCALEDIR=\""/usr/share/locale"\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_gui-config.o -MD -MP -MF .deps/nntpgrab_gui-config.Tpo -c -o nntpgrab_gui-config.o `test -f 'config.c' || echo './'`config.c gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.14 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libglade-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../server -DNNTPGRABLOCALEDIR=\""/usr/share/locale"\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_gui-connections.o -MD -MP -MF .deps/nntpgrab_gui-connections.Tpo -c -o nntpgrab_gui-connections.o `test -f 'connections.c' || echo './'`connections.c gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.14 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libglade-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../server -DNNTPGRABLOCALEDIR=\""/usr/share/locale"\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_gui-debug.o -MD -MP -MF .deps/nntpgrab_gui-debug.Tpo -c -o nntpgrab_gui-debug.o `test -f 'debug.c' || echo './'`debug.c gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.14 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libglade-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../server -DNNTPGRABLOCALEDIR=\""/usr/share/locale"\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_gui-dialog.o -MD -MP -MF .deps/nntpgrab_gui-dialog.Tpo -c -o nntpgrab_gui-dialog.o `test -f 'dialog.c' || echo './'`dialog.c gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.14 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libglade-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../server -DNNTPGRABLOCALEDIR=\""/usr/share/locale"\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_gui-info.o -MD -MP -MF .deps/nntpgrab_gui-info.Tpo -c -o nntpgrab_gui-info.o `test -f 'info.c' || echo './'`info.c gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.14 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libglade-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../server -DNNTPGRABLOCALEDIR=\""/usr/share/locale"\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_gui-main.o -MD -MP -MF .deps/nntpgrab_gui-main.Tpo -c -o nntpgrab_gui-main.o `test -f 'main.c' || echo './'`main.c gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.14 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libglade-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../server -DNNTPGRABLOCALEDIR=\""/usr/share/locale"\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_gui-notify.o -MD -MP -MF .deps/nntpgrab_gui-notify.Tpo -c -o nntpgrab_gui-notify.o `test -f 'notify.c' || echo './'`notify.c mv -f .deps/nntpgrab_gui-notify.Tpo .deps/nntpgrab_gui-notify.Po gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.14 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libglade-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../server -DNNTPGRABLOCALEDIR=\""/usr/share/locale"\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_gui-nzb.o -MD -MP -MF .deps/nntpgrab_gui-nzb.Tpo -c -o nntpgrab_gui-nzb.o `test -f 'nzb.c' || echo './'`nzb.c mv -f .deps/nntpgrab_gui-debug.Tpo .deps/nntpgrab_gui-debug.Po gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.14 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libglade-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../server -DNNTPGRABLOCALEDIR=\""/usr/share/locale"\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_gui-queue.o -MD -MP -MF .deps/nntpgrab_gui-queue.Tpo -c -o nntpgrab_gui-queue.o `test -f 'queue.c' || echo './'`queue.c mv -f .deps/nntpgrab_gui-callbacks.Tpo .deps/nntpgrab_gui-callbacks.Po gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libgtkhtml-3.14 -I/usr/include/gtk-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libglade-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libxml2 -I/usr/include/libxml2 -I../../server -DNNTPGRABLOCALEDIR=\""/usr/share/locale"\" -DPLUGIN_DIR="\"/usr/lib64/nntpgrab\"" -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -MT nntpgrab_gui-monitor.o -MD -MP -MF .deps/nntpgrab_gui-monitor.Tpo -c -o nntpgrab_gui-monitor.o `test -f 'monitor.c' || echo './'`monitor.c mv -f .deps/nntpgrab_gui-connections.Tpo .deps/nntpgrab_gui-connections.Po mv -f .deps/nntpgrab_gui-main.Tpo .deps/nntpgrab_gui-main.Po mv -f .deps/nntpgrab_gui-config.Tpo .deps/nntpgrab_gui-config.Po mv -f .deps/nntpgrab_gui-dialog.Tpo .deps/nntpgrab_gui-dialog.Po mv -f .deps/nntpgrab_gui-info.Tpo .deps/nntpgrab_gui-info.Po mv -f .deps/nntpgrab_gui-monitor.Tpo .deps/nntpgrab_gui-monitor.Po mv -f .deps/nntpgrab_gui-nzb.Tpo .deps/nntpgrab_gui-nzb.Po mv -f .deps/nntpgrab_gui-queue.Tpo .deps/nntpgrab_gui-queue.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS="\"Linux\"" -I/usr/include/curl -I/usr/include -fstack-protector -export-dynamic -lpthread -lcurl -L/usr/lib64 -lssl -L/usr/lib64 -o nntpgrab_gui nntpgrab_gui-callbacks.o nntpgrab_gui-config.o nntpgrab_gui-connections.o nntpgrab_gui-debug.o nntpgrab_gui-dialog.o nntpgrab_gui-info.o nntpgrab_gui-main.o nntpgrab_gui-notify.o nntpgrab_gui-nzb.o nntpgrab_gui-queue.o nntpgrab_gui-monitor.o ../../server/libnntpgrab.la -pthread -Wl,--export-dynamic -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -pthread -lgtk-x11-2.0 -latk-1.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -pthread -lgtkhtml-3.14 -lgnomeui-2 -lSM -lICE -lglade-2.0 -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgconf-2 -lgthread-2.0 -lrt -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lxml2 -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgconf-2 -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -L/lib64 -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -ldbus-1 -lgobject-2.0 -lglib-2.0 mkdir .libs gcc -DHAVE_GNOME -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/orbit-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/libart-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gconf/2 -DHAVE_LIBNOTIFY -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mminimal-toc -DOS=\"Linux\" -I/usr/include/curl -I/usr/include -fstack-protector -o .libs/nntpgrab_gui nntpgrab_gui-callbacks.o nntpgrab_gui-config.o nntpgrab_gui-connections.o nntpgrab_gui-debug.o nntpgrab_gui-dialog.o nntpgrab_gui-info.o nntpgrab_gui-main.o nntpgrab_gui-notify.o nntpgrab_gui-nzb.o nntpgrab_gui-queue.o nntpgrab_gui-monitor.o -pthread -Wl,--export-dynamic -pthread -pthread -pthread -Wl,--export-dynamic -L/usr/lib64 ../../server/.libs/libnntpgrab.so -lpthread -lcurl -lssl -lgtkhtml-3.14 -lglade-2.0 -lxml2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lbonobo-2 -lbonobo-activation -lORBit-2 -lart_lgpl_2 -lgconf-2 -lgthread-2.0 -lrt -L/lib64 -lnotify -lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgmodule-2.0 -ldl -ldbus-1 -lgobject-2.0 -lglib-2.0 creating nntpgrab_gui make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/client/gui' make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/client' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/client' make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/client' make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1' make[1]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.21042 + umask 022 + cd /builddir/build/BUILD + cd nntpgrab-0.2.1 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217 + make install DESTDIR=/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217 Making install in po make[1]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/po' /bin/sh /builddir/build/BUILD/nntpgrab-0.2.1/install-sh -d /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/locale linguas="nl "; \ for lang in $linguas; do \ dir=/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /builddir/build/BUILD/nntpgrab-0.2.1/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/NNTPGrab.mo; \ echo "installing $lang.gmo as $dir/NNTPGrab.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/NNTPGrab.mo; \ echo "installing ./$lang.gmo as" \ "$dir/NNTPGrab.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/NNTPGrab.mo.m; \ echo "installing $lang.gmo.m as $dir/NNTPGrab.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/NNTPGrab.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/NNTPGrab.mo.m"; \ else \ true; \ fi; \ fi; \ done installing nl.gmo as /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/locale/nl/LC_MESSAGES/NNTPGrab.mo make[1]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/po' Making install in plugins make[1]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins' Making install in nntp make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/nntp' make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/nntp' test -z "/usr/lib64" || /bin/mkdir -p "/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libnntpgrab_plugin_nntp.la' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_nntp.la' /usr/bin/install -c .libs/libnntpgrab_plugin_nntp.so.0.0.0 /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_nntp.so.0.0.0 (cd /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64 && { ln -s -f libnntpgrab_plugin_nntp.so.0.0.0 libnntpgrab_plugin_nntp.so.0 || { rm -f libnntpgrab_plugin_nntp.so.0 && ln -s libnntpgrab_plugin_nntp.so.0.0.0 libnntpgrab_plugin_nntp.so.0; }; }) (cd /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64 && { ln -s -f libnntpgrab_plugin_nntp.so.0.0.0 libnntpgrab_plugin_nntp.so || { rm -f libnntpgrab_plugin_nntp.so && ln -s libnntpgrab_plugin_nntp.so.0.0.0 libnntpgrab_plugin_nntp.so; }; }) /usr/bin/install -c .libs/libnntpgrab_plugin_nntp.lai /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_nntp.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/nntp' make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/nntp' Making install in decoder make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder' Making install in uulib make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder/uulib' make[3]: Nothing to be done for `install'. make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder/uulib' make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder' make[4]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder' test -z "/usr/lib64" || /bin/mkdir -p "/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libnntpgrab_plugin_decoder.la' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_decoder.la' /usr/bin/install -c .libs/libnntpgrab_plugin_decoder.so.0.0.0 /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_decoder.so.0.0.0 (cd /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64 && { ln -s -f libnntpgrab_plugin_decoder.so.0.0.0 libnntpgrab_plugin_decoder.so.0 || { rm -f libnntpgrab_plugin_decoder.so.0 && ln -s libnntpgrab_plugin_decoder.so.0.0.0 libnntpgrab_plugin_decoder.so.0; }; }) (cd /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64 && { ln -s -f libnntpgrab_plugin_decoder.so.0.0.0 libnntpgrab_plugin_decoder.so || { rm -f libnntpgrab_plugin_decoder.so && ln -s libnntpgrab_plugin_decoder.so.0.0.0 libnntpgrab_plugin_decoder.so; }; }) /usr/bin/install -c .libs/libnntpgrab_plugin_decoder.lai /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_decoder.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder' make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder' make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/decoder' Making install in schedular make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/schedular' make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/schedular' test -z "/usr/lib64" || /bin/mkdir -p "/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libnntpgrab_plugin_schedular.la' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_schedular.la' /usr/bin/install -c .libs/libnntpgrab_plugin_schedular.so.0.0.0 /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_schedular.so.0.0.0 (cd /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64 && { ln -s -f libnntpgrab_plugin_schedular.so.0.0.0 libnntpgrab_plugin_schedular.so.0 || { rm -f libnntpgrab_plugin_schedular.so.0 && ln -s libnntpgrab_plugin_schedular.so.0.0.0 libnntpgrab_plugin_schedular.so.0; }; }) (cd /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64 && { ln -s -f libnntpgrab_plugin_schedular.so.0.0.0 libnntpgrab_plugin_schedular.so || { rm -f libnntpgrab_plugin_schedular.so && ln -s libnntpgrab_plugin_schedular.so.0.0.0 libnntpgrab_plugin_schedular.so; }; }) /usr/bin/install -c .libs/libnntpgrab_plugin_schedular.lai /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_schedular.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/schedular' make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins/schedular' make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins' make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins' make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins' make[1]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/plugins' Making install in server make[1]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/server' make install-am make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/server' make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/server' test -z "/usr/lib64" || /bin/mkdir -p "/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libnntpgrab.la' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab.la' /usr/bin/install -c .libs/libnntpgrab.so.0.0.0 /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab.so.0.0.0 (cd /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64 && { ln -s -f libnntpgrab.so.0.0.0 libnntpgrab.so.0 || { rm -f libnntpgrab.so.0 && ln -s libnntpgrab.so.0.0.0 libnntpgrab.so.0; }; }) (cd /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64 && { ln -s -f libnntpgrab.so.0.0.0 libnntpgrab.so || { rm -f libnntpgrab.so && ln -s libnntpgrab.so.0.0.0 libnntpgrab.so; }; }) /usr/bin/install -c .libs/libnntpgrab.lai /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' test -z "/usr/bin" || /bin/mkdir -p "/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'nntpgrab_server' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/bin/nntpgrab_server' libtool: install: warning: `libnntpgrab.la' has not been installed in `/usr/lib64' /usr/bin/install -c .libs/nntpgrab_server /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/bin/nntpgrab_server test -z "/usr/include/nntpgrab" || /bin/mkdir -p "/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/include/nntpgrab" /usr/bin/install -c -m 644 'nntpgrab.h' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/include/nntpgrab/nntpgrab.h' /usr/bin/install -c -m 644 'nntpgrab_types.h' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/include/nntpgrab/nntpgrab_types.h' test -z "/usr/lib64/pkgconfig" || /bin/mkdir -p "/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/pkgconfig" /usr/bin/install -c -m 644 'nntpgrab.pc' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/pkgconfig/nntpgrab.pc' make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/server' make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/server' make[1]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/server' Making install in tests make[1]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/tests' make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/tests' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/tests' make[1]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/tests' Making install in client make[1]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/client' Making install in gui make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/client/gui' make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/client/gui' test -z "/usr/bin" || /bin/mkdir -p "/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'nntpgrab_gui' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/bin/nntpgrab_gui' libtool: install: warning: `../../server/libnntpgrab.la' has not been installed in `/usr/lib64' /usr/bin/install -c .libs/nntpgrab_gui /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/bin/nntpgrab_gui test -z "/usr/share/applications" || /bin/mkdir -p "/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/applications" /usr/bin/install -c -m 644 'nntpgrab.desktop' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/applications/nntpgrab.desktop' test -z "/usr/share/nntpgrab" || /bin/mkdir -p "/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/nntpgrab" /usr/bin/install -c -m 644 'nntpgrab_gui.glade' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/nntpgrab/nntpgrab_gui.glade' /usr/bin/install -c -m 644 'nntpgrab_gui.ui' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/nntpgrab/nntpgrab_gui.ui' test -z "/usr/share/pixmaps" || /bin/mkdir -p "/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/pixmaps" /usr/bin/install -c -m 644 'nntpgrab.png' '/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/pixmaps/nntpgrab.png' make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/client/gui' make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/client/gui' make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/client' make[3]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1/client' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/client' make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/client' make[1]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1/client' make[1]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1' make[2]: Entering directory `/builddir/build/BUILD/nntpgrab-0.2.1' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1' make[1]: Leaving directory `/builddir/build/BUILD/nntpgrab-0.2.1' + desktop-file-install --vendor fedora --delete-original --add-category Network --copy-generic-name-to-name --dir /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/applications /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/applications/nntpgrab.desktop /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/applications/nntpgrab.desktop: key "Categories" is a list and does not have a semicolon as trailing character, fixing /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/applications/fedora-nntpgrab.desktop: warning: value "nntpgrab.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path + rm /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_decoder.so + rm /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_decoder.so.0 + mv /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_decoder.so.0.0.0 /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_decoder.so + rm /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_nntp.so + rm /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_nntp.so.0 + mv /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_nntp.so.0.0.0 /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_nntp.so + rm /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_schedular.so + rm /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_schedular.so.0 + mv /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_schedular.so.0.0.0 /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_schedular.so + rm /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab.la + rm /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_decoder.la + rm /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_nntp.la + rm /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_schedular.la + rm /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/bin/nntpgrab_server + /usr/lib/rpm/find-lang.sh /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217 NNTPGrab + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/nntpgrab-0.2.1 extracting debug info from /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_schedular.so extracting debug info from /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_nntp.so extracting debug info from /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab_plugin_decoder.so extracting debug info from /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/lib64/libnntpgrab.so.0.0.0 extracting debug info from /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/bin/nntpgrab_gui symlinked /usr/lib/debug/usr/lib64/libnntpgrab.so.0.0.0.debug to /usr/lib/debug/usr/lib64/libnntpgrab.so.0.debug symlinked /usr/lib/debug/usr/lib64/libnntpgrab.so.0.0.0.debug to /usr/lib/debug/usr/lib64/libnntpgrab.so.debug 1354 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/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: nntpgrab-0.2.1-4.fc9 Processing files: nntpgrab-core-0.2.1-4.fc9 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7721 + umask 022 + cd /builddir/build/BUILD + cd nntpgrab-0.2.1 + DOCDIR=/var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/doc/nntpgrab-core-0.2.1 + export DOCDIR + rm -rf /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/doc/nntpgrab-core-0.2.1 + /bin/mkdir -p /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/doc/nntpgrab-core-0.2.1 + cp -pr COPYING ChangeLog /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217/usr/share/doc/nntpgrab-core-0.2.1 + exit 0 Provides: libnntpgrab.so.0()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcurl.so.4()(64bit) libdl.so.2()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgthread-2.0.so.0()(64bit) libnntpgrab.so.0()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libssl.so.7()(64bit) rtld(GNU_HASH) Processing files: nntpgrab-gui-0.2.1-4.fc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libICE.so.6()(64bit) libORBit-2.so.0()(64bit) libSM.so.6()(64bit) libart_lgpl_2.so.2()(64bit) libatk-1.0.so.0()(64bit) libbonobo-2.so.0()(64bit) libbonobo-activation.so.4()(64bit) libbonoboui-2.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcairo.so.2()(64bit) libcurl.so.4()(64bit) libdbus-1.so.3()(64bit) libdbus-glib-1.so.2()(64bit) libdl.so.2()(64bit) libgconf-2.so.4()(64bit) libgdk-x11-2.0.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libglade-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgnome-2.so.0()(64bit) libgnomecanvas-2.so.0()(64bit) libgnomeui-2.so.0()(64bit) libgnomevfs-2.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgthread-2.0.so.0()(64bit) libgtk-x11-2.0.so.0()(64bit) libgtkhtml-3.14.so.19()(64bit) libnntpgrab.so.0()(64bit) libnotify.so.1()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpopt.so.0()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libssl.so.7()(64bit) libxml2.so.2()(64bit) nntpgrab-core = 0.2.1-4.fc9 rtld(GNU_HASH) xdg-utils Processing files: nntpgrab-plugins-0.2.1-4.fc9 Provides: libnntpgrab_plugin_decoder.so.0()(64bit) libnntpgrab_plugin_nntp.so.0()(64bit) libnntpgrab_plugin_schedular.so.0()(64bit) nntpgrab-plugin-decoder = 0.2.1-4.fc9 nntpgrab-plugin-nntp = 0.2.1-4.fc9 nntpgrab-plugin-schedular = 0.2.1-4.fc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcurl.so.4()(64bit) libdl.so.2()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgthread-2.0.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.3)(64bit) librt.so.1()(64bit) libssl.so.7()(64bit) libxml2.so.2()(64bit) rtld(GNU_HASH) Obsoletes: nntpgrab-plugin-nntp <= 0.2.1-1 nntpgrab-plugin-decoder <= 0.2.1-1 nntpgrab-plugin-schedular <= 0.2.1-1 Processing files: nntpgrab-devel-0.2.1-4.fc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: glib2-devel libnntpgrab.so.0()(64bit) nntpgrab-core = 0.2.1-4.fc9 Processing files: nntpgrab-debuginfo-0.2.1-4.fc9 Provides: libnntpgrab.so.0.0.0.debug()(64bit) libnntpgrab_plugin_decoder.so.debug()(64bit) libnntpgrab_plugin_nntp.so.debug()(64bit) libnntpgrab_plugin_schedular.so.debug()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libnntpgrab.so.0()(64bit) libnntpgrab_plugin_decoder.so.0()(64bit) libnntpgrab_plugin_nntp.so.0()(64bit) libnntpgrab_plugin_schedular.so.0()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217 warning: Could not canonicalize hostname: ppc4.fedora.phx.redhat.com Wrote: /builddir/build/RPMS/nntpgrab-0.2.1-4.fc9.ppc64.rpm Wrote: /builddir/build/RPMS/nntpgrab-core-0.2.1-4.fc9.ppc64.rpm Wrote: /builddir/build/RPMS/nntpgrab-gui-0.2.1-4.fc9.ppc64.rpm Wrote: /builddir/build/RPMS/nntpgrab-plugins-0.2.1-4.fc9.ppc64.rpm Wrote: /builddir/build/RPMS/nntpgrab-devel-0.2.1-4.fc9.ppc64.rpm Wrote: /builddir/build/RPMS/nntpgrab-debuginfo-0.2.1-4.fc9.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.83192 + umask 022 + cd /builddir/build/BUILD + cd nntpgrab-0.2.1 + rm -rf /var/tmp/nntpgrab-0.2.1-4.fc9-TE8217 + exit 0 LEAVE do -->