<86>Mar 27 13:45:36 userdel[2396491]: delete user 'rooter'
<86>Mar 27 13:45:36 userdel[2396491]: removed group 'rooter' owned by 'rooter'
<86>Mar 27 13:45:36 userdel[2396491]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 27 13:45:36 groupadd[2396510]: group added to /etc/group: name=rooter, GID=687
<86>Mar 27 13:45:36 groupadd[2396510]: group added to /etc/gshadow: name=rooter
<86>Mar 27 13:45:36 groupadd[2396510]: new group: name=rooter, GID=687
<86>Mar 27 13:45:36 useradd[2396532]: new user: name=rooter, UID=687, GID=687, home=/root, shell=/bin/bash
<86>Mar 27 13:45:36 userdel[2396555]: delete user 'builder'
<86>Mar 27 13:45:36 userdel[2396555]: removed group 'builder' owned by 'builder'
<86>Mar 27 13:45:36 userdel[2396555]: removed shadow group 'builder' owned by 'builder'
<86>Mar 27 13:45:36 groupadd[2396575]: group added to /etc/group: name=builder, GID=688
<86>Mar 27 13:45:36 groupadd[2396575]: group added to /etc/gshadow: name=builder
<86>Mar 27 13:45:36 groupadd[2396575]: new group: name=builder, GID=688
<86>Mar 27 13:45:36 useradd[2396596]: new user: name=builder, UID=688, GID=688, home=/usr/src, shell=/bin/bash
<13>Mar 27 13:45:37 rpmi: rpm-macros-kde-common-devel-14.12.1-alt1 1422279175 installed
<13>Mar 27 13:45:37 rpmi: rpm-macros-generic-compat-0.04-alt1 1527350580 installed
<13>Mar 27 13:45:37 rpmi: rpm-macros-fedora-compat-0.159-alt1 sisyphus+258368.100.1.1 1600512138 installed
<13>Mar 27 13:45:39 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+262033.600.7.2 1607340230 installed
<13>Mar 27 13:45:39 rpmi: libstdc++10-devel-10.2.1-alt3 sisyphus+267829.100.1.1 1615808579 installed
<13>Mar 27 13:45:40 rpmi: gcc10-c++-10.2.1-alt3 sisyphus+267829.100.1.1 1615808579 installed
<13>Mar 27 13:45:40 rpmi: gcc-c++-10-alt1 sisyphus+263054.200.3.1 1607516810 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/libudt-4.11-alt1_14.nosrc.rpm (w1.gzdio)
Installing libudt-4.11-alt1_14.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.92878
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf udt4
+ echo 'Source #0 (udt.sdk.4.11.tar.gz):'
Source #0 (udt.sdk.4.11.tar.gz):
+ /bin/tar -xf -
+ /bin/gzip -dc /usr/src/RPM/SOURCES/udt.sdk.4.11.tar.gz
+ cd udt4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (udt.sdk.4.11-link-as-needed.patch):'
Patch #0 (udt.sdk.4.11-link-as-needed.patch):
+ /usr/bin/patch -p1
patching file src/Makefile
+ sed 's!-O3!-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC!' -i src/Makefile app/Makefile
+ sed 's!-shared!& -Wl,-z,relro -lpthread -Wl,-soname,libudt.so.0!' -i src/Makefile
+ sed 's!LDFLAGS =!& -Wl,-z,relro!' -i app/Makefile
+ sed 's/\r//' -i doc/doc/udtdoc.css
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.55156
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd udt4
+ ARCH=
+ ARCH=IA32
+ make arch=IA32
make: Entering directory '/usr/src/RPM/BUILD/udt4'
make -C  src all
make[1]: Entering directory '/usr/src/RPM/BUILD/udt4/src'
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 api.cpp -c
api.cpp: In member function 'int CUDTUnited::connect(UDTSOCKET, const sockaddr*, int)':
api.cpp:771:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
  771 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::connect(UDTSOCKET, const sockaddr*, int)':
api.cpp:1681:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1681 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::close(UDTSOCKET)':
api.cpp:1704:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1704 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::getpeername(UDTSOCKET, sockaddr*, int*)':
api.cpp:1722:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1722 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::getsockname(UDTSOCKET, sockaddr*, int*)':
api.cpp:1740:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1740 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::getsockopt(UDTSOCKET, int, UDTOpt, void*, int*)':
api.cpp:1760:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1760 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::setsockopt(UDTSOCKET, int, UDTOpt, const void*, int)':
api.cpp:1780:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1780 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::send(UDTSOCKET, const char*, int, int)':
api.cpp:1799:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1799 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::recv(UDTSOCKET, char*, int, int)':
api.cpp:1823:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1823 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::sendmsg(UDTSOCKET, const char*, int, int, bool)':
api.cpp:1842:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1842 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::recvmsg(UDTSOCKET, char*, int)':
api.cpp:1866:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1866 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int64_t CUDT::sendfile(UDTSOCKET, std::fstream&, int64_t&, int64_t, int)':
api.cpp:1885:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1885 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int64_t CUDT::recvfile(UDTSOCKET, std::fstream&, int64_t&, int64_t, int)':
api.cpp:1909:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1909 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::select(int, ud_set*, ud_set*, ud_set*, const timeval*)':
api.cpp:1933:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1933 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::selectEx(const std::vector<int>&, std::vector<int>*, std::vector<int>*, std::vector<int>*, int64_t)':
api.cpp:1962:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1962 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::epoll_create()':
api.cpp:1985:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 1985 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::epoll_add_usock(int, UDTSOCKET, const int*)':
api.cpp:2003:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 2003 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::epoll_add_ssock(int, SYSSOCKET, const int*)':
api.cpp:2021:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 2021 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::epoll_remove_usock(int, UDTSOCKET)':
api.cpp:2039:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 2039 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::epoll_remove_ssock(int, SYSSOCKET)':
api.cpp:2057:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 2057 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::epoll_wait(int, std::set<int>*, std::set<int>*, int64_t, std::set<int>*, std::set<int>*)':
api.cpp:2075:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 2075 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::epoll_release(int)':
api.cpp:2093:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 2093 |    catch (CUDTException e)
      |                         ^
api.cpp: In static member function 'static int CUDT::perfmon(UDTSOCKET, CPerfMon*, bool)':
api.cpp:2118:25: warning: catching polymorphic type 'class CUDTException' by value [-Wcatch-value=]
 2118 |    catch (CUDTException e)
      |                         ^
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 buffer.cpp -c
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 cache.cpp -c
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 ccc.cpp -c
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 channel.cpp -c
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 common.cpp -c
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 core.cpp -c
core.cpp: In member function 'void CUDT::connect(const sockaddr*)':
core.cpp:671:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
  671 |          e = CUDTException(1, 1, 0);
      |                                   ^
In file included from channel.h:45,
                 from queue.h:45,
                 from core.cpp:57:
udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
  205 |    CUDTException(const CUDTException& e);
      |    ^~~~~~~~~~~~~
core.cpp:682:29: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
  682 |          e = CUDTException(1);
      |                             ^
In file included from channel.h:45,
                 from queue.h:45,
                 from core.cpp:57:
udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
  205 |    CUDTException(const CUDTException& e);
      |    ^~~~~~~~~~~~~
core.cpp:684:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
  684 |          e = CUDTException(1, 2, 0);
      |                                   ^
In file included from channel.h:45,
                 from queue.h:45,
                 from core.cpp:57:
udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
  205 |    CUDTException(const CUDTException& e);
      |    ^~~~~~~~~~~~~
core.cpp:686:35: warning: implicitly-declared 'CUDTException& CUDTException::operator=(const CUDTException&)' is deprecated [-Wdeprecated-copy]
  686 |          e = CUDTException(1, 4, 0);
      |                                   ^
In file included from channel.h:45,
                 from queue.h:45,
                 from core.cpp:57:
udt.h:205:4: note: because 'CUDTException' has user-provided 'CUDTException::CUDTException(const CUDTException&)'
  205 |    CUDTException(const CUDTException& e);
      |    ^~~~~~~~~~~~~
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 epoll.cpp -c
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 list.cpp -c
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 md5.cpp -c
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 packet.cpp -c
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 queue.cpp -c
g++ -fPIC -Wall -Wextra -DLINUX -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -fno-strict-aliasing -fvisibility=hidden -DIA32 window.cpp -c
g++ -shared -Wl,-z,relro -lpthread -Wl,-soname,libudt.so.0 -o libudt.so api.o buffer.o cache.o ccc.o channel.o common.o core.o epoll.o list.o md5.o packet.o queue.o window.o -lpthread
ar -rcs libudt.a api.o buffer.o cache.o ccc.o channel.o common.o core.o epoll.o list.o md5.o packet.o queue.o window.o
cp udt.h udt
make[1]: Leaving directory '/usr/src/RPM/BUILD/udt4/src'
make -C  app all
make[1]: Entering directory '/usr/src/RPM/BUILD/udt4/app'
g++ -Wall -DLINUX -I../src -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -DIA32  appserver.cpp -c
g++ appserver.o -o appserver -Wl,-z,relro -L../src -ludt -lstdc++ -lpthread -lm
g++ -Wall -DLINUX -I../src -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -DIA32  appclient.cpp -c
g++ appclient.o -o appclient -Wl,-z,relro -L../src -ludt -lstdc++ -lpthread -lm
g++ -Wall -DLINUX -I../src -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -DIA32  sendfile.cpp -c
g++ sendfile.o -o sendfile -Wl,-z,relro -L../src -ludt -lstdc++ -lpthread -lm
g++ -Wall -DLINUX -I../src -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -DIA32  recvfile.cpp -c
g++ recvfile.o -o recvfile -Wl,-z,relro -L../src -ludt -lstdc++ -lpthread -lm
g++ -Wall -DLINUX -I../src -finline-functions -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -DIA32  test.cpp -c
g++ test.o -o test -Wl,-z,relro -L../src -ludt -lstdc++ -lpthread -lm
make[1]: Leaving directory '/usr/src/RPM/BUILD/udt4/app'
make: Leaving directory '/usr/src/RPM/BUILD/udt4'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.41025
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libudt-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libudt-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd udt4
+ mkdir -p /usr/src/tmp/libudt-buildroot/usr/lib
+ install src/libudt.so /usr/src/tmp/libudt-buildroot/usr/lib/libudt.so.0
+ ln -s libudt.so.0 /usr/src/tmp/libudt-buildroot/usr/lib/libudt.so
+ mkdir -p /usr/src/tmp/libudt-buildroot/usr/include/udt
+ install -p -m 644 src/api.h src/buffer.h src/cache.h src/ccc.h src/channel.h src/common.h src/core.h src/epoll.h src/list.h src/md5.h src/packet.h src/queue.h src/udt.h src/window.h /usr/src/tmp/libudt-buildroot/usr/include/udt
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libudt-buildroot (auto)
mode of './usr/lib/libudt.so.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libudt-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/libudt-buildroot/ (default)
Compressing files in /usr/src/tmp/libudt-buildroot (auto)
Adjusting library links in /usr/src/tmp/libudt-buildroot
./usr/lib: (from <cmdline>:0)
	libudt.so.0 -> libudt.so.0
Verifying ELF objects in /usr/src/tmp/libudt-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: libudt-4.11-alt1_14
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.41025
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd udt4
+ DOCDIR=/usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-4.11
+ export DOCDIR
+ rm -rf /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-4.11
+ /bin/mkdir -p /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-4.11
+ cp -prL RELEASE_NOTES.txt /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-4.11
+ chmod -R go-w /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-4.11
+ chmod -R a+rX /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-4.11
+ cp -prL --no-dereference LICENSE.txt /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-4.11
+ chmod -R go-w /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-4.11
+ chmod -R a+rX /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-4.11
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EgSYdB
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/libudt-buildroot/usr/lib/libudt.so.0: 122 symbols, 17 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.733AGC
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: udt = 4.11-alt1_14, libudt.so.0 = set:kdZzRIyjZtPRIQAlMBgZABiZvdnyvJ0Ha1DNZu4u5woAdlg9fP9iyYi0SdisO0XZE39CqSjh6pDU9VB9kEKJpm2A2aQLJ7tsUd6lOnx7H8V3FE6Req3cDf5SWqdhq5W1gXYFHfEQEoTF6r8EZefX9ic0PpVMUo7dpK8snjfl9Hf3zYwEgSTzHiePrgZhdUCIHjfaO584UCvnRJJvLXtUbpmDynpDpbzPpUXXTaJvWYIOz31Z21
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.2), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GLIBC_2.0), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.29), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libpthread.so.0(GLIBC_2.3.2), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.1), libstdc++.so.6(CXXABI_1.3.8), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.15), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.9), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9nPHPB
Creating libudt-debuginfo package
Processing files: libudt-devel-4.11-alt1_14
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.52426
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd udt4
+ DOCDIR=/usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-devel-4.11
+ export DOCDIR
+ rm -rf /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-devel-4.11
+ /bin/mkdir -p /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-devel-4.11
+ cp -prL doc /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-devel-4.11
+ chmod -R go-w /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-devel-4.11
+ chmod -R a+rX /usr/src/tmp/libudt-buildroot/usr/share/doc/libudt-devel-4.11
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c1czlz
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.XeJ7cB
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/libudt-buildroot/usr/include/udt/api.h:45:10: fatal error: map: No such file or directory
   45 | #include <map>
      |          ^~~~~
compilation terminated.
cpp.req: /usr/src/tmp/libudt-buildroot/usr/include/udt/api.h: cpp failed, trying c++ mode
Provides: udt-devel = 4.11-alt1_14
Requires: libudt = 4.11-alt1_14, /usr/lib/libudt.so.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RYwfgD
Processing files: libudt-debuginfo-4.11-alt1_14
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IZpiWB
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fzSp2B
find-requires: running scripts (debuginfo)
Provides: debug(libudt.so.0)
Requires: libudt = 4.11-alt1_14, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libpthread.so.0), debug(libstdc++.so.6)
Adding to libudt-devel a strict dependency on libudt
Adding to libudt-debuginfo a strict dependency on libudt
Removing 1 extra deps from libudt-devel due to dependency on libudt
Wrote: /usr/src/RPM/RPMS/i586/libudt-4.11-alt1_14.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libudt-devel-4.11-alt1_14.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libudt-debuginfo-4.11-alt1_14.i586.rpm (w2.lzdio)
20.02user 1.94system 0:29.80elapsed 73%CPU (0avgtext+0avgdata 118428maxresident)k
0inputs+0outputs (0major+758139minor)pagefaults 0swaps
25.80user 4.83system 0:38.24elapsed 80%CPU (0avgtext+0avgdata 118428maxresident)k
56inputs+0outputs (0major+1137938minor)pagefaults 0swaps
--- libudt-4.11-alt1_14.i586.rpm.repo	2019-03-03 16:36:53.000000000 +0000
+++ libudt-4.11-alt1_14.i586.rpm.hasher	2021-03-27 13:46:12.426564585 +0000
@@ -12,2 +12,3 @@
 Requires: libm.so.6(GLIBC_2.0)  
+Requires: libm.so.6(GLIBC_2.29)  
 Requires: libpthread.so.0(GLIBC_2.0)  
@@ -26,3 +27,3 @@
 Provides: udt = 4.11-alt1_14
-Provides: libudt.so.0 = set:kdZzRIyjZtPRIQAlMBgZABiZvdnyvJ0Ha1DNZuA5Circ72oSk1BYcD89Ob1oT8N93IZzeAoGpf5pAtyDAnCgxWSCp9YoIFbQLJ7tsUd6lOnx7H8VzsvsGhJzS0PVjxJKmjAKfb1c0qDftZ1kqIvn6tGN62qLZIuy43MsmeceShjC2MFDG4BkhxIL7nBsCTwYz6sjSRF75V242sPLHWS4nXMnOIe5LOePm6DPMTTLlqZADDlus8En2
+Provides: libudt.so.0 = set:kdZzRIyjZtPRIQAlMBgZABiZvdnyvJ0Ha1DNZu4u5woAdlg9fP9iyYi0SdisO0XZE39CqSjh6pDU9VB9kEKJpm2A2aQLJ7tsUd6lOnx7H8V3FE6Req3cDf5SWqdhq5W1gXYFHfEQEoTF6r8EZefX9ic0PpVMUo7dpK8snjfl9Hf3zYwEgSTzHiePrgZhdUCIHjfaO584UCvnRJJvLXtUbpmDynpDpbzPpUXXTaJvWYIOz31Z21
 Provides: libudt = 4.11-alt1_14:sisyphus+223555.100.1.1