D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/pptp-linux-1.10.0-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FPEM5s + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + test -d /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.iBiTBS + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + rm -rf pptp-1.10.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/pptp-1.10.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd pptp-1.10.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + perl -pi -e 's/install -o root -m 555 pptp/install -m 755 pptp/;' Makefile + sed -i -e '/CFLAGS =/ c\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' Makefile + sed -i -e '/LDFLAGS =/ c\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' Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.LEqF6v + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + cd pptp-1.10.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 DEBUG= IP=/sbin/ip ( \ echo "/* text added by Makefile target config.h */"; \ echo "#define PPTP_LINUX_VERSION \"1.10.0\""; \ echo "#define PPPD_BINARY \"/usr/sbin/pppd\""; \ echo "#define IP_BINARY \"/sbin/ip\"" \ ) > config.h gcc -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 -o ppp_fcs.o ppp_fcs.c gcc -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 -o version.o version.c gcc -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 -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:970, from util.c:7: In function 'snprintf', inlined from '_log' at util.c:47:5: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 12 or more bytes (assuming 267) into a destination of size 256 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __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 function 'snprintf', inlined from '_warn' at util.c:54:5: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 13 or more bytes (assuming 268) into a destination of size 256 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __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 function 'snprintf', inlined from '_fatal' at util.c:62:5: /usr/include/bits/stdio2.h:68:10: note: '__builtin___snprintf_chk' output 14 or more bytes (assuming 269) into a destination of size 256 68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 69 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 70 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -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 -o pptp_quirks.o pptp_quirks.c gcc -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 -o vector.o vector.c gcc -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 -o test-redirections.o test-redirections.c gcc -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 -o dirutil.o dirutil.c gcc -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 -o orckit_quirks.o orckit_quirks.c gcc -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 -o routing.o routing.c routing.c: In function 'routing_init': routing.c:121:3: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 121 | fgets(buf, 255, p); | ^~~~~~~~~~~~~~~~~~ gcc -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 -o pptp_compat.o pptp_compat.c gcc -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 -o pqueue.o pqueue.c pod2man --section=8 pptpsetup > pptpsetup.8 gcc -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 -o pptp_gre.o pptp_gre.c gcc -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 -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])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -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 -o pptp.o pptp.c gcc -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 -o pptp_ctrl.o pptp_ctrl.c pptp_ctrl.c: In function 'randci': pptp_ctrl.c:336:17: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 336 | read(fd, &i, 2); | ^~~~~~~~~~~~~~~ gcc -o pptp pptp.o pptp_gre.o ppp_fcs.o pptp_ctrl.o dirutil.o vector.o util.o version.o test-redirections.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/pterjan/rpmbuild/tmp/rpm-tmp.pi8eah + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + mkdir /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT + cd pptp-1.10.0 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT 'INSTALL=/usr/bin/install -p' mkdir -p /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/sbin install -m 755 pptp /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/sbin install -m 755 pptpsetup /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/sbin mkdir -p /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/man/man8 install -m 644 pptp.8 /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/man/man8 install -m 644 pptpsetup.8 /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/man/man8 mkdir -p /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/etc/ppp install -m 644 options.pptp /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/etc/ppp + install -d -m 750 /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/run/pptp + install -m755 /home/pterjan/rpmbuild/SOURCES/pptp-command -D /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/sbin/pptp-command + install -d /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/etc/pptp.d + install -m644 /home/pterjan/rpmbuild/SOURCES/options.pptp -D /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/etc/ppp/options.pptp + install -d -m 755 /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/lib/tmpfiles.d + install -p -m 644 /home/pterjan/rpmbuild/SOURCES/pptp-tmpfs.conf /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/lib/tmpfiles.d/pptp.conf + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.10.0-1.mga10 --unique-debug-suffix -1.10.0-1.mga10.x86_64 --unique-debug-src-base pptp-linux-1.10.0-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/pptp-1.10.0 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/pptp-linux-1.10.0-1.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 + 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/pptp-linux-1.10.0-build/SPECPARTS/rpm-debuginfo.specpart Processing files: pptp-linux-1.10.0-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.sjfivV + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + cd pptp-1.10.0 + DOCDIR=/home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/doc/pptp-linux + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/doc/pptp-linux + cp -pr /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/pptp-1.10.0/AUTHORS /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/doc/pptp-linux + cp -pr /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/pptp-1.10.0/NEWS /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/doc/pptp-linux + cp -pr /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/pptp-1.10.0/README /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/doc/pptp-linux + cp -pr /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/pptp-1.10.0/TODO /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/doc/pptp-linux + cp -pr /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/pptp-1.10.0/USING /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/doc/pptp-linux + cp -pr /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/pptp-1.10.0/Documentation/DESIGN.CALLMGR /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/doc/pptp-linux + cp -pr /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/pptp-1.10.0/Documentation/DESIGN.PPTP /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/doc/pptp-linux + cp -pr /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/pptp-1.10.0/Documentation/PORTING /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT/usr/share/doc/pptp-linux + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(pptp-linux) = 1.10.0-1.mga10 pptp-client pptp-linux = 1.10.0-1.mga10 pptp-linux(x86-64) = 1.10.0-1.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.11)(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.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) perl(Getopt::Long) perl(strict) perl(vars) perl-base >= 2:5.40.0 Processing files: pptp-linux-debugsource-1.10.0-1.mga10.x86_64 Provides: pptp-linux-debugsource = 1.10.0-1.mga10 pptp-linux-debugsource(x86-64) = 1.10.0-1.mga10 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.10.0-1.mga10.x86_64 Provides: debuginfo(build-id) = d156b00a439b50ab3ae01eaa1d481b0d42a8c996 pptp-linux-debuginfo = 1.10.0-1.mga10 pptp-linux-debuginfo(x86-64) = 1.10.0-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pptp-linux-debugsource(x86-64) = 1.10.0-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/pptp-linux-debuginfo-1.10.0-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/pptp-linux-1.10.0-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/pptp-linux-debugsource-1.10.0-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.vMGlFA + umask 022 + cd /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + test -d /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/pptp-linux-1.10.0-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!