request from: hawk checking if we should skip the build started at: Wed Apr 20 11:12:27 2016 fetching http://kraz.tld-linux.org/~builderti//srpms/806d010b-23e2-4425-ad53-f4f7a96c75e2/gpicview-0.2.5-1.src.rpm fetched 354135 bytes, 881.0 K/s installing srpm: gpicview-0.2.5-1.src.rpm mesg: ttyname failed: Inappropriate ioctl for device mesg: ttyname failed: Inappropriate ioctl for device mesg: ttyname failed: Inappropriate ioctl for device Building target platforms: i686-pld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR no BR needed building RPM using: echo build-id: 806d010b-23e2-4425-ad53-f4f7a96c75e2; cd rpm/SPECS; TMPDIR=/tmp/B.ba208c exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --target i686-pld-linux gpicview.spec mesg: ttyname failed: Inappropriate ioctl for device build-id: 806d010b-23e2-4425-ad53-f4f7a96c75e2 Building target platforms: i686-pld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.ba208c /bin/sh -e /tmp/B.ba208c/rpm-tmp.98576 + umask 022 + cd /home/users/builder/rpm/BUILD + cd /home/users/builder/rpm/BUILD + rm -rf gpicview-0.2.5 + /usr/bin/xz -dc /home/users/builder/rpm/SOURCES/gpicview-0.2.5.tar.xz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd gpicview-0.2.5 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.ba208c /bin/sh -e /tmp/B.ba208c/rpm-tmp.41023 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.ba208c + umask 022 + cd /home/users/builder/rpm/BUILD + cd gpicview-0.2.5 + libtoolize --copy --force --install libtoolize: putting auxiliary files in '.'. libtoolize: copying file './config.guess' libtoolize: copying file './config.sub' libtoolize: copying file './install-sh' libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: You should add the contents of 'm4/libtool.m4' to 'aclocal.m4'. libtoolize: copying file 'm4/ltoptions.m4' libtoolize: You should add the contents of 'm4/ltoptions.m4' to 'aclocal.m4'. libtoolize: copying file 'm4/ltsugar.m4' libtoolize: You should add the contents of 'm4/ltsugar.m4' to 'aclocal.m4'. libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' libtoolize: You should add the contents of 'm4/lt~obsolete.m4' to 'aclocal.m4'. + aclocal + autoheader + autoconf + automake -a -c -f --foreign configure.ac:9: installing './compile' configure.ac:5: installing './missing' src/Makefile.am: installing './depcomp' + intltoolize --copy --force + ./configure 'LDFLAGS=-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' 'CFLAGS=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' 'CXXFLAGS=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' 'FFLAGS=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' 'FCFLAGS=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 ' 'CPPFLAGS=' 'CC=i686-tld-linux-gcc' 'CXX=i686-tld-linux-g++' '--host=i686-tld-linux' '--build=i686-tld-linux' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--x-libraries=/usr/lib' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-tld-linux-gnu checking host system type... i686-tld-linux-gnu checking how to print strings... print -r checking for style of include used by make... GNU checking for i686-tld-linux-gcc... i686-tld-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-tld-linux-gcc accepts -g... yes checking for i686-tld-linux-gcc option to accept ISO C89... none needed checking whether i686-tld-linux-gcc understands -c and -o together... yes checking dependency style of i686-tld-linux-gcc... gcc3 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i686-tld-linux-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert i686-tld-linux-gnu file names to i686-tld-linux-gnu format... func_convert_file_noop checking how to convert i686-tld-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for i686-tld-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for i686-tld-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for i686-tld-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for i686-tld-linux-strip... no checking for strip... strip checking for i686-tld-linux-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from i686-tld-linux-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for i686-tld-linux-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... i686-tld-linux-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 i686-tld-linux-gcc supports -fno-rtti -fno-exceptions... no checking for i686-tld-linux-gcc option to produce PIC... -fPIC -DPIC checking if i686-tld-linux-gcc PIC flag -fPIC -DPIC works... yes checking if i686-tld-linux-gcc static flag -static works... yes checking if i686-tld-linux-gcc supports -c -o file.o... yes checking if i686-tld-linux-gcc supports -c -o file.o... (cached) yes checking whether the i686-tld-linux-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... yes checking for library containing strerror... none required checking for i686-tld-linux-gcc... (cached) i686-tld-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-tld-linux-gcc accepts -g... (cached) yes checking for i686-tld-linux-gcc option to accept ISO C89... (cached) none needed checking whether i686-tld-linux-gcc understands -c and -o together... (cached) yes checking dependency style of i686-tld-linux-gcc... (cached) gcc3 checking for i686-tld-linux-gcc... (cached) i686-tld-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether i686-tld-linux-gcc accepts -g... (cached) yes checking for i686-tld-linux-gcc option to accept ISO C89... (cached) none needed checking whether i686-tld-linux-gcc understands -c and -o together... (cached) yes checking dependency style of i686-tld-linux-gcc... (cached) gcc3 checking for ANSI C header files... (cached) yes checking whether make supports nested variables... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /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 whether NLS is requested... yes Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/^(.*)\${ <-- HERE ?([A-Z_]+)}?(.*)$/ at /usr/bin/intltool-update line 1065. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1193. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1194. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_VERSION}?/ at /usr/bin/intltool-update line 1195. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?VERSION}?/ at /usr/bin/intltool-update line 1196. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1222. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE}?/ at /usr/bin/intltool-update line 1223. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_VERSION}?/ at /usr/bin/intltool-update line 1224. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?VERSION}?/ at /usr/bin/intltool-update line 1225. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?\w+}?/ at /usr/bin/intltool-update line 1226. checking for intltool >= 0.40.0... 0.51.0 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 perl >= 5.8.1... 5.22.0 checking for XML::Parser... ok checking for i686-tld-linux-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for X11... yes checking for jpeg_start_decompress in -ljpeg... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating data/Makefile config.status: creating po/Makefile.in config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: executing po/stamp-it commands GPicView....................... : Version 0.2.5 Prefix..........................: /usr The binary will be installed in /usr/bin http://lxde.org/ + /usr/bin/make -j4 'V=1' /usr/bin/make all-recursive make[1]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5' Making all in src make[2]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/src' i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-gpicview.o -MD -MP -MF .deps/gpicview-gpicview.Tpo -c -o gpicview-gpicview.o `test -f 'gpicview.c' || echo './'`gpicview.c i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-image-list.o -MD -MP -MF .deps/gpicview-image-list.Tpo -c -o gpicview-image-list.o `test -f 'image-list.c' || echo './'`image-list.c i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-main-win.o -MD -MP -MF .deps/gpicview-main-win.Tpo -c -o gpicview-main-win.o `test -f 'main-win.c' || echo './'`main-win.c i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-image-view.o -MD -MP -MF .deps/gpicview-image-view.Tpo -c -o gpicview-image-view.o `test -f 'image-view.c' || echo './'`image-view.c mv -f .deps/gpicview-gpicview.Tpo .deps/gpicview-gpicview.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-working-area.o -MD -MP -MF .deps/gpicview-working-area.Tpo -c -o gpicview-working-area.o `test -f 'working-area.c' || echo './'`working-area.c mv -f .deps/gpicview-image-list.Tpo .deps/gpicview-image-list.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-ptk-menu.o -MD -MP -MF .deps/gpicview-ptk-menu.Tpo -c -o gpicview-ptk-menu.o `test -f 'ptk-menu.c' || echo './'`ptk-menu.c mv -f .deps/gpicview-image-view.Tpo .deps/gpicview-image-view.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-file-dlgs.o -MD -MP -MF .deps/gpicview-file-dlgs.Tpo -c -o gpicview-file-dlgs.o `test -f 'file-dlgs.c' || echo './'`file-dlgs.c mv -f .deps/gpicview-working-area.Tpo .deps/gpicview-working-area.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-jpeg-tran.o -MD -MP -MF .deps/gpicview-jpeg-tran.Tpo -c -o gpicview-jpeg-tran.o `test -f 'jpeg-tran.c' || echo './'`jpeg-tran.c mv -f .deps/gpicview-main-win.Tpo .deps/gpicview-main-win.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-tran-supp.o -MD -MP -MF .deps/gpicview-tran-supp.Tpo -c -o gpicview-tran-supp.o `test -f 'tran-supp.c' || echo './'`tran-supp.c mv -f .deps/gpicview-jpeg-tran.Tpo .deps/gpicview-jpeg-tran.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-pref.o -MD -MP -MF .deps/gpicview-pref.Tpo -c -o gpicview-pref.o `test -f 'pref.c' || echo './'`pref.c mv -f .deps/gpicview-ptk-menu.Tpo .deps/gpicview-ptk-menu.Po file-dlgs.c: In function 'get_save_filename': file-dlgs.c:189:9: warning: too many arguments for format [-Wformat-extra-args] tmp = g_strdup_printf( "%s (*.%s)", desc, exts[0], NULL ); ^ i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-jhead.o -MD -MP -MF .deps/gpicview-jhead.Tpo -c -o gpicview-jhead.o `test -f 'jhead.c' || echo './'`jhead.c mv -f .deps/gpicview-file-dlgs.Tpo .deps/gpicview-file-dlgs.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-exif.o -MD -MP -MF .deps/gpicview-exif.Tpo -c -o gpicview-exif.o `test -f 'exif.c' || echo './'`exif.c mv -f .deps/gpicview-jhead.Tpo .deps/gpicview-jhead.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT gpicview-jpgfile.o -MD -MP -MF .deps/gpicview-jpgfile.Tpo -c -o gpicview-jpgfile.o `test -f 'jpgfile.c' || echo './'`jpgfile.c mv -f .deps/gpicview-jpgfile.Tpo .deps/gpicview-jpgfile.Po i686-tld-linux-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -MT xml_purge-xml-purge.o -MD -MP -MF .deps/xml_purge-xml-purge.Tpo -c -o xml_purge-xml-purge.o `test -f 'xml-purge.c' || echo './'`xml-purge.c mv -f .deps/gpicview-pref.Tpo .deps/gpicview-pref.Po mv -f .deps/gpicview-exif.Tpo .deps/gpicview-exif.Po mv -f .deps/xml_purge-xml-purge.Tpo .deps/xml_purge-xml-purge.Po /bin/sh ../libtool --tag=CC --mode=link i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o xml-purge xml_purge-xml-purge.o -lX11 -ljpeg mv -f .deps/gpicview-tran-supp.Tpo .deps/gpicview-tran-supp.Po /bin/sh ../libtool --tag=CC --mode=link i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -o gpicview gpicview-gpicview.o gpicview-image-list.o gpicview-main-win.o gpicview-image-view.o gpicview-working-area.o gpicview-ptk-menu.o gpicview-file-dlgs.o gpicview-jpeg-tran.o gpicview-tran-supp.o gpicview-pref.o gpicview-jhead.o gpicview-exif.o gpicview-jpgfile.o -lX11 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lm -ljpeg libtool: link: i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o xml-purge xml_purge-xml-purge.o /usr/lib/libX11.so /usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -ldl /usr/lib/libjpeg.so libtool: link: i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z -Wl,relro -Wl,-z -Wl,combreloc -o gpicview gpicview-gpicview.o gpicview-image-list.o gpicview-main-win.o gpicview-image-view.o gpicview-working-area.o gpicview-ptk-menu.o gpicview-file-dlgs.o gpicview-jpeg-tran.o gpicview-tran-supp.o gpicview-pref.o gpicview-jhead.o gpicview-exif.o gpicview-jpgfile.o -lgtk-x11-2.0 -lgdk-x11-2.0 /usr/lib/libpangocairo-1.0.so -L/usr/lib /usr/lib/libXinerama.so /usr/lib/libXi.so /usr/lib/libXrandr.so /usr/lib/libXcursor.so /usr/lib/libXcomposite.so /usr/lib/libXdamage.so /usr/lib/libXfixes.so -latk-1.0 /usr/lib/libcairo.so /usr/lib/libpixman-1.so -lEGL /usr/lib/libxcb-shm.so /usr/lib/libxcb-render.so /usr/lib/libXrender.so /usr/lib/libXext.so /usr/lib/libX11.so /usr/lib/libxcb.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -lGL -lrt -lgdk_pixbuf-2.0 /usr/lib/libgio-2.0.so -lselinux -lresolv /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libffi.so /usr/lib/libglib-2.0.so /usr/lib/libpcre.so -lpthread /usr/lib/libfontconfig.so /usr/lib/libexpat.so /usr/lib/libfreetype.so /usr/lib/libbz2.so /usr/lib/libpng16.so -lz -lharfbuzz -lm /usr/lib/libjpeg.so -pthread make[2]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/src' Making all in po make[2]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/po' file=`echo af | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file af.po file=`echo ar | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ar.po file=`echo ast | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ast.po file=`echo be | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file be.po file=`echo bg | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file bg.po file=`echo bn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file bn.po file=`echo bn_IN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file bn_IN.po file=`echo bs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file bs.po file=`echo ca | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ca.po file=`echo cs | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file cs.po file=`echo da | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file da.po file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file de.po file=`echo el | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file el.po file=`echo en_GB | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po file=`echo eo | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file eo.po file=`echo es | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file es.po file=`echo et | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file et.po file=`echo eu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file eu.po file=`echo fa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fa.po file=`echo fi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fi.po file=`echo fo | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fo.po file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fr.po file=`echo gl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file gl.po file=`echo he | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file he.po file=`echo hr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file hr.po file=`echo hu | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file hu.po file=`echo id | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file id.po file=`echo is | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file is.po file=`echo it | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file it.po file=`echo ja | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ja.po file=`echo kk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file kk.po file=`echo kn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file kn.po file=`echo ko | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ko.po file=`echo lg | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file lg.po file=`echo lt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file lt.po file=`echo ml | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ml.po file=`echo ms | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ms.po file=`echo nb | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nb.po file=`echo nl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nl.po file=`echo nn | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file nn.po file=`echo pa | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pa.po file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pl.po file=`echo ps | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ps.po file=`echo pt | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pt.po file=`echo pt_BR | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po file=`echo ro | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ro.po file=`echo ru | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ru.po file=`echo sk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sk.po file=`echo sr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sr.po file=`echo sr@latin | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sr@latin.po file=`echo sv | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file sv.po file=`echo te | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file te.po file=`echo th | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file th.po file=`echo tr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file tr.po file=`echo tt_RU | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file tt_RU.po file=`echo ug | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ug.po file=`echo uk | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file uk.po file=`echo ur | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ur.po file=`echo ur_PK | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file ur_PK.po file=`echo vi | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file vi.po file=`echo zh_CN | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po file=`echo zh_TW | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po make[2]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/po' Making all in data make[2]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/data' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/data' make[2]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5' make[2]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5' make[1]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5' + exit 0 Executing(%install): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.ba208c /bin/sh -e /tmp/B.ba208c/rpm-tmp.29281 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.ba208c + umask 022 + cd /home/users/builder/rpm/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.ba208c/gpicview-0.2.5-root-builder + /bin/mkdir -p /tmp/B.ba208c/gpicview-0.2.5-root-builder + cd gpicview-0.2.5 + rm -rf /tmp/B.ba208c/gpicview-0.2.5-root-builder + /usr/bin/make -j4 install 'DESTDIR=/tmp/B.ba208c/gpicview-0.2.5-root-builder' Making install in src make[1]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/src' make[2]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/src' make[2]: Nothing to be done for `install-data-am'. /bin/mkdir -p '/tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c gpicview '/tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/bin' libtool: install: /usr/bin/install -c gpicview /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/bin/gpicview make[2]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/src' make[1]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/src' Making install in po make[1]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/po' linguas="af ar ast be bg bn bn_IN bs ca cs da de el en_GB eo es et eu fa fi fo fr gl he hr hu id is it ja kk kn ko lg lt ml ms nb nl nn pa pl ps pt pt_BR ro ru sk sr sr@latin sv te th tr tt_RU ug uk ur ur_PK vi zh_CN zh_TW "; \ for lang in $linguas; do \ dir=/tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /home/users/builder/rpm/BUILD/gpicview-0.2.5/install-sh -d $dir; \ if test -r $lang.gmo; then \ /usr/bin/install -c -m 644 $lang.gmo $dir/gpicview.mo; \ echo "installing $lang.gmo as $dir/gpicview.mo"; \ else \ /usr/bin/install -c -m 644 ./$lang.gmo $dir/gpicview.mo; \ echo "installing ./$lang.gmo as" \ "$dir/gpicview.mo"; \ fi; \ if test -r $lang.gmo.m; then \ /usr/bin/install -c -m 644 $lang.gmo.m $dir/gpicview.mo.m; \ echo "installing $lang.gmo.m as $dir/gpicview.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ /usr/bin/install -c -m 644 ./$lang.gmo.m \ $dir/gpicview.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/gpicview.mo.m"; \ else \ true; \ fi; \ fi; \ done installing af.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/af/LC_MESSAGES/gpicview.mo installing ar.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ar/LC_MESSAGES/gpicview.mo installing ast.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ast/LC_MESSAGES/gpicview.mo installing be.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/be/LC_MESSAGES/gpicview.mo installing bg.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/bg/LC_MESSAGES/gpicview.mo installing bn.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/bn/LC_MESSAGES/gpicview.mo installing bn_IN.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/bn_IN/LC_MESSAGES/gpicview.mo installing bs.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/bs/LC_MESSAGES/gpicview.mo installing ca.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ca/LC_MESSAGES/gpicview.mo installing cs.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/cs/LC_MESSAGES/gpicview.mo installing da.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/da/LC_MESSAGES/gpicview.mo installing de.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/de/LC_MESSAGES/gpicview.mo installing el.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/el/LC_MESSAGES/gpicview.mo installing en_GB.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/en_GB/LC_MESSAGES/gpicview.mo installing eo.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/eo/LC_MESSAGES/gpicview.mo installing es.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/es/LC_MESSAGES/gpicview.mo installing et.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/et/LC_MESSAGES/gpicview.mo installing eu.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/eu/LC_MESSAGES/gpicview.mo installing fa.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/fa/LC_MESSAGES/gpicview.mo installing fi.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/fi/LC_MESSAGES/gpicview.mo installing fo.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/fo/LC_MESSAGES/gpicview.mo installing fr.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/fr/LC_MESSAGES/gpicview.mo installing gl.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/gl/LC_MESSAGES/gpicview.mo installing he.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/he/LC_MESSAGES/gpicview.mo installing hr.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/hr/LC_MESSAGES/gpicview.mo installing hu.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/hu/LC_MESSAGES/gpicview.mo installing id.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/id/LC_MESSAGES/gpicview.mo installing is.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/is/LC_MESSAGES/gpicview.mo installing it.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/it/LC_MESSAGES/gpicview.mo installing ja.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ja/LC_MESSAGES/gpicview.mo installing kk.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/kk/LC_MESSAGES/gpicview.mo installing kn.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/kn/LC_MESSAGES/gpicview.mo installing ko.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ko/LC_MESSAGES/gpicview.mo installing lg.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/lg/LC_MESSAGES/gpicview.mo installing lt.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/lt/LC_MESSAGES/gpicview.mo installing ml.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ml/LC_MESSAGES/gpicview.mo installing ms.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ms/LC_MESSAGES/gpicview.mo installing nb.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/nb/LC_MESSAGES/gpicview.mo installing nl.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/nl/LC_MESSAGES/gpicview.mo installing nn.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/nn/LC_MESSAGES/gpicview.mo installing pa.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/pa/LC_MESSAGES/gpicview.mo installing pl.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/pl/LC_MESSAGES/gpicview.mo installing ps.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ps/LC_MESSAGES/gpicview.mo installing pt.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/pt/LC_MESSAGES/gpicview.mo installing pt_BR.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/pt_BR/LC_MESSAGES/gpicview.mo installing ro.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ro/LC_MESSAGES/gpicview.mo installing ru.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ru/LC_MESSAGES/gpicview.mo installing sk.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/sk/LC_MESSAGES/gpicview.mo installing sr.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/sr/LC_MESSAGES/gpicview.mo installing sr@latin.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/sr@latin/LC_MESSAGES/gpicview.mo installing sv.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/sv/LC_MESSAGES/gpicview.mo installing te.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/te/LC_MESSAGES/gpicview.mo installing th.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/th/LC_MESSAGES/gpicview.mo installing tr.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/tr/LC_MESSAGES/gpicview.mo installing tt_RU.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/tt_RU/LC_MESSAGES/gpicview.mo installing ug.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ug/LC_MESSAGES/gpicview.mo installing uk.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/uk/LC_MESSAGES/gpicview.mo installing ur.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ur/LC_MESSAGES/gpicview.mo installing ur_PK.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ur_PK/LC_MESSAGES/gpicview.mo installing vi.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/vi/LC_MESSAGES/gpicview.mo installing zh_CN.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/zh_CN/LC_MESSAGES/gpicview.mo installing zh_TW.gmo as /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/zh_TW/LC_MESSAGES/gpicview.mo make[1]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/po' Making install in data make[1]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/data' make[2]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/data' make[2]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/gpicview/pixmaps' /bin/mkdir -p '/tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/gpicview/ui' /usr/bin/install -c -m 644 pixmaps/object-rotate-right.png pixmaps/object-rotate-left.png pixmaps/object-flip-horizontal.png pixmaps/object-flip-vertical.png '/tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/gpicview/pixmaps' /usr/bin/install -c -m 644 pref-dlg.ui '/tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/gpicview/ui' make[2]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/data' make[1]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5/data' make[1]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5' make[2]: Entering directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5' make[2]: Nothing to be done for `install-exec-am'. if test -d ./pixmaps; then \ /bin/sh /home/users/builder/rpm/BUILD/gpicview-0.2.5/install-sh -d /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/gpicview/pixmaps; \ for pixmap in ./pixmaps/*; do \ if test -f $pixmap; then \ /usr/bin/install -c -m 644 $pixmap /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/gpicview/pixmaps; \ fi \ done \ fi /bin/mkdir -p '/tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/applications' /bin/mkdir -p '/tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/icons/hicolor/48x48/apps' /usr/bin/install -c -m 644 gpicview.desktop '/tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/applications' /usr/bin/install -c -m 644 gpicview.png '/tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/icons/hicolor/48x48/apps' make[2]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5' make[1]: Leaving directory `/home/users/builder/rpm/BUILD/gpicview-0.2.5' + /bin/rm '--interactive=never' -r /tmp/B.ba208c/gpicview-0.2.5-root-builder/usr/share/locale/ur_PK + /usr/lib/rpm/find-lang.sh /tmp/B.ba208c/gpicview-0.2.5-root-builder gpicview find-lang.sh/1.38: find-lang 'gpicview' > gpicview.lang + __spec_install_post_strip + set +x Stripping 1 ELF executables...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 1 executable binaries and shared object files. + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x Processing files: gpicview-0.2.5-1 Provides: mimetype(application/pcx) mimetype(image/bmp) mimetype(image/gif) mimetype(image/jpeg) mimetype(image/jpg) mimetype(image/png) mimetype(image/svg+xml) mimetype(image/svg-xml) mimetype(image/tiff) mimetype(image/x-bmp) mimetype(image/x-pcx) mimetype(image/x-portable-bitmap) mimetype(image/x-portable-greymap) mimetype(image/x-portable-pixmap) mimetype(image/x-targa) mimetype(image/x-tga) Requires(interp): /bin/sh Requires(post): /bin/sh Requires: libX11.so.6 libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libcairo.so.2 libgdk-x11-2.0.so.0 libgdk_pixbuf-2.0.so.0 libglib-2.0.so.0 libgobject-2.0.so.0 libgtk-x11-2.0.so.0 libjpeg.so.8 libjpeg.so.8(LIBJPEG_8.0) libm.so.6 libm.so.6(GLIBC_2.0) libpthread.so.0 libpthread.so.0(GLIBC_2.0) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.ba208c/gpicview-0.2.5-root-builder warning: Installed (but unpackaged) file(s) found: /usr/share/locale/is/LC_MESSAGES/gpicview.mo /usr/share/locale/ml/LC_MESSAGES/gpicview.mo /usr/share/locale/ps/LC_MESSAGES/gpicview.mo Wrote: /home/users/builder/rpm/RPMS/gpicview-0.2.5-1.i686.rpm Executing(%clean): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.ba208c /bin/sh -e /tmp/B.ba208c/rpm-tmp.82284 + umask 022 + cd /home/users/builder/rpm/BUILD + cd gpicview-0.2.5 + /bin/rm '--interactive=never' -rf /tmp/B.ba208c/gpicview-0.2.5-root-builder + rm -rf /tmp/B.ba208c/gpicview-0.2.5-root-builder ended at: Wed Apr 20 11:13:07 2016, done in 01days 00h 00m 38s mesg: ttyname failed: Inappropriate ioctl for device copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... 200..315 Writing /spools/ready/packages.ndir.gz... Begin-PLD-Builder-Info upgrading packages End-PLD-Builder-Info Begin-PLD-Builder-Info Build-Time: user:33.36s sys:19.22s real:43.90s (faults io:0 non-io:931136) Files queued for ftp: 113792 gpicview-0.2.5-1.i686.rpm 76 gpicview-0.2.5-1.src.rpm.uploadinfo warning: Installed (but unpackaged) file(s) found: /usr/share/locale/is/LC_MESSAGES/gpicview.mo /usr/share/locale/ml/LC_MESSAGES/gpicview.mo /usr/share/locale/ps/LC_MESSAGES/gpicview.mo End-PLD-Builder-Info