D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/snortsam-2.70-13.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.pHCUu9
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.YWKMK8
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build
+ rm -rf snortsam
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/snortsam-src-2.70.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd snortsam
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ cat
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.7wTZ2c
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd snortsam
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ sh ./makesnortsam.sh
-------------------------------------------------------------------------------
Building SnortSam (release)
-------------------------------------------------------------------------------
ssp_ipchains.c: In function 'IPCHBlock':
ssp_ipchains.c:149:7: warning: 'memcpy' reading 9 bytes from a region of size 5 [-Wstringop-overread]
  149 |       memcpy(newfw.fwc_rule.label, IP_FW_LABEL_BLOCK, sizeof(newfw.fwc_rule.label));
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:174:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  174 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:190:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  190 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:196:10: warning: 'memcpy' reading 9 bytes from a region of size 7 [-Wstringop-overread]
  196 |          memcpy(newfw.fwc_label, IP_FW_LABEL_OUTPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:206:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  206 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:217:10: warning: 'memcpy' reading 9 bytes from a region of size 7 [-Wstringop-overread]
  217 |          memcpy(newfw.fwc_label, IP_FW_LABEL_OUTPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:240:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  240 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:255:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  255 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:261:10: warning: 'memcpy' reading 9 bytes from a region of size 7 [-Wstringop-overread]
  261 |          memcpy(newfw.fwc_label, IP_FW_LABEL_OUTPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:271:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  271 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:282:10: warning: 'memcpy' reading 9 bytes from a region of size 7 [-Wstringop-overread]
  282 |          memcpy(newfw.fwc_label, IP_FW_LABEL_OUTPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-------------------------------------------------------------------------------
Building SnortSam (debug)
-------------------------------------------------------------------------------
ssp_ipchains.c: In function 'IPCHBlock':
ssp_ipchains.c:149:7: warning: 'memcpy' reading 9 bytes from a region of size 5 [-Wstringop-overread]
  149 |       memcpy(newfw.fwc_rule.label, IP_FW_LABEL_BLOCK, sizeof(newfw.fwc_rule.label));
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:174:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  174 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:190:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  190 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:196:10: warning: 'memcpy' reading 9 bytes from a region of size 7 [-Wstringop-overread]
  196 |          memcpy(newfw.fwc_label, IP_FW_LABEL_OUTPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:206:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  206 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:217:10: warning: 'memcpy' reading 9 bytes from a region of size 7 [-Wstringop-overread]
  217 |          memcpy(newfw.fwc_label, IP_FW_LABEL_OUTPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:240:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  240 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:255:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  255 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:261:10: warning: 'memcpy' reading 9 bytes from a region of size 7 [-Wstringop-overread]
  261 |          memcpy(newfw.fwc_label, IP_FW_LABEL_OUTPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:271:10: warning: 'memcpy' reading 9 bytes from a region of size 6 [-Wstringop-overread]
  271 |          memcpy(newfw.fwc_label, IP_FW_LABEL_INPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ssp_ipchains.c:282:10: warning: 'memcpy' reading 9 bytes from a region of size 7 [-Wstringop-overread]
  282 |          memcpy(newfw.fwc_label, IP_FW_LABEL_OUTPUT, sizeof(newfw.fwc_label));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Done.
+ cd src
+ make samtool 'DEBUG=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
gcc -O2 -D`uname` -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -c samtool.c
gcc -O2 -D`uname` -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -c twofish.c
case "`uname`" in \
                OpenBSD*) twhat=obsd;; \
                *BSD)     twhat=bsd;; \
                Linux)    twhat=linux;; \
                SunOS)    twhat=sunos;; \
esac && make samtool-$twhat
make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/src'
gcc  -lpthread -o ../samtool samtool.o twofish.o
make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/src'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.z4Zykz
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build
+ mkdir /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ cd snortsam
+ '[' 1 -eq 1 ']'
+ install -d /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/sbin
+ rm -rf /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/etc
+ install -d /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/etc
+ install snortsam /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/sbin
+ install samtool /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/sbin
+ install conf/snortsam.conf.sample /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/etc/snortsam.conf
+ echo 'warning: %makeinstall is deprecated, try %make_install instead'
warning: %makeinstall is deprecated, try %make_install instead
+ /usr/bin/make prefix=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr exec_prefix=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr bindir=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/bin sbindir=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/sbin sysconfdir=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/etc datadir=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share includedir=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/include libdir=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/lib64 libexecdir=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/libexec localstatedir=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/var sharedstatedir=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/var/lib mandir=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/man infodir=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/info install
make: Nothing to be done for 'install'.
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 2.70-13.mga10 --unique-debug-suffix -2.70-13.mga10.x86_64 --unique-debug-src-base snortsam-2.70-13.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam
find-debuginfo: starting

Extracting debug info from 2 files
Error while writing index for `/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/sbin/snortsam': No debugging symbols
gdb-add-index: No index was created for /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/sbin/snortsam
gdb-add-index: [Was there no debuginfo? Was there already an index?]
DWARF-compressing 2 files
dwz: Too few files for multifile optimization
sepdebugcrcfix: Updated 1 CRC32s, 1 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/snortsam-2.70-13.mga10.x86_64
find-debuginfo: done
+ /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/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
*** WARNING: ./etc/snortsam.conf is executable but has no shebang, removing executable bit
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
+ /usr/lib/rpm/redhat/brp-python-hardlink
Reading /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/SPECPARTS/rpm-debuginfo.specpart
Processing files: snortsam-2.70-13.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Qtp0zw
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build
+ cd snortsam
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README.ciscoacl /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README.conf /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README.iptables /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README.netscreen /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README.pf /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README.pf2 /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README.rules /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README.slackware /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README.snmp_interface_down /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README.wgrd /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/README_8signs.rtf /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/LICENSE /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/INSTALL /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/FAQ /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/CREDITS /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/BUGS /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ cp -pr /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/snortsam/docs/AUTHORS /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT/usr/share/doc/snortsam
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: snortsam = 2.70-13.mga10 snortsam(x86-64) = 2.70-13.mga10
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.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.4)(64bit)
Processing files: snortsam-debugsource-2.70-13.mga10.x86_64
Provides: snortsam-debugsource = 2.70-13.mga10 snortsam-debugsource(x86-64) = 2.70-13.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: snortsam-debuginfo-2.70-13.mga10.x86_64
Provides: debuginfo(build-id) = 190b2bc5b2c6f04bfbdebcb6878add7443329ef1 debuginfo(build-id) = b9079d51d9bc485cc9823d6d7a9e880a3f13d50d snortsam-debuginfo = 2.70-13.mga10 snortsam-debuginfo(x86-64) = 2.70-13.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: snortsam-debugsource(x86-64) = 2.70-13.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/snortsam-debugsource-2.70-13.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/snortsam-debuginfo-2.70-13.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/snortsam-2.70-13.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XOtg3t
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build
+ test -d /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/snortsam-2.70-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!