D: [iurt_root_command] chroot
warning: line 20: It's not recommended to have unversioned Obsoletes: Obsoletes:	pptp-client
Installing /home/iurt/rpmbuild/SRPMS/pptp-linux-1.8.0-5.mga8.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.X6CEFv
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf pptp-1.8.0
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pptp-1.8.0.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd pptp-1.8.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/pptp-1.8.0-adapt-to-iproute2-4.10-and-later.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NXCrlv
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pptp-1.8.0
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/make -O -j8 V=1 VERBOSE=1 'OPTIMIZE=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' DEBUG= IP=/sbin/ip
( \
echo "/* text added by Makefile target config.h */"; \
echo "#define PPTP_LINUX_VERSION \"1.8.0\""; \
echo "#define PPPD_BINARY \"/usr/sbin/pppd\""; \
echo "#define IP_BINARY \"/sbin/ip\"" \
) > config.h
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o ppp_fcs.o ppp_fcs.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o version.o version.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o dirutil.o dirutil.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o inststr.o inststr.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o orckit_quirks.o orckit_quirks.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o vector.o vector.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o pptp_quirks.o pptp_quirks.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o pqueue.o pqueue.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o pptp_compat.o pptp_compat.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o routing.o routing.c
routing.c: In function 'routing_init':
routing.c:120:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  120 |   fgets(buf, 255, p);
      |   ^~~~~~~~~~~~~~~~~~
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o test.o test.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o util.o util.c
util.c: In function 'sigpipe_handler':
util.c:121:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  121 |   write(sigpipe[1], &signum, sizeof(signum));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
util.c: In function 'sigpipe_read':
util.c:145:3: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  145 |   read(sigpipe[0], &signum, sizeof(signum));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
util.c: In function '_log':
util.c:29:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 245 [-Wformat-truncation=]
   29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \
      |                                  ^~~~~~~~~~~~~~~~~~~~~
   30 |   log_string, label, func, file, line, buf); \
      |                                        ~~~
util.c:47:5: note: in expansion of macro 'MAKE_STRING'
   47 |     MAKE_STRING("log");
      |     ^~~~~~~~~~~
util.c:29:52: note: format string is defined here
   29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \
      |                                                    ^~
In file included from /usr/include/stdio.h:866,
                 from util.c:7:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 12 or more bytes (assuming 267) into a destination of size 256
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
util.c: In function '_warn':
util.c:29:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 244 [-Wformat-truncation=]
   29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \
      |                                  ^~~~~~~~~~~~~~~~~~~~~
   30 |   log_string, label, func, file, line, buf); \
      |                                        ~~~
util.c:54:5: note: in expansion of macro 'MAKE_STRING'
   54 |     MAKE_STRING("warn");
      |     ^~~~~~~~~~~
util.c:29:52: note: format string is defined here
   29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \
      |                                                    ^~
In file included from /usr/include/stdio.h:866,
                 from util.c:7:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 13 or more bytes (assuming 268) into a destination of size 256
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
util.c: In function '_fatal':
util.c:29:34: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 243 [-Wformat-truncation=]
   29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \
      |                                  ^~~~~~~~~~~~~~~~~~~~~
   30 |   log_string, label, func, file, line, buf); \
      |                                        ~~~
util.c:62:5: note: in expansion of macro 'MAKE_STRING'
   62 |     MAKE_STRING("fatal");
      |     ^~~~~~~~~~~
util.c:29:52: note: format string is defined here
   29 | snprintf(string, sizeof(string), "%s %s[%s:%s:%d]: %s", \
      |                                                    ^~
In file included from /usr/include/stdio.h:866,
                 from util.c:7:
/usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 14 or more bytes (assuming 269) into a destination of size 256
   70 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   71 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pod2man pptpsetup > pptpsetup.8
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o pptp_gre.o pptp_gre.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o pptp_callmgr.o pptp_callmgr.c
pptp_callmgr.c: In function 'call_callback':
pptp_callmgr.c:76:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   76 |             write(lci->unix_sock, &call_id, sizeof(call_id));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pptp_callmgr.c: In function 'callmgr_main':
pptp_callmgr.c:225:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  225 |             read(s, &lci->pid[0], sizeof(lci->pid[0]));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pptp_callmgr.c:226:13: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  226 |             read(s, &lci->pid[1], sizeof(lci->pid[1]));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:519,
                 from /usr/include/sys/un.h:37,
                 from pptp_callmgr.c:14:
In function 'strncpy',
    inlined from 'callmgr_name_unixsock' at pptp_callmgr.c:413:5:
/usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
   91 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'callmgr_name_unixsock' at pptp_callmgr.c:414:5:
/usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation]
   91 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o pptp.o pptp.c
gcc -Wall -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables     -c -o pptp_ctrl.o pptp_ctrl.c
In file included from /usr/include/string.h:519,
                 from pptp_ctrl.c:20:
In function 'strncpy',
    inlined from 'pptp_call_open' at pptp_ctrl.c:370:9:
/usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation]
   91 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -o pptp pptp.o pptp_gre.o ppp_fcs.o pptp_ctrl.o dirutil.o vector.o inststr.o util.o version.o test.o pptp_quirks.o orckit_quirks.o pqueue.o pptp_callmgr.o routing.o pptp_compat.o  -lutil
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.0OqVQs
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64
+ cd pptp-1.8.0
+ '[' 1 -eq 1 ']'
+ install -m755 pptp -D /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/sbin/pptp
+ install -m755 /home/iurt/rpmbuild/SOURCES/pptp-command -D /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/sbin/pptp-command
+ install -d /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/etc/pptp.d
+ install -m644 /home/iurt/rpmbuild/SOURCES/options.pptp -D /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/etc/ppp/options.pptp
+ install -m644 pptp.8 -D /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/share/man/man8/pptp.8
+ install -d /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/etc/rc.d/init.d
+ install -m755 /home/iurt/rpmbuild/SOURCES/pptp.initd -D /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/etc/rc.d/init.d/pptp
+ /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 1.8.0-5.mga8 --unique-debug-suffix -1.8.0-5.mga8.aarch64 --unique-debug-src-base pptp-linux-1.8.0-5.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pptp-1.8.0

explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/sbin/pptp
extracting debug info from /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/sbin/pptp
original debug info size: 236kB, size after compression: 224kB
/usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
324 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
mangling shebang in /etc/rc.d/init.d/pptp from /bin/sh to #!/usr/bin/sh
Processing files: pptp-linux-1.8.0-5.mga8.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KopNds
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pptp-1.8.0
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/share/doc/pptp-linux
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/share/doc/pptp-linux
+ cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/share/doc/pptp-linux
+ cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/share/doc/pptp-linux
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/share/doc/pptp-linux
+ cp -pr TODO /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/share/doc/pptp-linux
+ cp -pr USING /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/share/doc/pptp-linux
+ cp -pr Documentation/DESIGN.CALLMGR Documentation/DESIGN.PPTP Documentation/PORTING /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64/usr/share/doc/pptp-linux
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: config(pptp-linux) = 1.8.0-5.mga8 pptp-client pptp-linux = 1.8.0-5.mga8 pptp-linux(aarch-64) = 1.8.0-5.mga8
Requires(interp): /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /bin/sh
Requires(preun): /bin/sh
Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.17)(64bit) perl-base >= 2:5.32.0
Conflicts: pptp-adsl-alcatel
Obsoletes: pptp-client
Processing files: pptp-linux-debugsource-1.8.0-5.mga8.aarch64
Provides: pptp-linux-debugsource = 1.8.0-5.mga8 pptp-linux-debugsource(aarch-64) = 1.8.0-5.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: pptp-linux-debuginfo-1.8.0-5.mga8.aarch64
Provides: debuginfo(build-id) = 24b6961f48c672802810e35bfad7bc495a1a72b6 pptp-linux-debuginfo = 1.8.0-5.mga8 pptp-linux-debuginfo(aarch-64) = 1.8.0-5.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: pptp-linux-debugsource(aarch-64) = 1.8.0-5.mga8
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/pptp-linux-1.8.0-5.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/pptp-linux-debuginfo-1.8.0-5.mga8.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/pptp-linux-debugsource-1.8.0-5.mga8.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.H7jbmt
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pptp-1.8.0
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/pptp-linux-1.8.0-5.mga8.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HqBlvu
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf pptp-1.8.0
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!