<86>Oct 14 02:06:00 userdel[8718]: delete user 'rooter' <86>Oct 14 02:06:00 userdel[8718]: removed group 'rooter' owned by 'rooter' <86>Oct 14 02:06:00 groupadd[8725]: group added to /etc/group: name=rooter, GID=549 <86>Oct 14 02:06:00 groupadd[8725]: group added to /etc/gshadow: name=rooter <86>Oct 14 02:06:00 groupadd[8725]: new group: name=rooter, GID=549 <86>Oct 14 02:06:00 useradd[8730]: new user: name=rooter, UID=549, GID=549, home=/root, shell=/bin/bash <86>Oct 14 02:06:00 userdel[8787]: delete user 'builder' <86>Oct 14 02:06:00 userdel[8787]: removed group 'builder' owned by 'builder' <86>Oct 14 02:06:00 userdel[8787]: removed shadow group 'builder' owned by 'builder' <86>Oct 14 02:06:00 groupadd[8800]: group added to /etc/group: name=builder, GID=550 <86>Oct 14 02:06:00 groupadd[8800]: group added to /etc/gshadow: name=builder <86>Oct 14 02:06:00 groupadd[8800]: new group: name=builder, GID=550 <86>Oct 14 02:06:00 useradd[8813]: new user: name=builder, UID=550, GID=550, home=/usr/src, shell=/bin/bash <13>Oct 14 02:06:02 rpmi: libpng16-1.6.37-alt1 sisyphus+236677.100.2.1 1566917982 installed <13>Oct 14 02:06:02 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550600768 installed <13>Oct 14 02:06:02 rpmi: libpng-devel-1.6.37-alt1 sisyphus+236677.100.2.1 1566917982 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/xcftools-1.0.7-alt1.2.nosrc.rpm Installing xcftools-1.0.7-alt1.2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.94350 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf xcftools-1.0.7 + echo 'Source #0 (xcftools-1.0.7.tar):' Source #0 (xcftools-1.0.7.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/xcftools-1.0.7.tar + cd xcftools-1.0.7 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (xcftools-1.0.7-alt-changes.patch):' Patch #0 (xcftools-1.0.7-alt-changes.patch): + /usr/bin/patch -p1 patching file Makefile.in patching file xcf2png.c patching file xcfview.in + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.94350 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd xcftools-1.0.7 + autoreconf -fisv autoreconf-default: Entering directory `.' autoreconf-default: configure.ac: not using Gettext autoreconf-default: running: aclocal --force autoreconf-default: configure.ac: tracing autoreconf-default: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION autoreconf-default: configure.ac: not using Libtool autoreconf-default: configure.ac: not using Intltool autoreconf-default: configure.ac: not using gtk-doc autoreconf-default: running: /usr/bin/autoconf-2.60 --force autoreconf-default: running: /usr/bin/autoheader-2.60 --force autoreconf-default: configure.ac: not using Automake autoreconf-default: Leaving directory `.' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + sort -u + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext checking for a BSD-compatible install... /bin/install -c checking for x86_64-alt-linux-gcc... x86_64-alt-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 x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking for inline... inline checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking for inttypes.h... (cached) yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long... yes checking for strcasecmp... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether make sets $(MAKE)... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for a sed that does not truncate output... /bin/sed checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for ld used by x86_64-alt-linux-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for perl... /usr/bin/perl configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing po-directories commands configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext + make -j8 make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl mkenumsh.pl gimp/base-enums.h gimp/gimpbaseenums.h gimp/xcf-private.h > enums.h make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl mktablec.pl > table.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' sed '1s,/usr/bin/perl,/usr/bin/perl,' < xcfview.in > xcfview make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' echo >nlsini.c "#include \"xcftools.h\"" echo >>nlsini.c "#ifndef nls_init" echo >>nlsini.c "void nls_init(void) {" echo >>nlsini.c " bindtextdomain(\"xcftools\",\"/usr/share/locale\");" echo >>nlsini.c " textdomain(\"xcftools\"); }" echo >>nlsini.c "#endif" make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl mkopti.pl xcfinfo make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl mkopti.pl xcf2png make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl manpo/optipot.pl > options.mi make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl mkopti.pl xcf2pnm make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl mkopti.pl xcfview make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl mkenumsc.pl enums.h > enums.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o nlsini.o -c nlsini.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o scaletab.o -c scaletab.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o table.o -c table.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o utils.o -c utils.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o xcf-general.o -c xcf-general.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl mancombine.pl xcfinfo.10 > xcfinfo.1 make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl mancombine.pl xcf2pnm.10 > xcf2pnm.1 make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl mancombine.pl xcfview.10 > xcfview.1 make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl mancombine.pl xcf2png.10 > xcf2png.1 make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' xgettext -o po/xcftools.pot.tmp -C -k_ -kN_ \ --foreign-user --msgid-bugs-address=henning@makholm.net \ --flag=FatalGeneric:2:c-format \ --flag=FatalUnexpected:1:c-format \ --flag=FatalBadXCF:1:c-format \ --flag=FatalUnsupportedXCF:1:c-format \ xcfinfo.oi xcf2pnm.oi xcf2png.oi xcfview.oi options.i enums.c flatten.c flatspec.c io-unix.c scaletab.c xcf-general.c xcfinfo.c palette.c pixels.c xcf2pnm.c xcf2png.c utils.c if diff po/xcftools.pot po/xcftools.pot.tmp | \ grep -v '^\([^<>]\|. \?"POT-Creation-Date:\)' > /dev/null; \ then mv -f po/xcftools.pot.tmp po/xcftools.pot ; \ else echo OK, po/xcftools.pot is unchanged ; rm po/xcftools.pot.tmp ; fi make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o flatspec.o -c flatspec.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o pixels.o -c pixels.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o enums.o -c enums.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o xcf2png.o -c xcf2png.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o io-unix.o -c io-unix.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' test -f po/da.po msgmerge -U po/da.po po/xcftools.pot ............. done. touch po/da.po make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' msgfmt -c -opo/da.mo po/da.po po/da.po:6: warning: header field 'Language' still has the initial default value make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' if ! make -q po/xcftools.pot ; then \ touch po/xcftools.pot ; touch po/*.po ; touch po/*.mo ; fi make[1]: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' touch po/stamp make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' /usr/bin/perl manpo/mantranslate.pl -x options.mi xcfinfo.10 xcf2pnm.10 xcf2png.10 xcfview.10 exit.1i > manpo/manpages.pot.tmp if diff manpo/manpages.pot manpo/manpages.pot.tmp | \ grep -v '^\([^<>]\|. \?"POT-Creation-Date:\)' > /dev/null; \ then mv -f manpo/manpages.pot.tmp manpo/manpages.pot ; \ else echo OK, manpo/manpages.pot is unchanged ; rm manpo/manpages.pot.tmp ; fi OK, manpo/manpages.pot is unchanged make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' if ! make -q manpo/manpages.pot ; then \ touch manpo/manpages.pot ; touch manpo/da.po ; fi make[1]: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' touch manpo/stamp make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o palette.o -c palette.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o xcfinfo.o -c xcfinfo.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o xcf2pnm.o -c xcf2pnm.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -pipe -frecord-gcc-switches -Wall -g -O2 -o flatten.o -c flatten.c make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' for L in da ; do \ for P in xcfinfo xcf2pnm xcf2png xcfview ; do \ /usr/bin/perl manpo/mantranslate.pl manpo/$L.po $P.1 \ > manpo/$P.$L.1 || exit 1; done ; done ; touch manpo/all make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -o xcfinfo xcfinfo.o io-unix.o enums.o xcf-general.o utils.o nlsini.o make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -o xcf2pnm xcf2pnm.o io-unix.o enums.o xcf-general.o utils.o nlsini.o pixels.o flatten.o flatspec.o scaletab.o table.o make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' cc -o xcf2png xcf2png.o io-unix.o enums.o xcf-general.o utils.o nlsini.o pixels.o flatten.o flatspec.o scaletab.o table.o palette.o -lpng make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.82875 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/xcftools-buildroot + : + /bin/rm -rf -- /usr/src/tmp/xcftools-buildroot + cd xcftools-1.0.7 + make 'INSTALL=/bin/install -p' DESTDIR=/usr/src/tmp/xcftools-buildroot install make: Entering directory '/usr/src/RPM/BUILD/xcftools-1.0.7' ./install-sh -d /usr/src/tmp/xcftools-buildroot/usr/bin; for p in xcfinfo xcf2pnm xcf2png xcfview ; do \ case $p in xcfview) strip= ;; *) strip=-s ;; esac ; \ /bin/install -p $strip $p \ /usr/src/tmp/xcftools-buildroot/usr/bin/`echo $p | sed s,x,x,` \ || exit 1 ;\ done ./install-sh -d /usr/src/tmp/xcftools-buildroot/usr/share/man/man1; for m in xcfinfo.1 xcf2pnm.1 xcf2png.1 xcfview.1 ; do \ /bin/install -p -m 644 $m \ /usr/src/tmp/xcftools-buildroot/usr/share/man/man1/`echo $m | sed s,x,x,` \ || exit 1 ; \ done for lang in da ; do \ ./install-sh -d /usr/src/tmp/xcftools-buildroot/usr/share/locale/$lang/LC_MESSAGES ; \ /bin/install -p -m 644 po/$lang.mo \ /usr/src/tmp/xcftools-buildroot/usr/share/locale/$lang/LC_MESSAGES/xcftools.mo \ || exit 1 ; \ done for L in da ; do \ ./install-sh -d /usr/src/tmp/xcftools-buildroot/usr/share/man/$L/man1 || exit 1 ; \ for P in xcfinfo xcf2pnm xcf2png xcfview ; do \ /bin/install -p -m 644 manpo/$P.$L.1 /usr/src/tmp/xcftools-buildroot/usr/share/man/$L/man1/$P.1 \ || exit 1; done ; done ; make: Leaving directory '/usr/src/RPM/BUILD/xcftools-1.0.7' + /usr/lib/rpm/find-lang xcftools + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/xcftools-buildroot (auto) Verifying and fixing files in /usr/src/tmp/xcftools-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/xcftools-buildroot/ (default) Compressing files in /usr/src/tmp/xcftools-buildroot (auto) Verifying ELF objects in /usr/src/tmp/xcftools-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: xcftools-1.0.7-alt1.2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.10049 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd xcftools-1.0.7 + DOCDIR=/usr/src/tmp/xcftools-buildroot/usr/share/doc/xcftools-1.0.7 + export DOCDIR + rm -rf /usr/src/tmp/xcftools-buildroot/usr/share/doc/xcftools-1.0.7 + /bin/mkdir -p /usr/src/tmp/xcftools-buildroot/usr/share/doc/xcftools-1.0.7 + cp -prL ChangeLog README /usr/src/tmp/xcftools-buildroot/usr/share/doc/xcftools-1.0.7 + chmod -R go-w /usr/src/tmp/xcftools-buildroot/usr/share/doc/xcftools-1.0.7 + chmod -R a+rX /usr/src/tmp/xcftools-buildroot/usr/share/doc/xcftools-1.0.7 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wNrXb5 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ntZmjU find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/xcftools-buildroot/usr/bin/xcfview syntax OK Requires: /lib64/ld-linux-x86-64.so.2, /usr/bin/perl, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libpng16.so.16()(64bit) >= set:lhHMqGRPokmkrf7iwKTVtAWr1gS7Z3x2bPJ3Hz5, libpng16.so.16(PNG16_0)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gUM6GM Wrote: /usr/src/RPM/RPMS/x86_64/xcftools-1.0.7-alt1.2.x86_64.rpm 7.77user 1.96system 0:13.12elapsed 74%CPU (0avgtext+0avgdata 35716maxresident)k 0inputs+0outputs (0major+650860minor)pagefaults 0swaps 11.77user 4.36system 0:20.53elapsed 78%CPU (0avgtext+0avgdata 114248maxresident)k 0inputs+0outputs (0major+923189minor)pagefaults 0swaps