<86>Feb 27 01:56:55 userdel[114726]: delete user 'rooter' <86>Feb 27 01:56:55 groupadd[114754]: group added to /etc/group: name=rooter, GID=603 <86>Feb 27 01:56:55 groupadd[114754]: group added to /etc/gshadow: name=rooter <86>Feb 27 01:56:55 groupadd[114754]: new group: name=rooter, GID=603 <86>Feb 27 01:56:55 useradd[114778]: new user: name=rooter, UID=603, GID=603, home=/root, shell=/bin/bash <86>Feb 27 01:56:55 userdel[114819]: delete user 'builder' <86>Feb 27 01:56:55 userdel[114819]: removed group 'builder' owned by 'builder' <86>Feb 27 01:56:55 userdel[114819]: removed shadow group 'builder' owned by 'builder' <86>Feb 27 01:56:55 groupadd[114847]: group added to /etc/group: name=builder, GID=604 <86>Feb 27 01:56:55 groupadd[114847]: group added to /etc/gshadow: name=builder <86>Feb 27 01:56:55 groupadd[114847]: new group: name=builder, GID=604 <86>Feb 27 01:56:55 useradd[114874]: new user: name=builder, UID=604, GID=604, home=/usr/src, shell=/bin/bash <13>Feb 27 01:56:58 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Feb 27 01:56:58 rpmi: libstdc++8-devel-8.2.1-alt5 sisyphus+219286.200.2.1 1549853842 installed <13>Feb 27 01:56:59 rpmi: gcc8-c++-8.2.1-alt5 sisyphus+219286.200.2.1 1549853842 installed <13>Feb 27 01:56:59 rpmi: gcc-c++-8-alt1 sisyphus+222164.100.1.1 1550685957 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libcityhash-1.1.1-alt1.nosrc.rpm Installing libcityhash-1.1.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.27760 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf cityhash-1.1.1 + echo 'Source #0 (cityhash-1.1.1.tar.gz):' Source #0 (cityhash-1.1.1.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/cityhash-1.1.1.tar.gz + /bin/tar -xf - + cd cityhash-1.1.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.27760 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cityhash-1.1.1 + autoreconf -fisv autoreconf-default: Entering directory `.' autoreconf-default: configure.ac: not using Gettext autoreconf-default: running: aclocal --force -I m4 autoreconf-default: configure.ac: tracing autoreconf-default: running: libtoolize --force --install libtoolize-default: putting auxiliary files in `.'. libtoolize-default: linking file `./config.guess' libtoolize-default: linking file `./config.sub' libtoolize-default: linking file `./install-sh' libtoolize-default: linking file `./ltmain.sh' libtoolize-default: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize-default: linking file `m4/libtool.m4' libtoolize-default: linking file `m4/ltoptions.m4' libtoolize-default: linking file `m4/ltsugar.m4' libtoolize-default: linking file `m4/ltversion.m4' libtoolize-default: linking file `m4/lt~obsolete.m4' 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:15: installing './compile' parallel-tests: installing './test-driver' 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 -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + 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 --without-included-gettext 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 build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking how to print strings... printf checking for style of include used by make... GNU 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 whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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 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... yes checking for x86_64-alt-linux-g++... x86_64-alt-linux-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-alt-linux-g++ accepts -g... yes checking dependency style of x86_64-alt-linux-g++... none checking how to run the C++ preprocessor... x86_64-alt-linux-g++ -E checking for ld used by x86_64-alt-linux-g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the x86_64-alt-linux-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-alt-linux-g++ option to produce PIC... -fPIC -DPIC checking if x86_64-alt-linux-g++ PIC flag -fPIC -DPIC works... yes checking if x86_64-alt-linux-g++ static flag -static works... no checking if x86_64-alt-linux-g++ supports -c -o file.o... yes checking if x86_64-alt-linux-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-alt-linux-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether byte ordering is bigendian... no checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking if the compiler supports __builtin_expect... 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 config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --without-included-gettext ------------------------------------------------- CityHash Version 1.1.1 Prefix: '/usr'. Compiler: 'x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2' Now type 'make []' where the optional is: all - build everything check - build and run tests install - install everything -------------------------------------------------- + make make: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1' make all-recursive make[1]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1' Making all in src make[2]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' /bin/sh ../libtool --tag=CXX --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o city.lo city.cc libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -c city.cc -fPIC -DPIC -o .libs/city.o city.cc: In function 'uint32 Hash32Len0to4(const char*, size_t)': city.cc:155:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] for (int i = 0; i < len; i++) { ~~^~~~~ libtool: compile: x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -c city.cc -o city.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CXX --mode=link x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o libcityhash.la -rpath /usr/lib64 city.lo libtool: link: x86_64-alt-linux-g++ -fPIC -DPIC -shared -nostdlib /usr/lib64/gcc/x86_64-alt-linux/8/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-alt-linux/8/crtbeginS.o .libs/city.o -L/usr/lib64/gcc/x86_64-alt-linux/8 -L/usr/lib64/gcc/x86_64-alt-linux/8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-alt-linux/8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-alt-linux/8/crtendS.o /usr/lib64/gcc/x86_64-alt-linux/8/../../../../lib64/crtn.o -O2 -Wl,-soname -Wl,libcityhash.so.0 -o .libs/libcityhash.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libcityhash.so.0" && ln -s "libcityhash.so.0.0.0" "libcityhash.so.0") libtool: link: (cd ".libs" && rm -f "libcityhash.so" && ln -s "libcityhash.so.0.0.0" "libcityhash.so") libtool: link: ar cru .libs/libcityhash.a city.o libtool: link: ranlib .libs/libcityhash.a libtool: link: ( cd ".libs" && rm -f "libcityhash.la" && ln -s "../libcityhash.la" "libcityhash.la" ) x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I.. -pipe -frecord-gcc-switches -Wall -g -O2 -c -o city-test.o city-test.cc /bin/sh ../libtool --tag=CXX --mode=link x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o cityhash_unittest city-test.o libcityhash.la libtool: link: x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/cityhash_unittest city-test.o ./.libs/libcityhash.so make[2]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' make[2]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1' make[2]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1' make[1]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1' make: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.86091 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libcityhash-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libcityhash-buildroot + cd cityhash-1.1.1 + /usr/bin/make 'INSTALL=/bin/install -p' prefix=/usr/src/tmp/libcityhash-buildroot/usr exec_prefix=/usr/src/tmp/libcityhash-buildroot/usr bindir=/usr/src/tmp/libcityhash-buildroot/usr/bin sbindir=/usr/src/tmp/libcityhash-buildroot/usr/sbin sysconfdir=/usr/src/tmp/libcityhash-buildroot/etc datadir=/usr/src/tmp/libcityhash-buildroot/usr/share includedir=/usr/src/tmp/libcityhash-buildroot/usr/include libdir=/usr/src/tmp/libcityhash-buildroot/usr/lib64 libexecdir=/usr/src/tmp/libcityhash-buildroot/usr/lib localstatedir=/usr/src/tmp/libcityhash-buildroot/var/lib sharedstatedir=/usr/src/tmp/libcityhash-buildroot/var/lib mandir=/usr/src/tmp/libcityhash-buildroot/usr/share/man infodir=/usr/src/tmp/libcityhash-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1' Making install in src make[1]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' make[2]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' /bin/mkdir -p '/usr/src/tmp/libcityhash-buildroot/usr/lib64' /bin/sh ../libtool --mode=install /bin/install -p libcityhash.la '/usr/src/tmp/libcityhash-buildroot/usr/lib64' libtool: install: /bin/install -p .libs/libcityhash.so.0.0.0 /usr/src/tmp/libcityhash-buildroot/usr/lib64/libcityhash.so.0.0.0 libtool: install: (cd /usr/src/tmp/libcityhash-buildroot/usr/lib64 && { ln -s -f libcityhash.so.0.0.0 libcityhash.so.0 || { rm -f libcityhash.so.0 && ln -s libcityhash.so.0.0.0 libcityhash.so.0; }; }) libtool: install: (cd /usr/src/tmp/libcityhash-buildroot/usr/lib64 && { ln -s -f libcityhash.so.0.0.0 libcityhash.so || { rm -f libcityhash.so && ln -s libcityhash.so.0.0.0 libcityhash.so; }; }) libtool: install: /bin/install -p .libs/libcityhash.lai /usr/src/tmp/libcityhash-buildroot/usr/lib64/libcityhash.la libtool: install: /bin/install -p .libs/libcityhash.a /usr/src/tmp/libcityhash-buildroot/usr/lib64/libcityhash.a libtool: install: chmod 644 /usr/src/tmp/libcityhash-buildroot/usr/lib64/libcityhash.a libtool: install: ranlib /usr/src/tmp/libcityhash-buildroot/usr/lib64/libcityhash.a libtool: install: warning: remember to run `libtool --finish /usr/lib64' /bin/mkdir -p '/usr/src/tmp/libcityhash-buildroot/usr/include' /bin/install -p -m 644 city.h '/usr/src/tmp/libcityhash-buildroot/usr/include' make[2]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' make[1]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1' make[2]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/src/tmp/libcityhash-buildroot/usr/share/doc/cityhash' /bin/install -p -m 644 README NEWS COPYING '/usr/src/tmp/libcityhash-buildroot/usr/share/doc/cityhash' make[2]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1' make[1]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1' make: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libcityhash-buildroot (auto) removed './usr/lib64/libcityhash.la' mode of './usr/lib64/libcityhash.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libcityhash-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/libcityhash-buildroot/ (default) Compressing files in /usr/src/tmp/libcityhash-buildroot (auto) Adjusting library links in /usr/src/tmp/libcityhash-buildroot ./usr/lib64: libcityhash.so.0 -> libcityhash.so.0.0.0 Verifying ELF objects in /usr/src/tmp/libcityhash-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.77853 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cityhash-1.1.1 + make check make: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1' Making check in src make[1]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' make check-TESTS make[2]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' make[3]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' PASS: cityhash_unittest make[4]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' ============================================================================ Testsuite summary for CityHash 1.1.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' make[2]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' make[1]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1/src' make[1]: Entering directory '/usr/src/RPM/BUILD/cityhash-1.1.1' make[1]: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1' make: Leaving directory '/usr/src/RPM/BUILD/cityhash-1.1.1' + exit 0 Processing files: libcityhash-1.1.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.52217 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd cityhash-1.1.1 + DOCDIR=/usr/src/tmp/libcityhash-buildroot/usr/share/doc/libcityhash-1.1.1 + export DOCDIR + rm -rf /usr/src/tmp/libcityhash-buildroot/usr/share/doc/libcityhash-1.1.1 + /bin/mkdir -p /usr/src/tmp/libcityhash-buildroot/usr/share/doc/libcityhash-1.1.1 + cp -prL README NEWS /usr/src/tmp/libcityhash-buildroot/usr/share/doc/libcityhash-1.1.1 + chmod -R go-w /usr/src/tmp/libcityhash-buildroot/usr/share/doc/libcityhash-1.1.1 + chmod -R a+rX /usr/src/tmp/libcityhash-buildroot/usr/share/doc/libcityhash-1.1.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lqYkpY find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libcityhash-buildroot/usr/lib64/libcityhash.so.0: 6 symbols, 13 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.g3MMfo find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libcityhash.so.0()(64bit) = set:gdF2S6anaKJ6C5 Requires: rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FPe3tR Creating libcityhash-debuginfo package Processing files: libcityhash-devel-1.1.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.g0JN9n 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.FATo4X find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/libcityhash-buildroot/usr/include/city.h:67:10: fatal error: utility: No such file or directory #include ^~~~~~~~~ compilation terminated. cpp.req: /usr/src/tmp/libcityhash-buildroot/usr/include/city.h: cpp failed, trying c++ mode Requires: libcityhash = 1.1.1, /usr/lib64/libcityhash.so.0.0.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yy5mmB Processing files: libcityhash-devel-static-1.1.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5INlai 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.yv2Hd2 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libcityhash-devel = 1.1.1, glibc-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.paFHUP Processing files: libcityhash-debuginfo-1.1.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Y9k9gH find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.d7KJ6B find-requires: running scripts (debuginfo) Provides: debug64(libcityhash.so.0) Requires: libcityhash = 1.1.1-alt1 Adding to libcityhash-devel a strict dependency on libcityhash Adding to libcityhash-devel-static a strict dependency on libcityhash-devel Removing 1 extra deps from libcityhash-devel due to dependency on libcityhash Wrote: /usr/src/RPM/RPMS/x86_64/libcityhash-1.1.1-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libcityhash-devel-1.1.1-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libcityhash-devel-static-1.1.1-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libcityhash-debuginfo-1.1.1-alt1.x86_64.rpm 13.40user 3.19system 0:31.57elapsed 52%CPU (0avgtext+0avgdata 64944maxresident)k 0inputs+0outputs (0major+1075148minor)pagefaults 0swaps 24.60user 6.61system 0:47.85elapsed 65%CPU (0avgtext+0avgdata 121284maxresident)k 0inputs+0outputs (0major+1549016minor)pagefaults 0swaps --- libcityhash-1.1.1-alt1.x86_64.rpm.repo 2013-08-26 17:48:42.000000000 +0000 +++ libcityhash-1.1.1-alt1.x86_64.rpm.hasher 2019-02-27 01:57:34.648115092 +0000 @@ -5,5 +5,2 @@ /usr/share/doc/libcityhash-1.1.1/README 100644 -Requires: libc.so.6(GLIBC_2.2.5)(64bit) -Requires: libgcc_s.so.1(GCC_3.0)(64bit) -Requires: libstdc++.so.6(CXXABI_1.3)(64bit) Requires: rtld(GNU_HASH) --- libcityhash-debuginfo-1.1.1-alt1.x86_64.rpm.repo 2013-08-26 17:48:42.000000000 +0000 +++ libcityhash-debuginfo-1.1.1-alt1.x86_64.rpm.hasher 2019-02-27 01:57:34.681115182 +0000 @@ -7,5 +7,2 @@ Requires: libcityhash = 1.1.1-alt1 -Requires: debug64(libc.so.6) -Requires: debug64(libgcc_s.so.1) -Requires: debug64(libstdc++.so.6) Requires: rpmlib(PayloadIsLzma) --- libcityhash-devel-1.1.1-alt1.x86_64.rpm.repo 2013-08-26 17:48:42.000000000 +0000 +++ libcityhash-devel-1.1.1-alt1.x86_64.rpm.hasher 2019-02-27 01:57:34.724115300 +0000 @@ -2,2 +2,3 @@ /usr/lib64/libcityhash.so 120777 libcityhash.so.0.0.0 +Requires: libcityhash = 1.1.1 Requires: libcityhash = 1.1.1-alt1 --- libcityhash-devel-static-1.1.1-alt1.x86_64.rpm.repo 2013-08-26 17:48:42.000000000 +0000 +++ libcityhash-devel-static-1.1.1-alt1.x86_64.rpm.hasher 2019-02-27 01:57:34.760115398 +0000 @@ -1,2 +1,3 @@ /usr/lib64/libcityhash.a 100644 +Requires: libcityhash-devel = 1.1.1 Requires: glibc-devel-static