D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/nrpe-4.0.3-2.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7KPngn + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf nrpe-4.0.3 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/nrpe-4.0.3.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd nrpe-4.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/nrpe-certs.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + perl -pi -e 's|/usr/local/nagios/var/rw/nagios.cmd|/var/spool/nagios/nagios.cmd|;' -e 's|/usr/local/nagios/etc/services.cfg|/etc/nagios/services.cfg|;' contrib/nrpe_check_control.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kJXBAn + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nrpe-4.0.3 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub) ++ basename ./build-aux/config.guess + '[' -f /usr/lib/rpm/mageia/config.guess ']' ++ basename ./build-aux/config.guess + cp -af /usr/lib/rpm/mageia/config.guess ./build-aux/config.guess + for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub) ++ basename ./build-aux/config.sub + '[' -f /usr/lib/rpm/mageia/config.sub ']' ++ basename ./build-aux/config.sub + cp -af /usr/lib/rpm/mageia/config.sub ./build-aux/config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=x86_64-mageia-linux-gnu --build=x86_64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-nrpe-port=5666 --with-nrpe-user=nagios --with-nrpe-group=nagios --with-nagios-user=nagios --with-nagios-group=nagios --bindir=/usr/sbin --libexecdir=/usr/lib64/nagios/plugins --datadir=/usr/share/nagios --localstatedir=/run/nrpe --sysconfdir=/etc/nagios --enable-command-args configure: WARNING: unrecognized options: --disable-dependency-tracking checking for a BSD-compatible install... /usr/bin/install -c checking what the operating system is ... linux checking what the distribution type is ... mandriva checking what init system is being used ... systemd checking what inetd is being used ... systemd checking for which paths to use ... default checking for which init file to use ... default-service checking for which inetd files to use ... default-socket checking for x86_64-mageia-linux-gnu-gcc... x86_64-mageia-linux-gnu-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-mageia-linux-gnu-gcc accepts -g... yes checking for x86_64-mageia-linux-gnu-gcc option to accept ISO C89... none needed checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... x86_64-mageia-linux-gnu-gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... 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 ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking tcpd.h usability... yes checking tcpd.h presence... yes checking for tcpd.h... yes checking for unistd.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking socket.h usability... no checking socket.h presence... no checking for socket.h... no checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for sys/wait.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for mode_t... yes checking for pid_t... yes checking for size_t... yes checking return type of signal handlers... void checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking size of int... 4 checking size of short... 2 checking size of long... 8 checking for uint32_t... yes checking for u_int32_t... yes checking for int32_t... yes checking for struct sockaddr_storage... yes checking for seteuid... yes checking for va_copy... yes checking for vsnprintf... yes checking for snprintf... yes checking for asprintf... yes checking for vasprintf... yes checking for C99 vsnprintf... yes checking for getopt_long... yes checking for main in -lnsl... yes checking for socket in -lsocket... no checking for main in -lwrap... yes checking for strdup... yes checking for strstr... yes checking for strtoul... yes checking for strtok_r... yes checking for initgroups... yes checking for closesocket... no checking for sigaction... yes checking for scandir... yes checking for socklen_t... yes checking for type of socket size... size_t checking for Kerberos include files... configure: WARNING: could not find include files checking for x86_64-mageia-linux-gnu-pkg-config... x86_64-mageia-linux-gnu-pkg-config checking whether compiling and linking against SSL works... yes checking for openssl... /bin/openssl *** Generating DH Parameters for SSL/TLS *** Generating DH parameters, 2048 bit long safe prime, generator 2 This is going to take a long time .................................................+.....+...........+..................................................................+...........................................................................................+..................................................................................................................................................................................................................................+....................................................................................................................................................+...................................................+............................................+............................................................................................................................................................................+......................................+......................+......................................+................+..................................+...................+..................................+........................+...............................+.............................................................................................................................................................................+....................................+........................................................................................................................................+.................+................................................................................................................................................+........................................................................+.....................................................................++*++*++*++* checking for perl... /usr/bin/perl configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating nrpe.spec config.status: creating uninstall config.status: creating sample-config/nrpe.cfg config.status: creating startup/bsd-init config.status: creating startup/debian-init config.status: creating startup/default-init config.status: creating startup/default-inetd config.status: creating startup/default-service config.status: creating startup/default-socket config.status: creating startup/default-socket-svc config.status: creating startup/default-xinetd config.status: creating startup/mac-init.plist config.status: creating startup/mac-inetd.plist config.status: creating startup/newbsd-init config.status: creating startup/openbsd-init config.status: creating startup/openrc-conf config.status: creating startup/openrc-init config.status: creating startup/solaris-init.xml config.status: creating startup/solaris-inetd.xml config.status: creating startup/tmpfile.conf config.status: creating startup/upstart-init config.status: creating startup/rh-upstart-init config.status: creating include/common.h config.status: creating include/config.h configure: WARNING: unrecognized options: --disable-dependency-tracking *** Configuration summary for nrpe 4.0.3 2020-04-28 ***: General Options: ------------------------- NRPE port: 5666 NRPE user: nagios NRPE group: nagios Nagios user: nagios Nagios group: nagios Review the options above for accuracy. If they look okay, type 'make all' to compile the NRPE daemon and client or type 'make' to get a list of make options. + /usr/bin/make -O -j8 V=1 VERBOSE=1 all cd ./src/; /usr/bin/make make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/nrpe-4.0.3/src' x86_64-mageia-linux-gnu-gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_CONFIG_H -I ../include -I ./../include -o check_nrpe ./check_nrpe.c ./utils.c -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lssl -lcrypto -lnsl make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/nrpe-4.0.3/src' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/nrpe-4.0.3/src' x86_64-mageia-linux-gnu-gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -DHAVE_CONFIG_H -I ../include -I ./../include -o nrpe ./nrpe.c ./utils.c ./acl.c -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lssl -lcrypto -lnsl -lwrap ./nrpe.c: In function 'read_config_dir': ./nrpe.c:1153:54: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 254 [-Wformat-truncation=] 1153 | snprintf(config_file, sizeof(config_file) - 1, "%s/%s", dirname, dirfile->d_name); | ^~ In file included from /usr/include/stdio.h:867, from ../include/config.h:31, from ./nrpe.c:37: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 257) into a destination of size 255 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/nrpe-4.0.3/src' *** Compile finished *** You can now continue with the installation or upgrade process. Read the PDF documentation (docs/NRPE.pdf) for information on the next steps you should take to complete the installation or upgrade. + gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -o contrib/nrpe_check_control contrib/nrpe_check_control.c contrib/nrpe_check_control.c: In function 'main': contrib/nrpe_check_control.c:36:11: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 36 | attempt=atoi(argv[3]); | ^~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Emefsn + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64 + cd nrpe-4.0.3 + '[' 1 -eq 1 ']' + install -D -m 0644 -p startup/default-service /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/lib/systemd/system/nrpe.service + install -D -m 0644 sample-config/nrpe.cfg /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64//etc/nagios/nrpe.cfg + install -D -m 0755 src/nrpe /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64//usr/sbin/nrpe + install -D -m 0755 src/check_nrpe /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64//usr/lib64/nagios/plugins/check_nrpe + install -D -m 0644 /home/iurt/rpmbuild/SOURCES/nrpe.sysconfig /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64//etc/sysconfig/nrpe + install -D -m 0644 /home/iurt/rpmbuild/SOURCES/nrpe.tmpfiles /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/lib/tmpfiles.d/nrpe.conf + install -d /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/run/nrpe + install -m 755 contrib/nrpe_check_control /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/lib64/nagios/plugins/nrpe_check_control + install -d /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/etc/nagios/plugins.d + cat + cat + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 4.0.3-2.mga8 --unique-debug-suffix -4.0.3-2.mga8.x86_64 --unique-debug-src-base nrpe-4.0.3-2.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/nrpe-4.0.3 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/lib64/nagios/plugins/check_nrpe explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/sbin/nrpe explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/lib64/nagios/plugins/nrpe_check_control extracting debug info from /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/sbin/nrpe extracting debug info from /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/lib64/nagios/plugins/check_nrpe extracting debug info from /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/lib64/nagios/plugins/nrpe_check_control original debug info size: 360kB, size after compression: 348kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 364 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: nrpe-4.0.3-2.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9ryIol + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nrpe-4.0.3 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nrpe + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nrpe + cp -pr CHANGELOG.md /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nrpe + cp -pr LICENSE.md /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nrpe + cp -pr LEGAL /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nrpe + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nrpe + cp -pr README.SSL.md /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nrpe + cp -pr SECURITY.md /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nrpe + cp -pr docs/NRPE.pdf /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nrpe + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(nrpe) = 4.0.3-2.mga8 nagios-agent nrpe = 4.0.3-2.mga8 nrpe(x86-64) = 4.0.3-2.mga8 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires(post): /bin/sh rpm-helper >= 0.24.20 Requires(preun): /bin/sh rpm-helper Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libwrap.so.0()(64bit) Recommends: nagios-check_disk nagios-check_load nagios-check_procs nagios-check_users nagios-plugins Processing files: nagios-check_nrpe-4.0.3-2.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NwFX1k + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nrpe-4.0.3 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nagios-check_nrpe + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nagios-check_nrpe + cp -pr contrib/README.nrpe_check_control /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64/usr/share/doc/nagios-check_nrpe + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(nagios-check_nrpe) = 4.0.3-2.mga8 nagios-check_nrpe = 4.0.3-2.mga8 nagios-check_nrpe(x86-64) = 4.0.3-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) Processing files: nrpe-debugsource-4.0.3-2.mga8.x86_64 Provides: nrpe-debugsource = 4.0.3-2.mga8 nrpe-debugsource(x86-64) = 4.0.3-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: nrpe-debuginfo-4.0.3-2.mga8.x86_64 Provides: debuginfo(build-id) = ec134199e445067237d7a3d35964e02342be8130 nrpe-debuginfo = 4.0.3-2.mga8 nrpe-debuginfo(x86-64) = 4.0.3-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: nrpe-debugsource(x86-64) = 4.0.3-2.mga8 Processing files: nagios-check_nrpe-debuginfo-4.0.3-2.mga8.x86_64 Provides: debuginfo(build-id) = 31cdd37b856aace1cba235b64497758fe385ab85 debuginfo(build-id) = ab59d68f749eb73fbfb85c9a2e8ed2d4ac8c98a3 nagios-check_nrpe-debuginfo = 4.0.3-2.mga8 nagios-check_nrpe-debuginfo(x86-64) = 4.0.3-2.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: nrpe-debugsource(x86-64) = 4.0.3-2.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/nrpe-debugsource-4.0.3-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/nagios-check_nrpe-4.0.3-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/nrpe-debuginfo-4.0.3-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/nrpe-4.0.3-2.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/nagios-check_nrpe-debuginfo-4.0.3-2.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gOXHPk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd nrpe-4.0.3 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/nrpe-4.0.3-2.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KJUuzo + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf nrpe-4.0.3 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!