Mock Version: 0.9.14 Mock Version: 0.9.14 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target ppc --nodeps builddir/build/SPECS/gnomint.spec'], False, '/var/lib/mock/dist-f11-build-364774-66476/root/', None, 86400, True, 0, 101, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target ppc --nodeps builddir/build/SPECS/gnomint.spec'] warning: Could not canonicalize hostname: ppc3.fedora.redhat.com Building target platforms: ppc Building for target ppc Wrote: /builddir/build/SRPMS/gnomint-0.9.1-2.fc11.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target ppc --nodeps builddir/build/SPECS/gnomint.spec'], False, '/var/lib/mock/dist-f11-build-364774-66476/root/', None, 86400, True, 0, 101, 102, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target ppc --nodeps builddir/build/SPECS/gnomint.spec'] Building target platforms: ppc Building for target ppc Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ookw7d + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf gnomint-0.9.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/gnomint-0.9.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd gnomint-0.9.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0e8b8J + umask 022 + cd /builddir/build/BUILD + cd gnomint-0.9.1 + LANG=C + export LANG + unset DISPLAY + sed -i -e 's|CFLAGS="-Wall -Werror -g "|true|' configure + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -I/usr/lib/gfortran/modules' + export FFLAGS + ./configure --build=ppc-redhat-linux-gnu --host=ppc-redhat-linux-gnu --target=ppc-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/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-schemas-install tr: warning: an unescaped backslash at end of string is not portable checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for ppc-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 dependency style of gcc... gcc3 checking for strerror in -lcposix... no checking for ppc-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking build system type... powerpc-redhat-linux-gnu checking host system type... powerpc-redhat-linux-gnu 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 fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ppc-redhat-linux-gnu-ar... no checking for ar... ar checking for ppc-redhat-linux-gnu-strip... no checking for strip... strip checking for ppc-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether gcc and cc understand -c and -o together... yes checking for ANSI C header files... (cached) yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working volatile... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether time.h and sys/time.h may both be included... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for alarm... yes checking for working mktime... yes checking for strftime... yes checking for memset... yes checking for strcasecmp... yes checking for strdup... yes checking for locale.h... (cached) yes checking for LC_MESSAGES... yes checking for libintl.h... (cached) yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... cs de es fr it sv checking whether NLS is requested... yes checking for intltool >= 0.23... 0.40.5 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... (cached) /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... (cached) /usr/bin/msgfmt checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for ppc-redhat-linux-gnu-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for SQLITE... yes checking for GNOMINT... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for GNOMINTCLI... yes checking whether gnutls >= 2.7.4 (for advanced features)... no checking for gconftool-2... gconftool-2 Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating m4/Makefile config.status: creating gui/Makefile config.status: creating po/Makefile.in config.status: creating mime/Makefile config.status: creating gconf/Makefile config.status: creating gnomint.spec config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands # INTLTOOL_MAKEFILE Configure summary: Source code location .......: . Compiler ...................: gcc Compiler flags .............: -Wall -Werror Installing into prefix .....: /usr ALL_LINGUAS ................: cs de es fr it sv Type make to build gnoMint 0.9.1 + make -j4 Making all in m4 make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/m4' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/m4' Making all in src make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/src' if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-main.o -MD -MP -MF ".deps/gnomint-main.Tpo" -c -o gnomint-main.o `test -f 'main.c' || echo './'`main.c; \ then mv -f ".deps/gnomint-main.Tpo" ".deps/gnomint-main.Po"; else rm -f ".deps/gnomint-main.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-new_ca_window.o -MD -MP -MF ".deps/gnomint-new_ca_window.Tpo" -c -o gnomint-new_ca_window.o `test -f 'new_ca_window.c' || echo './'`new_ca_window.c; \ then mv -f ".deps/gnomint-new_ca_window.Tpo" ".deps/gnomint-new_ca_window.Po"; else rm -f ".deps/gnomint-new_ca_window.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-new_req_window.o -MD -MP -MF ".deps/gnomint-new_req_window.Tpo" -c -o gnomint-new_req_window.o `test -f 'new_req_window.c' || echo './'`new_req_window.c; \ then mv -f ".deps/gnomint-new_req_window.Tpo" ".deps/gnomint-new_req_window.Po"; else rm -f ".deps/gnomint-new_req_window.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-new_cert_window.o -MD -MP -MF ".deps/gnomint-new_cert_window.Tpo" -c -o gnomint-new_cert_window.o `test -f 'new_cert_window.c' || echo './'`new_cert_window.c; \ then mv -f ".deps/gnomint-new_cert_window.Tpo" ".deps/gnomint-new_cert_window.Po"; else rm -f ".deps/gnomint-new_cert_window.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-new_cert_creation_process.o -MD -MP -MF ".deps/gnomint-new_cert_creation_process.Tpo" -c -o gnomint-new_cert_creation_process.o `test -f 'new_cert_creation_process.c' || echo './'`new_cert_creation_process.c; \ then mv -f ".deps/gnomint-new_cert_creation_process.Tpo" ".deps/gnomint-new_cert_creation_process.Po"; else rm -f ".deps/gnomint-new_cert_creation_process.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-ca.o -MD -MP -MF ".deps/gnomint-ca.Tpo" -c -o gnomint-ca.o `test -f 'ca.c' || echo './'`ca.c; \ then mv -f ".deps/gnomint-ca.Tpo" ".deps/gnomint-ca.Po"; else rm -f ".deps/gnomint-ca.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-ca_creation.o -MD -MP -MF ".deps/gnomint-ca_creation.Tpo" -c -o gnomint-ca_creation.o `test -f 'ca_creation.c' || echo './'`ca_creation.c; \ then mv -f ".deps/gnomint-ca_creation.Tpo" ".deps/gnomint-ca_creation.Po"; else rm -f ".deps/gnomint-ca_creation.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-tls.o -MD -MP -MF ".deps/gnomint-tls.Tpo" -c -o gnomint-tls.o `test -f 'tls.c' || echo './'`tls.c; \ then mv -f ".deps/gnomint-tls.Tpo" ".deps/gnomint-tls.Po"; else rm -f ".deps/gnomint-tls.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-ca_file.o -MD -MP -MF ".deps/gnomint-ca_file.Tpo" -c -o gnomint-ca_file.o `test -f 'ca_file.c' || echo './'`ca_file.c; \ then mv -f ".deps/gnomint-ca_file.Tpo" ".deps/gnomint-ca_file.Po"; else rm -f ".deps/gnomint-ca_file.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-certificate_properties.o -MD -MP -MF ".deps/gnomint-certificate_properties.Tpo" -c -o gnomint-certificate_properties.o `test -f 'certificate_properties.c' || echo './'`certificate_properties.c; \ then mv -f ".deps/gnomint-certificate_properties.Tpo" ".deps/gnomint-certificate_properties.Po"; else rm -f ".deps/gnomint-certificate_properties.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-ca_policy.o -MD -MP -MF ".deps/gnomint-ca_policy.Tpo" -c -o gnomint-ca_policy.o `test -f 'ca_policy.c' || echo './'`ca_policy.c; \ then mv -f ".deps/gnomint-ca_policy.Tpo" ".deps/gnomint-ca_policy.Po"; else rm -f ".deps/gnomint-ca_policy.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-csr_creation.o -MD -MP -MF ".deps/gnomint-csr_creation.Tpo" -c -o gnomint-csr_creation.o `test -f 'csr_creation.c' || echo './'`csr_creation.c; \ then mv -f ".deps/gnomint-csr_creation.Tpo" ".deps/gnomint-csr_creation.Po"; else rm -f ".deps/gnomint-csr_creation.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-csr_properties.o -MD -MP -MF ".deps/gnomint-csr_properties.Tpo" -c -o gnomint-csr_properties.o `test -f 'csr_properties.c' || echo './'`csr_properties.c; \ then mv -f ".deps/gnomint-csr_properties.Tpo" ".deps/gnomint-csr_properties.Po"; else rm -f ".deps/gnomint-csr_properties.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-pkey_manage.o -MD -MP -MF ".deps/gnomint-pkey_manage.Tpo" -c -o gnomint-pkey_manage.o `test -f 'pkey_manage.c' || echo './'`pkey_manage.c; \ then mv -f ".deps/gnomint-pkey_manage.Tpo" ".deps/gnomint-pkey_manage.Po"; else rm -f ".deps/gnomint-pkey_manage.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-preferences-gui.o -MD -MP -MF ".deps/gnomint-preferences-gui.Tpo" -c -o gnomint-preferences-gui.o `test -f 'preferences-gui.c' || echo './'`preferences-gui.c; \ then mv -f ".deps/gnomint-preferences-gui.Tpo" ".deps/gnomint-preferences-gui.Po"; else rm -f ".deps/gnomint-preferences-gui.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-preferences-window.o -MD -MP -MF ".deps/gnomint-preferences-window.Tpo" -c -o gnomint-preferences-window.o `test -f 'preferences-window.c' || echo './'`preferences-window.c; \ then mv -f ".deps/gnomint-preferences-window.Tpo" ".deps/gnomint-preferences-window.Po"; else rm -f ".deps/gnomint-preferences-window.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-crl.o -MD -MP -MF ".deps/gnomint-crl.Tpo" -c -o gnomint-crl.o `test -f 'crl.c' || echo './'`crl.c; \ then mv -f ".deps/gnomint-crl.Tpo" ".deps/gnomint-crl.Po"; else rm -f ".deps/gnomint-crl.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-uint160.o -MD -MP -MF ".deps/gnomint-uint160.Tpo" -c -o gnomint-uint160.o `test -f 'uint160.c' || echo './'`uint160.c; \ then mv -f ".deps/gnomint-uint160.Tpo" ".deps/gnomint-uint160.Po"; else rm -f ".deps/gnomint-uint160.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -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/lib/gnome-vfs-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -Wall -Werror -MT gnomint-import.o -MD -MP -MF ".deps/gnomint-import.Tpo" -c -o gnomint-import.o `test -f 'import.c' || echo './'`import.c; \ then mv -f ".deps/gnomint-import.Tpo" ".deps/gnomint-import.Po"; else rm -f ".deps/gnomint-import.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-gnomint-cli.o -MD -MP -MF ".deps/gnomint_cli-gnomint-cli.Tpo" -c -o gnomint_cli-gnomint-cli.o `test -f 'gnomint-cli.c' || echo './'`gnomint-cli.c; \ then mv -f ".deps/gnomint_cli-gnomint-cli.Tpo" ".deps/gnomint_cli-gnomint-cli.Po"; else rm -f ".deps/gnomint_cli-gnomint-cli.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-ca.o -MD -MP -MF ".deps/gnomint_cli-ca.Tpo" -c -o gnomint_cli-ca.o `test -f 'ca.c' || echo './'`ca.c; \ then mv -f ".deps/gnomint_cli-ca.Tpo" ".deps/gnomint_cli-ca.Po"; else rm -f ".deps/gnomint_cli-ca.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-ca-cli.o -MD -MP -MF ".deps/gnomint_cli-ca-cli.Tpo" -c -o gnomint_cli-ca-cli.o `test -f 'ca-cli.c' || echo './'`ca-cli.c; \ then mv -f ".deps/gnomint_cli-ca-cli.Tpo" ".deps/gnomint_cli-ca-cli.Po"; else rm -f ".deps/gnomint_cli-ca-cli.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-ca-callbacks.o -MD -MP -MF ".deps/gnomint_cli-ca-callbacks.Tpo" -c -o gnomint_cli-ca-callbacks.o `test -f 'ca-callbacks.c' || echo './'`ca-callbacks.c; \ then mv -f ".deps/gnomint_cli-ca-callbacks.Tpo" ".deps/gnomint_cli-ca-callbacks.Po"; else rm -f ".deps/gnomint_cli-ca-callbacks.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-ca_creation.o -MD -MP -MF ".deps/gnomint_cli-ca_creation.Tpo" -c -o gnomint_cli-ca_creation.o `test -f 'ca_creation.c' || echo './'`ca_creation.c; \ then mv -f ".deps/gnomint_cli-ca_creation.Tpo" ".deps/gnomint_cli-ca_creation.Po"; else rm -f ".deps/gnomint_cli-ca_creation.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-ca_file.o -MD -MP -MF ".deps/gnomint_cli-ca_file.Tpo" -c -o gnomint_cli-ca_file.o `test -f 'ca_file.c' || echo './'`ca_file.c; \ then mv -f ".deps/gnomint_cli-ca_file.Tpo" ".deps/gnomint_cli-ca_file.Po"; else rm -f ".deps/gnomint_cli-ca_file.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-ca_policy.o -MD -MP -MF ".deps/gnomint_cli-ca_policy.Tpo" -c -o gnomint_cli-ca_policy.o `test -f 'ca_policy.c' || echo './'`ca_policy.c; \ then mv -f ".deps/gnomint_cli-ca_policy.Tpo" ".deps/gnomint_cli-ca_policy.Po"; else rm -f ".deps/gnomint_cli-ca_policy.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-crl.o -MD -MP -MF ".deps/gnomint_cli-crl.Tpo" -c -o gnomint_cli-crl.o `test -f 'crl.c' || echo './'`crl.c; \ then mv -f ".deps/gnomint_cli-crl.Tpo" ".deps/gnomint_cli-crl.Po"; else rm -f ".deps/gnomint_cli-crl.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-csr_creation.o -MD -MP -MF ".deps/gnomint_cli-csr_creation.Tpo" -c -o gnomint_cli-csr_creation.o `test -f 'csr_creation.c' || echo './'`csr_creation.c; \ then mv -f ".deps/gnomint_cli-csr_creation.Tpo" ".deps/gnomint_cli-csr_creation.Po"; else rm -f ".deps/gnomint_cli-csr_creation.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-import.o -MD -MP -MF ".deps/gnomint_cli-import.Tpo" -c -o gnomint_cli-import.o `test -f 'import.c' || echo './'`import.c; \ then mv -f ".deps/gnomint_cli-import.Tpo" ".deps/gnomint_cli-import.Po"; else rm -f ".deps/gnomint_cli-import.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-new_cert_window.o -MD -MP -MF ".deps/gnomint_cli-new_cert_window.Tpo" -c -o gnomint_cli-new_cert_window.o `test -f 'new_cert_window.c' || echo './'`new_cert_window.c; \ then mv -f ".deps/gnomint_cli-new_cert_window.Tpo" ".deps/gnomint_cli-new_cert_window.Po"; else rm -f ".deps/gnomint_cli-new_cert_window.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-preferences.o -MD -MP -MF ".deps/gnomint_cli-preferences.Tpo" -c -o gnomint_cli-preferences.o `test -f 'preferences.c' || echo './'`preferences.c; \ then mv -f ".deps/gnomint_cli-preferences.Tpo" ".deps/gnomint_cli-preferences.Po"; else rm -f ".deps/gnomint_cli-preferences.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-pkey_manage.o -MD -MP -MF ".deps/gnomint_cli-pkey_manage.Tpo" -c -o gnomint_cli-pkey_manage.o `test -f 'pkey_manage.c' || echo './'`pkey_manage.c; \ then mv -f ".deps/gnomint_cli-pkey_manage.Tpo" ".deps/gnomint_cli-pkey_manage.Po"; else rm -f ".deps/gnomint_cli-pkey_manage.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-tls.o -MD -MP -MF ".deps/gnomint_cli-tls.Tpo" -c -o gnomint_cli-tls.o `test -f 'tls.c' || echo './'`tls.c; \ then mv -f ".deps/gnomint_cli-tls.Tpo" ".deps/gnomint_cli-tls.Po"; else rm -f ".deps/gnomint_cli-tls.Tpo"; exit 1; fi if gcc -DPACKAGE_NAME=\"gnoMint\" -DPACKAGE_TARNAME=\"gnomint\" -DPACKAGE_VERSION=\"0.9.1\" -DPACKAGE_STRING=\"gnoMint\ 0.9.1\" -DPACKAGE_BUGREPORT=\"\\" -DPACKAGE_COPYRIGHT=\"\(c\)\ 2006,2007,2008\ David\ Marín\ Carreño\ \\" -DPACKAGE_WEBSITE=\"http://gnomint.sourceforge.net\" -DPACKAGE_AUTHORS=\"David\ Marín\ Carreño\ \\\nAhmed\ Baizid\ \\\nStaněk\ Luboš\ \\" -DPACKAGE=\"gnomint\" -DVERSION=\"0.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_LIBINTL_H=1 -DHAVE_LOCALE_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ALARM=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DGETTEXT_PACKAGE=\"gnomint\" -DBONOBO_EXPLICIT_TRANSLATION_DOMAIN=\"gnomint\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I. -I. -I.. -I.. -DORBIT2=1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DPACKAGE_DATA_DIR=\""/usr/share"\" -DCOMPILATION_DATE=`date +%s` -DHAVE_CONFIG_H -DGNOMINTCLI -Wall -Werror -MT gnomint_cli-uint160.o -MD -MP -MF ".deps/gnomint_cli-uint160.Tpo" -c -o gnomint_cli-uint160.o `test -f 'uint160.c' || echo './'`uint160.c; \ then mv -f ".deps/gnomint_cli-uint160.Tpo" ".deps/gnomint_cli-uint160.Po"; else rm -f ".deps/gnomint_cli-uint160.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Werror -o gnomint -export-dynamic gnomint-main.o gnomint-new_ca_window.o gnomint-new_req_window.o gnomint-new_cert_window.o gnomint-new_cert_creation_process.o gnomint-ca.o gnomint-ca_creation.o gnomint-tls.o gnomint-ca_file.o gnomint-certificate_properties.o gnomint-ca_policy.o gnomint-csr_creation.o gnomint-csr_properties.o gnomint-pkey_manage.o gnomint-preferences-gui.o gnomint-preferences-window.o gnomint-crl.o gnomint-uint160.o gnomint-import.o -pthread -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 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lgnutls -lsqlite3 /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Werror -o gnomint-cli gnomint_cli-gnomint-cli.o gnomint_cli-ca.o gnomint_cli-ca-cli.o gnomint_cli-ca-callbacks.o gnomint_cli-ca_creation.o gnomint_cli-ca_file.o gnomint_cli-ca_policy.o gnomint_cli-crl.o gnomint_cli-csr_creation.o gnomint_cli-import.o gnomint_cli-new_cert_window.o gnomint_cli-preferences.o gnomint_cli-pkey_manage.o gnomint_cli-tls.o gnomint_cli-uint160.o -lgconf-2 -lglib-2.0 -lgnutls -lsqlite3 -lreadline libtool: link: gcc -Wall -Werror -o gnomint gnomint-main.o gnomint-new_ca_window.o gnomint-new_req_window.o gnomint-new_cert_window.o gnomint-new_cert_creation_process.o gnomint-ca.o gnomint-ca_creation.o gnomint-tls.o gnomint-ca_file.o gnomint-certificate_properties.o gnomint-ca_policy.o gnomint-csr_creation.o gnomint-csr_properties.o gnomint-pkey_manage.o gnomint-preferences-gui.o gnomint-preferences-window.o gnomint-crl.o gnomint-uint160.o gnomint-import.o -pthread -Wl,--export-dynamic -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 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lgnutls -lsqlite3 -pthread libtool: link: gcc -Wall -Werror -o gnomint-cli gnomint_cli-gnomint-cli.o gnomint_cli-ca.o gnomint_cli-ca-cli.o gnomint_cli-ca-callbacks.o gnomint_cli-ca_creation.o gnomint_cli-ca_file.o gnomint_cli-ca_policy.o gnomint_cli-crl.o gnomint_cli-csr_creation.o gnomint_cli-import.o gnomint_cli-new_cert_window.o gnomint_cli-preferences.o gnomint_cli-pkey_manage.o gnomint_cli-tls.o gnomint_cli-uint160.o -lgconf-2 -lglib-2.0 -lgnutls -lsqlite3 -lreadline make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/src' Making all in po make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/po' file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file cs.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file de.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file es.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fr.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file it.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sv.po make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/po' Making all in gui make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/gui' LC_ALL=C /usr/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po gnomint.desktop.in gnomint.desktop Generating and caching the translation database Merging translations into gnomint.desktop. make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/gui' Making all in mime make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/mime' LC_ALL=C /usr/bin/intltool-merge -x -u -c ../po/.intltool-merge-cache ../po gnomint.xml.in gnomint.xml Found cached translation database Merging translations into gnomint.xml. CREATED gnomint.xml make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/mime' Making all in gconf make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/gconf' LC_ALL=C /usr/bin/intltool-merge -s -u -c ../po/.intltool-merge-cache ../po gnomint.schemas.in gnomint.schemas Found cached translation database Merging translations into gnomint.schemas. make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/gconf' make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CuxTXJ + umask 022 + cd /builddir/build/BUILD + cd gnomint-0.9.1 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc + make install DESTDIR=/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc 'INSTALL=install -p' Making install in m4 make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/m4' make[2]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/m4' 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/gnomint-0.9.1/m4' make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/m4' Making install in src make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/src' make[2]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/src' test -z "/usr/bin" || mkdir -p -- "/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/bin" /bin/sh ../libtool --mode=install install -p 'gnomint' '/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/bin/gnomint' libtool: install: install -p gnomint /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/bin/gnomint /bin/sh ../libtool --mode=install install -p 'gnomint-cli' '/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/bin/gnomint-cli' libtool: install: install -p gnomint-cli /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/bin/gnomint-cli test -z "/usr/bin" || mkdir -p -- "/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/bin" install -p 'gnomint-upgrade-db' '/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/bin/gnomint-upgrade-db' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/src' make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/src' Making install in po make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/po' linguas="cs de es fr it sv "; \ for lang in $linguas; do \ dir=/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/locale/$lang/LC_MESSAGES; \ /builddir/build/BUILD/gnomint-0.9.1/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -p -m 644 $lang.gmo $dir/gnomint.mo; \ echo "installing $lang.gmo as $dir/gnomint.mo"; \ else \ install -p -m 644 ./$lang.gmo $dir/gnomint.mo; \ echo "installing ./$lang.gmo as" \ "$dir/gnomint.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -p -m 644 $lang.gmo.m $dir/gnomint.mo.m; \ echo "installing $lang.gmo.m as $dir/gnomint.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -p -m 644 ./$lang.gmo.m \ $dir/gnomint.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/gnomint.mo.m"; \ else \ true; \ fi; \ fi; \ done installing cs.gmo as /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/locale/cs/LC_MESSAGES/gnomint.mo installing de.gmo as /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/locale/de/LC_MESSAGES/gnomint.mo installing es.gmo as /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/locale/es/LC_MESSAGES/gnomint.mo installing fr.gmo as /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/locale/fr/LC_MESSAGES/gnomint.mo installing it.gmo as /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/locale/it/LC_MESSAGES/gnomint.mo installing sv.gmo as /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/locale/sv/LC_MESSAGES/gnomint.mo make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/po' Making install in gui make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/gui' make[2]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/gui' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/pixmaps" || mkdir -p -- "/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/pixmaps" install -p -m 644 'gnomint.png' '/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/pixmaps/gnomint.png' test -z "/usr/share/applications" || mkdir -p -- "/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/applications" install -p -m 644 'gnomint.desktop' '/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/applications/gnomint.desktop' test -z "/usr/share/gnomint" || mkdir -p -- "/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/gnomint" install -p -m 644 'gnomint.glade' '/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/gnomint/gnomint.glade' install -p -m 644 'gnomint.png' '/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/gnomint/gnomint.png' install -p -m 644 'key-16.png' '/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/gnomint/key-16.png' install -p -m 644 'ca-stamp-16.png' '/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/gnomint/ca-stamp-16.png' make[2]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/gui' make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/gui' Making install in mime make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/mime' make[2]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/mime' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/share/mime/packages" || mkdir -p -- "/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/mime/packages" install -p -m 644 'gnomint.xml' '/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/mime/packages/gnomint.xml' make[2]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/mime' make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/mime' Making install in gconf make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/gconf' make[2]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1/gconf' make[2]: Nothing to be done for `install-exec-am'. test -z "/etc/gconf/schemas" || mkdir -p -- "/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/etc/gconf/schemas" install -p -m 644 'gnomint.schemas' '/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/etc/gconf/schemas/gnomint.schemas' make[2]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/gconf' make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1/gconf' make[1]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1' make[2]: Entering directory `/builddir/build/BUILD/gnomint-0.9.1' make[2]: Nothing to be done for `install-exec-am'. test -z "/usr/lib/pkgconfig" || mkdir -p -- "/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/lib/pkgconfig" make[2]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1' make[1]: Leaving directory `/builddir/build/BUILD/gnomint-0.9.1' + desktop-file-install --delete-original --remove-category=Application --dir /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/applications /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/applications/gnomint.desktop /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/applications/gnomint.desktop: key "Categories" is a list and does not have a semicolon as trailing character, fixing + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc gnomint + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/gnomint-0.9.1 extracting debug info from /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/bin/gnomint extracting debug info from /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/bin/gnomint-cli + /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: gnomint-0.9.1-2.fc11-ppc Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5KMoad + umask 022 + cd /builddir/build/BUILD + cd gnomint-0.9.1 + DOCDIR=/builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/doc/gnomint-0.9.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/doc/gnomint-0.9.1 + /bin/mkdir -p /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/doc/gnomint-0.9.1 + cp -pr README AUTHORS COPYING NEWS MAINTAINERS /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/doc/gnomint-0.9.1 + cp -pr ChangeLog /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc/usr/share/doc/gnomint-0.9.1 + exit 0 Provides: mimehandler(application/x-gnomint) Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh GConf2 Requires(post): /bin/sh GConf2 Requires(preun): /bin/sh GConf2 Requires(postun): /bin/sh Requires: /bin/sh libICE.so.6 libORBit-2.so.0 libSM.so.6 libart_lgpl_2.so.2 libatk-1.0.so.0 libbonobo-2.so.0 libbonobo-activation.so.4 libbonoboui-2.so.0 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.4) libcairo.so.2 libfontconfig.so.1 libfreetype.so.6 libgconf-2.so.4 libgcrypt.so.11 libgcrypt.so.11(GCRYPT_1.2) libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libgio-2.0.so.0 libglade-2.0.so.0 libglib-2.0.so.0 libgmodule-2.0.so.0 libgnome-2.so.0 libgnomecanvas-2.so.0 libgnomeui-2.so.0 libgnomevfs-2.so.0 libgnutls.so.26 libgnutls.so.26(GNUTLS_1_4) libgobject-2.0.so.0 libgthread-2.0.so.0 libgtk-x11-2.0.so.0 libpango-1.0.so.0 libpangocairo-1.0.so.0 libpangoft2-1.0.so.0 libpopt.so.0 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libreadline.so.5 librt.so.1 libsqlite3.so.0 libxml2.so.2 rtld(GNU_HASH) Processing files: gnomint-debuginfo-0.9.1-2.fc11-ppc Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc warning: Could not canonicalize hostname: ppc3.fedora.redhat.com Wrote: /builddir/build/RPMS/gnomint-0.9.1-2.fc11.ppc.rpm Wrote: /builddir/build/RPMS/gnomint-debuginfo-0.9.1-2.fc11.ppc.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ed3SUe + umask 022 + cd /builddir/build/BUILD + cd gnomint-0.9.1 + rm -rf /builddir/build/BUILDROOT/gnomint-0.9.1-2.fc11.ppc + exit 0 Child returncode was: 0 LEAVE do -->