<86>Mar 25 14:22:15 userdel[1045035]: delete user 'rooter' <86>Mar 25 14:22:15 userdel[1045035]: removed group 'rooter' owned by 'rooter' <86>Mar 25 14:22:15 userdel[1045035]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 25 14:22:15 groupadd[1045040]: group added to /etc/group: name=rooter, GID=618 <86>Mar 25 14:22:15 groupadd[1045040]: group added to /etc/gshadow: name=rooter <86>Mar 25 14:22:15 groupadd[1045040]: new group: name=rooter, GID=618 <86>Mar 25 14:22:15 useradd[1045044]: new user: name=rooter, UID=618, GID=618, home=/root, shell=/bin/bash <86>Mar 25 14:22:15 userdel[1045050]: delete user 'builder' <86>Mar 25 14:22:15 userdel[1045050]: removed group 'builder' owned by 'builder' <86>Mar 25 14:22:15 userdel[1045050]: removed shadow group 'builder' owned by 'builder' <86>Mar 25 14:22:15 groupadd[1045055]: group added to /etc/group: name=builder, GID=619 <86>Mar 25 14:22:15 groupadd[1045055]: group added to /etc/gshadow: name=builder <86>Mar 25 14:22:15 groupadd[1045055]: new group: name=builder, GID=619 <86>Mar 25 14:22:15 useradd[1045059]: new user: name=builder, UID=619, GID=619, home=/usr/src, shell=/bin/bash <13>Mar 25 14:22:18 rpmi: libpng16-1.6.37-alt1 sisyphus+236677.100.2.1 1566917998 installed <13>Mar 25 14:22:18 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550601058 installed <13>Mar 25 14:22:18 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+262033.600.7.2 1607340230 installed <13>Mar 25 14:22:19 rpmi: libstdc++10-devel-10.2.1-alt3 sisyphus+267829.100.1.1 1615808579 installed <13>Mar 25 14:22:20 rpmi: gcc10-c++-10.2.1-alt3 sisyphus+267829.100.1.1 1615808579 installed <13>Mar 25 14:22:20 rpmi: gcc-c++-10-alt1 sisyphus+263054.200.3.1 1607516810 installed <13>Mar 25 14:22:20 rpmi: libpng-devel-1.6.37-alt1 sisyphus+236677.100.2.1 1566917998 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/libflif-0.3-alt3.nosrc.rpm (w1.gzdio) Installing libflif-0.3-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.88129 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libflif-0.3 + echo 'Source #0 (libflif-0.3.tar):' Source #0 (libflif-0.3.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libflif-0.3.tar + cd libflif-0.3 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i 's|/usr/local|/usr|g' src/Makefile + sed -i 's|/lib\([/ ]\)|/lib\1|g' src/Makefile + sed -i 's|/lib$|/lib|g' src/Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.88129 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libflif-0.3 + cd src + make -j8 make: Entering directory '/usr/src/RPM/BUILD/libflif-0.3/src' g++ -std=gnu++11 -I/usr/include/libpng16 -DLODEPNG_NO_COMPILE_PNG -DLODEPNG_NO_COMPILE_DISK -DNDEBUG -O2 -flto -g0 -Wall -shared -fPIC maniac/chance.cpp maniac/symbol.cpp image/crc32k.cpp image/image.cpp image/image-png.cpp image/image-pnm.cpp image/image-pam.cpp image/image-rggb.cpp image/image-metadata.cpp image/color_range.cpp transform/factory.cpp common.cpp flif-enc.cpp flif-dec.cpp io.cpp ../extern/lodepng.cpp library/flif-interface.cpp -lpng16 -lz -Wl,-soname,libflif.so.0 -o libflif.so.0 In file included from image/image.cpp:3: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/image-png.cpp:24: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/image-pnm.cpp:11: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/image-pam.cpp:11: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/image-rggb.cpp:6: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/image-metadata.cpp:7: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/color_range.hpp:5, from image/color_range.cpp:1: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from transform/transform.hpp:21, from transform/factory.cpp:3: transform/../image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': transform/../image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from maniac/compound.hpp:25, from common.hpp:26, from common.cpp:19: maniac/../image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': maniac/../image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from maniac/compound.hpp:25, from flif-enc.cpp:25: maniac/../image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': maniac/../image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from maniac/compound.hpp:25, from flif-dec.cpp:24: maniac/../image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': maniac/../image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from library/flif-interface-private_common.hpp:23, from library/flif-interface-private_dec.hpp:21, from library/flif-interface_dec.cpp:19, from library/flif-interface.cpp:1: library/../image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': library/../image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In member function 'get4': lto1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] In member function 'get4': lto1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] image/image.hpp: In member function 'set4': image/image.hpp:381:16: note: the ABI for passing parameters with 16-byte alignment has changed in GCC 4.6 381 | void VCALL set4(const uint32_t pos, const FourColorVals x) override { | ^ image/image.hpp:381:16: warning: SSE vector argument without SSE enabled changes the ABI [-Wpsabi] transform/ycocg.hpp: In member function 'get8': transform/ycocg.hpp:248:29: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 248 | Cg = p2.get8(pos); | ^ transform/ycocg.hpp: In member function 'get8': transform/ycocg.hpp:248:29: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 248 | Cg = p2.get8(pos); | ^ transform/ycocg.hpp: In member function 'get8': transform/ycocg.hpp:248:29: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 248 | Cg = p2.get8(pos); | ^ ln -sf libflif.so.0 libflif.so make: Leaving directory '/usr/src/RPM/BUILD/libflif-0.3/src' make: Entering directory '/usr/src/RPM/BUILD/libflif-0.3/src' g++ -std=gnu++11 -I/usr/include/libpng16 -DLODEPNG_NO_COMPILE_PNG -DLODEPNG_NO_COMPILE_DISK -DNDEBUG -O2 -ftree-vectorize -flto -fwhole-program -g0 -Wall flif.cpp libflif.so -lpng16 -lz -o flif In file included from maniac/compound.hpp:25, from flif.cpp:31: maniac/../image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': maniac/../image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In member function 'get4': lto1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] In member function 'get4': lto1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] maniac/../image/image.hpp: In member function 'set4': maniac/../image/image.hpp:381:16: note: the ABI for passing parameters with 16-byte alignment has changed in GCC 4.6 381 | void VCALL set4(const uint32_t pos, const FourColorVals x) override { | ^ maniac/../image/image.hpp:381:16: warning: SSE vector argument without SSE enabled changes the ABI [-Wpsabi] make: Leaving directory '/usr/src/RPM/BUILD/libflif-0.3/src' + make -j8 decoder make: Entering directory '/usr/src/RPM/BUILD/libflif-0.3/src' echo g++ -std=gnu++11 -I/usr/include/libpng16 -DLODEPNG_NO_COMPILE_PNG -DLODEPNG_NO_COMPILE_DISK -DNDEBUG -O2 -flto -DDECODER_ONLY -g0 -Wall -shared -fPIC maniac/chance.cpp maniac/symbol.cpp image/crc32k.cpp image/image.cpp image/image-png.cpp image/image-pnm.cpp image/image-pam.cpp image/image-rggb.cpp image/image-metadata.cpp image/color_range.cpp transform/factory.cpp common.cpp flif-enc.cpp flif-dec.cpp io.cpp ../extern/lodepng.cpp library/flif-interface_dec.cpp -lpng16 -lz -Wl,-soname,libflif_dec.so.0 -o libflif_dec.so.0 In file included from image/image.cpp:3: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/image-png.cpp:24: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/image-pnm.cpp:11: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/image-pam.cpp:11: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/image-rggb.cpp:6: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/image-metadata.cpp:7: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from image/color_range.hpp:5, from image/color_range.cpp:1: image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from transform/transform.hpp:21, from transform/factory.cpp:3: transform/../image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': transform/../image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from maniac/compound.hpp:25, from common.hpp:26, from common.cpp:19: maniac/../image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': maniac/../image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from maniac/compound.hpp:25, from flif-dec.cpp:24: maniac/../image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': maniac/../image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In file included from library/flif-interface-private_common.hpp:23, from library/flif-interface-private_dec.hpp:21, from library/flif-interface_dec.cpp:19: library/../image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': library/../image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In member function 'get4': lto1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] In member function 'get4': lto1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] transform/../image/image.hpp: In member function 'set4': transform/../image/image.hpp:381:16: note: the ABI for passing parameters with 16-byte alignment has changed in GCC 4.6 381 | void VCALL set4(const uint32_t pos, const FourColorVals x) override { | ^ transform/../image/image.hpp:381:16: warning: SSE vector argument without SSE enabled changes the ABI [-Wpsabi] transform/ycocg.hpp: In member function 'get8': transform/ycocg.hpp:248:29: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 248 | Cg = p2.get8(pos); | ^ transform/../image/image.hpp: In member function 'set8': transform/../image/image.hpp:308:16: note: the ABI for passing parameters with 16-byte alignment has changed in GCC 4.6 308 | void VCALL set8(const uint32_t pos, const EightColorVals x) override { | ^ transform/../image/image.hpp:308:16: warning: SSE vector argument without SSE enabled changes the ABI [-Wpsabi] In member function 'get8': lto1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] ln -sf libflif_dec.so.0 libflif_dec.so make: Leaving directory '/usr/src/RPM/BUILD/libflif-0.3/src' make: Entering directory '/usr/src/RPM/BUILD/libflif-0.3/src' g++ -std=gnu++11 -I/usr/include/libpng16 -DLODEPNG_NO_COMPILE_PNG -DLODEPNG_NO_COMPILE_DISK -DNDEBUG -O2 -ftree-vectorize -flto -fwhole-program -DDECODER_ONLY -g0 -Wall flif.cpp libflif_dec.so -lpng16 -lz -o dflif In file included from maniac/compound.hpp:25, from flif.cpp:31: maniac/../image/image.hpp: In member function 'virtual FourColorVals ConstantPlane::get4(uint32_t) const': maniac/../image/image.hpp:377:64: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] 377 | FourColorVals get4(const uint32_t pos) const ATTRIBUTE_HOT { | ^ In member function 'get4': lto1: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi] make: Leaving directory '/usr/src/RPM/BUILD/libflif-0.3/src' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.39319 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libflif-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libflif-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd libflif-0.3 + cd src + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/libflif-buildroot install-decoder install-dev make: Entering directory '/usr/src/RPM/BUILD/libflif-0.3/src' install -d /usr/src/tmp/libflif-buildroot/usr/bin /usr/src/tmp/libflif-buildroot/usr/lib /usr/src/tmp/libflif-buildroot/usr/share/man/man1 install -m 755 flif /usr/src/tmp/libflif-buildroot/usr/bin strip -x /usr/src/tmp/libflif-buildroot/usr/bin/flif install -m 755 libflif.so libflif.so.0 /usr/src/tmp/libflif-buildroot/usr/lib strip -x /usr/src/tmp/libflif-buildroot/usr/lib/libflif.so \ /usr/src/tmp/libflif-buildroot/usr/lib/libflif.so.0 install -m 644 ../doc/flif.1 /usr/src/tmp/libflif-buildroot/usr/share/man/man1 install -m 755 ../tools/gif2flif /usr/src/tmp/libflif-buildroot/usr/bin install -m 755 ../tools/apng2flif /usr/src/tmp/libflif-buildroot/usr/bin install -m 755 dflif /usr/src/tmp/libflif-buildroot/usr/bin strip -x /usr/src/tmp/libflif-buildroot/usr/bin/dflif install -m 755 libflif_dec.so libflif_dec.so.0 /usr/src/tmp/libflif-buildroot/usr/lib strip -x /usr/src/tmp/libflif-buildroot/usr/lib/libflif_dec.so \ /usr/src/tmp/libflif-buildroot/usr/lib/libflif_dec.so.0 install -d /usr/src/tmp/libflif-buildroot/usr/include install -m 644 library/*.h /usr/src/tmp/libflif-buildroot/usr/include make: Leaving directory '/usr/src/RPM/BUILD/libflif-0.3/src' + rm -f /usr/src/tmp/libflif-buildroot/usr/lib/libflif.so /usr/src/tmp/libflif-buildroot/usr/lib/libflif_dec.so + ln -s libflif.so.0 /usr/src/tmp/libflif-buildroot/usr/lib/libflif.so + ln -s libflif_dec.so.0 /usr/src/tmp/libflif-buildroot/usr/lib/libflif_dec.so + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libflif-buildroot (auto) mode of './usr/lib/libflif_dec.so.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib/libflif.so.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libflif-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/libflif-buildroot/ (default) Compressing files in /usr/src/tmp/libflif-buildroot (auto) Adjusting library links in /usr/src/tmp/libflif-buildroot ./usr/lib: (from :0) libflif.so.0 -> libflif.so.0 libflif_dec.so.0 -> libflif_dec.so.0 056-debuginfo.brp: WARNING: 4 non-stripped binaries don't contain .debug sections making -debuginfo 056-debuginfo.brp: WARNING: package less relevant. An excerpt from the list of affected files follows: ./usr/bin/dflif ./usr/lib/libflif_dec.so.0 ./usr/bin/flif ./usr/lib/libflif.so.0 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/libflif-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/libflif_dec.so.0: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/lib/libflif.so.0: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/dflif: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/flif: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.7865 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libflif-0.3 + cd src + exit 0 Processing files: libflif-0.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gGvmM8 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libflif-buildroot/usr/lib/libflif.so.0: 308 symbols, 19 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.cDE7Z8 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libflif.so.0 = set:mdZ3zJwPoX04h1MdQM2eUOxF6618sUeybtojUZxV6y3MqZzMZlvlaBPfBvIFYn0cxGf5ztS8G4gU4qgwj5AAZ1HIFB9gwmRnOLGIuVMFUC5djRorw1UvO5xFCaBr9amZpgOP5i4t0m2jhjLBkbzfV5b4ZxTB3LDPwx28kO93HnFykEYRr9fXjwusgPs3i2Zf6sd5Z5aMNR91EWrrdFlAKhtmCmZztUNU2B9HjcmFMBYUG1wXBDzOGdpIwayJSINk5ZlWhljwqYGgCCnBSpjYHtidxEHkjerWiTcgacOEUbBtVxhyi2MhZCfUlNZ4YSK8MhMOcBcBpfQ3eHhxcM44fDGoGDBCeLTgyBZ0xrOuGze2trGNydi4A9sklb5K9pcyMfSJeDu2GFUgF6xEhcLW7I7tJN9XjaRVRk85JbwONb510QTkG4KIiCpt7DGCBQO0xYxsnKL0JuB4OsjPPL6WH30ahgQXZovQcXoISsCZHEgEjj88FZwev3XlSZshaEHwMHn5K1IjhADUGrAPWZq3TjCeeawG2R2QNZzx0j8jH2uNKbQwDD4GWsqEuMF54CB5qJFcnDhF72HWiZJ4gzVmsnNZfp11fV46dF50JFWaOpgqxYYiPS7a03yXmVuh0 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GCC_3.3.1), libgcc_s.so.1(GLIBC_2.0), libpng16.so.16 >= set:lgHMixN8bGOQaSHowbzcm4TFOgOsYB0P2IZoFFRXJvuwFZ6szmSce5ejURgK7OaMdbQzjfqL50, libpng16.so.16(PNG16_0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.14), libstdc++.so.6(GLIBCXX_3.4.21), 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.Ygk5l7 Creating libflif-debuginfo package Processing files: flif-0.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.G3yFX6 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.DFrAD8 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: grep rm Requires: /bin/sh, /lib/ld-linux.so.2, coreutils, grep, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libflif.so.0 >= set:midce6XrdQlTjy4vVcD3dTspos9DlmOZ2sW9, libflif_dec.so.0 >= set:mjdcezZdrEHtf99ZiZBaHFK2, libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GCC_3.3.1), libgcc_s.so.1(GLIBC_2.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.21), 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.ONK6X6 Creating flif-debuginfo package Processing files: libflifdec-0.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NxOxO6 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libflif-buildroot/usr/lib/libflif_dec.so.0: 263 symbols, 19 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.J7wCx8 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libflif_dec.so.0 = set:mdZ3zJwPoX04h1MdQM2eUOxF6wYasv4ZvhKx8KZxwI6BOVDOfSk0kob6XIhk9wM9Qw0wTxfmpjbjw0bk61nesaKphPkdS6o0ZnO5xFCaBr9amZpwLH8GjgaqWJAqpY9LoxUfKb7ufD10AgMWBAZH5nsQz3qCrgiEZJwHFELkw7MwGfJ55FrkDBFRZA7ucKgpOW4zlas9fKq0UuVVEIqj6bEyoHdrcl1dZa9gdul8jPHiXI9ZlXAq2hnFCsSQBKpwkoAhNnaXO3z4B4wzegpyX9urn4U8opCiCOI7W1DREg6o2yhsG7enu39mS3xrE9oAjdmIhywcxzGqFMd9zh4ZhXmDjTGUgF6xEhcLW7I7tZvYAitud5ihX2E1L00Wral2nm9Pc3OCBQO0xY1RlWQDvdQn70kywETZ1NRzNqPpS0iDCgwHqZmoLOSDzkg7C5GMdwtayY4ntzsmTn7KDctsk0Bgg7ZL42cqKMb63uYOQgZ0eJwMIIgHdBVWcaZ0xltFZC2ENsbKHUZvIwwDs2zCQ2wSkt5Vc8Jwx3UXf8KrBX51 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GCC_3.3.1), libgcc_s.so.1(GLIBC_2.0), libpng16.so.16 >= set:lhHMixNA5RkOlcwY53ZDPzkPz8Z3xm3NZ0p5U94F7d, libpng16.so.16(PNG16_0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.14), libstdc++.so.6(GLIBCXX_3.4.21), 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.QSxAa9 Creating libflifdec-debuginfo package Processing files: libflif-devel-0.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tXeb25 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.ATxY67 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libflif = 0.3-alt3, /usr/lib/libflif.so.0, /usr/lib/libflif_dec.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5Hgt08 Processing files: libflif-debuginfo-0.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZUsyy7 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.russK6 find-requires: running scripts (debuginfo) Provides: debug(libflif.so.0) Requires: libflif = 0.3-alt3, debug(libc.so.6), debug(libgcc_s.so.1), debug(libpng16.so.16), debug(libstdc++.so.6) Processing files: flif-debuginfo-0.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m4EU37 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Hh87w6 find-requires: running scripts (debuginfo) Requires: flif = 0.3-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libflif.so.0), debug(libflif_dec.so.0), debug(libgcc_s.so.1), debug(libstdc++.so.6) Processing files: libflifdec-debuginfo-0.3-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rPyhg6 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mZmF06 find-requires: running scripts (debuginfo) Provides: debug(libflif_dec.so.0) Requires: libflifdec = 0.3-alt3, debug(libc.so.6), debug(libgcc_s.so.1), debug(libpng16.so.16), debug(libstdc++.so.6) Adding to libflif-devel a strict dependency on libflif Adding to libflif-debuginfo a strict dependency on libflif Adding to flif-debuginfo a strict dependency on flif Adding to libflifdec-debuginfo a strict dependency on libflifdec Adding to flif a strict dependency on libflif Adding to flif a strict dependency on libflifdec Adding to libflif-devel a strict dependency on libflifdec Adding to flif-debuginfo a strict dependency on libflif-debuginfo Adding to flif-debuginfo a strict dependency on libflifdec-debuginfo Removing 1 extra deps from flif due to dependency on libflif Removing 1 extra deps from libflif-devel due to dependency on libflif Removing 2 extra deps from flif due to dependency on libflifdec Removing 1 extra deps from libflif-devel due to dependency on libflifdec Removing 1 extra deps from flif-debuginfo due to dependency on libflif-debuginfo Removing 1 extra deps from flif-debuginfo due to dependency on libflifdec-debuginfo Removing 13 extra deps from flif due to repentancy on libflif Removing 3 extra deps from flif-debuginfo due to repentancy on libflif-debuginfo Wrote: /usr/src/RPM/RPMS/i586/libflif-0.3-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/flif-0.3-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libflifdec-0.3-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libflif-devel-0.3-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libflif-debuginfo-0.3-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/flif-debuginfo-0.3-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libflifdec-debuginfo-0.3-alt3.i586.rpm (w2.lzdio) 117.80user 5.16system 2:24.50elapsed 85%CPU (0avgtext+0avgdata 224632maxresident)k 0inputs+0outputs (0major+2117852minor)pagefaults 0swaps 123.15user 7.88system 2:35.02elapsed 84%CPU (0avgtext+0avgdata 224632maxresident)k 0inputs+0outputs (0major+2510480minor)pagefaults 0swaps --- libflif-0.3-alt3.i586.rpm.repo 2020-03-21 19:26:34.000000000 +0000 +++ libflif-0.3-alt3.i586.rpm.hasher 2021-03-25 14:24:48.762350063 +0000 @@ -19,3 +19,3 @@ Requires: rpmlib(PayloadIsLzma) -Provides: libflif.so.0 = set:mdZ3zJwPoX04h1MdQM2eUOxF6618sUeybtojUZxV6y3MqZzMZlvlaBPfBvIFYnEM09zzvZ9yNer4l28sWpwv2Uk19pvIOCmC01qlv9ZGaHnesaKphPkdS68hITZjVyMkjBOJ45bZA8VpZA7w9i9c5dZ69ROUjuN2NvsEMu6ck0xiepoZakhakZqTiuSD0Z83qCrgiEZJwHFELkwzHj2gRvW8xcFlAKhtmCmZztUZflV4B9HjcmFMBYUG1wXBDzOGdpIwaOajcoSoG2ZyZ82iXH2pqulqDdNLS9R4yKidVIFbtP0Vm5vFIbfciki0QL1kWNrXy071bPkOkCZ0Z0eHhxcM44fDGoGDBCeLTgyBJepfRh7xKdRoN692O4eGGB2TAc6hy4YqtHPFDwqaekGh8q4PHZhI7tJN9XjaRVRk85JbwONb510QTkG4KIiCpt7DGCBQO0xYxsnKL0JuB4OsjPPL6WH30ahMNRfqCtcmrePZBk8QF94AQvMVroLayrpMhaEHwMHn5K1Ij12EKheHXbl7WUE0Gakbg7ZL42cxcJaU5XKg3uuiEGPFxW1DmgommERCOst6Bu8IGbZ7j0dCrNt5TZF54YAjoQAm0QCGH8D1F5OPbdrvE0c8KrBX51 +Provides: libflif.so.0 = set:mdZ3zJwPoX04h1MdQM2eUOxF6618sUeybtojUZxV6y3MqZzMZlvlaBPfBvIFYn0cxGf5ztS8G4gU4qgwj5AAZ1HIFB9gwmRnOLGIuVMFUC5djRorw1UvO5xFCaBr9amZpgOP5i4t0m2jhjLBkbzfV5b4ZxTB3LDPwx28kO93HnFykEYRr9fXjwusgPs3i2Zf6sd5Z5aMNR91EWrrdFlAKhtmCmZztUNU2B9HjcmFMBYUG1wXBDzOGdpIwayJSINk5ZlWhljwqYGgCCnBSpjYHtidxEHkjerWiTcgacOEUbBtVxhyi2MhZCfUlNZ4YSK8MhMOcBcBpfQ3eHhxcM44fDGoGDBCeLTgyBZ0xrOuGze2trGNydi4A9sklb5K9pcyMfSJeDu2GFUgF6xEhcLW7I7tJN9XjaRVRk85JbwONb510QTkG4KIiCpt7DGCBQO0xYxsnKL0JuB4OsjPPL6WH30ahgQXZovQcXoISsCZHEgEjj88FZwev3XlSZshaEHwMHn5K1IjhADUGrAPWZq3TjCeeawG2R2QNZzx0j8jH2uNKbQwDD4GWsqEuMF54CB5qJFcnDhF72HWiZJ4gzVmsnNZfp11fV46dF50JFWaOpgqxYYiPS7a03yXmVuh0 Provides: libflif = 0.3-alt3:sisyphus+248230.100.1.1 --- libflifdec-0.3-alt3.i586.rpm.repo 2020-03-21 19:26:34.000000000 +0000 +++ libflifdec-0.3-alt3.i586.rpm.hasher 2021-03-25 14:24:48.831350514 +0000 @@ -18,3 +18,3 @@ Requires: rpmlib(PayloadIsLzma) -Provides: libflif_dec.so.0 = set:mdZ3zJwPoX04h1MdQM2eUOxF6wYasv4ZvhKx8KZxwI6BOVDOfSkow193XCyNer4l28sWpwv20YeYNarqp24oxO8UOxjNdbqCGNS09yZ6ZFshoGFiVmyyBv26Kt0KFFEFTiGBNDYy5yZE35SP00i8oZ29ZDbKUE77QcTwAgZH1njhvF0fw1lZFeSYaiTEebjHZFeYZvGsyOAR96HkUiusR0MZ2f7BlrOo1lAlCoMINk5QQxQZq2pqulqDdNLS9R4yKidVIFbtP0Vm5vFIbfciki00gE6LJb2s4Icj9jpS3Z0eHhxcM44zUkfsKY6iIIRxCwheRoN692O4eGGB2TAc6hy4YqtHPFrlsEkzgQ8CnZ3ofWYvuiFeLC2FEt1Qwn00ZdkG4KIiCp6AdbFB12V3GHQFfZGxZq30ahMNlsZ8NqPpS0iDCgwHqZmoLayrpMhaE3P2lU6Me58wW6VIKLktEzz2E42WUZFgwhP5uNoMznC6G7sq1xppxmraPRpkWxMGKQvj0dCrNt5TZF54YAjoQAm0QCGH8D1F5cs0vZx4TJOZ22 +Provides: libflif_dec.so.0 = set:mdZ3zJwPoX04h1MdQM2eUOxF6wYasv4ZvhKx8KZxwI6BOVDOfSk0kob6XIhk9wM9Qw0wTxfmpjbjw0bk61nesaKphPkdS6o0ZnO5xFCaBr9amZpwLH8GjgaqWJAqpY9LoxUfKb7ufD10AgMWBAZH5nsQz3qCrgiEZJwHFELkw7MwGfJ55FrkDBFRZA7ucKgpOW4zlas9fKq0UuVVEIqj6bEyoHdrcl1dZa9gdul8jPHiXI9ZlXAq2hnFCsSQBKpwkoAhNnaXO3z4B4wzegpyX9urn4U8opCiCOI7W1DREg6o2yhsG7enu39mS3xrE9oAjdmIhywcxzGqFMd9zh4ZhXmDjTGUgF6xEhcLW7I7tZvYAitud5ihX2E1L00Wral2nm9Pc3OCBQO0xY1RlWQDvdQn70kywETZ1NRzNqPpS0iDCgwHqZmoLOSDzkg7C5GMdwtayY4ntzsmTn7KDctsk0Bgg7ZL42cqKMb63uYOQgZ0eJwMIIgHdBVWcaZ0xltFZC2ENsbKHUZvIwwDs2zCQ2wSkt5Vc8Jwx3UXf8KrBX51 Provides: libflifdec = 0.3-alt3:sisyphus+248230.100.1.1