ntirpc
ntirpc copied to clipboard
4.3: build fails
Looks like sometbing is wrong and build fails
One thing strange in that linking command is that it tries to libk with libnsl. On Linux that library contains only NIS/NIS+ ABI. and should not be used Just checked cmake output
+ /usr/bin/cmake -B x86_64-redhat-linux-gnu -D BUILD_SHARED_LIBS=ON -D CMAKE_AR=/usr/bin/gcc-ar -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_FLAGS_RELEASE=-DNDEBUG -D CMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -D CMAKE_Fortran_FLAGS_RELEASE=-DNDEBUG -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_NM=/usr/bin/gcc-nm -D CMAKE_RANLIB=/usr/bin/gcc-ranlib -D CMAKE_VERBOSE_MAKEFILE=ON -D INCLUDE_INSTALL_DIR=/usr/include -D LIB_INSTALL_DIR=/usr/lib64 -D LIB_SUFFIX=64 -D SHARE_INSTALL_PREFIX=/usr/share -D SYSCONF_INSTALL_DIR=/etc -S . -D TIRPC_EPOLL=ON -D USE_GSS=ON -D USE_LTTNG=OFF -D USE_RPC_RDMA=OFF
CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The C compiler identification is GNU 13.0.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Warning (dev) at CMakeLists.txt:30 (set):
Cannot set "NTIRPC_VERSION_EMBED": current scope has no parent.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at CMakeLists.txt:31 (set):
Cannot set "NTIRPC_VERSION_BASE_EMBED": current scope has no parent.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at CMakeLists.txt:32 (set):
Cannot set "NTIRPC_VERSION_EXTRA_EMBED": current scope has no parent.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at CMakeLists.txt:33 (set):
Cannot set "NTIRPC_ABI_EMBED": current scope has no parent.
This warning is for project developers. Use -Wno-dev to suppress it.
-- OVERRIDE_INSTALL_PREFIX =
-- found krb5-config here /usr/bin/krb5-config
-- Found kerberos 5 headers:
-- Found kerberos 5 libs: /usr/lib64/libkrb5.so;/usr/lib64/libk5crypto.so;/usr/lib64/libcom_err.so;/usr/lib64/libgssapi_krb5.so
-- Looking for include file stdbool.h
-- Looking for include file stdbool.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for include file sys/epoll.h
-- Looking for include file sys/epoll.h - found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Found EPOLL: 1
-- Found NSL: /usr/lib64/libnsl.so
--
-- -------------------------------------------------------
-- TIRPC_EPOLL = TRUE
-- USE_RPC_RDMA = OFF
-- USE_GSS = ON
-- USE_PROFILE = OFF
-- USE_LTTNG_NTIRPC = OFF
-- Configuring done (1.5s)
-- Generating done (0.0s)
Looks like cmake blindly checks is that library is available and adds it to list of libraries. Neverthe less it is kind of secondaty issue.
"undefined reference to assert" is not one I've seen before. It's like is somehow got a partial release build and a partial development build?
Highly unlikely. FYI I'm usimg autogenerated from git tag tar ball Full build log
Complete!
warning: Downloading https://github.com/nfs-ganesha/ntirpc//archive/v4.3/libntirpc-4.3.tar.gz to /home/tkloczko/rpmbuild/SOURCES/libntirpc-4.3.tar.gz
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Md65Wl
+ umask 022
+ cd /home/tkloczko/rpmbuild/BUILD
+ cd /home/tkloczko/rpmbuild/BUILD
+ rm -rf ntirpc-4.3
+ /usr/bin/gzip -dc /home/tkloczko/rpmbuild/SOURCES/libntirpc-4.3.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd ntirpc-4.3
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1rrwjY
+ umask 022
+ cd /home/tkloczko/rpmbuild/BUILD
+ ASMFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
+ CFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
+ CXXFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
+ FFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules'
+ FCFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules'
+ LDFLAGS='-Wl,--gc-sections -Wl,--as-needed -flto=auto -flto-partition=none -fuse-linker-plugin -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--build-id=sha1'
+ RUSTFLAGS='-C codegen-units=1 -C debuginfo=2 -C opt-level=2 -C link-arg=-fdata-sections -C link-arg=-ffunction-sections -C link-arg=-Wl,--as-needed -C link-arg=-Wl,-z,now -C link-arg=-Wl,-z,relro --cap-lints=warn'
+ VALAFLAGS=-g
+ CC=/usr/bin/gcc
+ CXX=/usr/bin/g++
+ FC=/usr/bin/gfortran
+ AR=/usr/bin/gcc-ar
+ NM=/usr/bin/gcc-nm
+ RANLIB=/usr/bin/gcc-ranlib
+ export ASMFLAGS CFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS VALAFLAGS CC CXX FC AR NM RANLIB RUSTFLAGS VALAFLAGS
+ cd ntirpc-4.3
+ ASMFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
+ CFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
+ CXXFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
+ FFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules'
+ FCFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules'
+ LDFLAGS='-Wl,--gc-sections -Wl,--as-needed -flto=auto -flto-partition=none -fuse-linker-plugin -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--build-id=sha1'
+ RUSTFLAGS='-C codegen-units=1 -C debuginfo=2 -C opt-level=2 -C link-arg=-fdata-sections -C link-arg=-ffunction-sections -C link-arg=-Wl,--as-needed -C link-arg=-Wl,-z,now -C link-arg=-Wl,-z,relro --cap-lints=warn'
+ VALAFLAGS=-g
+ CC=/usr/bin/gcc
+ CXX=/usr/bin/g++
+ FC=/usr/bin/gfortran
+ AR=/usr/bin/gcc-ar
+ NM=/usr/bin/gcc-nm
+ RANLIB=/usr/bin/gcc-ranlib
+ export ASMFLAGS CFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS VALAFLAGS CC CXX FC AR NM RANLIB RUSTFLAGS VALAFLAGS
+ /usr/bin/cmake -B x86_64-redhat-linux-gnu -D BUILD_SHARED_LIBS=ON -D CMAKE_AR=/usr/bin/gcc-ar -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_FLAGS_RELEASE=-DNDEBUG -D CMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -D CMAKE_Fortran_FLAGS_RELEASE=-DNDEBUG -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_NM=/usr/bin/gcc-nm -D CMAKE_RANLIB=/usr/bin/gcc-ranlib -D CMAKE_VERBOSE_MAKEFILE=ON -D INCLUDE_INSTALL_DIR=/usr/include -D LIB_INSTALL_DIR=/usr/lib64 -D LIB_SUFFIX=64 -D SHARE_INSTALL_PREFIX=/usr/share -D SYSCONF_INSTALL_DIR=/etc -S . -D TIRPC_EPOLL=ON -D USE_GSS=ON -D USE_LTTNG=OFF -D USE_RPC_RDMA=OFF
CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The C compiler identification is GNU 13.0.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
CMake Warning (dev) at CMakeLists.txt:30 (set):
Cannot set "NTIRPC_VERSION_EMBED": current scope has no parent.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at CMakeLists.txt:31 (set):
Cannot set "NTIRPC_VERSION_BASE_EMBED": current scope has no parent.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at CMakeLists.txt:32 (set):
Cannot set "NTIRPC_VERSION_EXTRA_EMBED": current scope has no parent.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at CMakeLists.txt:33 (set):
Cannot set "NTIRPC_ABI_EMBED": current scope has no parent.
This warning is for project developers. Use -Wno-dev to suppress it.
-- OVERRIDE_INSTALL_PREFIX =
-- found krb5-config here /usr/bin/krb5-config
-- Found kerberos 5 headers:
-- Found kerberos 5 libs: /usr/lib64/libkrb5.so;/usr/lib64/libk5crypto.so;/usr/lib64/libcom_err.so;/usr/lib64/libgssapi_krb5.so
-- Looking for include file stdbool.h
-- Looking for include file stdbool.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for include file sys/epoll.h
-- Looking for include file sys/epoll.h - found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Found EPOLL: 1
-- Found NSL: /usr/lib64/libnsl.so
--
-- -------------------------------------------------------
-- TIRPC_EPOLL = TRUE
-- USE_RPC_RDMA = OFF
-- USE_GSS = ON
-- USE_PROFILE = OFF
-- USE_LTTNG_NTIRPC = OFF
-- Configuring done (1.6s)
-- Generating done (0.0s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXX_FLAGS_RELEASE
CMAKE_Fortran_FLAGS_RELEASE
INCLUDE_INSTALL_DIR
LIB_SUFFIX
SHARE_INSTALL_PREFIX
SYSCONF_INSTALL_DIR
-- Build files have been written to: /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu
+ /usr/bin/cmake --build x86_64-redhat-linux-gnu -j48 --verbose
/usr/bin/cmake -S/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3 -B/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/CMakeFiles /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu//CMakeFiles/progress.marks
/usr/bin/gmake -f CMakeFiles/Makefile2 all
gmake[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu'
/usr/bin/gmake -f src/CMakeFiles/ntirpc.dir/build.make src/CMakeFiles/ntirpc.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3 /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src/CMakeFiles/ntirpc.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu'
/usr/bin/gmake -f src/CMakeFiles/ntirpc.dir/build.make src/CMakeFiles/ntirpc.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu'
[ 1%] Building C object src/CMakeFiles/ntirpc.dir/auth_none.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/auth_none.c.o -MF CMakeFiles/ntirpc.dir/auth_none.c.o.d -o CMakeFiles/ntirpc.dir/auth_none.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/auth_none.c
[ 5%] Building C object src/CMakeFiles/ntirpc.dir/authunix_prot.c.o
[ 5%] Building C object src/CMakeFiles/ntirpc.dir/auth_unix.c.o
[ 8%] Building C object src/CMakeFiles/ntirpc.dir/bindresvport.c.o
[ 8%] Building C object src/CMakeFiles/ntirpc.dir/bsd_epoll.c.o
[ 10%] Building C object src/CMakeFiles/ntirpc.dir/clnt_bcast.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/authunix_prot.c.o -MF CMakeFiles/ntirpc.dir/authunix_prot.c.o.d -o CMakeFiles/ntirpc.dir/authunix_prot.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/authunix_prot.c
[ 13%] Building C object src/CMakeFiles/ntirpc.dir/clnt_dg.c.o
[ 13%] Building C object src/CMakeFiles/ntirpc.dir/city.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/auth_unix.c.o -MF CMakeFiles/ntirpc.dir/auth_unix.c.o.d -o CMakeFiles/ntirpc.dir/auth_unix.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/auth_unix.c
[ 15%] Building C object src/CMakeFiles/ntirpc.dir/clnt_generic.c.o
[ 16%] Building C object src/CMakeFiles/ntirpc.dir/clnt_perror.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/bindresvport.c.o -MF CMakeFiles/ntirpc.dir/bindresvport.c.o.d -o CMakeFiles/ntirpc.dir/bindresvport.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/bindresvport.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/bsd_epoll.c.o -MF CMakeFiles/ntirpc.dir/bsd_epoll.c.o.d -o CMakeFiles/ntirpc.dir/bsd_epoll.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/bsd_epoll.c
[ 18%] Building C object src/CMakeFiles/ntirpc.dir/clnt_raw.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/city.c.o -MF CMakeFiles/ntirpc.dir/city.c.o.d -o CMakeFiles/ntirpc.dir/city.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/city.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/clnt_bcast.c.o -MF CMakeFiles/ntirpc.dir/clnt_bcast.c.o.d -o CMakeFiles/ntirpc.dir/clnt_bcast.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/clnt_bcast.c
[ 20%] Building C object src/CMakeFiles/ntirpc.dir/clnt_simple.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/clnt_dg.c.o -MF CMakeFiles/ntirpc.dir/clnt_dg.c.o.d -o CMakeFiles/ntirpc.dir/clnt_dg.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/clnt_dg.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/clnt_generic.c.o -MF CMakeFiles/ntirpc.dir/clnt_generic.c.o.d -o CMakeFiles/ntirpc.dir/clnt_generic.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/clnt_generic.c
[ 22%] Building C object src/CMakeFiles/ntirpc.dir/getnetconfig.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/clnt_perror.c.o -MF CMakeFiles/ntirpc.dir/clnt_perror.c.o.d -o CMakeFiles/ntirpc.dir/clnt_perror.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/clnt_perror.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/clnt_raw.c.o -MF CMakeFiles/ntirpc.dir/clnt_raw.c.o.d -o CMakeFiles/ntirpc.dir/clnt_raw.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/clnt_raw.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/clnt_simple.c.o -MF CMakeFiles/ntirpc.dir/clnt_simple.c.o.d -o CMakeFiles/ntirpc.dir/clnt_simple.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/clnt_simple.c
[ 23%] Building C object src/CMakeFiles/ntirpc.dir/getrpcent.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/getnetconfig.c.o -MF CMakeFiles/ntirpc.dir/getnetconfig.c.o.d -o CMakeFiles/ntirpc.dir/getnetconfig.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/getnetconfig.c
[ 25%] Building C object src/CMakeFiles/ntirpc.dir/getnetpath.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/getrpcent.c.o -MF CMakeFiles/ntirpc.dir/getrpcent.c.o.d -o CMakeFiles/ntirpc.dir/getrpcent.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/getrpcent.c
[ 27%] Building C object src/CMakeFiles/ntirpc.dir/clnt_vc.c.o
[ 28%] Building C object src/CMakeFiles/ntirpc.dir/getpeereid.c.o
[ 30%] Building C object src/CMakeFiles/ntirpc.dir/pmap_prot.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/getnetpath.c.o -MF CMakeFiles/ntirpc.dir/getnetpath.c.o.d -o CMakeFiles/ntirpc.dir/getnetpath.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/getnetpath.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/clnt_vc.c.o -MF CMakeFiles/ntirpc.dir/clnt_vc.c.o.d -o CMakeFiles/ntirpc.dir/clnt_vc.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/clnt_vc.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/getpeereid.c.o -MF CMakeFiles/ntirpc.dir/getpeereid.c.o.d -o CMakeFiles/ntirpc.dir/getpeereid.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/getpeereid.c
[ 32%] Building C object src/CMakeFiles/ntirpc.dir/rpc_commondata.c.o
[ 33%] Building C object src/CMakeFiles/ntirpc.dir/pmap_prot2.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/pmap_prot.c.o -MF CMakeFiles/ntirpc.dir/pmap_prot.c.o.d -o CMakeFiles/ntirpc.dir/pmap_prot.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/pmap_prot.c
[ 37%] Building C object src/CMakeFiles/ntirpc.dir/mt_misc.c.o
[ 37%] Building C object src/CMakeFiles/ntirpc.dir/pmap_rmt.c.o
[ 38%] Building C object src/CMakeFiles/ntirpc.dir/rbtree_x.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rpc_commondata.c.o -MF CMakeFiles/ntirpc.dir/rpc_commondata.c.o.d -o CMakeFiles/ntirpc.dir/rpc_commondata.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rpc_commondata.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/pmap_prot2.c.o -MF CMakeFiles/ntirpc.dir/pmap_prot2.c.o.d -o CMakeFiles/ntirpc.dir/pmap_prot2.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/pmap_prot2.c
[ 40%] Building C object src/CMakeFiles/ntirpc.dir/rbtree.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rbtree_x.c.o -MF CMakeFiles/ntirpc.dir/rbtree_x.c.o.d -o CMakeFiles/ntirpc.dir/rbtree_x.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rbtree_x.c
[ 44%] Building C object src/CMakeFiles/ntirpc.dir/rpc_dtablesize.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/mt_misc.c.o -MF CMakeFiles/ntirpc.dir/mt_misc.c.o.d -o CMakeFiles/ntirpc.dir/mt_misc.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/mt_misc.c
[ 45%] Building C object src/CMakeFiles/ntirpc.dir/rpc_callmsg.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/pmap_rmt.c.o -MF CMakeFiles/ntirpc.dir/pmap_rmt.c.o.d -o CMakeFiles/ntirpc.dir/pmap_rmt.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/pmap_rmt.c
[ 45%] Building C object src/CMakeFiles/ntirpc.dir/rpc_prot.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rbtree.c.o -MF CMakeFiles/ntirpc.dir/rbtree.c.o.d -o CMakeFiles/ntirpc.dir/rbtree.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rbtree.c
[ 49%] Building C object src/CMakeFiles/ntirpc.dir/rpc_dplx_msg.c.o
[ 49%] Building C object src/CMakeFiles/ntirpc.dir/rpc_crc32.c.o
[ 50%] Building C object src/CMakeFiles/ntirpc.dir/rpcb_clnt.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rpc_prot.c.o -MF CMakeFiles/ntirpc.dir/rpc_prot.c.o.d -o CMakeFiles/ntirpc.dir/rpc_prot.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rpc_prot.c
[ 52%] Building C object src/CMakeFiles/ntirpc.dir/rpc_generic.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rpc_callmsg.c.o -MF CMakeFiles/ntirpc.dir/rpc_callmsg.c.o.d -o CMakeFiles/ntirpc.dir/rpc_callmsg.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rpc_callmsg.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rpc_dtablesize.c.o -MF CMakeFiles/ntirpc.dir/rpc_dtablesize.c.o.d -o CMakeFiles/ntirpc.dir/rpc_dtablesize.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rpc_dtablesize.c
[ 55%] Building C object src/CMakeFiles/ntirpc.dir/rpcb_st_xdr.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rpc_dplx_msg.c.o -MF CMakeFiles/ntirpc.dir/rpc_dplx_msg.c.o.d -o CMakeFiles/ntirpc.dir/rpc_dplx_msg.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rpc_dplx_msg.c
[ 55%] Building C object src/CMakeFiles/ntirpc.dir/rpcb_prot.c.o
[ 59%] Building C object src/CMakeFiles/ntirpc.dir/svc.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rpc_crc32.c.o -MF CMakeFiles/ntirpc.dir/rpc_crc32.c.o.d -o CMakeFiles/ntirpc.dir/rpc_crc32.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rpc_crc32.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rpc_generic.c.o -MF CMakeFiles/ntirpc.dir/rpc_generic.c.o.d -o CMakeFiles/ntirpc.dir/rpc_generic.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rpc_generic.c
[ 59%] Building C object src/CMakeFiles/ntirpc.dir/strlcpy.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rpcb_clnt.c.o -MF CMakeFiles/ntirpc.dir/rpcb_clnt.c.o.d -o CMakeFiles/ntirpc.dir/rpcb_clnt.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rpcb_clnt.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rpcb_prot.c.o -MF CMakeFiles/ntirpc.dir/rpcb_prot.c.o.d -o CMakeFiles/ntirpc.dir/rpcb_prot.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rpcb_prot.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/rpcb_st_xdr.c.o -MF CMakeFiles/ntirpc.dir/rpcb_st_xdr.c.o.d -o CMakeFiles/ntirpc.dir/rpcb_st_xdr.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/rpcb_st_xdr.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/strlcpy.c.o -MF CMakeFiles/ntirpc.dir/strlcpy.c.o.d -o CMakeFiles/ntirpc.dir/strlcpy.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/strlcpy.c
[ 61%] Building C object src/CMakeFiles/ntirpc.dir/svc_auth.c.o
[ 64%] Building C object src/CMakeFiles/ntirpc.dir/svc_auth_unix.c.o
[ 66%] Building C object src/CMakeFiles/ntirpc.dir/svc_auth_none.c.o
[ 66%] Building C object src/CMakeFiles/ntirpc.dir/svc_dg.c.o
[ 67%] Building C object src/CMakeFiles/ntirpc.dir/svc_generic.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc.c.o -MF CMakeFiles/ntirpc.dir/svc.c.o.d -o CMakeFiles/ntirpc.dir/svc.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_auth.c.o -MF CMakeFiles/ntirpc.dir/svc_auth.c.o.d -o CMakeFiles/ntirpc.dir/svc_auth.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_auth.c
[ 71%] Building C object src/CMakeFiles/ntirpc.dir/svc_raw.c.o
[ 71%] Building C object src/CMakeFiles/ntirpc.dir/svc_rqst.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_auth_unix.c.o -MF CMakeFiles/ntirpc.dir/svc_auth_unix.c.o.d -o CMakeFiles/ntirpc.dir/svc_auth_unix.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_auth_unix.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_auth_none.c.o -MF CMakeFiles/ntirpc.dir/svc_auth_none.c.o.d -o CMakeFiles/ntirpc.dir/svc_auth_none.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_auth_none.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_dg.c.o -MF CMakeFiles/ntirpc.dir/svc_dg.c.o.d -o CMakeFiles/ntirpc.dir/svc_dg.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_dg.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_generic.c.o -MF CMakeFiles/ntirpc.dir/svc_generic.c.o.d -o CMakeFiles/ntirpc.dir/svc_generic.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_generic.c
[ 72%] Building C object src/CMakeFiles/ntirpc.dir/svc_simple.c.o
[ 74%] Building C object src/CMakeFiles/ntirpc.dir/svc_vc.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_raw.c.o -MF CMakeFiles/ntirpc.dir/svc_raw.c.o.d -o CMakeFiles/ntirpc.dir/svc_raw.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_raw.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_rqst.c.o -MF CMakeFiles/ntirpc.dir/svc_rqst.c.o.d -o CMakeFiles/ntirpc.dir/svc_rqst.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_rqst.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_simple.c.o -MF CMakeFiles/ntirpc.dir/svc_simple.c.o.d -o CMakeFiles/ntirpc.dir/svc_simple.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_simple.c
[ 77%] Building C object src/CMakeFiles/ntirpc.dir/svc_xprt.c.o
[ 77%] Building C object src/CMakeFiles/ntirpc.dir/xdr.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_vc.c.o -MF CMakeFiles/ntirpc.dir/svc_vc.c.o.d -o CMakeFiles/ntirpc.dir/svc_vc.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_vc.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_xprt.c.o -MF CMakeFiles/ntirpc.dir/svc_xprt.c.o.d -o CMakeFiles/ntirpc.dir/svc_xprt.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_xprt.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/xdr.c.o -MF CMakeFiles/ntirpc.dir/xdr.c.o.d -o CMakeFiles/ntirpc.dir/xdr.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr.c
[ 79%] Building C object src/CMakeFiles/ntirpc.dir/xdr_float.c.o
[ 81%] Building C object src/CMakeFiles/ntirpc.dir/xdr_mem.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/xdr_float.c.o -MF CMakeFiles/ntirpc.dir/xdr_float.c.o.d -o CMakeFiles/ntirpc.dir/xdr_float.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_float.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/xdr_mem.c.o -MF CMakeFiles/ntirpc.dir/xdr_mem.c.o.d -o CMakeFiles/ntirpc.dir/xdr_mem.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c
[ 83%] Building C object src/CMakeFiles/ntirpc.dir/xdr_reference.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/xdr_reference.c.o -MF CMakeFiles/ntirpc.dir/xdr_reference.c.o.d -o CMakeFiles/ntirpc.dir/xdr_reference.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_reference.c
[ 84%] Building C object src/CMakeFiles/ntirpc.dir/xdr_ioq.c.o
[ 86%] Building C object src/CMakeFiles/ntirpc.dir/svc_ioq.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/xdr_ioq.c.o -MF CMakeFiles/ntirpc.dir/xdr_ioq.c.o.d -o CMakeFiles/ntirpc.dir/xdr_ioq.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_ioq.c
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_ioq.c.o -MF CMakeFiles/ntirpc.dir/svc_ioq.c.o.d -o CMakeFiles/ntirpc.dir/svc_ioq.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_ioq.c
[ 88%] Building C object src/CMakeFiles/ntirpc.dir/work_pool.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/work_pool.c.o -MF CMakeFiles/ntirpc.dir/work_pool.c.o.d -o CMakeFiles/ntirpc.dir/work_pool.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/work_pool.c
[ 89%] Building C object src/CMakeFiles/ntirpc.dir/auth_gss.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/auth_gss.c.o -MF CMakeFiles/ntirpc.dir/auth_gss.c.o.d -o CMakeFiles/ntirpc.dir/auth_gss.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/auth_gss.c
[ 91%] Building C object src/CMakeFiles/ntirpc.dir/authgss_hash.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/authgss_hash.c.o -MF CMakeFiles/ntirpc.dir/authgss_hash.c.o.d -o CMakeFiles/ntirpc.dir/authgss_hash.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/authgss_hash.c
[ 93%] Building C object src/CMakeFiles/ntirpc.dir/authgss_prot.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/authgss_prot.c.o -MF CMakeFiles/ntirpc.dir/authgss_prot.c.o.d -o CMakeFiles/ntirpc.dir/authgss_prot.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/authgss_prot.c
[ 94%] Building C object src/CMakeFiles/ntirpc.dir/svc_auth_gss.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/gcc -DHAVE_CONFIG_H -DINET6 -DPORTMAP -D_GNU_SOURCE -Dntirpc_EXPORTS -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -fPIC -MD -MT src/CMakeFiles/ntirpc.dir/svc_auth_gss.c.o -MF CMakeFiles/ntirpc.dir/svc_auth_gss.c.o.d -o CMakeFiles/ntirpc.dir/svc_auth_gss.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_auth_gss.c
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c: In function 'xdrmem_ncreate':
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c:80:22: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
80 | xdrs->x_data = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c:81:28: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
81 | xdrs->x_v.vio_base = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c:82:28: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
82 | xdrs->x_v.vio_head = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c:85:36: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
85 | xdrs->x_v.vio_tail = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c:88:36: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
88 | xdrs->x_v.vio_tail = addr + size;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c:94:28: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
94 | xdrs->x_v.vio_wrap = addr + size;
| ^
In file included from /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c:54:
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c: In function 'xdrmem_putbufs':
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c:186:42: warning: pointer targets in passing argument 2 of '(_Bool (*)(struct rpc_xdr *, const char *, u_int))xdrs->x_ops->x_putbytes' differ in signedness [-Wpointer-sign]
186 | if (!XDR_PUTBYTES(xdrs, v->vio_head, v->vio_length))
| ~^~~~~~~~~~
| |
| uint8_t * {aka unsigned char *}
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc/rpc/xdr.h:311:44: note: in definition of macro 'XDR_PUTBYTES'
311 | (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
| ^~~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/xdr_mem.c:186:42: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
186 | if (!XDR_PUTBYTES(xdrs, v->vio_head, v->vio_length))
| ~^~~~~~~~~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc/rpc/xdr.h:311:44: note: in definition of macro 'XDR_PUTBYTES'
311 | (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
| ^~~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_rqst.c: In function 'svc_rqst_epoll_loop':
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_rqst.c:1521:45: warning: pointer targets in passing argument 1 of 'atomic_inc_uint32_t' differ in signedness [-Wpointer-sign]
1521 | atomic_inc_uint32_t(&cc->cc_refcnt);
| ^~~~~~~~~~~~~~
| |
| int32_t * {aka int *}
In file included from /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc/rpc/types.h:189,
from /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/svc_rqst.c:38:
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc/misc/abstract_atomic.h:372:54: note: expected 'uint32_t *' {aka 'unsigned int *'} but argument is of type 'int32_t *' {aka 'int *'}
372 | static inline uint32_t atomic_inc_uint32_t(uint32_t *var)
| ~~~~~~~~~~^~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/work_pool.c: In function 'work_pool_submit':
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/work_pool.c:301:17: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration]
301 | assert(!wpt->wakeup);
| ^~~~~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/src/work_pool.c:59:1: note: 'assert' is defined in header '<assert.h>'; did you forget to '#include <assert.h>'?
58 | #include <urcu-bp.h>
+++ |+#include <assert.h>
59 |
[ 96%] Linking C shared library libntirpc.so
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/ntirpc.dir/link.txt --verbose=1
/usr/bin/gcc -fPIC -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -fPIC -DNDEBUG -Wl,--version-script=/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/libntirpc.map -Wl,--gc-sections -Wl,--as-needed -flto=auto -flto-partition=none -fuse-linker-plugin -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--build-id=sha1 -shared -Wl,-soname,libntirpc.so.4.3 -o libntirpc.so.4.3 CMakeFiles/ntirpc.dir/auth_none.c.o CMakeFiles/ntirpc.dir/auth_unix.c.o CMakeFiles/ntirpc.dir/authunix_prot.c.o CMakeFiles/ntirpc.dir/bindresvport.c.o CMakeFiles/ntirpc.dir/bsd_epoll.c.o CMakeFiles/ntirpc.dir/city.c.o CMakeFiles/ntirpc.dir/clnt_bcast.c.o CMakeFiles/ntirpc.dir/clnt_dg.c.o CMakeFiles/ntirpc.dir/clnt_generic.c.o CMakeFiles/ntirpc.dir/clnt_perror.c.o CMakeFiles/ntirpc.dir/clnt_raw.c.o CMakeFiles/ntirpc.dir/clnt_simple.c.o CMakeFiles/ntirpc.dir/clnt_vc.c.o CMakeFiles/ntirpc.dir/getnetconfig.c.o CMakeFiles/ntirpc.dir/getnetpath.c.o CMakeFiles/ntirpc.dir/getpeereid.c.o CMakeFiles/ntirpc.dir/getrpcent.c.o CMakeFiles/ntirpc.dir/mt_misc.c.o CMakeFiles/ntirpc.dir/pmap_prot.c.o CMakeFiles/ntirpc.dir/pmap_prot2.c.o CMakeFiles/ntirpc.dir/pmap_rmt.c.o CMakeFiles/ntirpc.dir/rbtree.c.o CMakeFiles/ntirpc.dir/rbtree_x.c.o CMakeFiles/ntirpc.dir/rpc_prot.c.o CMakeFiles/ntirpc.dir/rpc_callmsg.c.o CMakeFiles/ntirpc.dir/rpc_commondata.c.o CMakeFiles/ntirpc.dir/rpc_crc32.c.o CMakeFiles/ntirpc.dir/rpc_dplx_msg.c.o CMakeFiles/ntirpc.dir/rpc_dtablesize.c.o CMakeFiles/ntirpc.dir/rpc_generic.c.o CMakeFiles/ntirpc.dir/rpcb_clnt.c.o CMakeFiles/ntirpc.dir/rpcb_prot.c.o CMakeFiles/ntirpc.dir/rpcb_st_xdr.c.o CMakeFiles/ntirpc.dir/strlcpy.c.o CMakeFiles/ntirpc.dir/svc.c.o CMakeFiles/ntirpc.dir/svc_auth.c.o CMakeFiles/ntirpc.dir/svc_auth_unix.c.o CMakeFiles/ntirpc.dir/svc_auth_none.c.o CMakeFiles/ntirpc.dir/svc_dg.c.o CMakeFiles/ntirpc.dir/svc_generic.c.o CMakeFiles/ntirpc.dir/svc_raw.c.o CMakeFiles/ntirpc.dir/svc_rqst.c.o CMakeFiles/ntirpc.dir/svc_simple.c.o CMakeFiles/ntirpc.dir/svc_vc.c.o CMakeFiles/ntirpc.dir/svc_xprt.c.o CMakeFiles/ntirpc.dir/xdr.c.o CMakeFiles/ntirpc.dir/xdr_float.c.o CMakeFiles/ntirpc.dir/xdr_mem.c.o CMakeFiles/ntirpc.dir/xdr_reference.c.o CMakeFiles/ntirpc.dir/xdr_ioq.c.o CMakeFiles/ntirpc.dir/svc_ioq.c.o CMakeFiles/ntirpc.dir/work_pool.c.o CMakeFiles/ntirpc.dir/auth_gss.c.o CMakeFiles/ntirpc.dir/authgss_hash.c.o CMakeFiles/ntirpc.dir/authgss_prot.c.o CMakeFiles/ntirpc.dir/svc_auth_gss.c.o -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 -lurcu-bp -lnsl
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src && /usr/bin/cmake -E cmake_symlink_library libntirpc.so.4.3 libntirpc.so.4.3 libntirpc.so
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu'
[ 96%] Built target ntirpc
/usr/bin/gmake -f tests/CMakeFiles/rpcping.dir/build.make tests/CMakeFiles/rpcping.dir/depend
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3 /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/tests /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/tests /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/tests/CMakeFiles/rpcping.dir/DependInfo.cmake --color=
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu'
/usr/bin/gmake -f tests/CMakeFiles/rpcping.dir/build.make tests/CMakeFiles/rpcping.dir/build
gmake[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu'
[ 98%] Building C object tests/CMakeFiles/rpcping.dir/rpcping.c.o
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/tests && /usr/bin/gcc -DHAVE_CONFIG_H -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/ntirpc -I/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -fPIE -MD -MT tests/CMakeFiles/rpcping.dir/rpcping.c.o -MF CMakeFiles/rpcping.dir/rpcping.c.o.d -o CMakeFiles/rpcping.dir/rpcping.c.o -c /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/tests/rpcping.c
[100%] Linking C executable rpcping
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/rpcping.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,--gc-sections -Wl,--as-needed -flto=auto -flto-partition=none -fuse-linker-plugin -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--build-id=sha1 -rdynamic CMakeFiles/rpcping.dir/rpcping.c.o -o rpcping -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu/src ../src/libntirpc.so.4.3 -ldl -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 -lurcu-bp -lnsl
/usr/bin/ld: ../src/libntirpc.so.4.3: undefined reference to `assert'
collect2: error: ld returned 1 exit status
gmake[2]: *** [tests/CMakeFiles/rpcping.dir/build.make:107: tests/rpcping] Error 1
gmake[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu'
gmake[1]: *** [CMakeFiles/Makefile2:226: tests/CMakeFiles/rpcping.dir/all] Error 2
gmake[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-4.3/x86_64-redhat-linux-gnu'
gmake: *** [Makefile:159: all] Error 2
Undeclared assert... That's extremely odd. The assert() implementation is provided by glibc-devel on fedora, so it should be installed on an RPM-based system if you're able to build anything at all. Are you by any chance using a different libc?
Nope .. I'm using glibc-devel from fedora rawhide. Build env is spawned from minimal build env + all build dependencies. On install list is glibc-devel and there is no any chance thay in such env is instaled other glibc.
Okay, so maybe it's a rawhide issue. I'll have to try to dust off my rawhide system and update it.
Just tested 5.0 and build failds with the same erroe
[tkloczko@pers-jacek x86_64-redhat-linux-gnu]$ make
/usr/bin/cmake -S/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0 -B/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu/CMakeFiles /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu'
make -f src/CMakeFiles/ntirpc.dir/build.make src/CMakeFiles/ntirpc.dir/depend
make[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0 /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu/src /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu/src/CMakeFiles/ntirpc.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu'
make -f src/CMakeFiles/ntirpc.dir/build.make src/CMakeFiles/ntirpc.dir/build
make[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu'
make[2]: Nothing to be done for 'src/CMakeFiles/ntirpc.dir/build'.
make[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu'
[ 96%] Built target ntirpc
make -f tests/CMakeFiles/rpcping.dir/build.make tests/CMakeFiles/rpcping.dir/depend
make[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu'
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0 /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/tests /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu/tests /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu/tests/CMakeFiles/rpcping.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu'
make -f tests/CMakeFiles/rpcping.dir/build.make tests/CMakeFiles/rpcping.dir/build
make[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu'
[ 98%] Linking C executable rpcping
cd /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/rpcping.dir/link.txt --verbose=1
/usr/bin/gcc -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -DNDEBUG -Wl,--gc-sections -Wl,--as-needed -flto=auto -flto-partition=none -fuse-linker-plugin -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,--build-id=sha1 -rdynamic CMakeFiles/rpcping.dir/rpcping.c.o -o rpcping -Wl,-rpath,/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/x86_64-redhat-linux-gnu/src ../src/libntirpc.so.5.0 -ldl -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 -lurcu-bp -lnsl
/usr/bin/ld: ../src/libntirpc.so.5.0: undefined reference to `assert'
collect2: error: ld returned 1 exit status
After rediect stdout I see now what is going on
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c: In function 'xdrmem_ncreate':
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:80:22: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
80 | xdrs->x_data = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:81:28: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
81 | xdrs->x_v.vio_base = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:82:28: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
82 | xdrs->x_v.vio_head = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:85:36: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
85 | xdrs->x_v.vio_tail = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:88:36: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
88 | xdrs->x_v.vio_tail = addr + size;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:94:28: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
94 | xdrs->x_v.vio_wrap = addr + size;
| ^
In file included from /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:54:
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c: In function 'xdrmem_putbufs':
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:186:42: warning: pointer targets in passing argument 2 of '(_Bool (*)(struct rpc_xdr *, const char *, u_int))xdrs->x_ops->x_putbytes' differ in signedness [-Wpointer-sign]
186 | if (!XDR_PUTBYTES(xdrs, v->vio_head, v->vio_length))
| ~^~~~~~~~~~
| |
| uint8_t * {aka unsigned char *}
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/ntirpc/rpc/xdr.h:311:44: note: in definition of macro 'XDR_PUTBYTES'
311 | (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
| ^~~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:186:42: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
186 | if (!XDR_PUTBYTES(xdrs, v->vio_head, v->vio_length))
| ~^~~~~~~~~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/ntirpc/rpc/xdr.h:311:44: note: in definition of macro 'XDR_PUTBYTES'
311 | (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
| ^~~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/svc_rqst.c: In function 'svc_rqst_epoll_loop':
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/svc_rqst.c:1521:45: warning: pointer targets in passing argument 1 of 'atomic_inc_uint32_t' differ in signedness [-Wpointer-sign]
1521 | atomic_inc_uint32_t(&cc->cc_refcnt);
| ^~~~~~~~~~~~~~
| |
| int32_t * {aka int *}
In file included from /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/ntirpc/rpc/types.h:189,
from /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/svc_rqst.c:38:
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/ntirpc/misc/abstract_atomic.h:372:54: note: expected 'uint32_t *' {aka 'unsigned int *'} but argument is of type 'int32_t *' {aka 'int *'}
372 | static inline uint32_t atomic_inc_uint32_t(uint32_t *var)
| ~~~~~~~~~~^~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/work_pool.c: In function 'work_pool_submit':
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/work_pool.c:301:17: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration]
301 | assert(!wpt->wakeup);
| ^~~~~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/work_pool.c:59:1: note: 'assert' is defined in header '<assert.h>'; did you forget to '#include <assert.h>'?
58 | #include <urcu-bp.h>
+++ |+#include <assert.h>
59 |
/usr/bin/ld: ../src/libntirpc.so.5.0: undefined reference to `assert'
collect2: error: ld returned 1 exit status
Below patch fixes build issue
--- a/src/work_pool.c
+++ b/src/work_pool.c
@@ -56,6 +56,7 @@
#include <errno.h>
#include <intrinsic.h>
#include <urcu-bp.h>
+#include <assert.h>
#include <rpc/work_pool.h>
Rest of the warnings with above patch )it would be good to clean that as well)
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c: In function 'xdrmem_ncreate':
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:80:22: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
80 | xdrs->x_data = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:81:28: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
81 | xdrs->x_v.vio_base = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:82:28: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
82 | xdrs->x_v.vio_head = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:85:36: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
85 | xdrs->x_v.vio_tail = addr;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:88:36: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
88 | xdrs->x_v.vio_tail = addr + size;
| ^
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:94:28: warning: pointer targets in assignment from 'char *' to 'uint8_t *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign]
94 | xdrs->x_v.vio_wrap = addr + size;
| ^
In file included from /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:54:
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c: In function 'xdrmem_putbufs':
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:186:42: warning: pointer targets in passing argument 2 of '(_Bool (*)(struct rpc_xdr *, const char *, u_int))xdrs->x_ops->x_putbytes' differ in signedness [-Wpointer-sign]
186 | if (!XDR_PUTBYTES(xdrs, v->vio_head, v->vio_length))
| ~^~~~~~~~~~
| |
| uint8_t * {aka unsigned char *}
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/ntirpc/rpc/xdr.h:311:44: note: in definition of macro 'XDR_PUTBYTES'
311 | (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
| ^~~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/xdr_mem.c:186:42: note: expected 'const char *' but argument is of type 'uint8_t *' {aka 'unsigned char *'}
186 | if (!XDR_PUTBYTES(xdrs, v->vio_head, v->vio_length))
| ~^~~~~~~~~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/ntirpc/rpc/xdr.h:311:44: note: in definition of macro 'XDR_PUTBYTES'
311 | (*(xdrs)->x_ops->x_putbytes)(xdrs, addr, len)
| ^~~~
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/svc_rqst.c: In function 'svc_rqst_epoll_loop':
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/svc_rqst.c:1521:45: warning: pointer targets in passing argument 1 of 'atomic_inc_uint32_t' differ in signedness [-Wpointer-sign]
1521 | atomic_inc_uint32_t(&cc->cc_refcnt);
| ^~~~~~~~~~~~~~
| |
| int32_t * {aka int *}
In file included from /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/ntirpc/rpc/types.h:189,
from /home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/src/svc_rqst.c:38:
/home/tkloczko/rpmbuild/BUILD/ntirpc-5.0/ntirpc/misc/abstract_atomic.h:372:54: note: expected 'uint32_t *' {aka 'unsigned int *'} but argument is of type 'int32_t *' {aka 'int *'}
372 | static inline uint32_t atomic_inc_uint32_t(uint32_t *var)
| ~~~~~~~~~~^~~
Okay, so I've updated my rawhide machine, and I can still build fine, with no errors or warnings. I believe this is happening to you, but I'd like to understand why, so that I can reproduce, and avoid having these things happen in the future.
What is your cmake command line? What versions of glibc and gcc do you have?
Looks like this was fixed in pull request #279