D: [iurt_root_command] chroot
warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend.
Installing /home/iurt/rpmbuild/SRPMS/libtirpc-1.3.2-1.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rQYico
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf libtirpc-1.3.2
+ /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/libtirpc-1.3.2.tar.bz2
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd libtirpc-1.3.2
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6xEnsJ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd libtirpc-1.3.2
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ export 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC'
+ 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 ./config.guess
+ '[' -f /usr/lib/rpm/mageia/config.guess ']'
++ basename ./config.guess
+ cp -af /usr/lib/rpm/mageia/config.guess ./config.guess
+ for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub)
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/mageia/config.sub ']'
++ basename ./config.sub
+ cp -af /usr/lib/rpm/mageia/config.sub ./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
Modifying ltmain.sh underlinking for plugins (cf http://wiki.mandriva.com/en/Underlinking)
+ /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking
Fixing libtool's ltmain.sh to prevent overlinking (cf http://wiki.mandriva.com/en/Overlinking)
+ /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs .
Fixing libtool inside configure to pass -Wl,xxx options before libraries
+ /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64
+ ./configure --host=aarch64-mageia-linux-gnu --build=aarch64-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 --disable-static
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for aarch64-mageia-linux-gnu-gcc... no
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... none
checking how to run the C preprocessor... 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 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 gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking for aarch64-mageia-linux-gnu-krb5-config... no
checking for krb5-config... krb5-config
checking build system type... aarch64-mageia-linux-gnu
checking host system type... aarch64-mageia-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert aarch64-mageia-linux-gnu file names to aarch64-mageia-linux-gnu format... func_convert_file_noop
checking how to convert aarch64-mageia-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for aarch64-mageia-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for aarch64-mageia-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for aarch64-mageia-linux-gnu-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for aarch64-mageia-linux-gnu-strip... no
checking for strip... strip
checking for aarch64-mageia-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for aarch64-mageia-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking gssapi/gssapi_ext.h usability... yes
checking gssapi/gssapi_ext.h presence... yes
checking for gssapi/gssapi_ext.h... yes
checking for pthread_create in -lpthread... yes
checking for getrpcbyname... yes
checking for getrpcbynumber... yes
checking for setrpcent... yes
checking for endrpcent... yes
checking for getrpcent... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating doc/Makefile
config.status: creating libtirpc.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
+ /usr/bin/make -O -j8 V=1 VERBOSE=1 all
/usr/bin/make  all-recursive
Making all in src
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-authunix_prot.lo `test -f 'authunix_prot.c' || echo './'`authunix_prot.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c authunix_prot.c  -fPIC -DPIC -o .libs/libtirpc_la-authunix_prot.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-auth_none.lo `test -f 'auth_none.c' || echo './'`auth_none.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c auth_none.c  -fPIC -DPIC -o .libs/libtirpc_la-auth_none.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-binddynport.lo `test -f 'binddynport.c' || echo './'`binddynport.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c binddynport.c  -fPIC -DPIC -o .libs/libtirpc_la-binddynport.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-bindresvport.lo `test -f 'bindresvport.c' || echo './'`bindresvport.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c bindresvport.c  -fPIC -DPIC -o .libs/libtirpc_la-bindresvport.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-clnt_generic.lo `test -f 'clnt_generic.c' || echo './'`clnt_generic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c clnt_generic.c  -fPIC -DPIC -o .libs/libtirpc_la-clnt_generic.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-auth_unix.lo `test -f 'auth_unix.c' || echo './'`auth_unix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c auth_unix.c  -fPIC -DPIC -o .libs/libtirpc_la-auth_unix.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-clnt_perror.lo `test -f 'clnt_perror.c' || echo './'`clnt_perror.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c clnt_perror.c  -fPIC -DPIC -o .libs/libtirpc_la-clnt_perror.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-clnt_raw.lo `test -f 'clnt_raw.c' || echo './'`clnt_raw.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c clnt_raw.c  -fPIC -DPIC -o .libs/libtirpc_la-clnt_raw.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-clnt_bcast.lo `test -f 'clnt_bcast.c' || echo './'`clnt_bcast.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c clnt_bcast.c  -fPIC -DPIC -o .libs/libtirpc_la-clnt_bcast.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rpc_dtablesize.lo `test -f 'rpc_dtablesize.c' || echo './'`rpc_dtablesize.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rpc_dtablesize.c  -fPIC -DPIC -o .libs/libtirpc_la-rpc_dtablesize.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-clnt_simple.lo `test -f 'clnt_simple.c' || echo './'`clnt_simple.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c clnt_simple.c  -fPIC -DPIC -o .libs/libtirpc_la-clnt_simple.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-getrpcent.lo `test -f 'getrpcent.c' || echo './'`getrpcent.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c getrpcent.c  -fPIC -DPIC -o .libs/libtirpc_la-getrpcent.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-clnt_dg.lo `test -f 'clnt_dg.c' || echo './'`clnt_dg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c clnt_dg.c  -fPIC -DPIC -o .libs/libtirpc_la-clnt_dg.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-getnetpath.lo `test -f 'getnetpath.c' || echo './'`getnetpath.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c getnetpath.c  -fPIC -DPIC -o .libs/libtirpc_la-getnetpath.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-getrpcport.lo `test -f 'getrpcport.c' || echo './'`getrpcport.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c getrpcport.c  -fPIC -DPIC -o .libs/libtirpc_la-getrpcport.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-mt_misc.lo `test -f 'mt_misc.c' || echo './'`mt_misc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c mt_misc.c  -fPIC -DPIC -o .libs/libtirpc_la-mt_misc.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-pmap_clnt.lo `test -f 'pmap_clnt.c' || echo './'`pmap_clnt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c pmap_clnt.c  -fPIC -DPIC -o .libs/libtirpc_la-pmap_clnt.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-getnetconfig.lo `test -f 'getnetconfig.c' || echo './'`getnetconfig.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c getnetconfig.c  -fPIC -DPIC -o .libs/libtirpc_la-getnetconfig.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-pmap_getmaps.lo `test -f 'pmap_getmaps.c' || echo './'`pmap_getmaps.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c pmap_getmaps.c  -fPIC -DPIC -o .libs/libtirpc_la-pmap_getmaps.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-pmap_getport.lo `test -f 'pmap_getport.c' || echo './'`pmap_getport.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c pmap_getport.c  -fPIC -DPIC -o .libs/libtirpc_la-pmap_getport.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-pmap_prot.lo `test -f 'pmap_prot.c' || echo './'`pmap_prot.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c pmap_prot.c  -fPIC -DPIC -o .libs/libtirpc_la-pmap_prot.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-pmap_prot2.lo `test -f 'pmap_prot2.c' || echo './'`pmap_prot2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c pmap_prot2.c  -fPIC -DPIC -o .libs/libtirpc_la-pmap_prot2.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-clnt_vc.lo `test -f 'clnt_vc.c' || echo './'`clnt_vc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c clnt_vc.c  -fPIC -DPIC -o .libs/libtirpc_la-clnt_vc.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-pmap_rmt.lo `test -f 'pmap_rmt.c' || echo './'`pmap_rmt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c pmap_rmt.c  -fPIC -DPIC -o .libs/libtirpc_la-pmap_rmt.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rpc_commondata.lo `test -f 'rpc_commondata.c' || echo './'`rpc_commondata.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rpc_commondata.c  -fPIC -DPIC -o .libs/libtirpc_la-rpc_commondata.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rpc_prot.lo `test -f 'rpc_prot.c' || echo './'`rpc_prot.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rpc_prot.c  -fPIC -DPIC -o .libs/libtirpc_la-rpc_prot.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rpc_callmsg.lo `test -f 'rpc_callmsg.c' || echo './'`rpc_callmsg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rpc_callmsg.c  -fPIC -DPIC -o .libs/libtirpc_la-rpc_callmsg.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rpcb_prot.lo `test -f 'rpcb_prot.c' || echo './'`rpcb_prot.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rpcb_prot.c  -fPIC -DPIC -o .libs/libtirpc_la-rpcb_prot.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rpc_soc.lo `test -f 'rpc_soc.c' || echo './'`rpc_soc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rpc_soc.c  -fPIC -DPIC -o .libs/libtirpc_la-rpc_soc.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-svc_auth.lo `test -f 'svc_auth.c' || echo './'`svc_auth.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c svc_auth.c  -fPIC -DPIC -o .libs/libtirpc_la-svc_auth.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rpcb_st_xdr.lo `test -f 'rpcb_st_xdr.c' || echo './'`rpcb_st_xdr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rpcb_st_xdr.c  -fPIC -DPIC -o .libs/libtirpc_la-rpcb_st_xdr.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-svc_auth_unix.lo `test -f 'svc_auth_unix.c' || echo './'`svc_auth_unix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c svc_auth_unix.c  -fPIC -DPIC -o .libs/libtirpc_la-svc_auth_unix.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rpc_generic.lo `test -f 'rpc_generic.c' || echo './'`rpc_generic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rpc_generic.c  -fPIC -DPIC -o .libs/libtirpc_la-rpc_generic.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-svc_auth_none.lo `test -f 'svc_auth_none.c' || echo './'`svc_auth_none.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c svc_auth_none.c  -fPIC -DPIC -o .libs/libtirpc_la-svc_auth_none.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-svc_raw.lo `test -f 'svc_raw.c' || echo './'`svc_raw.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c svc_raw.c  -fPIC -DPIC -o .libs/libtirpc_la-svc_raw.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-svc_generic.lo `test -f 'svc_generic.c' || echo './'`svc_generic.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c svc_generic.c  -fPIC -DPIC -o .libs/libtirpc_la-svc_generic.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-svc.lo `test -f 'svc.c' || echo './'`svc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c svc.c  -fPIC -DPIC -o .libs/libtirpc_la-svc.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-svc_dg.lo `test -f 'svc_dg.c' || echo './'`svc_dg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c svc_dg.c  -fPIC -DPIC -o .libs/libtirpc_la-svc_dg.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-svc_run.lo `test -f 'svc_run.c' || echo './'`svc_run.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c svc_run.c  -fPIC -DPIC -o .libs/libtirpc_la-svc_run.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-getpeereid.lo `test -f 'getpeereid.c' || echo './'`getpeereid.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c getpeereid.c  -fPIC -DPIC -o .libs/libtirpc_la-getpeereid.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-svc_simple.lo `test -f 'svc_simple.c' || echo './'`svc_simple.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c svc_simple.c  -fPIC -DPIC -o .libs/libtirpc_la-svc_simple.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rpcb_clnt.lo `test -f 'rpcb_clnt.c' || echo './'`rpcb_clnt.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rpcb_clnt.c  -fPIC -DPIC -o .libs/libtirpc_la-rpcb_clnt.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-debug.lo `test -f 'debug.c' || echo './'`debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c debug.c  -fPIC -DPIC -o .libs/libtirpc_la-debug.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-xdr_array.lo `test -f 'xdr_array.c' || echo './'`xdr_array.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c xdr_array.c  -fPIC -DPIC -o .libs/libtirpc_la-xdr_array.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-xdr_float.lo `test -f 'xdr_float.c' || echo './'`xdr_float.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c xdr_float.c  -fPIC -DPIC -o .libs/libtirpc_la-xdr_float.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-xdr_reference.lo `test -f 'xdr_reference.c' || echo './'`xdr_reference.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c xdr_reference.c  -fPIC -DPIC -o .libs/libtirpc_la-xdr_reference.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-xdr_mem.lo `test -f 'xdr_mem.c' || echo './'`xdr_mem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c xdr_mem.c  -fPIC -DPIC -o .libs/libtirpc_la-xdr_mem.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-svc_vc.lo `test -f 'svc_vc.c' || echo './'`svc_vc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c svc_vc.c  -fPIC -DPIC -o .libs/libtirpc_la-svc_vc.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-auth_time.lo `test -f 'auth_time.c' || echo './'`auth_time.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c auth_time.c  -fPIC -DPIC -o .libs/libtirpc_la-auth_time.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-xdr.lo `test -f 'xdr.c' || echo './'`xdr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c xdr.c  -fPIC -DPIC -o .libs/libtirpc_la-xdr.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-xdr_stdio.lo `test -f 'xdr_stdio.c' || echo './'`xdr_stdio.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c xdr_stdio.c  -fPIC -DPIC -o .libs/libtirpc_la-xdr_stdio.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-xdr_sizeof.lo `test -f 'xdr_sizeof.c' || echo './'`xdr_sizeof.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c xdr_sizeof.c  -fPIC -DPIC -o .libs/libtirpc_la-xdr_sizeof.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-xdr_rec.lo `test -f 'xdr_rec.c' || echo './'`xdr_rec.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c xdr_rec.c  -fPIC -DPIC -o .libs/libtirpc_la-xdr_rec.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-key_prot_xdr.lo `test -f 'key_prot_xdr.c' || echo './'`key_prot_xdr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c key_prot_xdr.c  -fPIC -DPIC -o .libs/libtirpc_la-key_prot_xdr.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-getpublickey.lo `test -f 'getpublickey.c' || echo './'`getpublickey.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c getpublickey.c  -fPIC -DPIC -o .libs/libtirpc_la-getpublickey.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-authgss_prot.lo `test -f 'authgss_prot.c' || echo './'`authgss_prot.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c authgss_prot.c  -fPIC -DPIC -o .libs/libtirpc_la-authgss_prot.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rpc_gss_utils.lo `test -f 'rpc_gss_utils.c' || echo './'`rpc_gss_utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rpc_gss_utils.c  -fPIC -DPIC -o .libs/libtirpc_la-rpc_gss_utils.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-netname.lo `test -f 'netname.c' || echo './'`netname.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c netname.c  -fPIC -DPIC -o .libs/libtirpc_la-netname.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rpcdname.lo `test -f 'rpcdname.c' || echo './'`rpcdname.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rpcdname.c  -fPIC -DPIC -o .libs/libtirpc_la-rpcdname.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-key_call.lo `test -f 'key_call.c' || echo './'`key_call.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c key_call.c  -fPIC -DPIC -o .libs/libtirpc_la-key_call.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-auth_gss.lo `test -f 'auth_gss.c' || echo './'`auth_gss.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c auth_gss.c  -fPIC -DPIC -o .libs/libtirpc_la-auth_gss.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-rtime.lo `test -f 'rtime.c' || echo './'`rtime.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c rtime.c  -fPIC -DPIC -o .libs/libtirpc_la-rtime.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-svc_auth_gss.lo `test -f 'svc_auth_gss.c' || echo './'`svc_auth_gss.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c svc_auth_gss.c  -fPIC -DPIC -o .libs/libtirpc_la-svc_auth_gss.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe  -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c -o libtirpc_la-netnamer.lo `test -f 'netnamer.c' || echo './'`netnamer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../tirpc -include config.h -DPORTMAP -DINET6 -D_GNU_SOURCE -Wall -pipe -DHAVE_RPCSEC_GSS -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -c netnamer.c  -fPIC -DPIC -o .libs/libtirpc_la-netnamer.o
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
/bin/sh ../libtool  --tag=CC   --mode=link gcc -DHAVE_RPCSEC_GSS  -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -Wl,--no-undefined -no-undefined -lpthread -version-info 3:0:0 -Wl,--version-script=./libtirpc.map -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -o libtirpc.la -rpath /usr/lib64 libtirpc_la-auth_none.lo libtirpc_la-auth_unix.lo libtirpc_la-authunix_prot.lo libtirpc_la-binddynport.lo libtirpc_la-bindresvport.lo libtirpc_la-clnt_bcast.lo libtirpc_la-clnt_dg.lo libtirpc_la-clnt_generic.lo libtirpc_la-clnt_perror.lo libtirpc_la-clnt_raw.lo libtirpc_la-clnt_simple.lo libtirpc_la-clnt_vc.lo libtirpc_la-rpc_dtablesize.lo libtirpc_la-getnetconfig.lo libtirpc_la-getnetpath.lo libtirpc_la-getrpcent.lo libtirpc_la-getrpcport.lo libtirpc_la-mt_misc.lo libtirpc_la-pmap_clnt.lo libtirpc_la-pmap_getmaps.lo libtirpc_la-pmap_getport.lo libtirpc_la-pmap_prot.lo libtirpc_la-pmap_prot2.lo libtirpc_la-pmap_rmt.lo libtirpc_la-rpc_prot.lo libtirpc_la-rpc_commondata.lo libtirpc_la-rpc_callmsg.lo libtirpc_la-rpc_generic.lo libtirpc_la-rpc_soc.lo libtirpc_la-rpcb_clnt.lo libtirpc_la-rpcb_prot.lo libtirpc_la-rpcb_st_xdr.lo libtirpc_la-svc.lo libtirpc_la-svc_auth.lo libtirpc_la-svc_dg.lo libtirpc_la-svc_auth_unix.lo libtirpc_la-svc_auth_none.lo libtirpc_la-svc_generic.lo libtirpc_la-svc_raw.lo libtirpc_la-svc_run.lo libtirpc_la-svc_simple.lo libtirpc_la-svc_vc.lo libtirpc_la-getpeereid.lo libtirpc_la-auth_time.lo libtirpc_la-debug.lo  libtirpc_la-xdr.lo libtirpc_la-xdr_rec.lo libtirpc_la-xdr_array.lo libtirpc_la-xdr_float.lo libtirpc_la-xdr_mem.lo libtirpc_la-xdr_reference.lo libtirpc_la-xdr_stdio.lo libtirpc_la-xdr_sizeof.lo libtirpc_la-auth_gss.lo libtirpc_la-authgss_prot.lo libtirpc_la-svc_auth_gss.lo libtirpc_la-rpc_gss_utils.lo libtirpc_la-key_call.lo libtirpc_la-key_prot_xdr.lo libtirpc_la-getpublickey.lo libtirpc_la-netname.lo libtirpc_la-netnamer.lo libtirpc_la-rpcdname.lo libtirpc_la-rtime.lo -L/usr/lib64 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpthread 
libtool: link: gcc -shared -Wl,--as-needed  -fPIC -DPIC  .libs/libtirpc_la-auth_none.o .libs/libtirpc_la-auth_unix.o .libs/libtirpc_la-authunix_prot.o .libs/libtirpc_la-binddynport.o .libs/libtirpc_la-bindresvport.o .libs/libtirpc_la-clnt_bcast.o .libs/libtirpc_la-clnt_dg.o .libs/libtirpc_la-clnt_generic.o .libs/libtirpc_la-clnt_perror.o .libs/libtirpc_la-clnt_raw.o .libs/libtirpc_la-clnt_simple.o .libs/libtirpc_la-clnt_vc.o .libs/libtirpc_la-rpc_dtablesize.o .libs/libtirpc_la-getnetconfig.o .libs/libtirpc_la-getnetpath.o .libs/libtirpc_la-getrpcent.o .libs/libtirpc_la-getrpcport.o .libs/libtirpc_la-mt_misc.o .libs/libtirpc_la-pmap_clnt.o .libs/libtirpc_la-pmap_getmaps.o .libs/libtirpc_la-pmap_getport.o .libs/libtirpc_la-pmap_prot.o .libs/libtirpc_la-pmap_prot2.o .libs/libtirpc_la-pmap_rmt.o .libs/libtirpc_la-rpc_prot.o .libs/libtirpc_la-rpc_commondata.o .libs/libtirpc_la-rpc_callmsg.o .libs/libtirpc_la-rpc_generic.o .libs/libtirpc_la-rpc_soc.o .libs/libtirpc_la-rpcb_clnt.o .libs/libtirpc_la-rpcb_prot.o .libs/libtirpc_la-rpcb_st_xdr.o .libs/libtirpc_la-svc.o .libs/libtirpc_la-svc_auth.o .libs/libtirpc_la-svc_dg.o .libs/libtirpc_la-svc_auth_unix.o .libs/libtirpc_la-svc_auth_none.o .libs/libtirpc_la-svc_generic.o .libs/libtirpc_la-svc_raw.o .libs/libtirpc_la-svc_run.o .libs/libtirpc_la-svc_simple.o .libs/libtirpc_la-svc_vc.o .libs/libtirpc_la-getpeereid.o .libs/libtirpc_la-auth_time.o .libs/libtirpc_la-debug.o .libs/libtirpc_la-xdr.o .libs/libtirpc_la-xdr_rec.o .libs/libtirpc_la-xdr_array.o .libs/libtirpc_la-xdr_float.o .libs/libtirpc_la-xdr_mem.o .libs/libtirpc_la-xdr_reference.o .libs/libtirpc_la-xdr_stdio.o .libs/libtirpc_la-xdr_sizeof.o .libs/libtirpc_la-auth_gss.o .libs/libtirpc_la-authgss_prot.o .libs/libtirpc_la-svc_auth_gss.o .libs/libtirpc_la-rpc_gss_utils.o .libs/libtirpc_la-key_call.o .libs/libtirpc_la-key_prot_xdr.o .libs/libtirpc_la-getpublickey.o .libs/libtirpc_la-netname.o .libs/libtirpc_la-netnamer.o .libs/libtirpc_la-rpcdname.o .libs/libtirpc_la-rtime.o   -O2 -g -fstack-protector -Wl,--no-undefined -Wl,--version-script=./libtirpc.map -Wl,--as-needed -Wl,--no-undefined -Wl,-z -Wl,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags    -L/usr/lib64 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpthread -Wl,-soname -Wl,libtirpc.so.3 -o .libs/libtirpc.so.3.0.0
libtool: link: (cd ".libs" && rm -f "libtirpc.so.3" && ln -s "libtirpc.so.3.0.0" "libtirpc.so.3")
libtool: link: (cd ".libs" && rm -f "libtirpc.so" && ln -s "libtirpc.so.3.0.0" "libtirpc.so")
libtool: link: ( cd ".libs" && rm -f "libtirpc.la" && ln -s "../libtirpc.la" "libtirpc.la" )
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
Making all in man
make[2]: Nothing to be done for 'all'.
Making all in doc
make[2]: Nothing to be done for 'all'.
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5hcTcB
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64
+ cd libtirpc-1.3.2
+ '[' 1 -eq 1 ']'
+ /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64 'INSTALL=/usr/bin/install -p'
Making install in src
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -p   libtirpc.la '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/lib64'
libtool: install: /usr/bin/install -p .libs/libtirpc.so.3.0.0 /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/lib64/libtirpc.so.3.0.0
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/lib64 && { ln -s -f libtirpc.so.3.0.0 libtirpc.so.3 || { rm -f libtirpc.so.3 && ln -s libtirpc.so.3.0.0 libtirpc.so.3; }; })
libtool: install: (cd /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/lib64 && { ln -s -f libtirpc.so.3.0.0 libtirpc.so || { rm -f libtirpc.so && ln -s libtirpc.so.3.0.0 libtirpc.so; }; })
libtool: install: /usr/bin/install -p .libs/libtirpc.lai /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/lib64/libtirpc.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/src'
Making install in man
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/man'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/man/man3'
 /usr/bin/install -p -m 644 getrpcent.3t getrpcport.3t getnetconfig.3t getnetpath.3t bindresvport.3t rpc.3t rpc_xdr.3t des_crypt.3t rpc_soc.3t rpc_secure.3t rtime.3t rpc_clnt_auth.3t rpc_clnt_calls.3t rpc_clnt_create.3t rpcbind.3t rpc_svc_calls.3t rpc_svc_create.3t rpc_svc_err.3t rpc_svc_reg.3t rpcsec_gss.3t rpc_gss_get_error.3t rpc_gss_get_mechanisms.3t rpc_gss_get_mech_info.3t rpc_gss_get_versions.3t rpc_gss_is_installed.3t rpc_gss_mech_to_oid.3t rpc_gss_qop_to_num.3t rpc_gss_max_data_length.3t rpc_gss_seccreate.3t rpc_gss_set_defaults.3t rpc_gss_getcred.3t rpc_gss_get_principal_name.3t rpc_gss_set_callback.3t rpc_gss_set_svc_name.3t rpc_gss_svc_max_data_length.3t '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/man/man3'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/man/man5'
 /usr/bin/install -p -m 644 netconfig.5 '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/man/man5'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/man'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/man'
Making install in doc
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/doc'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/doc'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/etc'
 /usr/bin/install -p -m 644 netconfig bindresvport.blacklist '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/etc'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/doc'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2/doc'
make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2'
make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/include'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/include/tirpc/rpcsvc'
 /usr/bin/install -p -m 644  tirpc/rpcsvc/crypt.x tirpc/rpcsvc/crypt.h '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/include/tirpc/rpcsvc'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/include/tirpc'
 /usr/bin/install -p -m 644  tirpc/netconfig.h '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/include/tirpc'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/include/tirpc/rpc'
 /usr/bin/install -p -m 644  tirpc/rpc/xdr.h tirpc/rpc/types.h tirpc/rpc/svc_soc.h tirpc/rpc/svc.h tirpc/rpc/svc_dg.h tirpc/rpc/svc_auth.h tirpc/rpc/svc_mt.h tirpc/rpc/rpc_msg.h tirpc/rpc/rpc.h tirpc/rpc/rpcent.h tirpc/rpc/rpc_com.h tirpc/rpc/rpcb_prot.x tirpc/rpc/rpcb_prot.h tirpc/rpc/rpcb_clnt.h tirpc/rpc/raw.h tirpc/rpc/pmap_rmt.h tirpc/rpc/pmap_prot.h tirpc/rpc/pmap_clnt.h tirpc/rpc/nettype.h tirpc/rpc/key_prot.h tirpc/rpc/des.h tirpc/rpc/des_crypt.h tirpc/rpc/clnt_stat.h tirpc/rpc/clnt_soc.h tirpc/rpc/clnt.h tirpc/rpc/auth_unix.h tirpc/rpc/auth_des.h tirpc/rpc/auth.h tirpc/rpc/rpcsec_gss.h tirpc/rpc/auth_gss.h tirpc/rpc/svc_auth_gss.h '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/include/tirpc/rpc'
 /usr/bin/mkdir -p '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/lib64/pkgconfig'
 /usr/bin/install -p -m 644 libtirpc.pc '/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/lib64/pkgconfig'
make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2'
make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/libtirpc-1.3.2'
+ install -m 755 -d /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/etc
+ install -m 644 doc/netconfig /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/etc/netconfig
+ find /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64 -name '*.la' -delete
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.3.2-1.mga9 --unique-debug-suffix -1.3.2-1.mga9.aarch64 --unique-debug-src-base libtirpc-1.3.2-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/libtirpc-1.3.2

extracting debug info from /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/lib64/libtirpc.so.3.0.0
dwz: ./usr/lib64/libtirpc.so.3.0.0-1.3.2-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str
original debug info size: 740kB, size after compression: 740kB
/usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match.
1485 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 0
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: libtirpc-1.3.2-1.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EdGtxz
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd libtirpc-1.3.2
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/libtirpc
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/libtirpc
+ cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/libtirpc
+ cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/libtirpc
+ cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/libtirpc
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/libtirpc
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: config(libtirpc) = 1.3.2-1.mga9 libtirpc = 1.3.2-1.mga9 libtirpc(aarch-64) = 1.3.2-1.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: lib64tirpc3-1.3.2-1.mga9.aarch64
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DunJta
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd libtirpc-1.3.2
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/lib64tirpc3
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/lib64tirpc3
+ cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/lib64tirpc3
+ cp -pr ChangeLog /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/lib64tirpc3
+ cp -pr NEWS /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/lib64tirpc3
+ cp -pr README /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64/usr/share/doc/lib64tirpc3
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: lib64tirpc3 = 1.3.2-1.mga9 lib64tirpc3(aarch-64) = 1.3.2-1.mga9 libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) libtirpc.so.3(TIRPC_0.3.1)(64bit) libtirpc.so.3(TIRPC_0.3.2)(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) libtirpc.so.3(TIRPC_PRIVATE)(64bit)
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
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) libc.so.6(GLIBC_2.32)(64bit) libgssapi_krb5.so.2()(64bit) libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit)
Processing files: lib64tirpc-devel-1.3.2-1.mga9.aarch64
Provides: devel(libtirpc(64bit)) lib64tirpc-devel = 1.3.2-1.mga9 lib64tirpc-devel(aarch-64) = 1.3.2-1.mga9 libtirpc-devel = 1.3.2-1.mga9 pkgconfig(libtirpc) = 1.3.2 tirpc-devel = 1.3.2-1.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: devel(libgssapi_krb5(64bit)) pkgconfig
Processing files: libtirpc-debugsource-1.3.2-1.mga9.aarch64
Provides: libtirpc-debugsource = 1.3.2-1.mga9 libtirpc-debugsource(aarch-64) = 1.3.2-1.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: lib64tirpc3-debuginfo-1.3.2-1.mga9.aarch64
Provides: debuginfo(build-id) = 1c911729c3ad04e6bde4117bfa9d947337ba097c lib64tirpc3-debuginfo = 1.3.2-1.mga9 lib64tirpc3-debuginfo(aarch-64) = 1.3.2-1.mga9
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: libtirpc-debugsource(aarch-64) = 1.3.2-1.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/libtirpc-1.3.2-1.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64tirpc3-1.3.2-1.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64tirpc-devel-1.3.2-1.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64tirpc3-debuginfo-1.3.2-1.mga9.aarch64.rpm
Wrote: /home/iurt/rpmbuild/RPMS/aarch64/libtirpc-debugsource-1.3.2-1.mga9.aarch64.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.BeIa1Y
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd libtirpc-1.3.2
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/libtirpc-1.3.2-1.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YvKN3i
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf libtirpc-1.3.2
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!