D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/openl2tp-1.8-23.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.58YZG4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf openl2tp-1.8 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/openl2tp-1.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd openl2tp-1.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/openl2tp-1.8-make.patch + /usr/bin/patch -p0 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/no-Werror.pach + /usr/bin/patch -p0 -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.Xzr4k5 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd openl2tp-1.8 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make SYS_LIBDIR=/usr/lib64 PPPD_VERSION=2.4.8 PPPD_SUBDIR= rm -f l2tp_rpc.h rpcgen -N -M -C -L -h -o l2tp_rpc.h l2tp_rpc.x rm -f l2tp_rpc_server.c l2tp_rpc_server.c.tmp rpcgen -N -M -C -L -m -o l2tp_rpc_server.c.tmp l2tp_rpc.x cat l2tp_rpc_server.c.tmp | sed -e 's/switch (rqstp->rq_proc) {/if (l2tp_api_rpc_check_request(transp) < 0) return; switch (rqstp->rq_proc) {/' > l2tp_rpc_server.c rm -f l2tp_rpc_client.c rpcgen -N -M -C -L -l -o l2tp_rpc_client.c l2tp_rpc.x rm -f l2tp_rpc_xdr.c rpcgen -N -M -C -L -c -o l2tp_rpc_xdr.c l2tp_rpc.x flex -ol2tp_config_token.c l2tp_config_token.l bison -d -o l2tp_config_parse.c l2tp_config_parse.y /usr/bin/make -C usl EXTRA_CFLAGS=" -DL2TP_ASYNC_RPC" -Wno-unused-but-set-variable -Wno-error=format-truncation make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/usl' gcc -c -I. -MMD -Wall -Werror -Wno-strict-aliasing -O -Wno-unused-but-set-variable -Wno-error=format-truncation -g usl_fd.c -o usl_fd.o gcc -c -I. -MMD -Wall -Werror -Wno-strict-aliasing -O -Wno-unused-but-set-variable -Wno-error=format-truncation -g usl_misc.c -o usl_misc.o gcc -c -I. -MMD -Wall -Werror -Wno-strict-aliasing -O -Wno-unused-but-set-variable -Wno-error=format-truncation -g usl_pid.c -o usl_pid.o gcc -c -I. -MMD -Wall -Werror -Wno-strict-aliasing -O -Wno-unused-but-set-variable -Wno-error=format-truncation -g usl_signal.c -o usl_signal.o gcc -c -I. -MMD -Wall -Werror -Wno-strict-aliasing -O -Wno-unused-but-set-variable -Wno-error=format-truncation -g usl_timer.c -o usl_timer.o gcc -c -I. -MMD -Wall -Werror -Wno-strict-aliasing -O -Wno-unused-but-set-variable -Wno-error=format-truncation -g usl_fsm.c -o usl_fsm.o ar rus libusl.a usl_fd.o usl_misc.o usl_pid.o usl_signal.o usl_timer.o usl_fsm.o ar: creating libusl.a make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/usl' /usr/bin/make -C cli EXTRA_CFLAGS=" -DL2TP_ASYNC_RPC" -Wno-unused-but-set-variable -Wno-error=format-truncation make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/cli' gcc -c -O -Wno-unused-but-set-variable -Wno-error=format-truncation -MMD -Wall -Werror -I.. cli_lib.c -o cli_lib.o gcc -c -O -Wno-unused-but-set-variable -Wno-error=format-truncation -MMD -Wall -Werror -I.. cli_readline.c -o cli_readline.o gcc -c -O -Wno-unused-but-set-variable -Wno-error=format-truncation -MMD -Wall -Werror -I.. cli_util.c -o cli_util.o ar rus libcli.a cli_lib.o cli_readline.o cli_util.o ar: creating libcli.a make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/cli' /usr/bin/make -C plugins EXTRA_CFLAGS=" -DL2TP_ASYNC_RPC" -Wno-unused-but-set-variable -Wno-error=format-truncation make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/plugins' gcc -o ppp_unix.so -shared -O -Wno-unused-but-set-variable -Wno-error=format-truncation -MMD -Wall -isystem ../include -I. -I.. -I../usl -fPIC -DL2TP_ASYNC_RPC ppp_unix.c ppp_unix.c: In function 'ppp_unix_socket_connect': ppp_unix.c:427:35: warning: converting a packed 'struct sockaddr_pppol2tp' pointer (alignment 1) to a 'const struct sockaddr' pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 427 | fd = connect(session_fd, (struct sockaddr *)&sax, sizeof(sax)); | ^~~~~~~~ In file included from ppp_unix.c:45: /usr/include/linux/if_pppox.h:79:8: note: defined here 79 | struct sockaddr_pppol2tp { | ^~~~~~~~~~~~~~~~~ ppp_unix.c: In function 'ppp_unix_pppd_spawn': ppp_unix.c:940:23: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 940 | sprintf(&str[0], "%d", session_fd); | ^ ppp_unix.c:940:3: note: 'sprintf' output between 2 and 11 bytes into a destination of size 10 940 | sprintf(&str[0], "%d", session_fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o ppp_null.so -shared -O -Wno-unused-but-set-variable -Wno-error=format-truncation -MMD -Wall -isystem ../include -I. -I.. -I../usl -fPIC -DL2TP_ASYNC_RPC ppp_null.c gcc -o ipsec.so -shared -O -Wno-unused-but-set-variable -Wno-error=format-truncation -MMD -Wall -isystem ../include -I. -I.. -I../usl -fPIC -DL2TP_ASYNC_RPC ipsec.c gcc -o event_sock.so -shared -O -Wno-unused-but-set-variable -Wno-error=format-truncation -MMD -Wall -isystem ../include -I. -I.. -I../usl -fPIC -DL2TP_ASYNC_RPC event_sock.c make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/plugins' /usr/bin/make -C test EXTRA_CFLAGS=" -DL2TP_ASYNC_RPC" -Wno-unused-but-set-variable -Wno-error=format-truncation make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/test' gcc -o pppd_dummy pppd_dummy.c pppd_dummy.c: In function 'main': pppd_dummy.c:38:54: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] 38 | sprintf(&filename[0], "%s-%d", PPPD_DUMMY_TMP_FILE, getpid()); | ^~~~~~ pppd_dummy.c:43:3: warning: 'return' with no value, in function returning non-void 43 | return; | ^~~~~~ pppd_dummy.c:32:5: note: declared here 32 | int main(int argc, char **argv) | ^~~~ pppd_dummy.c:53:2: warning: implicit declaration of function 'pause' [-Wimplicit-function-declaration] 53 | pause(); | ^~~~~ make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/test' /usr/bin/make -C doc EXTRA_CFLAGS=" -DL2TP_ASYNC_RPC" -Wno-unused-but-set-variable -Wno-error=format-truncation make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/doc' gzip --best -c l2tpconfig.1 > l2tpconfig.1.gz gzip --best -c openl2tp_rpc.4 > openl2tp_rpc.4.gz gzip --best -c openl2tp.7 > openl2tp.7.gz gzip --best -c openl2tpd.8 > openl2tpd.8.gz gzip --best -c openl2tpd.conf.5 > openl2tpd.conf.5.gz make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/doc' gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_main.c -o l2tp_main.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_common.c -o l2tp_common.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_avp.c -o l2tp_avp.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_packet.c -o l2tp_packet.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_network.c -o l2tp_network.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_tunnel.c -o l2tp_tunnel.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_peer.c -o l2tp_peer.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_transport.c -o l2tp_transport.o l2tp_transport.c: In function 'l2tp_xprt_set_peer_tunnel_id': l2tp_transport.c:1063:36: warning: converting a packed 'struct sockaddr_pppol2tp' pointer (alignment 1) to a 'const struct sockaddr' pointer (alignment 2) may result in an unaligned pointer value [-Waddress-of-packed-member] 1063 | if (connect(kernel_fd, (struct sockaddr *)&sax, sizeof(sax) ) < 0 ) { | ^~~~~~~~ In file included from l2tp_transport.c:40: /usr/include/linux/if_pppox.h:79:8: note: defined here 79 | struct sockaddr_pppol2tp { | ^~~~~~~~~~~~~~~~~ gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_session.c -o l2tp_session.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_ppp.c -o l2tp_ppp.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_plugin.c -o l2tp_plugin.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_event.c -o l2tp_event.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_test.c -o l2tp_test.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation md5.c -o md5.o gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_api.c -o l2tp_api.o gcc -I. -MMD -w -O -Wno-unused-but-set-variable -Wno-error=format-truncation -c -DL2TP_ASYNC_RPC l2tp_rpc_server.c gcc -I. -MMD -w -O -Wno-unused-but-set-variable -Wno-error=format-truncation -c -DL2TP_ASYNC_RPC l2tp_rpc_xdr.c gcc -I. -MMD -w -O -Wno-unused-but-set-variable -Wno-error=format-truncation -c -DYY_NO_UNPUT l2tp_config_token.c gcc -I. -MMD -w -O -Wno-unused-but-set-variable -Wno-error=format-truncation -c -DYY_NO_UNPUT l2tp_config_parse.c gcc -o openl2tpd l2tp_main.o l2tp_common.o l2tp_avp.o l2tp_packet.o l2tp_network.o l2tp_tunnel.o l2tp_peer.o l2tp_transport.o l2tp_session.o l2tp_ppp.o l2tp_plugin.o l2tp_event.o l2tp_test.o md5.o l2tp_api.o l2tp_rpc_server.o l2tp_rpc_xdr.o l2tp_config_token.o l2tp_config_parse.o -Wl,-E -L. -Lusl -lusl -ldl -lc -lfl gcc -c -I. -Iusl -Icli -isystem include -MMD -Wall -Wno-strict-aliasing -Wno-unused-but-set-variable -Wno-error=format-truncation -DL2TP_ASYNC_RPC -DSYS_LIBDIR=/usr/lib64 -O -Wno-unused-but-set-variable -Wno-error=format-truncation l2tp_config.c -o l2tp_config.o l2tp_config.c: In function 'main': l2tp_config.c:113:41: warning: '%s' directive output may be truncated writing up to 47 bytes into a region of size 43 [-Wformat-truncation=] 113 | snprintf(prompt, sizeof(prompt), "l2tp-%s", server_name); | ^~ ...... 6602 | l2tp_set_prompt(server); | ~~~~~~ l2tp_config.c:113:2: note: 'snprintf' output between 6 and 53 bytes into a destination of size 48 113 | snprintf(prompt, sizeof(prompt), "l2tp-%s", server_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -I. -MMD -w -O -Wno-unused-but-set-variable -Wno-error=format-truncation -c -DL2TP_ASYNC_RPC l2tp_rpc_client.c gcc -o l2tpconfig l2tp_config.o l2tp_rpc_client.o l2tp_rpc_xdr.o -Lcli -lcli -lreadline -lc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.D0FhS3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64 + cd openl2tp-1.8 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64 'INSTALL=/usr/bin/install -p' SYS_LIBDIR=/usr/lib64 PPPD_VERSION=2.4.8 PPPD_SUBDIR= /usr/bin/make -C usl EXTRA_CFLAGS=" -DL2TP_ASYNC_RPC" -Wno-unused-but-set-variable -Wno-error=format-truncation make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/usl' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/usl' /usr/bin/make -C cli EXTRA_CFLAGS=" -DL2TP_ASYNC_RPC" -Wno-unused-but-set-variable -Wno-error=format-truncation make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/cli' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/cli' /usr/bin/make -C plugins EXTRA_CFLAGS=" -DL2TP_ASYNC_RPC" -Wno-unused-but-set-variable -Wno-error=format-truncation make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/plugins' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/plugins' /usr/bin/make -C test EXTRA_CFLAGS=" -DL2TP_ASYNC_RPC" -Wno-unused-but-set-variable -Wno-error=format-truncation make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/test' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/test' /usr/bin/make -C doc EXTRA_CFLAGS=" -DL2TP_ASYNC_RPC" -Wno-unused-but-set-variable -Wno-error=format-truncation make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/doc' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/cli' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/cli' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/plugins' /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp /usr/bin/install -p ppp_unix.so ppp_null.so ipsec.so event_sock.so /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp /usr/bin/install -p -m 0644 event_sock.h /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/plugins' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/test' make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/test' make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/doc' /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/man/man1 /usr/bin/install -p l2tpconfig.1.gz /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/man/man1 /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/man/man4 /usr/bin/install -p openl2tp_rpc.4.gz /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/man/man4 /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/man/man5 /usr/bin/install -p openl2tpd.conf.5.gz /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/man/man5 /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/man/man7 /usr/bin/install -p openl2tp.7.gz /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/man/man7 /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/man/man8 /usr/bin/install -p openl2tpd.8.gz /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/man/man8 make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/openl2tp-1.8/doc' /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/sbin /usr/bin/install -p openl2tpd /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/sbin /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/bin /usr/bin/install -p l2tpconfig /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/bin /usr/bin/install -p -d /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp /usr/bin/install -p -m 0644 l2tp_rpc.x /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/l2tp_rpc.x /usr/bin/install -p -m 0644 l2tp_event.h /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/l2tp_event.h + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/etc/sysconfig + /usr/bin/install -D -m 644 /home/iurt/rpmbuild/SOURCES/openl2tp.service /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib/systemd/system/openl2tp.service + /usr/bin/cp -f etc/sysconfig/openl2tpd /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/etc/sysconfig/openl2tpd + /usr/bin/install -D -p -m 0644 /home/iurt/rpmbuild/SOURCES/openl2tp-tmpfiles.conf /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib/tmpfiles.d/openl2tp.conf + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.8-23.mga8 --unique-debug-suffix -1.8-23.mga8.x86_64 --unique-debug-src-base openl2tp-1.8-23.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/openl2tp-1.8 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/event_sock.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/ppp_unix.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/bin/l2tpconfig explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/ipsec.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/ppp_null.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/sbin/openl2tpd extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/event_sock.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/ppp_unix.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/bin/l2tpconfig extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/ipsec.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/ppp_null.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/sbin/openl2tpd gdb-add-index: No index was created for /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/bin/l2tpconfig gdb-add-index: [Was there no debuginfo? Was there already an index?] gdb-add-index: No index was created for /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/ipsec.so gdb-add-index: [Was there no debuginfo? Was there already an index?] gdb-add-index: No index was created for /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/ppp_null.so gdb-add-index: [Was there no debuginfo? Was there already an index?] gdb-add-index: No index was created for /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/ppp_unix.so gdb-add-index: [Was there no debuginfo? Was there already an index?] gdb-add-index: No index was created for /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/lib64/openl2tp/event_sock.so gdb-add-index: [Was there no debuginfo? Was there already an index?] dwz: Too few files for multifile optimization original debug info size: 204kB, size after compression: 200kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 5 CRC32s did match. 116 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: openl2tp-1.8-23.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8Jzmk4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd openl2tp-1.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/doc/openl2tp + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/doc/openl2tp + cp -pr README /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/doc/openl2tp + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/doc/openl2tp + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(openl2tp) = 1.8-23.mga8 openl2tp = 1.8-23.mga8 openl2tp(x86-64) = 1.8-23.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 rpm-helper systemd >= 195 Requires(preun): /bin/sh rpm-helper 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.7)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libreadline.so.8()(64bit) Processing files: openl2tp-devel-1.8-23.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rycSw3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd openl2tp-1.8 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/doc/openl2tp-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/doc/openl2tp-devel + cp -pr plugins/README /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/doc/openl2tp-devel + cp -pr doc/README.event_sock /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64/usr/share/doc/openl2tp-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: openl2tp-devel = 1.8-23.mga8 openl2tp-devel(x86-64) = 1.8-23.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: openl2tp-debugsource-1.8-23.mga8.x86_64 Provides: openl2tp-debugsource = 1.8-23.mga8 openl2tp-debugsource(x86-64) = 1.8-23.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: openl2tp-debuginfo-1.8-23.mga8.x86_64 Provides: debuginfo(build-id) = 1cca3543725fa37d5610bf85ee17ce0f702a555f debuginfo(build-id) = b396eb56be8f18ade815be2b65dde188f7444e1b debuginfo(build-id) = d05f0469f7cfc05adc12e23078ceae179dfd3152 debuginfo(build-id) = dd23e7d599d0fbbee70a37c901fd76a972e47458 debuginfo(build-id) = f7b9e18bbca2f4cc1b7d673baef9e21091cedff8 debuginfo(build-id) = fc0dcfcdca3da2c784540df49c45d505beb1b432 openl2tp-debuginfo = 1.8-23.mga8 openl2tp-debuginfo(x86-64) = 1.8-23.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: openl2tp-debugsource(x86-64) = 1.8-23.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/openl2tp-devel-1.8-23.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/openl2tp-debugsource-1.8-23.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/openl2tp-debuginfo-1.8-23.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/openl2tp-1.8-23.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oBwEF2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd openl2tp-1.8 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/openl2tp-1.8-23.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8mGU52 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf openl2tp-1.8 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!