<86>May 18 05:03:44 userdel[3632630]: delete user 'rooter' <86>May 18 05:03:44 userdel[3632630]: removed group 'rooter' owned by 'rooter' <86>May 18 05:03:44 userdel[3632630]: removed shadow group 'rooter' owned by 'rooter' <86>May 18 05:03:44 groupadd[3632639]: group added to /etc/group: name=rooter, GID=567 <86>May 18 05:03:44 groupadd[3632639]: group added to /etc/gshadow: name=rooter <86>May 18 05:03:44 groupadd[3632639]: new group: name=rooter, GID=567 <86>May 18 05:03:44 useradd[3632650]: new user: name=rooter, UID=567, GID=567, home=/root, shell=/bin/bash <86>May 18 05:03:44 userdel[3632658]: delete user 'builder' <86>May 18 05:03:44 userdel[3632658]: removed group 'builder' owned by 'builder' <86>May 18 05:03:44 userdel[3632658]: removed shadow group 'builder' owned by 'builder' <86>May 18 05:03:44 groupadd[3632669]: group added to /etc/group: name=builder, GID=568 <86>May 18 05:03:44 groupadd[3632669]: group added to /etc/gshadow: name=builder <86>May 18 05:03:44 groupadd[3632669]: new group: name=builder, GID=568 <86>May 18 05:03:44 useradd[3632676]: new user: name=builder, UID=568, GID=568, home=/usr/src, shell=/bin/bash <13>May 18 05:03:47 rpmi: xorg-util-macros-1.19.2-alt1 sisyphus+247703.100.1.1 1584005540 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libmtdev-1.1.6-alt1.nosrc.rpm Installing libmtdev-1.1.6-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9766 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mtdev-1.1.6 + echo 'Source #0 (mtdev-1.1.6.tar.bz2):' Source #0 (mtdev-1.1.6.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/mtdev-1.1.6.tar.bz2 + /bin/tar -xf - + cd mtdev-1.1.6 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.9766 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mtdev-1.1.6 + 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: running: libtoolize --force --install libtoolize-default: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config-aux'. libtoolize-default: linking file 'config-aux/config.guess' libtoolize-default: linking file 'config-aux/config.sub' libtoolize-default: linking file 'config-aux/install-sh' libtoolize-default: linking file 'config-aux/ltmain.sh' libtoolize-default: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize-default: and rerunning libtoolize-default and aclocal. libtoolize-default: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. 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: running: automake --add-missing --force-missing configure.ac:19: installing 'config-aux/compile' configure.ac:12: installing 'config-aux/missing' src/Makefile.am: installing 'config-aux/depcomp' 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' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./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 --disable-static configure: WARNING: unrecognized options: --without-included-gettext checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) 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 whether x86_64-alt-linux-gcc understands -c and -o together... yes checking dependency style of x86_64-alt-linux-gcc... none 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 x86_64-alt-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 x86_64-alt-linux-gnu file names to x86_64-alt-linux-gnu format... func_convert_file_noop checking how to convert x86_64-alt-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-alt-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... (cached) pass_all checking for x86_64-alt-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-alt-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-alt-linux-strip... no checking for strip... strip checking for x86_64-alt-linux-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from x86_64-alt-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 x86_64-alt-linux-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... x86_64-alt-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 x86_64-alt-linux-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-alt-linux-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-alt-linux-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-alt-linux-gcc static flag -static works... no checking if x86_64-alt-linux-gcc supports -c -o file.o... yes checking if x86_64-alt-linux-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-alt-linux-gcc linker (/usr/bin/ld -m elf_x86_64) 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 for x86_64-alt-linux-gcc... (cached) x86_64-alt-linux-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-alt-linux-gcc accepts -g... (cached) yes checking for x86_64-alt-linux-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-alt-linux-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-alt-linux-gcc... (cached) none 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 test/Makefile config.status: creating mtdev.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --without-included-gettext + make -j8 make all-recursive Making all in src make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o iobuf.lo iobuf.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c iobuf.c -fPIC -DPIC -o .libs/iobuf.o make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o match.lo match.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c match.c -fPIC -DPIC -o .libs/match.o make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o match_four.lo match_four.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c match_four.c -fPIC -DPIC -o .libs/match_four.o make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o caps.lo caps.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c caps.c -fPIC -DPIC -o .libs/caps.o make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' /bin/sh ../libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o core.lo core.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I. -pipe -frecord-gcc-switches -Wall -g -O2 -c core.c -fPIC -DPIC -o .libs/core.o make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -version-info 1:0:0 -o libmtdev.la -rpath /usr/lib64 caps.lo core.lo iobuf.lo match.lo match_four.lo libtool: link: x86_64-alt-linux-gcc -shared -fPIC -DPIC .libs/caps.o .libs/core.o .libs/iobuf.o .libs/match.o .libs/match_four.o -g -O2 -Wl,-soname -Wl,libmtdev.so.1 -o .libs/libmtdev.so.1.0.0 libtool: link: (cd ".libs" && rm -f "libmtdev.so.1" && ln -s "libmtdev.so.1.0.0" "libmtdev.so.1") libtool: link: (cd ".libs" && rm -f "libmtdev.so" && ln -s "libmtdev.so.1.0.0" "libmtdev.so") libtool: link: ( cd ".libs" && rm -f "libmtdev.la" && ln -s "../libmtdev.la" "libmtdev.la" ) make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' Making all in test make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include/ -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mtdev-matching.o mtdev-matching.c make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include/ -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mtdev-kernel.o mtdev-kernel.c make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -L../src/.libs/ -lmtdev -o mtdev-kernel mtdev-kernel.o libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/mtdev-kernel mtdev-kernel.o -L../src/.libs/ /usr/src/RPM/BUILD/mtdev-1.1.6/src/.libs/libmtdev.so make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -L../src/.libs/ -lmtdev -o mtdev-matching mtdev-matching.o libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/mtdev-matching mtdev-matching.o -L../src/.libs/ /usr/src/RPM/BUILD/mtdev-1.1.6/src/.libs/libmtdev.so make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include/ -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mtdev-mapgen.o mtdev-mapgen.c make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o mtdev-mapgen mtdev-mapgen.o libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o mtdev-mapgen mtdev-mapgen.o make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include/ -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mtdev-test.o mtdev-test.c mtdev-test.c: In function 'print_event': mtdev-test.c:59:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'mstime_t' {aka 'long unsigned int'} [-Wformat=] 59 | fprintf(stderr, "%012llx %02d %01d %04x %d\n", | ~~~~~~^ | | | long long unsigned int | %012lx 60 | evtime, slot, ev->type, ev->code, ev->value); | ~~~~~~ | | | mstime_t {aka long unsigned int} make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' /bin/sh ../libtool --tag=CC --mode=link x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -lmtdev -L../src/.libs/ -o mtdev-test mtdev-test.o libtool: link: x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/mtdev-test mtdev-test.o /usr/src/RPM/BUILD/mtdev-1.1.6/src/.libs/libmtdev.so -L../src/.libs/ make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.82979 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libmtdev-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libmtdev-buildroot + cd mtdev-1.1.6 + make DESTDIR=/usr/src/tmp/libmtdev-buildroot install make: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6' Making install in src make[1]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' /bin/mkdir -p '/usr/src/tmp/libmtdev-buildroot/usr/lib64' /bin/sh ../libtool --mode=install /bin/install -c libmtdev.la '/usr/src/tmp/libmtdev-buildroot/usr/lib64' libtool: install: /bin/install -c .libs/libmtdev.so.1.0.0 /usr/src/tmp/libmtdev-buildroot/usr/lib64/libmtdev.so.1.0.0 libtool: install: (cd /usr/src/tmp/libmtdev-buildroot/usr/lib64 && { ln -s -f libmtdev.so.1.0.0 libmtdev.so.1 || { rm -f libmtdev.so.1 && ln -s libmtdev.so.1.0.0 libmtdev.so.1; }; }) libtool: install: (cd /usr/src/tmp/libmtdev-buildroot/usr/lib64 && { ln -s -f libmtdev.so.1.0.0 libmtdev.so || { rm -f libmtdev.so && ln -s libmtdev.so.1.0.0 libmtdev.so; }; }) libtool: install: /bin/install -c .libs/libmtdev.lai /usr/src/tmp/libmtdev-buildroot/usr/lib64/libmtdev.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /bin/mkdir -p '/usr/src/tmp/libmtdev-buildroot/usr/include' /bin/install -c -m 644 ../include/mtdev-mapping.h ../include/mtdev-plumbing.h ../include/mtdev.h '/usr/src/tmp/libmtdev-buildroot/usr/include' make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/src' Making install in test make[1]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' /bin/mkdir -p '/usr/src/tmp/libmtdev-buildroot/usr/bin' /bin/sh ../libtool --mode=install /bin/install -c mtdev-test '/usr/src/tmp/libmtdev-buildroot/usr/bin' libtool: warning: '/usr/src/RPM/BUILD/mtdev-1.1.6/src/.libs/libmtdev.la' has not been installed in '/usr/lib64' libtool: install: /bin/install -c .libs/mtdev-test /usr/src/tmp/libmtdev-buildroot/usr/bin/mtdev-test make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' make[1]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6/test' make[1]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6' make[2]: Entering directory '/usr/src/RPM/BUILD/mtdev-1.1.6' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/src/tmp/libmtdev-buildroot/usr/lib64/pkgconfig' /bin/install -c -m 644 mtdev.pc '/usr/src/tmp/libmtdev-buildroot/usr/lib64/pkgconfig' make[2]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6' make[1]: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6' make: Leaving directory '/usr/src/RPM/BUILD/mtdev-1.1.6' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libmtdev-buildroot (auto) removed './usr/lib64/libmtdev.la' mode of './usr/lib64/libmtdev.so.1.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libmtdev-buildroot (binconfig,pkgconfig,libtool,desktop) /usr/lib64/pkgconfig/mtdev.pc: Cflags: '-I${includedir}' --> '' /usr/lib64/pkgconfig/mtdev.pc: Libs: '-L${libdir} -lmtdev' --> '-lmtdev' Checking contents of files in /usr/src/tmp/libmtdev-buildroot/ (default) Compressing files in /usr/src/tmp/libmtdev-buildroot (auto) Adjusting library links in /usr/src/tmp/libmtdev-buildroot ./usr/lib64: libmtdev.so.1 -> libmtdev.so.1.0.0 Verifying ELF objects in /usr/src/tmp/libmtdev-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: libmtdev-1.1.6-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BAGgew find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libmtdev-buildroot/usr/lib64/libmtdev.so.1: 26 symbols, 15 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jRy2Ly find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: mtdev = 1.1.6-alt1, libmtdev.so.1()(64bit) = set:idx3Kd1Yl1Ly6v0YxsZLwxGtZw9PFllUCTUCIRVYMC3ddj4e2QXhe3 Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Mkun0w Creating libmtdev-debuginfo package Processing files: libmtdev-devel-1.1.6-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sGf6Yw 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.JxnArz find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: mtdev-tools = 1.1.6-alt1, pkgconfig(mtdev) = 1.1.6 Requires: libmtdev = 1.1.6-alt1, /lib64/ld-linux-x86-64.so.2, /usr/lib64/libmtdev.so.1.0.0, /usr/lib64/pkgconfig, glibc-kernheaders-generic, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libmtdev.so.1()(64bit) >= set:ifunJ9HvlRuA60, 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.u3wgxy Creating libmtdev-devel-debuginfo package Processing files: libmtdev-debuginfo-1.1.6-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.h1YcGy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CJOLQx find-requires: running scripts (debuginfo) Provides: debug64(libmtdev.so.1) Requires: libmtdev = 1.1.6-alt1, debug64(libc.so.6) Processing files: libmtdev-devel-debuginfo-1.1.6-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sZ8cbA find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sel9Mx find-requires: running scripts (debuginfo) Requires: libmtdev-devel = 1.1.6-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libmtdev.so.1) Adding to libmtdev-devel a strict dependency on libmtdev Adding to libmtdev-debuginfo a strict dependency on libmtdev Adding to libmtdev-devel-debuginfo a strict dependency on libmtdev-devel Adding to libmtdev-devel-debuginfo a strict dependency on libmtdev-debuginfo Removing from libmtdev-devel-debuginfo 1 sources provided by libmtdev-debuginfo also prunning dir /usr/src/debug/mtdev-1.1.6/include Removing 3 extra deps from libmtdev-devel due to dependency on libmtdev Removing 1 extra deps from libmtdev-devel-debuginfo due to dependency on libmtdev-debuginfo Removing 3 extra deps from libmtdev-devel due to repentancy on libmtdev Removing 1 extra deps from libmtdev-devel-debuginfo due to repentancy on libmtdev-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/libmtdev-1.1.6-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libmtdev-devel-1.1.6-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libmtdev-debuginfo-1.1.6-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libmtdev-devel-debuginfo-1.1.6-alt1.x86_64.rpm 12.43user 3.25system 0:37.33elapsed 42%CPU (0avgtext+0avgdata 30788maxresident)k 0inputs+0outputs (0major+1030210minor)pagefaults 0swaps 17.65user 7.77system 0:49.48elapsed 51%CPU (0avgtext+0avgdata 109272maxresident)k 0inputs+0outputs (0major+1379335minor)pagefaults 0swaps