+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/getdata.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Aab3Ng
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf getdata-0.10.0
+ /usr/bin/tar -xof -
+ /usr/bin/xz -dc /builddir/build/SOURCES/getdata-0.10.0.tar.xz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd getdata-0.10.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.p4c1H3
+ umask 022
+ cd /builddir/build/BUILD
+ cd getdata-0.10.0
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ '[' 1 = 1 ']'
+++ dirname ./configure
++ find . -name config.guess -o -name config.sub
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /usr/bin/rm -f ./config.guess
++ basename ./config.guess
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
'/usr/lib/rpm/redhat/config.guess' -> './config.guess'
+ for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub)
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /usr/bin/rm -f ./config.sub
++ basename ./config.sub
+ /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
'/usr/lib/rpm/redhat/config.sub' -> './config.sub'
+ '[' 1 = 1 ']'
+ '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']'
++ find . -name ltmain.sh
+ for i in $(find . -name ltmain.sh)
+ /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh
+ ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-static --enable-modules --disable-perl
*** Checking GetData configuration

checking build system type... riscv64-redhat-linux-gnu
checking host system type... riscv64-redhat-linux-gnu
checking whether to build the utilities... yes
checking whether to include the legacy API... no
checking whether to enable debugging messages... no
checking whether to build in ANSI C compliance mode... no
checking whether to run large tests... yes
checking whether to include the C++ bindings... yes
checking whether to include the Fortran 95 bindings... yes
checking whether to include the Fortran 77 bindings... yes
checking whether to include the IDL bindings... yes
checking whether to include the MATLAB bindings... yes
checking whether to include the Perl bindings... no
checking whether to include the Python bindings... yes
checking whether to include the PHP bindings... yes
checking whether to enable getdata modules... yes

*** Initialising build system

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether ln -s works... yes
checking for gawk... (cached) gawk
checking for a sed that does not truncate output... /usr/bin/sed
checking for date... date
checking for diff... diff
checking for jot... no
checking for printf... printf
checking for seq... seq
checking whether we're running under Msys... no

*** Checking host environment

checking whether riscv64-redhat-linux-gnu supports fast unaligned memory access... no
checking the directory separator... /
checking for extra LDFLAGS needed on riscv64-redhat-linux-gnu... none needed
checking whether the test suite can dynamically load objects... yes

*** Checking C compiler characteristics

checking for style of include used by make... GNU
checking for riscv64-redhat-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for riscv64-redhat-linux-gnu-gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking whether gcc and cc understand -c and -o together... yes
checking for gcc option to accept ISO C99... none needed
checking for ANSI C header files... (cached) yes
checking dependency style of gcc... none

*** Checking C++ compiler characteristics

checking for riscv64-redhat-linux-gnu-g++... no
checking for riscv64-redhat-linux-gnu-c++... no
checking for riscv64-redhat-linux-gnu-gpp... no
checking for riscv64-redhat-linux-gnu-aCC... no
checking for riscv64-redhat-linux-gnu-CC... no
checking for riscv64-redhat-linux-gnu-cxx... no
checking for riscv64-redhat-linux-gnu-cc++... no
checking for riscv64-redhat-linux-gnu-cl.exe... no
checking for riscv64-redhat-linux-gnu-FCC... no
checking for riscv64-redhat-linux-gnu-KCC... no
checking for riscv64-redhat-linux-gnu-RCC... no
checking for riscv64-redhat-linux-gnu-xlC_r... no
checking for riscv64-redhat-linux-gnu-xlC... no
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking whether g++ understands -c and -o together... yes

*** Checking Fortran 77 compiler characteristics

checking for riscv64-redhat-linux-gnu-g77... no
checking for riscv64-redhat-linux-gnu-xlf... no
checking for riscv64-redhat-linux-gnu-f77... no
checking for riscv64-redhat-linux-gnu-frt... no
checking for riscv64-redhat-linux-gnu-pgf77... no
checking for riscv64-redhat-linux-gnu-cf77... no
checking for riscv64-redhat-linux-gnu-fort77... no
checking for riscv64-redhat-linux-gnu-fl32... no
checking for riscv64-redhat-linux-gnu-af77... no
checking for riscv64-redhat-linux-gnu-xlf90... no
checking for riscv64-redhat-linux-gnu-f90... no
checking for riscv64-redhat-linux-gnu-pgf90... no
checking for riscv64-redhat-linux-gnu-pghpf... no
checking for riscv64-redhat-linux-gnu-epcf90... no
checking for riscv64-redhat-linux-gnu-gfortran... no
checking for riscv64-redhat-linux-gnu-g95... no
checking for riscv64-redhat-linux-gnu-xlf95... no
checking for riscv64-redhat-linux-gnu-f95... no
checking for riscv64-redhat-linux-gnu-fort... no
checking for riscv64-redhat-linux-gnu-ifort... no
checking for riscv64-redhat-linux-gnu-ifc... no
checking for riscv64-redhat-linux-gnu-efc... no
checking for riscv64-redhat-linux-gnu-pgfortran... no
checking for riscv64-redhat-linux-gnu-pgf95... no
checking for riscv64-redhat-linux-gnu-lf95... no
checking for riscv64-redhat-linux-gnu-ftn... no
checking for riscv64-redhat-linux-gnu-nagfor... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking whether gfortran understands -c and -o together... yes

*** Checking Fortran 90 compiler characteristics

checking for riscv64-redhat-linux-gnu-gfortran... no
checking for riscv64-redhat-linux-gnu-g95... no
checking for riscv64-redhat-linux-gnu-xlf95... no
checking for riscv64-redhat-linux-gnu-f95... no
checking for riscv64-redhat-linux-gnu-fort... no
checking for riscv64-redhat-linux-gnu-ifort... no
checking for riscv64-redhat-linux-gnu-ifc... no
checking for riscv64-redhat-linux-gnu-efc... no
checking for riscv64-redhat-linux-gnu-pgfortran... no
checking for riscv64-redhat-linux-gnu-pgf95... no
checking for riscv64-redhat-linux-gnu-lf95... no
checking for riscv64-redhat-linux-gnu-ftn... no
checking for riscv64-redhat-linux-gnu-nagfor... no
checking for riscv64-redhat-linux-gnu-xlf90... no
checking for riscv64-redhat-linux-gnu-f90... no
checking for riscv64-redhat-linux-gnu-pgf90... no
checking for riscv64-redhat-linux-gnu-pghpf... no
checking for riscv64-redhat-linux-gnu-epcf90... no
checking for riscv64-redhat-linux-gnu-g77... no
checking for riscv64-redhat-linux-gnu-xlf... no
checking for riscv64-redhat-linux-gnu-f77... no
checking for riscv64-redhat-linux-gnu-frt... no
checking for riscv64-redhat-linux-gnu-pgf77... no
checking for riscv64-redhat-linux-gnu-cf77... no
checking for riscv64-redhat-linux-gnu-fort77... no
checking for riscv64-redhat-linux-gnu-fl32... no
checking for riscv64-redhat-linux-gnu-af77... no
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking whether gfortran understands -c and -o together... yes
checking whether the Fortran 90 compiler works... yes

*** Building libtool

checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop
checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for riscv64-redhat-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for riscv64-redhat-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for riscv64-redhat-linux-gnu-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for riscv64-redhat-linux-gnu-strip... no
checking for strip... strip
checking for riscv64-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for riscv64-redhat-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool

*** Configuring the dynamic loader

checking for lt_dlinit in -lltdl... yes
checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for library containing pthread_mutex_lock... none required
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes

*** Checking additional compiler characteristics

checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking whether restrict can be applied to pointer array arguments... yes
checking whether gcc accepts -Wall... yes
checking whether gcc accepts -Wextra... yes
checking whether g++ accepts -Wall... yes
checking whether g++ accepts -Wextra... yes
checking whether gfortran accepts -Wall... yes
checking whether gfortran accepts -Wextra... yes
checking whether we are using the Intel Fortran-77 compiler... no
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...  -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lgfortran -lm
checking for dummy main to link with Fortran 77 libraries... none
checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore
checking whether gfortran accepts -Wall... yes
checking whether gfortran accepts -Wextra... yes
checking whether we are using the Intel Fortran compiler... no
checking if we're linking against the Microsoft C Run-Time... no

*** Looking for additional libraries

checking for library containing ceil... -lm
checking for library containing regcomp... none required
checking for library containing pcre_compile... no

*** Looking for additional header files

checking asm/unaligned.h usability... no
checking asm/unaligned.h presence... no
checking for asm/unaligned.h... no
checking Availability.h usability... no
checking Availability.h presence... no
checking for Availability.h... no
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking crtdefs.h usability... no
checking crtdefs.h presence... no
checking for crtdefs.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking features.h usability... yes
checking features.h presence... yes
checking for features.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for inttypes.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking libkern/OSByteOrder.h usability... no
checking libkern/OSByteOrder.h presence... no
checking for libkern/OSByteOrder.h... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required

*** Checking data types

checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking floating point endianness... little
checking for _Complex float... yes
checking for _Complex double... yes
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for off64_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for struct stat64... yes
checking for struct _stat64... no
checking for struct __stat64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking size of off_t... 8
checking size of size_t... 8
checking size of short int... 2
checking size of int... 4
checking size of long int... 8
checking size of long long int... 8
checking size of unsigned short int... 2
checking size of unsigned int... 4
checking size of unsigned long int... 8
checking size of unsigned long long int... 8
checking size of void *... 8

*** Looking for additional library functions

checking for basename... yes
checking for _chsize... no
checking for _chsize_s... no
checking for _commit... no
checking for dup2... yes
checking for fchmod... yes
checking for _fdopen... no
checking for fdopendir... yes
checking for _finite... no
checking for fpathconf... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for _fstat... no
checking for fstat64... yes
checking for _fstat64... no
checking for fstatat... yes
checking for fstatat64... yes
checking for fsync... yes
checking for ftello... yes
checking for ftello64... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getcwd... yes
checking for _getcwd... no
checking for getdelim... yes
checking for gmtime_r... yes
checking for kill... yes
checking for isnan... yes
checking for _isnan... no
checking for lseek64... yes
checking for _lseeki64... no
checking for lstat... yes
checking for lstat64... yes
checking for _mkdir... no
checking for nan... yes
checking for _open... no
checking for openat... yes
checking for pathconf... yes
checking for pcre_compile... no
checking for pipe... yes
checking for _read... no
checking for readdir_r... yes
checking for readlink... yes
checking for regcomp... yes
checking for renameat... yes
checking for _rmdir... no
checking for setrlimit... yes
checking for snprintf... yes
checking for _snprintf... no
checking for stat64... yes
checking for _stat64... no
checking for _strtoi64... no
checking for strtoll... yes
checking for strtoq... yes
checking for _strtoui64... no
checking for strtoull... yes
checking for strtouq... yes
checking for symlink... yes
checking for _unlink... no
checking for unlinkat... yes
checking for _write... no
checking for cabs... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether mkdir accepts two arguments... yes
checking whether isfinite is declared... yes
checking whether _strtoi64 is declared... no
checking whether _strtoui64 is declared... no
checking whether bswap16 is declared... no
checking whether bswap_16 is declared... yes
checking whether OSSwapInt16 is declared... no
checking whether get_unaligned is declared... no
checking whether put_unaligned is declared... no

*** Configuring Fortran bindings

checking for a sed that does not truncate output... (cached) /usr/bin/sed

*** Configuring interactive data language (IDL) bindings

checking whether C99 is supported... yes
checking for an IDL interpreter version >= 5.5... not found

*** Configuring MATLAB bindings

checking for mex... not found

*** Configuring PHP bindings

checking whether C99 is supported... yes
checking for php5-config... no
checking for php-config... no

*** Configuring Python bindings

checking for Python interpreter version >= 2.4... /usr/bin/python
checking if we're using a Python3 interpreter... no
checking /usr/bin/python version... DEPRECATION WARNING: python2 invoked with /usr/bin/python.
    Use /usr/bin/python3 or /usr/bin/python2
    /usr/bin/python will be removed or switched to Python 3 in the future.
    If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out
2.7
checking Python ABI version... 2.7
checking Python CPPFLAGS... DEPRECATION WARNING: python2 invoked with /usr/bin/python.
    Use /usr/bin/python3 or /usr/bin/python2
    /usr/bin/python will be removed or switched to Python 3 in the future.
    If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out
DEPRECATION WARNING: python2 invoked with /usr/bin/python.
    Use /usr/bin/python3 or /usr/bin/python2
    /usr/bin/python will be removed or switched to Python 3 in the future.
    If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out
-I/usr/include/python2.7
checking Python LDFLAGS... -L/usr/lib64 -lpython2.7
checking Python platform name... DEPRECATION WARNING: python2 invoked with /usr/bin/python.
    Use /usr/bin/python3 or /usr/bin/python2
    /usr/bin/python will be removed or switched to Python 3 in the future.
    If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out
linux-riscv64
checking Python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking Python object suffix... .so
checking whether Py_USING_UNICODE is declared... yes
checking for Unicode support in Python... yes
checking for PyCapsule_New... yes
checking for PyErr_NewExceptionWithDoc... yes
checking for NumPy... yes
checking NumPy CPPFLAGS... DEPRECATION WARNING: python2 invoked with /usr/bin/python.
    Use /usr/bin/python3 or /usr/bin/python2
    /usr/bin/python will be removed or switched to Python 3 in the future.
    If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out
-I/usr/lib64/python2.7/site-packages/numpy/core/include
checking for numpy/arrayobject.h... yes

*** Configuring bzip2 support

checking for BZ2_bzReadOpen in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for bzip2... /usr/bin/bzip2
checking for bunzip2... /usr/bin/bunzip2

*** Configuring flac support

checking for FLAC__stream_decoder_init_FILE in -lFLAC... yes
checking FLAC/all.h usability... yes
checking FLAC/all.h presence... yes
checking for FLAC/all.h... yes
checking for flac... no

*** Configuring gzip support

checking for gzopen in -lz... yes
checking for gzseek64... yes
checking for gztell64... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzip... /usr/bin/gzip
checking for gunzip... /usr/bin/gunzip

*** Configuring lzma support

checking for lzma_auto_decoder in -llzma... yes
checking lzma.h usability... yes
checking lzma.h presence... yes
checking for lzma.h... yes
checking for xz... /usr/bin/xz

*** Configuring slim support

checking for slimopen in -lslim... no
checking for slimdopen... no
checking for slimdrawsize... no
checking slimlib.h usability... no
checking slimlib.h presence... no
checking for slimlib.h... no
checking for slimdata... no
checking for slim... no
checking for unslim... no

*** Configuring zzip support

checking for zzip_open in -lzzip... yes
checking zzip/lib.h usability... yes
checking zzip/lib.h presence... yes
checking for zzip/lib.h... yes
checking for zip... /usr/bin/zip
checking for unzip... /usr/bin/unzip

*** Configuring zzslim support 

checking for slim support... no
checking for zzip support... yes

*** Writing configure output

checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/cxx/Makefile
config.status: creating bindings/cxx/test/Makefile
config.status: creating bindings/f77/Makefile
config.status: creating bindings/f77/test/Makefile
config.status: creating bindings/f77/test/test_getdata.f
config.status: creating bindings/idl/Makefile
config.status: creating bindings/idl/makedlm.sh
config.status: creating bindings/idl/test/Makefile
config.status: creating bindings/matlab/Makefile
config.status: creating bindings/matlab/make_contents.sh
config.status: creating bindings/matlab/test/Makefile
config.status: creating bindings/perl/Makefile
config.status: creating bindings/perl/src/Makefile.PL
config.status: creating bindings/php/Makefile
config.status: creating bindings/php/test/Makefile
config.status: creating bindings/python/Makefile
config.status: creating bindings/python/setup.py
config.status: creating bindings/python/test/Makefile
config.status: creating doc/Makefile
config.status: creating man/Makefile
config.status: creating man/gd_alter_encoding.3in
config.status: creating man/gd_alter_endianness.3in
config.status: creating man/gd_alter_frameoffset.3in
config.status: creating src/Makefile
config.status: creating src/getdata.h.in2
config.status: creating src/getdata.pc
config.status: creating test/Makefile
config.status: creating util/Makefile
config.status: creating src/gd_config.h
config.status: creating src/getdata.h
config.status: executing depfiles commands
config.status: executing libtool commands

Configuration summary: 
  Build platform:                riscv64-redhat-linux-gnu
  ANSI C compatibility mode:     no
  Legacy API:                    no
  Verbose debugging:             no
  Fast unaligned memory access:  no
  Regular expression support:    posix
  Use modules:                   yes
  Thread-safe dynamic loading:   yes

  Supported internal encodings:  raw ascii sie
  Supported external encodings:  bzip2 flac gzip lzma zzip
  Unsupported encodings:         slim zzslim

  Bindings built:                C++ Fortran-77 Fortran-95 Python
  Bindings not built:            IDL MATLAB PHP Perl

+ sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+ make -j4
Making all in src
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/src'
make  all-am
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o add.lo add.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o ascii.lo ascii.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o close.lo close.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o common.lo common.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ascii.c  -fPIC -DPIC -o .libs/ascii.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c common.c  -fPIC -DPIC -o .libs/common.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c close.c  -fPIC -DPIC -o .libs/close.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c add.c  -fPIC -DPIC -o .libs/add.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o compat.lo compat.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o constant.lo constant.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c compat.c  -fPIC -DPIC -o .libs/compat.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c constant.c  -fPIC -DPIC -o .libs/constant.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o del.lo del.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o encoding.lo encoding.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c del.c  -fPIC -DPIC -o .libs/del.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c encoding.c  -fPIC -DPIC -o .libs/encoding.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o endian.lo endian.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c endian.c  -fPIC -DPIC -o .libs/endian.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o entry.lo entry.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c entry.c  -fPIC -DPIC -o .libs/entry.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o errors.lo errors.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o field_list.lo field_list.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o flimits.lo flimits.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c errors.c  -fPIC -DPIC -o .libs/errors.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c field_list.c  -fPIC -DPIC -o .libs/field_list.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c flimits.c  -fPIC -DPIC -o .libs/flimits.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o flush.lo flush.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o fragment.lo fragment.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c flush.c  -fPIC -DPIC -o .libs/flush.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fragment.c  -fPIC -DPIC -o .libs/fragment.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o getdata.lo getdata.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o globals.lo globals.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c getdata.c  -fPIC -DPIC -o .libs/getdata.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c globals.c  -fPIC -DPIC -o .libs/globals.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o index.lo index.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o include.lo include.c
getdata.c: In function '_GD_DoBit':
getdata.c:1268:26: warning: left shift of negative value [-Wshift-negative-value]
     uint64_t sign = -1LL << (E->EN(bit,numbits) - 1);
                          ^~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c index.c  -fPIC -DPIC -o .libs/index.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c include.c  -fPIC -DPIC -o .libs/include.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o iopos.lo iopos.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o mod.lo mod.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c iopos.c  -fPIC -DPIC -o .libs/iopos.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mod.c  -fPIC -DPIC -o .libs/mod.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o move.lo move.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o name.lo name.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c move.c  -fPIC -DPIC -o .libs/move.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c name.c  -fPIC -DPIC -o .libs/name.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o native.lo native.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c native.c  -fPIC -DPIC -o .libs/native.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o nfields.lo nfields.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o nframes.lo nframes.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o open.lo open.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c nfields.c  -fPIC -DPIC -o .libs/nfields.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c nframes.c  -fPIC -DPIC -o .libs/nframes.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c open.c  -fPIC -DPIC -o .libs/open.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o parse.lo parse.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o protect.lo protect.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c parse.c  -fPIC -DPIC -o .libs/parse.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c protect.c  -fPIC -DPIC -o .libs/protect.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o putdata.lo putdata.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o raw.lo raw.c
parse.c: In function '_GD_ParseFragment':
parse.c:2531:14: warning: this statement may fall through [-Wimplicit-fallthrough=]
           if (!saved_error) { /* remember this error ... */
              ^
parse.c:2539:9: note: here
         case GD_SYNTAX_IGNORE:
         ^~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c putdata.c  -fPIC -DPIC -o .libs/putdata.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c raw.c  -fPIC -DPIC -o .libs/raw.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o sie.lo sie.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o spf.lo spf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sie.c  -fPIC -DPIC -o .libs/sie.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c spf.c  -fPIC -DPIC -o .libs/spf.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o string.lo string.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.     -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o types.lo types.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.      -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libgetdatabzip2_la-bzip.lo `test -f 'bzip.c' || echo './'`bzip.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c string.c  -fPIC -DPIC -o .libs/string.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c types.c  -fPIC -DPIC -o .libs/types.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c bzip.c  -fPIC -DPIC -o .libs/libgetdatabzip2_la-bzip.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.      -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libgetdataflac_la-flac.lo `test -f 'flac.c' || echo './'`flac.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.      -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libgetdatagzip_la-gzip.lo `test -f 'gzip.c' || echo './'`gzip.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c flac.c  -fPIC -DPIC -o .libs/libgetdataflac_la-flac.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c gzip.c  -fPIC -DPIC -o .libs/libgetdatagzip_la-gzip.o
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.      -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libgetdatalzma_la-lzma.lo `test -f 'lzma.c' || echo './'`lzma.c
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.      -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libgetdatazzip_la-zzip.lo `test -f 'zzip.c' || echo './'`zzip.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -release 0.10.0 -module -lbz2 -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgetdatabzip2.la -rpath /usr/lib64/getdata libgetdatabzip2_la-bzip.lo  -lm 
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c lzma.c  -fPIC -DPIC -o .libs/libgetdatalzma_la-lzma.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -Wall -Wextra -DGETDATA_MODULEDIR=\"/usr/lib64/getdata\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c zzip.c  -fPIC -DPIC -o .libs/libgetdatazzip_la-zzip.o
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgetdatabzip2_la-bzip.o   -lbz2 -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libgetdatabzip2-0.10.0.so -o .libs/libgetdatabzip2-0.10.0.so
libtool: link: (cd ".libs" && rm -f "libgetdatabzip2.so" && ln -s "libgetdatabzip2-0.10.0.so" "libgetdatabzip2.so")
libtool: link: ( cd ".libs" && rm -f "libgetdatabzip2.la" && ln -s "../libgetdatabzip2.la" "libgetdatabzip2.la" )
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -release 0.10.0 -module -lFLAC -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgetdataflac.la -rpath /usr/lib64/getdata libgetdataflac_la-flac.lo  -lm 
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -release 0.10.0 -module -lz -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgetdatagzip.la -rpath /usr/lib64/getdata libgetdatagzip_la-gzip.lo  -lm 
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -release 0.10.0 -module -lzzip -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgetdatazzip.la -rpath /usr/lib64/getdata libgetdatazzip_la-zzip.lo  -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgetdataflac_la-flac.o   -lFLAC -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libgetdataflac-0.10.0.so -o .libs/libgetdataflac-0.10.0.so
libtool: link: (cd ".libs" && rm -f "libgetdataflac.so" && ln -s "libgetdataflac-0.10.0.so" "libgetdataflac.so")
libtool: link: ( cd ".libs" && rm -f "libgetdataflac.la" && ln -s "../libgetdataflac.la" "libgetdataflac.la" )
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -release 0.10.0 -module -llzma -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgetdatalzma.la -rpath /usr/lib64/getdata libgetdatalzma_la-lzma.lo  -lm 
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgetdatagzip_la-gzip.o   -lz -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libgetdatagzip-0.10.0.so -o .libs/libgetdatagzip-0.10.0.so
libtool: link: (cd ".libs" && rm -f "libgetdatagzip.so" && ln -s "libgetdatagzip-0.10.0.so" "libgetdatagzip.so")
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgetdatazzip_la-zzip.o   -lzzip -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libgetdatazzip-0.10.0.so -o .libs/libgetdatazzip-0.10.0.so
libtool: link: ( cd ".libs" && rm -f "libgetdatagzip.la" && ln -s "../libgetdatagzip.la" "libgetdatagzip.la" )
libtool: link: (cd ".libs" && rm -f "libgetdatazzip.so" && ln -s "libgetdatazzip-0.10.0.so" "libgetdatazzip.so")
libtool: link: ( cd ".libs" && rm -f "libgetdatazzip.la" && ln -s "../libgetdatazzip.la" "libgetdatazzip.la" )
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libgetdatalzma_la-lzma.o   -llzma -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libgetdatalzma-0.10.0.so -o .libs/libgetdatalzma-0.10.0.so
libtool: link: (cd ".libs" && rm -f "libgetdatalzma.so" && ln -s "libgetdatalzma-0.10.0.so" "libgetdatalzma.so")
libtool: link: ( cd ".libs" && rm -f "libgetdatalzma.la" && ln -s "../libgetdatalzma.la" "libgetdatalzma.la" )
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra -DGETDATA_MODULEDIR="\"/usr/lib64/getdata\"" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -export-dynamic -export-symbols-regex '^[^_]' -version-info 8:0:0   -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgetdata.la -rpath /usr/lib64 add.lo ascii.lo  close.lo common.lo compat.lo constant.lo  del.lo encoding.lo endian.lo entry.lo errors.lo field_list.lo  flimits.lo flush.lo fragment.lo getdata.lo globals.lo  index.lo include.lo iopos.lo   mod.lo move.lo name.lo native.lo nfields.lo nframes.lo open.lo parse.lo protect.lo putdata.lo raw.lo sie.lo  spf.lo string.lo types.lo    -lltdl -dlopen libgetdatabzip2.la -dlopen libgetdataflac.la -dlopen libgetdatagzip.la -dlopen libgetdatalzma.la  -dlopen libgetdatazzip.la  -lm 
libtool: link: rm -f .libs/libgetdata.nm .libs/libgetdata.nmS .libs/libgetdata.nmT
libtool: link: rm -f ".libs/libgetdata.nmI"
libtool: link: (cd .libs && gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -fno-builtin  -fPIC -DPIC "libgetdataS.c")
libtool: link: rm -f ".libs/libgetdataS.c" ".libs/libgetdata.nm" ".libs/libgetdata.nmS" ".libs/libgetdata.nmT" ".libs/libgetdata.nmI"
libtool: link: /usr/bin/nm -B  .libs/add.o .libs/ascii.o .libs/close.o .libs/common.o .libs/compat.o .libs/constant.o .libs/del.o .libs/encoding.o .libs/endian.o .libs/entry.o .libs/errors.o .libs/field_list.o .libs/flimits.o .libs/flush.o .libs/fragment.o .libs/getdata.o .libs/globals.o .libs/index.o .libs/include.o .libs/iopos.o .libs/mod.o .libs/move.o .libs/name.o .libs/native.o .libs/nfields.o .libs/nframes.o .libs/open.o .libs/parse.o .libs/protect.o .libs/putdata.o .libs/raw.o .libs/sie.o .libs/spf.o .libs/string.o .libs/types.o .libs/libgetdataS.o  | sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libgetdata.exp
libtool: link: /usr/bin/grep -E -e "^[^_]" ".libs/libgetdata.exp" > ".libs/libgetdata.expT"
libtool: link: mv -f ".libs/libgetdata.expT" ".libs/libgetdata.exp"
libtool: link: echo "{ global:" > .libs/libgetdata.ver
libtool: link:  cat .libs/libgetdata.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libgetdata.ver
libtool: link:  echo "local: *; };" >> .libs/libgetdata.ver
libtool: link:  gcc -shared  -fPIC -DPIC  .libs/add.o .libs/ascii.o .libs/close.o .libs/common.o .libs/compat.o .libs/constant.o .libs/del.o .libs/encoding.o .libs/endian.o .libs/entry.o .libs/errors.o .libs/field_list.o .libs/flimits.o .libs/flush.o .libs/fragment.o .libs/getdata.o .libs/globals.o .libs/index.o .libs/include.o .libs/iopos.o .libs/mod.o .libs/move.o .libs/name.o .libs/native.o .libs/nfields.o .libs/nframes.o .libs/open.o .libs/parse.o .libs/protect.o .libs/putdata.o .libs/raw.o .libs/sie.o .libs/spf.o .libs/string.o .libs/types.o .libs/libgetdataS.o  -lltdl -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libgetdata.so.8 -Wl,-version-script -Wl,.libs/libgetdata.ver -o .libs/libgetdata.so.8.0.0
.libs/encoding.o: In function `gd_MakeTempFile':
/builddir/build/BUILD/getdata-0.10.0/src/encoding.c:1036: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
libtool: link: (cd ".libs" && rm -f "libgetdata.so.8" && ln -s "libgetdata.so.8.0.0" "libgetdata.so.8")
libtool: link: (cd ".libs" && rm -f "libgetdata.so" && ln -s "libgetdata.so.8.0.0" "libgetdata.so")
libtool: link: ( cd ".libs" && rm -f "libgetdata.la" && ln -s "../libgetdata.la" "libgetdata.la" )
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/src'
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/src'
Making all in .
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0'
Making all in test
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/test'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/test'
Making all in bindings
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings'
Making all in .
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings'
gcc -DHAVE_CONFIG_H -I../src -I../src -o make_parameters \
	./make_parameters.c
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings'
Making all in cxx
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx'
Making all in test
make[3]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx/test'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx/test'
make[3]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx'
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o dirfile.lo dirfile.cpp
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o bitentry.lo bitentry.cpp
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o carrayentry.lo carrayentry.cpp
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o constentry.lo constentry.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dirfile.cpp  -fPIC -DPIC -o .libs/dirfile.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c constentry.cpp  -fPIC -DPIC -o .libs/constentry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c carrayentry.cpp  -fPIC -DPIC -o .libs/carrayentry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c bitentry.cpp  -fPIC -DPIC -o .libs/bitentry.o
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o divideentry.lo divideentry.cpp
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o entry.lo entry.cpp
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o fragment.lo fragment.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c divideentry.cpp  -fPIC -DPIC -o .libs/divideentry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c entry.cpp  -fPIC -DPIC -o .libs/entry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fragment.cpp  -fPIC -DPIC -o .libs/fragment.o
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o indirentry.lo indirentry.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c indirentry.cpp  -fPIC -DPIC -o .libs/indirentry.o
entry.cpp: In static member function 'static int GetData::Entry::CheckIndex(gd_entype_t, int, int)':
entry.cpp:68:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
       if (index > 2)
       ^~
entry.cpp:70:5: note: here
     case GD_LINTERP_ENTRY:
     ^~~~
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o lincomentry.lo lincomentry.cpp
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o linterpentry.lo linterpentry.cpp
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o mplexentry.lo mplexentry.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c lincomentry.cpp  -fPIC -DPIC -o .libs/lincomentry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c linterpentry.cpp  -fPIC -DPIC -o .libs/linterpentry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mplexentry.cpp  -fPIC -DPIC -o .libs/mplexentry.o
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o multiplyentry.lo multiplyentry.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c multiplyentry.cpp  -fPIC -DPIC -o .libs/multiplyentry.o
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o phaseentry.lo phaseentry.cpp
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o polynomentry.lo polynomentry.cpp
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o rawentry.lo rawentry.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c phaseentry.cpp  -fPIC -DPIC -o .libs/phaseentry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c polynomentry.cpp  -fPIC -DPIC -o .libs/polynomentry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rawentry.cpp  -fPIC -DPIC -o .libs/rawentry.o
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o recipentry.lo recipentry.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c recipentry.cpp  -fPIC -DPIC -o .libs/recipentry.o
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o sarrayentry.lo sarrayentry.cpp
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o sbitentry.lo sbitentry.cpp
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o sindirentry.lo sindirentry.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sarrayentry.cpp  -fPIC -DPIC -o .libs/sarrayentry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sbitentry.cpp  -fPIC -DPIC -o .libs/sbitentry.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c sindirentry.cpp  -fPIC -DPIC -o .libs/sindirentry.o
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o stringentry.lo stringentry.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c stringentry.cpp  -fPIC -DPIC -o .libs/stringentry.o
/bin/sh ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o windowentry.lo windowentry.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c windowentry.cpp  -fPIC -DPIC -o .libs/windowentry.o
/bin/sh ../../libtool  --tag=CXX   --mode=link g++  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -version-info 7:0:0 -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgetdata++.la -rpath /usr/lib64 dirfile.lo bitentry.lo carrayentry.lo constentry.lo divideentry.lo entry.lo fragment.lo indirentry.lo lincomentry.lo linterpentry.lo mplexentry.lo multiplyentry.lo phaseentry.lo polynomentry.lo rawentry.lo recipentry.lo sarrayentry.lo sbitentry.lo sindirentry.lo stringentry.lo windowentry.lo  ../../src/libgetdata.la 
libtool: link: rm -f .libs/libgetdata++.nm .libs/libgetdata++.nmS .libs/libgetdata++.nmT
libtool: link: rm -f ".libs/libgetdata++.nmI"
libtool: link: (cd .libs && gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -fno-builtin  -fPIC -DPIC "libgetdata++S.c")
libtool: link: rm -f ".libs/libgetdata++S.c" ".libs/libgetdata++.nm" ".libs/libgetdata++.nmS" ".libs/libgetdata++.nmT" ".libs/libgetdata++.nmI"
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o  .libs/dirfile.o .libs/bitentry.o .libs/carrayentry.o .libs/constentry.o .libs/divideentry.o .libs/entry.o .libs/fragment.o .libs/indirentry.o .libs/lincomentry.o .libs/linterpentry.o .libs/mplexentry.o .libs/multiplyentry.o .libs/phaseentry.o .libs/polynomentry.o .libs/rawentry.o .libs/recipentry.o .libs/sarrayentry.o .libs/sbitentry.o .libs/sindirentry.o .libs/stringentry.o .libs/windowentry.o .libs/libgetdata++S.o  ../../src/.libs/libgetdata.so -lltdl -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libgetdata++.so.7 -o .libs/libgetdata++.so.7.0.0
libtool: link: (cd ".libs" && rm -f "libgetdata++.so.7" && ln -s "libgetdata++.so.7.0.0" "libgetdata++.so.7")
libtool: link: (cd ".libs" && rm -f "libgetdata++.so" && ln -s "libgetdata++.so.7.0.0" "libgetdata++.so")
libtool: link: ( cd ".libs" && rm -f "libgetdata++.la" && ln -s "../libgetdata++.la" "libgetdata++.la" )
make[3]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx'
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx'
Making all in f77
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
../make_parameters f > make_parameters.sed.in
rm -f getdata.f
rm -f getdata.f90
/usr/bin/sed -f make_parameters.sed ./getdata.f.in > getdata.f
/usr/bin/sed -f make_parameters.sed ./getdata.f90.in > getdata.f90
chmod a-w getdata.f
chmod a-w getdata.f90
gfortran  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules -Wall -Wextra -c -o getdata.o getdata.f90
make  all-recursive
make[3]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
Making all in test
make[4]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77/test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77/test'
make[4]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src  -Wall -Wextra -I../../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o libfgetdata_la-fgetdata.lo `test -f 'fgetdata.c' || echo './'`fgetdata.c
/bin/sh ../../libtool  --tag=FC   --mode=compile gfortran  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules -Wall -Wextra -c -o getdata.lo getdata.f90
libtool: compile:  gfortran -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules -Wall -Wextra -c getdata.f90  -fPIC -o .libs/getdata.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -Wall -Wextra -I../../src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c fgetdata.c  -fPIC -DPIC -o .libs/libfgetdata_la-fgetdata.o
fgetdata.c: In function 'gdgepn_':
fgetdata.c:670:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
         *a5 = E.EN(polynom,a)[5];
         ~~~~^~~~~~~~~~~~~~~~~~~~
fgetdata.c:671:7: note: here
       case 4:
       ^~~~
fgetdata.c:672:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
         *a4 = E.EN(polynom,a)[4];
         ~~~~^~~~~~~~~~~~~~~~~~~~
fgetdata.c:673:7: note: here
       case 3:
       ^~~~
fgetdata.c:674:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
         *a3 = E.EN(polynom,a)[3];
         ~~~~^~~~~~~~~~~~~~~~~~~~
fgetdata.c:675:7: note: here
       case 2:
       ^~~~
fgetdata.c:676:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
         *a2 = E.EN(polynom,a)[2];
         ~~~~^~~~~~~~~~~~~~~~~~~~
fgetdata.c:677:7: note: here
       case 1:
       ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
fgetdata.c: In function 'gdgecp_':
../../src/internal.h:250:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cs2cp_(a,b) *(a) = b
fgetdata.c:712:9: note: in expansion of macro 'gd_cs2cp_'
         gd_cs2cp_(a5, E.EN(polynom,ca)[5]);
         ^~~~~~~~~
fgetdata.c:713:7: note: here
       case 4:
       ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:250:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cs2cp_(a,b) *(a) = b
fgetdata.c:714:9: note: in expansion of macro 'gd_cs2cp_'
         gd_cs2cp_(a4, E.EN(polynom,ca)[4]);
         ^~~~~~~~~
fgetdata.c:715:7: note: here
       case 3:
       ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:250:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cs2cp_(a,b) *(a) = b
fgetdata.c:716:9: note: in expansion of macro 'gd_cs2cp_'
         gd_cs2cp_(a3, E.EN(polynom,ca)[3]);
         ^~~~~~~~~
fgetdata.c:717:7: note: here
       case 2:
       ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:250:31: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cs2cp_(a,b) *(a) = b
fgetdata.c:718:9: note: in expansion of macro 'gd_cs2cp_'
         gd_cs2cp_(a2, E.EN(polynom,ca)[2]);
         ^~~~~~~~~
fgetdata.c:719:7: note: here
       case 1:
       ^~~~
fgetdata.c: In function 'gdadpn_':
fgetdata.c:1261:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[5] = *a5;
       ~~~~~^~~~~
fgetdata.c:1262:5: note: here
     case 4:
     ^~~~
fgetdata.c:1263:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[4] = *a4;
       ~~~~~^~~~~
fgetdata.c:1264:5: note: here
     case 3:
     ^~~~
fgetdata.c:1265:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[3] = *a3;
       ~~~~~^~~~~
fgetdata.c:1266:5: note: here
     case 2:
     ^~~~
fgetdata.c:1267:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[2] = *a2;
       ~~~~~^~~~~
fgetdata.c:1268:5: note: here
     case 1:
     ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
fgetdata.c: In function 'gdadcp_':
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:1302:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 5, a5);
       ^~~~~~~~~
fgetdata.c:1303:5: note: here
     case 4:
     ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:1304:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 4, a4);
       ^~~~~~~~~
fgetdata.c:1305:5: note: here
     case 3:
     ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:1306:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 3, a3);
       ^~~~~~~~~
fgetdata.c:1307:5: note: here
     case 2:
     ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:1308:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 2, a2);
       ^~~~~~~~~
fgetdata.c:1309:5: note: here
     case 1:
     ^~~~
fgetdata.c: In function 'gdmdpn_':
fgetdata.c:1814:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[5] = *a5;
       ~~~~~^~~~~
fgetdata.c:1815:5: note: here
     case 4:
     ^~~~
fgetdata.c:1816:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[4] = *a4;
       ~~~~~^~~~~
fgetdata.c:1817:5: note: here
     case 3:
     ^~~~
fgetdata.c:1818:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[3] = *a3;
       ~~~~~^~~~~
fgetdata.c:1819:5: note: here
     case 2:
     ^~~~
fgetdata.c:1820:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[2] = *a2;
       ~~~~~^~~~~
fgetdata.c:1821:5: note: here
     default:
     ^~~~~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
fgetdata.c: In function 'gdmdcp_':
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:1859:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 5, a5);
       ^~~~~~~~~
fgetdata.c:1860:5: note: here
     case 4:
     ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:1861:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 4, a4);
       ^~~~~~~~~
fgetdata.c:1862:5: note: here
     case 3:
     ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:1863:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 3, a3);
       ^~~~~~~~~
fgetdata.c:1864:5: note: here
     case 2:
     ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:1865:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 2, a2);
       ^~~~~~~~~
fgetdata.c:1866:5: note: here
     case 1:
     ^~~~
fgetdata.c: In function 'gdalpn_':
fgetdata.c:2779:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[5] = *a5;
       ~~~~~^~~~~
fgetdata.c:2780:5: note: here
     case 4:
     ^~~~
fgetdata.c:2781:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[4] = *a4;
       ~~~~~^~~~~
fgetdata.c:2782:5: note: here
     case 3:
     ^~~~
fgetdata.c:2783:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[3] = *a3;
       ~~~~~^~~~~
fgetdata.c:2784:5: note: here
     case 2:
     ^~~~
fgetdata.c:2785:12: warning: this statement may fall through [-Wimplicit-fallthrough=]
       a[2] = *a2;
       ~~~~~^~~~~
fgetdata.c:2786:5: note: here
     default:
     ^~~~~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
fgetdata.c: In function 'gdalcp_':
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:2820:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 5, a5);
       ^~~~~~~~~
fgetdata.c:2821:5: note: here
     case 4:
     ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:2822:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 4, a4);
       ^~~~~~~~~
fgetdata.c:2823:5: note: here
     case 3:
     ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:2824:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 3, a3);
       ^~~~~~~~~
fgetdata.c:2825:5: note: here
     case 2:
     ^~~~
In file included from fgetdata.h:24:0,
                 from fgetdata.c:22:
../../src/internal.h:252:35: warning: this statement may fall through [-Wimplicit-fallthrough=]
 #  define gd_cp2ca_(a,i,b) (a)[i] = *(b)
                            ~~~~~~~^~~~~~
fgetdata.c:2826:7: note: in expansion of macro 'gd_cp2ca_'
       gd_cp2ca_(ca, 2, a2);
       ^~~~~~~~~
fgetdata.c:2827:5: note: here
     default:
     ^~~~~~~
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -version-info 6:0:0 -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libfgetdata.la -rpath /usr/lib64 libfgetdata_la-fgetdata.lo ../../src/libgetdata.la 
libtool: link: rm -f .libs/libfgetdata.nm .libs/libfgetdata.nmS .libs/libfgetdata.nmT
libtool: link: rm -f ".libs/libfgetdata.nmI"
libtool: link: (cd .libs && gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -fno-builtin  -fPIC -DPIC "libfgetdataS.c")
libtool: link: rm -f ".libs/libfgetdataS.c" ".libs/libfgetdata.nm" ".libs/libfgetdata.nmS" ".libs/libfgetdata.nmT" ".libs/libfgetdata.nmI"
libtool: link: gcc -shared  -fPIC -DPIC  .libs/libfgetdata_la-fgetdata.o .libs/libfgetdataS.o  ../../src/.libs/libgetdata.so -lltdl -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libfgetdata.so.6 -o .libs/libfgetdata.so.6.0.0
libtool: link: (cd ".libs" && rm -f "libfgetdata.so.6" && ln -s "libfgetdata.so.6.0.0" "libfgetdata.so.6")
libtool: link: (cd ".libs" && rm -f "libfgetdata.so" && ln -s "libfgetdata.so.6.0.0" "libfgetdata.so")
libtool: link: ( cd ".libs" && rm -f "libfgetdata.la" && ln -s "../libfgetdata.la" "libfgetdata.la" )
/bin/sh ../../libtool  --tag=FC   --mode=link gfortran  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -I/usr/lib64/gfortran/modules -Wall -Wextra -version-info 7:0:0 -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libf95getdata.la -rpath /usr/lib64 getdata.lo libfgetdata.la 
libtool: link: rm -f .libs/libf95getdata.nm .libs/libf95getdata.nmS .libs/libf95getdata.nmT
libtool: link: rm -f ".libs/libf95getdata.nmI"
libtool: link: (cd .libs && gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c  -fPIC "libf95getdataS.c")
libtool: link: rm -f ".libs/libf95getdataS.c" ".libs/libf95getdata.nm" ".libs/libf95getdata.nmS" ".libs/libf95getdata.nmT" ".libs/libf95getdata.nmI"
libtool: link: gfortran -shared  -fPIC  .libs/getdata.o .libs/libf95getdataS.o  -L/builddir/build/BUILD/getdata-0.10.0/src/.libs ./.libs/libfgetdata.so /builddir/build/BUILD/getdata-0.10.0/src/.libs/libgetdata.so -lltdl -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lgfortran -lm -lc -lgcc_s -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libf95getdata.so.7 -o .libs/libf95getdata.so.7.0.0
libtool: link: (cd ".libs" && rm -f "libf95getdata.so.7" && ln -s "libf95getdata.so.7.0.0" "libf95getdata.so.7")
libtool: link: (cd ".libs" && rm -f "libf95getdata.so" && ln -s "libf95getdata.so.7.0.0" "libf95getdata.so")
libtool: link: ( cd ".libs" && rm -f "libf95getdata.la" && ln -s "../libf95getdata.la" "libf95getdata.la" )
make[4]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
make[3]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
Making all in python
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
../make_parameters p > pyconstants.c
make  all-recursive
make[3]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
Making all in test
make[4]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python/test'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python/test'
make[4]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
/usr/bin/python setup.py build
DEPRECATION WARNING: python2 invoked with /usr/bin/python.
    Use /usr/bin/python3 or /usr/bin/python2
    /usr/bin/python will be removed or switched to Python 3 in the future.
    If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out
running build
running build_ext
building 'pygetdata' extension
creating build
creating build/temp.linux-riscv64-2.7
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DHAVE_CONFIG_H=1 -I../../src -I../../src -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pydirfile.c -o build/temp.linux-riscv64-2.7/pydirfile.o
In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from gdpy_intern.h:34,
                 from pydirfile.c:23:
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DHAVE_CONFIG_H=1 -I../../src -I../../src -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pyentry.c -o build/temp.linux-riscv64-2.7/pyentry.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DHAVE_CONFIG_H=1 -I../../src -I../../src -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pyfragment.c -o build/temp.linux-riscv64-2.7/pyfragment.o
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DHAVE_CONFIG_H=1 -I../../src -I../../src -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pygetdata.c -o build/temp.linux-riscv64-2.7/pygetdata.o
In file included from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                 from /usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                 from gdpy_intern.h:34,
                 from pygetdata.c:22:
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
 #warning "Using deprecated NumPy API, disable it by " \
  ^~~~~~~
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fPIC -DHAVE_CONFIG_H=1 -I../../src -I../../src -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pyconstants.c -o build/temp.linux-riscv64-2.7/pyconstants.o
creating build/lib.linux-riscv64-2.7
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/pydirfile.o build/temp.linux-riscv64-2.7/pyentry.o build/temp.linux-riscv64-2.7/pyfragment.o build/temp.linux-riscv64-2.7/pygetdata.o build/temp.linux-riscv64-2.7/pyconstants.o -L../../src/.libs -L/usr/lib64 -lgetdata -lpython2.7 -o build/lib.linux-riscv64-2.7/pygetdata.so
cp build/lib.linux-riscv64-2.7/pygetdata.so pygetdata.so
make[4]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
make[3]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings'
Making all in util
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/util'
gcc -DHAVE_CONFIG_H -I. -I../src  -Wall -Wextra -I../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o checkdirfile.o checkdirfile.c
gcc -DHAVE_CONFIG_H -I. -I../src  -Wall -Wextra -I../src   -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -c -o dirfile2ascii.o dirfile2ascii.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o checkdirfile checkdirfile.o ../src/libgetdata.la -lm 
libtool: link: rm -f .libs/checkdirfile.nm .libs/checkdirfile.nmS .libs/checkdirfile.nmT
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1   -Wl,-z,relro  -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dirfile2ascii dirfile2ascii.o ../src/libgetdata.la -lm 
libtool: link: rm -f ".libs/checkdirfile.nmI"
libtool: link: (cd .libs && gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -fno-builtin "checkdirfileS.c")
libtool: link: rm -f ".libs/checkdirfileS.c" ".libs/checkdirfile.nm" ".libs/checkdirfile.nmS" ".libs/checkdirfile.nmT" ".libs/checkdirfile.nmI"
libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/checkdirfile checkdirfile.o  ../src/.libs/libgetdata.so -lltdl -lm
libtool: link: rm -f .libs/dirfile2ascii.nm .libs/dirfile2ascii.nmS .libs/dirfile2ascii.nmT
libtool: link: rm -f ".libs/dirfile2ascii.nmI"
libtool: link: (cd .libs && gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -fno-builtin "dirfile2asciiS.c")
libtool: link: rm -f ".libs/dirfile2asciiS.c" ".libs/dirfile2ascii.nm" ".libs/dirfile2ascii.nmS" ".libs/dirfile2ascii.nmT" ".libs/dirfile2ascii.nmI"
libtool: link: DIE_RPATH_DIE="/usr/lib64:" gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/dirfile2ascii dirfile2ascii.o  ../src/.libs/libgetdata.so -lltdl -lm
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/util'
Making all in man
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/man'
cat header.tmac gd_alter_encoding.3in > gd_alter_encoding.3
cat header.tmac gd_alter_endianness.3in > gd_alter_endianness.3
cat header.tmac gd_alter_frameoffset.3in > gd_alter_frameoffset.3
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/man'
Making all in doc
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/doc'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dA8CYb
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64
+ cd getdata-0.10.0
+ mkdir -p /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64
+ make DESTDIR=/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64 SUID_ROOT= install
Making install in src
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/src'
make  install-am
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/src'
make[3]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/src'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libgetdata.la '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64'
libtool: install: /usr/bin/install -c .libs/libgetdata.so.8.0.0 /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/libgetdata.so.8.0.0
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64 && { ln -s -f libgetdata.so.8.0.0 libgetdata.so.8 || { rm -f libgetdata.so.8 && ln -s libgetdata.so.8.0.0 libgetdata.so.8; }; })
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64 && { ln -s -f libgetdata.so.8.0.0 libgetdata.so || { rm -f libgetdata.so && ln -s libgetdata.so.8.0.0 libgetdata.so; }; })
libtool: install: /usr/bin/install -c .libs/libgetdata.lai /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/libgetdata.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libgetdatabzip2.la libgetdataflac.la libgetdatagzip.la libgetdatalzma.la libgetdatazzip.la '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata'
libtool: install: /usr/bin/install -c .libs/libgetdatabzip2-0.10.0.so /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata/libgetdatabzip2-0.10.0.so
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata && { ln -s -f libgetdatabzip2-0.10.0.so libgetdatabzip2.so || { rm -f libgetdatabzip2.so && ln -s libgetdatabzip2-0.10.0.so libgetdatabzip2.so; }; })
libtool: install: /usr/bin/install -c .libs/libgetdatabzip2.lai /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata/libgetdatabzip2.la
libtool: install: /usr/bin/install -c .libs/libgetdataflac-0.10.0.so /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata/libgetdataflac-0.10.0.so
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata && { ln -s -f libgetdataflac-0.10.0.so libgetdataflac.so || { rm -f libgetdataflac.so && ln -s libgetdataflac-0.10.0.so libgetdataflac.so; }; })
libtool: install: /usr/bin/install -c .libs/libgetdataflac.lai /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata/libgetdataflac.la
libtool: install: /usr/bin/install -c .libs/libgetdatagzip-0.10.0.so /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata/libgetdatagzip-0.10.0.so
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata && { ln -s -f libgetdatagzip-0.10.0.so libgetdatagzip.so || { rm -f libgetdatagzip.so && ln -s libgetdatagzip-0.10.0.so libgetdatagzip.so; }; })
libtool: install: /usr/bin/install -c .libs/libgetdatagzip.lai /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata/libgetdatagzip.la
libtool: install: /usr/bin/install -c .libs/libgetdatalzma-0.10.0.so /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata/libgetdatalzma-0.10.0.so
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata && { ln -s -f libgetdatalzma-0.10.0.so libgetdatalzma.so || { rm -f libgetdatalzma.so && ln -s libgetdatalzma-0.10.0.so libgetdatalzma.so; }; })
libtool: install: /usr/bin/install -c .libs/libgetdatalzma.lai /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata/libgetdatalzma.la
libtool: install: /usr/bin/install -c .libs/libgetdatazzip-0.10.0.so /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata/libgetdatazzip-0.10.0.so
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata && { ln -s -f libgetdatazzip-0.10.0.so libgetdatazzip.so || { rm -f libgetdatazzip.so && ln -s libgetdatazzip-0.10.0.so libgetdatazzip.so; }; })
libtool: install: /usr/bin/install -c .libs/libgetdatazzip.lai /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/getdata/libgetdatazzip.la
libtool: warning: remember to run 'libtool --finish /usr/lib64/getdata'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/include'
 /usr/bin/install -c -m 644 getdata.h '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/include'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/pkgconfig'
 /usr/bin/install -c -m 644 getdata.pc '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/pkgconfig'
make  install-data-hook
make[4]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/src'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/src'
make[3]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/src'
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/src'
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/src'
Making install in .
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0'
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata'
 /usr/bin/install -c -m 644 COPYING.DOC '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata'
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0'
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0'
Making install in test
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/test'
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/test'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/test'
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/test'
Making install in bindings
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings'
Making install in .
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings'
make[3]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings'
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings'
Making install in cxx
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx'
Making install in test
make[3]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx/test'
make[4]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx/test'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx/test'
make[3]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx/test'
make[3]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx'
make[4]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libgetdata++.la '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64'
libtool: warning: relinking 'libgetdata++.la'
libtool: install: (cd /builddir/build/BUILD/getdata-0.10.0/bindings/cxx; /bin/sh "/builddir/build/BUILD/getdata-0.10.0/libtool"  --tag CXX --mode=relink g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -version-info 7:0:0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgetdata++.la -rpath /usr/lib64 dirfile.lo bitentry.lo carrayentry.lo constentry.lo divideentry.lo entry.lo fragment.lo indirentry.lo lincomentry.lo linterpentry.lo mplexentry.lo multiplyentry.lo phaseentry.lo polynomentry.lo rawentry.lo recipentry.lo sarrayentry.lo sbitentry.lo sindirentry.lo stringentry.lo windowentry.lo ../../src/libgetdata.la -inst-prefix-dir /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64)
libtool: relink: rm -f .libs/libgetdata++.nm .libs/libgetdata++.nmS .libs/libgetdata++.nmT
libtool: relink: rm -f ".libs/libgetdata++.nmI"
libtool: relink: (cd .libs && gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -fno-builtin  -fPIC -DPIC "libgetdata++S.c")
libtool: relink: rm -f ".libs/libgetdata++S.c" ".libs/libgetdata++.nm" ".libs/libgetdata++.nmS" ".libs/libgetdata++.nmT" ".libs/libgetdata++.nmI"
libtool: relink: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o  .libs/dirfile.o .libs/bitentry.o .libs/carrayentry.o .libs/constentry.o .libs/divideentry.o .libs/entry.o .libs/fragment.o .libs/indirentry.o .libs/lincomentry.o .libs/linterpentry.o .libs/mplexentry.o .libs/multiplyentry.o .libs/phaseentry.o .libs/polynomentry.o .libs/rawentry.o .libs/recipentry.o .libs/sarrayentry.o .libs/sbitentry.o .libs/sindirentry.o .libs/stringentry.o .libs/windowentry.o .libs/libgetdata++S.o  -L/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgetdata -lltdl -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libgetdata++.so.7 -o .libs/libgetdata++.so.7.0.0
libtool: install: /usr/bin/install -c .libs/libgetdata++.so.7.0.0T /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/libgetdata++.so.7.0.0
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64 && { ln -s -f libgetdata++.so.7.0.0 libgetdata++.so.7 || { rm -f libgetdata++.so.7 && ln -s libgetdata++.so.7.0.0 libgetdata++.so.7; }; })
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64 && { ln -s -f libgetdata++.so.7.0.0 libgetdata++.so || { rm -f libgetdata++.so && ln -s libgetdata++.so.7.0.0 libgetdata++.so; }; })
libtool: install: /usr/bin/install -c .libs/libgetdata++.lai /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/libgetdata++.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/include/getdata'
 /usr/bin/install -c -m 644 getdata/dirfile.h getdata/entry.h getdata/rawentry.h getdata/lincomentry.h getdata/linterpentry.h getdata/bitentry.h getdata/multiplyentry.h getdata/phaseentry.h getdata/constentry.h getdata/stringentry.h getdata/indexentry.h getdata/sbitentry.h getdata/polynomentry.h getdata/fragment.h getdata/divideentry.h getdata/recipentry.h getdata/carrayentry.h getdata/windowentry.h getdata/mplexentry.h getdata/types.h getdata/sarrayentry.h getdata/indirentry.h getdata/sindirentry.h '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/include/getdata'
make[4]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx'
make[3]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx'
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/cxx'
Making install in f77
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
make  install-recursive
make[3]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
Making install in test
make[4]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77/test'
make[5]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77/test'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77/test'
make[4]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77/test'
make[4]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
make[5]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64'
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c   libfgetdata.la libf95getdata.la '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64'
libtool: warning: relinking 'libfgetdata.la'
libtool: install: (cd /builddir/build/BUILD/getdata-0.10.0/bindings/f77; /bin/sh "/builddir/build/BUILD/getdata-0.10.0/libtool"  --tag CC --mode=relink gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -version-info 6:0:0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libfgetdata.la -rpath /usr/lib64 libfgetdata_la-fgetdata.lo ../../src/libgetdata.la -inst-prefix-dir /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64)
libtool: relink: rm -f .libs/libfgetdata.nm .libs/libfgetdata.nmS .libs/libfgetdata.nmT
libtool: relink: rm -f ".libs/libfgetdata.nmI"
libtool: relink: (cd .libs && gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c -fno-builtin  -fPIC -DPIC "libfgetdataS.c")
libtool: relink: rm -f ".libs/libfgetdataS.c" ".libs/libfgetdata.nm" ".libs/libfgetdata.nmS" ".libs/libfgetdata.nmT" ".libs/libfgetdata.nmI"
libtool: relink: gcc -shared  -fPIC -DPIC  .libs/libfgetdata_la-fgetdata.o .libs/libfgetdataS.o  -L/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64 -L/usr/lib64 -lgetdata -lltdl -lm -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libfgetdata.so.6 -o .libs/libfgetdata.so.6.0.0
libtool: install: /usr/bin/install -c .libs/libfgetdata.so.6.0.0T /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/libfgetdata.so.6.0.0
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64 && { ln -s -f libfgetdata.so.6.0.0 libfgetdata.so.6 || { rm -f libfgetdata.so.6 && ln -s libfgetdata.so.6.0.0 libfgetdata.so.6; }; })
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64 && { ln -s -f libfgetdata.so.6.0.0 libfgetdata.so || { rm -f libfgetdata.so && ln -s libfgetdata.so.6.0.0 libfgetdata.so; }; })
libtool: install: /usr/bin/install -c .libs/libfgetdata.lai /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/libfgetdata.la
libtool: warning: relinking 'libf95getdata.la'
libtool: install: (cd /builddir/build/BUILD/getdata-0.10.0/bindings/f77; /bin/sh "/builddir/build/BUILD/getdata-0.10.0/libtool"  --tag FC --mode=relink gfortran -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules -Wall -Wextra -version-info 7:0:0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libf95getdata.la -rpath /usr/lib64 getdata.lo libfgetdata.la -inst-prefix-dir /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64)
libtool: relink: rm -f .libs/libf95getdata.nm .libs/libf95getdata.nmS .libs/libf95getdata.nmT
libtool: relink: rm -f ".libs/libf95getdata.nmI"
libtool: relink: (cd .libs && gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c  -fPIC "libf95getdataS.c")
libtool: relink: rm -f ".libs/libf95getdataS.c" ".libs/libf95getdata.nm" ".libs/libf95getdata.nmS" ".libs/libf95getdata.nmT" ".libs/libf95getdata.nmI"
libtool: relink: gfortran -shared  -fPIC  .libs/getdata.o .libs/libf95getdataS.o  -L/builddir/build/BUILD/getdata-0.10.0/src/.libs -L/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64 -L/usr/lib64 -lfgetdata -lgetdata -lltdl -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lgfortran -lm -lc -lgcc_s -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -fstack-protector-strong -grecord-gcc-switches -Wl,-z -Wl,relro   -Wl,-soname -Wl,libf95getdata.so.7 -o .libs/libf95getdata.so.7.0.0
libtool: install: /usr/bin/install -c .libs/libf95getdata.so.7.0.0T /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/libf95getdata.so.7.0.0
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64 && { ln -s -f libf95getdata.so.7.0.0 libf95getdata.so.7 || { rm -f libf95getdata.so.7 && ln -s libf95getdata.so.7.0.0 libf95getdata.so.7; }; })
libtool: install: (cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64 && { ln -s -f libf95getdata.so.7.0.0 libf95getdata.so || { rm -f libf95getdata.so && ln -s libf95getdata.so.7.0.0 libf95getdata.so; }; })
libtool: install: /usr/bin/install -c .libs/libf95getdata.lai /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/libf95getdata.la
libtool: warning: remember to run 'libtool --finish /usr/lib64'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/include'
 /usr/bin/install -c -m 644 getdata.f getdata.mod '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/include'
make[5]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
make[4]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
make[3]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/f77'
Making install in python
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
make  install-recursive
make[3]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
Making install in test
make[4]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python/test'
make[5]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python/test'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python/test'
make[4]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python/test'
make[4]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
make[5]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/python2.7/site-packages'
 /usr/bin/install -c pygetdata.so '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/python2.7/site-packages'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/python2.7/site-packages'
 /usr/bin/install -c -m 644 pygetdata.h '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/python2.7/site-packages'
make[5]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
make[4]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
make[3]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings/python'
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/bindings'
Making install in util
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/util'
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/util'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c checkdirfile dirfile2ascii '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/bin'
libtool: warning: '../src/libgetdata.la' has not been installed in '/usr/lib64'
libtool: install: /usr/bin/install -c .libs/checkdirfile /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/bin/checkdirfile
libtool: warning: '../src/libgetdata.la' has not been installed in '/usr/lib64'
libtool: install: /usr/bin/install -c .libs/dirfile2ascii /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/bin/dirfile2ascii
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/util'
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/util'
Making install in man
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/man'
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/man'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/man/man1'
 /usr/bin/install -c -m 644 checkdirfile.1 dirfile2ascii.1 '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/man/man1'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/man/man3'
 /usr/bin/install -c -m 644 gd_add.3 gd_add_alias.3 gd_add_bit.3 gd_add_spec.3 gd_alias_target.3 gd_aliases.3 gd_alloc_funcs.3 gd_alter_affixes.3 gd_alter_bit.3 gd_alter_entry.3 gd_alter_protection.3 gd_alter_spec.3 gd_array_len.3 gd_bof.3 gd_bof64.3 gd_carrays.3 gd_close.3 gd_constants.3 gd_delete.3 gd_desync.3 gd_dirfile_standards.3 gd_dirfilename.3 gd_encoding.3 gd_encoding_support.3 gd_endianness.3 gd_entry.3 gd_entry_list.3 gd_entry_type.3 gd_eof.3 gd_eof64.3 gd_error.3 gd_error_count.3 gd_flags.3 gd_flush.3 gd_fragment_affixes.3 gd_fragment_index.3 gd_fragment_namespace.3 gd_fragmentname.3 gd_framenum_subset.3 gd_framenum_subset64.3 '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/man/man3'
 /usr/bin/install -c -m 644 gd_frameoffset.3 gd_frameoffset64.3 gd_free_entry_strings.3 gd_get_carray_slice.3 gd_get_sarray_slice.3 gd_get_string.3 gd_getdata.3 gd_getdata64.3 gd_hidden.3 gd_hide.3 gd_include.3 gd_invalid_dirfile.3 gd_linterp_tablename.3 gd_madd_bit.3 gd_match_entries.3 gd_metaflush.3 gd_move.3 gd_mplex_lookback.3 gd_naliases.3 gd_native_type.3 gd_nentries.3 gd_nfragments.3 gd_nframes.3 gd_nframes64.3 gd_open.3 gd_parent_fragment.3 gd_parser_callback.3 gd_protection.3 gd_put_carray_slice.3 gd_put_sarray_slice.3 gd_put_string.3 gd_putdata.3 gd_putdata64.3 gd_raw_filename.3 gd_reference.3 gd_rename.3 gd_rewrite_fragment.3 gd_sarrays.3 gd_seek.3 gd_seek64.3 '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/man/man3'
 /usr/bin/install -c -m 644 gd_spf.3 gd_strings.3 gd_strtok.3 gd_tell.3 gd_tell64.3 gd_uninclude.3 gd_validate.3 gd_verbose_prefix.3 GD_SIZE.3 gd_alter_encoding.3 gd_alter_endianness.3 gd_alter_frameoffset.3 '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/man/man3'
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/man/man5'
 /usr/bin/install -c -m 644 dirfile.5 dirfile-encoding.5 dirfile-format.5 '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/man/man5'
make  install-data-hook
make[3]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/man'
cd /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/man/man3 && \
	for m in gd_add_bit.3:gd_add_carray.3 gd_add_bit.3:gd_add_clincom.3 gd_add_bit.3:gd_add_const.3 gd_add_bit.3:gd_add_cpolynom.3 gd_add_bit.3:gd_add_crecip.3 gd_add_bit.3:gd_add_divide.3 gd_add_bit.3:gd_add_indir.3 gd_add_bit.3:gd_add_lincom.3 gd_add_bit.3:gd_add_linterp.3 gd_add_bit.3:gd_add_mplex.3 gd_add_bit.3:gd_add_multiply.3 gd_add_bit.3:gd_add_polynom.3 gd_add_bit.3:gd_add_phase.3 gd_add_bit.3:gd_add_raw.3 gd_add_bit.3:gd_add_recip.3 gd_add_bit.3:gd_add_sarray.3 gd_add_bit.3:gd_add_sbit.3 gd_add_bit.3:gd_add_sindir.3 gd_add_bit.3:gd_add_string.3 gd_add_bit.3:gd_add_window.3 gd_madd_bit.3:gd_madd_carray.3 gd_madd_bit.3:gd_madd_clincom.3 gd_madd_bit.3:gd_madd_const.3 gd_madd_bit.3:gd_madd_cpolynom.3 gd_madd_bit.3:gd_madd_crecip.3 gd_madd_bit.3:gd_madd_divide.3 gd_madd_bit.3:gd_madd_lincom.3 gd_madd_bit.3:gd_madd_linterp.3 gd_madd_bit.3:gd_madd_mplex.3 gd_madd_bit.3:gd_madd_multiply.3 gd_madd_bit.3:gd_madd_phase.3 gd_madd_bit.3:gd_madd_polynom.3 gd_madd_bit.3:gd_madd_recip.3 gd_madd_bit.3:gd_madd_sbit.3 gd_madd_bit.3:gd_madd_string.3 gd_madd_bit.3:gd_madd_window.3 gd_add.3:gd_madd.3 gd_add_spec.3:gd_madd_spec.3 gd_open.3:gd_cbopen.3 gd_close.3:gd_discard.3 gd_constants.3:gd_mconstants.3 gd_include.3:gd_include_affix.3 gd_include.3:gd_include_ns.3 gd_alter_bit.3:gd_alter_carray.3 gd_alter_bit.3:gd_alter_clincom.3 gd_alter_bit.3:gd_alter_const.3 gd_alter_bit.3:gd_alter_cpolynom.3 gd_alter_bit.3:gd_alter_crecip.3 gd_alter_bit.3:gd_alter_divide.3 gd_alter_bit.3:gd_alter_lincom.3 gd_alter_bit.3:gd_alter_linterp.3 gd_alter_bit.3:gd_alter_mplex.3 gd_alter_bit.3:gd_alter_multiply.3 gd_alter_bit.3:gd_alter_phase.3 gd_alter_bit.3:gd_alter_polynom.3 gd_alter_bit.3:gd_alter_recip.3 gd_alter_bit.3:gd_alter_raw.3 gd_alter_bit.3:gd_alter_sbit.3 gd_alter_bit.3:gd_alter_window.3 gd_alter_spec.3:gd_malter_spec.3 gd_framenum_subset.3:gd_framenum.3 gd_get_carray_slice.3:gd_get_carray.3 gd_get_carray_slice.3:gd_get_constant.3 gd_put_carray_slice.3:gd_put_carray.3 gd_put_carray_slice.3:gd_put_constant.3 gd_get_sarray_slice.3:gd_get_sarray.3 gd_put_sarray_slice.3:gd_put_sarray.3 gd_hide.3:gd_unhide.3 gd_add_alias.3:gd_madd_alias.3 gd_flush.3:gd_sync.3 gd_flush.3:gd_raw_close.3 gd_nentries.3:gd_nfields.3 gd_nentries.3:gd_nfields_by_type.3 gd_nentries.3:gd_nmfields.3 gd_nentries.3:gd_nmfields_by_type.3 gd_nentries.3:gd_nmvectore.3 gd_nentries.3:gd_nvectors.3 gd_entry_list.3:gd_field_list.3 gd_entry_list.3:gd_field_list_by_type.3 gd_entry_list.3:gd_mfield_list.3 gd_entry_list.3:gd_mfield_list_by_type.3 gd_entry_list.3:gd_nmvectore.3 gd_entry_list.3:gd_vector_list.3 gd_frameoffset64.3:gd_alter_frameoffset64.3 gd_array_len.3:gd_carray_len.3 gd_error.3:gd_error_string.3 gd_carrays.3:gd_mcarrays.3 gd_sarrays.3:gd_msarrays.3 gd_strings.3:gd_mstrings.3; do \
	rm -f `echo $m | /usr/bin/sed -e 's/.*://'`; \
	ln -s `echo $m | /usr/bin/sed -e 's/:/ /'`; \
	done
make[3]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/man'
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/man'
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/man'
Making install in doc
make[1]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/doc'
make[2]: Entering directory '/builddir/build/BUILD/getdata-0.10.0/doc'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata'
 /usr/bin/install -c -m 644 README.cxx README.f77 README.f95 README.python unclean_database_recovery.txt '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata'
make[2]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/doc'
make[1]: Leaving directory '/builddir/build/BUILD/getdata-0.10.0/doc'
+ rm -f /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/libf95getdata.la /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/libfgetdata.la /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/libgetdata++.la /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/libgetdata.la
+ rm -f /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/getdata/libgetdatabzip2.la /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/getdata/libgetdataflac.la /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/getdata/libgetdatagzip.la /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/getdata/libgetdatalzma.la /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/getdata/libgetdatazzip.la
+ rm -f '/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/python2.7/site-packages/*.la'
+ rm -f /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/share/doc/getdata/COPYING.DOC /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/share/doc/getdata/README.cxx /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/share/doc/getdata/README.f77 /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/share/doc/getdata/README.f95 /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/share/doc/getdata/README.python /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/share/doc/getdata/unclean_database_recovery.txt
+ mkdir -p /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/gfortran/modules
+ mv /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/include/getdata.mod /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/gfortran/modules/
+ rm -f /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64//usr/lib64/python2.7/site-packages/pygetdata.h
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
Bytecompiling .py files below /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: getdata-0.10.0-3.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.RxxCtV
+ umask 022
+ cd /builddir/build/BUILD
+ cd getdata-0.10.0
+ DOCDIR=/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata
+ cp -pr README /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata
+ cp -pr NEWS /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata
+ cp -pr COPYING /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata
+ cp -pr AUTHORS /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata
+ cp -pr TODO /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata
+ cp -pr ChangeLog /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata
+ exit 0
Provides: getdata = 0.10.0-3.fc28 getdata(riscv-64) = 0.10.0-3.fc28 libgetdata++.so.7()(64bit) libgetdata.so.8()(64bit) libgetdataflac-0.10.0.so()(64bit) libgetdatazzip-0.10.0.so()(64bit)
Requires(interp): /sbin/ldconfig /sbin/ldconfig
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /sbin/ldconfig /sbin/ldconfig
Requires(postun): /sbin/ldconfig /sbin/ldconfig
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libFLAC.so.8()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgetdata.so.8()(64bit) libltdl.so.7()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libzzip-0.so.13()(64bit) rtld(GNU_HASH)
Processing files: getdata-devel-0.10.0-3.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CiyoQk
+ umask 022
+ cd /builddir/build/BUILD
+ cd getdata-0.10.0
+ DOCDIR=/builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata-devel
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata-devel
+ cp -pr doc/README.cxx /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata-devel
+ cp -pr doc/README.f77 /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata-devel
+ cp -pr doc/unclean_database_recovery.txt /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata-devel
+ cp -pr doc/README.python /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64/usr/share/doc/getdata-devel
+ exit 0
Provides: getdata-devel = 0.10.0-3.fc28 getdata-devel(riscv-64) = 0.10.0-3.fc28 pkgconfig(getdata) = 0.10.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /usr/bin/pkg-config libf95getdata.so.7()(64bit) libfgetdata.so.6()(64bit) libgetdata++.so.7()(64bit) libgetdata.so.8()(64bit)
Processing files: getdata-fortran-0.10.0-3.fc28.riscv64
Provides: getdata-fortran = 0.10.0-3.fc28 getdata-fortran(riscv-64) = 0.10.0-3.fc28 libf95getdata.so.7()(64bit) libfgetdata.so.6()(64bit)
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libfgetdata.so.6()(64bit) libgcc_s.so.1()(64bit) libgetdata.so.8()(64bit) libgfortran.so.4()(64bit) libgfortran.so.4(GFORTRAN_7)(64bit) libltdl.so.7()(64bit) libm.so.6()(64bit) rtld(GNU_HASH)
Processing files: getdata-python-0.10.0-3.fc28.riscv64
Provides: getdata-python = 0.10.0-3.fc28 getdata-python(riscv-64) = 0.10.0-3.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgetdata.so.8()(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH)
Processing files: getdata-gzip-0.10.0-3.fc28.riscv64
Provides: getdata-gzip = 0.10.0-3.fc28 getdata-gzip(riscv-64) = 0.10.0-3.fc28 libgetdatagzip-0.10.0.so()(64bit)
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.3.3)(64bit) rtld(GNU_HASH)
Processing files: getdata-bzip2-0.10.0-3.fc28.riscv64
Provides: getdata-bzip2 = 0.10.0-3.fc28 getdata-bzip2(riscv-64) = 0.10.0-3.fc28 libgetdatabzip2-0.10.0.so()(64bit)
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libbz2.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) rtld(GNU_HASH)
Processing files: getdata-lzma-0.10.0-3.fc28.riscv64
Provides: getdata-lzma = 0.10.0-3.fc28 getdata-lzma(riscv-64) = 0.10.0-3.fc28 libgetdatalzma-0.10.0.so()(64bit)
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) libm.so.6()(64bit) rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64
Wrote: /builddir/build/SRPMS/getdata-0.10.0-3.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/getdata-0.10.0-3.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/getdata-devel-0.10.0-3.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/getdata-fortran-0.10.0-3.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/getdata-python-0.10.0-3.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/getdata-gzip-0.10.0-3.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/getdata-bzip2-0.10.0-3.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/getdata-lzma-0.10.0-3.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SXCv5L
+ umask 022
+ cd /builddir/build/BUILD
+ cd getdata-0.10.0
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/getdata-0.10.0-3.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
++ sleep 5
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff