+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/dateutils.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 warning: bogus date in %changelog: Sat Aug 04 2017 Matthew Miller - 0.4.1-8 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.8157Zg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dateutils-0.4.2 + /usr/bin/tar -xof - + /usr/bin/xz -dc /builddir/build/SOURCES/dateutils-0.4.2.tar.xz + STATUS=0 + '[' 0 -ne 0 ']' + cd dateutils-0.4.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CLBevt + umask 022 + cd /builddir/build/BUILD + cd dateutils-0.4.2 + 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 ./build-aux/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./build-aux/config.sub ++ basename ./build-aux/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./build-aux/config.sub '/usr/lib/rpm/redhat/config.sub' -> './build-aux/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./build-aux/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./build-aux/config.guess ++ basename ./build-aux/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./build-aux/config.guess '/usr/lib/rpm/redhat/config.guess' -> './build-aux/config.guess' + '[' 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"~' ./build-aux/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-silent-rules --without-old-links checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for riscv64-redhat-linux-gnu-icc... no checking for riscv64-redhat-linux-gnu-gcc... no checking for riscv64-redhat-linux-gnu-tcc... no checking for riscv64-redhat-linux-gnu-cc... no checking for icc... 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 for style of include used by make... GNU checking dependency style of gcc... none checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu 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 whether C compiler accepts -std="gnu11"... yes checking whether C compiler can understand anonymous structs and unions... yes checking for preferred CC std... -std=gnu11 checking whether C compiler can initialise anonymous structs and unions... yes checking whether C compiler accepts -Wmissing-field-initializers... yes checking whether C compiler can initialise structs and unions in a sloppy way... 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 whether byte ordering is bigendian... no checking for user provided CFLAGS/EXTRA_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 checking whether C linker accepts -XCClinker -foo... no checking whether C linker accepts -Xlinker -foo... no checking whether C compiler accepts -g... yes checking whether C compiler accepts -g3... yes checking for dbx... no checking for gdb... no checking for sdb... no checking whether C compiler accepts -ftime-report... no checking whether C compiler accepts -fmem-report... no checking whether C compiler accepts -fvar-tracking... no checking whether C compiler accepts -save-temps... yes checking for preferred debugging flags... checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -qinfo... no checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wsign-compare... yes checking whether C compiler accepts -Wno-char-subscripts... yes checking whether C compiler accepts -Wundef... yes checking whether C compiler accepts -Wpacked... yes checking whether C compiler accepts -Wpointer-arith... yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wbad-function-cast... yes checking whether C compiler accepts -Wcast-qual... yes checking whether C compiler accepts -Wcast-align... yes checking whether C compiler accepts -Wno-switch... yes checking whether C compiler accepts -Wunused-function... yes checking whether C compiler accepts -Wunused-variable... yes checking whether C compiler accepts -Wunused-parameter... yes checking whether C compiler accepts -Wunused-value... yes checking whether C compiler accepts -Wunused... yes checking whether C compiler accepts -Wmaybe-uninitialized... yes checking whether C compiler accepts -Wnopragma... no checking whether C compiler accepts -fdiagnostics-show-option... yes checking whether C compiler accepts -Wunknown-pragmas... yes checking whether C compiler accepts -Wuninitialized... yes checking whether C compiler accepts -Wreorder... no checking whether C compiler accepts -Wdeprecated... yes checking whether C compiler accepts -Wno-parentheses... yes checking whether C compiler accepts -Wcheck... no checking whether C compiler accepts -Wstrict-aliasing... yes checking whether C compiler accepts -w3... no checking whether C compiler accepts -diag-disable 10237... no checking whether C compiler accepts -wd 10237... no checking whether C compiler accepts -diag-disable 2102... no checking whether C compiler accepts -wd 2102... no checking whether C compiler accepts -debug inline-debug-info... no checking whether C compiler accepts -diag-enable remark,vec,par... no checking whether C compiler accepts -Wunsuffixed-float-constants... yes checking for preferred warning flags... -Wall -Wextra -Wsign-compare -Wno-char-subscripts -Wundef -Wpacked -Wpointer-arith -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wbad-function-cast -Wcast-qual -Wcast-align -Wno-switch -Wunused-function -Wunused-variable -Wunused-parameter -Wunused-value -Wunused -Wmaybe-uninitialized -fdiagnostics-show-option -Wunknown-pragmas -Wuninitialized -Wdeprecated -Wno-parentheses -Wstrict-aliasing -Wunsuffixed-float-constants checking whether C compiler accepts -ipo... no checking whether C compiler accepts -no-prec-div... no checking whether C compiler accepts -nopie... no checking whether C compiler accepts -static-intel... no checking whether C compiler accepts -static-libgcc... yes checking whether C compiler accepts -intel-extensions... no checking for preferred 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 -Wall -Wextra -Wsign-compare -Wno-char-subscripts -Wundef -Wpacked -Wpointer-arith -Wshadow -Wmissing-declarations -Wmissing-prototypes -Wbad-function-cast -Wcast-qual -Wcast-align -Wno-switch -Wunused-function -Wunused-variable -Wunused-parameter -Wunused-value -Wunused -Wmaybe-uninitialized -fdiagnostics-show-option -Wunknown-pragmas -Wuninitialized -Wdeprecated -Wno-parentheses -Wstrict-aliasing -Wunsuffixed-float-constants -static-libgcc configure: If you wish to APPEND your own flags you want to stop here and rerun the configure script like so: configure EXTRA_CFLAGS= If you wish to OVERRIDE these flags you want to stop here too and rerun the configure script like this: configure CFLAGS= You can always override the determined CFLAGS, partially or totally, using make -C CFLAGS= target or make CFLAGS= target respectively checking for gcc -std=gnu11 option to accept ISO C99... none needed checking for stipulated version files... 0.4.2 checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking for splice... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking byteorder.h usability... no checking byteorder.h presence... no checking for byteorder.h... no checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/types.h... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for ANON maps... yes checking for getline... yes checking for fgetln... no checking sys/stdint.h usability... no checking sys/stdint.h presence... no checking for sys/stdint.h... no checking tzfile.h usability... no checking tzfile.h presence... no checking for tzfile.h... no checking for tzselect... /usr/bin/tzselect checking for TZDIR... /usr/share/zoneinfo checking for leap second file... /usr/share/zoneinfo/right/UTC checking for strptime... yes checking whether C compiler can understand anonymous structs and unions... yes checking whether C compiler can initialise anonymous structs and unions... yes checking whether C compiler accepts -Wmissing-field-initializers... (cached) yes checking whether C compiler can initialise structs and unions in a sloppy way... yes checking for flex... no checking for lex... no checking for bison... no checking for byacc... no checking for gperf... no checking for curl... /usr/bin/curl checking for date... /usr/bin/date checking if date is of GNU flavour... yes checking if date is immune to year 2038 problem... yes checking for m4 with sufficient capabilities... configure: WARNING: m4 on this machine might suffer from big buffers. checking for yuck... no checking for getline... (cached) yes checking for fgetln... (cached) no checking whether linker accepts -z combreloc... yes checking whether linker accepts -z nocombreloc... yes checking whether linker accepts -z defs... yes checking whether linker accepts -z muldefs... yes checking whether linker accepts -z nodefaultlib... yes checking whether linker accepts -z lazy... yes checking whether linker accepts -z now... yes checking whether linker accepts -export-dynamic... yes checking for preferred LDFLAGS... -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld configure: If you wish to ADD your own flags you want to stop here and rerun the configure script like so: configure LDFLAGS= You can always override the determined LDFLAGS, partially or totally, using make -C LDFLAGS= target or make LDFLAGS= target respectively NOTE: -C option is not available on all systems checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc -std=gnu11... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes 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 -std=gnu11 object... ok checking for sysroot... no 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 -std=gnu11 supports -fno-rtti -fno-exceptions... no checking for gcc -std=gnu11 option to produce PIC... -fPIC -DPIC checking if gcc -std=gnu11 PIC flag -fPIC -DPIC works... yes checking if gcc -std=gnu11 static flag -static works... no checking if gcc -std=gnu11 supports -c -o file.o... yes checking if gcc -std=gnu11 supports -c -o file.o... (cached) yes checking whether the gcc -std=gnu11 linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes starting libtool investigation... checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dld_link in -ldld... no checking for cos in -lm... yes checking whether deplibs are loaded by dlopen... yes checking for _ prefix in compiled symbols... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating build-aux/Makefile config.status: creating data/Makefile config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating info/Makefile config.status: creating test/Makefile config.status: creating contrib/Makefile config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands Build summary ============= Build date/time apps: dateadd dateconv datediff dategrep dateround dateseq datesort datetest datezone Build misc apps: strptime Build contrib apps: none New binary names will be used (compatibility symlinks: no). See configure options --with-old-names and --with-old-links. + make -j4 '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 ' \ if test "" != "am--refresh"; then \ make -C "./build-aux" ; \ PATH="./build-aux:${PATH}" \ yuck scmver --ignore-noscm -o version.mk --reference .version version.mk.in; \ if test $? -eq 3 -a -n ""; then \ exec make ; \ fi; \ fi make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make all-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_ALL_SOURCE -D_DARWIN_C_SOURCE -D_NETBSD_SOURCE -DYUCK_TEMPLATE_PATH='"/builddir/build/BUILD/dateutils-0.4.2/build-aux"' -DWITH_SCMVER -DBOOTSTRAP -DWITH_SCMVER -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 yuck_bootstrap-yuck.o `test -f 'yuck.c' || echo './'`yuck.c gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_ALL_SOURCE -D_DARWIN_C_SOURCE -D_NETBSD_SOURCE -DYUCK_TEMPLATE_PATH='"/builddir/build/BUILD/dateutils-0.4.2/build-aux"' -DWITH_SCMVER -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 yuck-yuck.o `test -f 'yuck.c' || echo './'`yuck.c gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_ALL_SOURCE -D_DARWIN_C_SOURCE -D_NETBSD_SOURCE -DYUCK_TEMPLATE_PATH='"/builddir/build/BUILD/dateutils-0.4.2/build-aux"' -DWITH_SCMVER -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 yuck-yuck-scmver.o `test -f 'yuck-scmver.c' || echo './'`yuck-scmver.c In file included from /usr/include/unistd.h:25:0, from yuck-scmver.c:40: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/unistd.h:25:0, from yuck.c:50: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/unistd.h:25:0, from yuck.c:50: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 yuck-bootstrap yuck_bootstrap-yuck.o -ldl libtool: link: gcc -std=gnu11 -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 yuck-bootstrap yuck_bootstrap-yuck.o -ldl /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 yuck yuck-yuck.o yuck-yuck-scmver.o -ldl libtool: link: gcc -std=gnu11 -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 yuck yuck-yuck.o yuck-yuck-scmver.o -ldl make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' Making all in build-aux make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make all-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' Making all in data make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/data' make all-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/data' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/data' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/data' Making all in lib make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/lib' make all-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/lib' gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I. -DLOCALE_FILE='"/usr/share/dateutils/locale"' -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 libdut_a-version.o `test -f 'version.c' || echo './'`version.c gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I. -DLOCALE_FILE='"/usr/share/dateutils/locale"' -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 libdut_a-date-core.o `test -f 'date-core.c' || echo './'`date-core.c gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I. -DLOCALE_FILE='"/usr/share/dateutils/locale"' -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 libdut_a-time-core.o `test -f 'time-core.c' || echo './'`time-core.c gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I. -DLOCALE_FILE='"/usr/share/dateutils/locale"' -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 libdut_a-dt-core.o `test -f 'dt-core.c' || echo './'`dt-core.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/string.h:26, from date-core.c:44: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/string.h:26, from time-core.c:44: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I. -DLOCALE_FILE='"/usr/share/dateutils/locale"' -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 libdut_a-strops.o `test -f 'strops.c' || echo './'`strops.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/string.h:26, from dt-core.c:44: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/string.h:26, from strops.c:45: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from strops.c:53:0: strops.h: In function 'ui99topstr': strops.h:137:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d10 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ strops.h: In function 'ui999topstr': strops.h:154:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ strops.h:157:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ strops.h: In function 'ui9999topstr': strops.h:174:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 3U && pad) && z > 3U; ~~~~~~~~~~~^~~~~~ strops.h:177:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ strops.h:180:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ In file included from time-core.c:70:0: strops.h: In function 'ui99topstr': strops.h:137:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d10 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ strops.h: In function 'ui999topstr': strops.h:154:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ strops.h:157:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ strops.h: In function 'ui9999topstr': strops.h:174:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 3U && pad) && z > 3U; ~~~~~~~~~~~^~~~~~ strops.h:177:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ strops.h:180:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ In file included from dt-core.c:54:0: strops.h: In function 'ui99topstr': strops.h:137:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d10 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ strops.h: In function 'ui999topstr': strops.h:154:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ strops.h:157:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ strops.h: In function 'ui9999topstr': strops.h:174:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 3U && pad) && z > 3U; ~~~~~~~~~~~^~~~~~ strops.h:177:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ strops.h:180:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ dt-core.c: In function '__sexy_add': dt-core.c:269:2: warning: case value '0' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURUNK: ^~~~ dt-core.c:265:2: warning: case value '6' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURD: ^~~~ dt-core.c:266:2: warning: case value '7' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURBD: ^~~~ In file included from dt-core.c:289:0: dt-core-strpf.c: In function '__fixup_zdiff': dt-core-strpf.c:137:20: warning: missing braces around initializer [-Wmissing-braces] dt = dt_dtadd(dt, (struct dt_dtdur_s){DT_DURS, .dv = -zdiff}); ^ { { } } } } } dt-core.c: In function 'leaps_before': dt-core.c:505:2: warning: case value '1' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_YMD: ^~~~ dt-core.c:509:2: warning: case value '2' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_YMCW: ^~~~ dt-core.c:513:2: warning: case value '6' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_DAISY: ^~~~ In file included from date-core.c:54:0: strops.h: In function 'ui99topstr': strops.h:137:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d10 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ strops.h: In function 'ui999topstr': strops.h:154:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ strops.h:157:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ strops.h: In function 'ui9999topstr': strops.h:174:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 3U && pad) && z > 3U; ~~~~~~~~~~~^~~~~~ strops.h:177:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ strops.h:180:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ dt-core.c: In function 'dt_strfdt': dt-core.c:772:3: warning: case value '1' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_YMD: ^~~~ dt-core.c:775:3: warning: case value '2' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_YMCW: ^~~~ dt-core.c:795:3: warning: case value '3' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_BIZDA: ^~~~ dt-core.c:778:3: warning: case value '4' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_YWD: ^~~~ dt-core.c:781:3: warning: case value '5' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_YD: ^~~~ dt-core.c:784:3: warning: case value '6' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_DAISY: ^~~~ dt-core.c:788:3: warning: case value '8' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_JDN: ^~~~ dt-core.c:789:3: warning: case value '9' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_LDN: ^~~~ dt-core.c:790:3: warning: case value '10' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_MDN: ^~~~ dt-core.c:853:2: warning: case value '1' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_YMD: ^~~~ dt-core.c:859:2: warning: case value '2' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_YMCW: ^~~~ dt-core.c:887:2: warning: case value '3' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_BIZDA: ^~~~ dt-core.c:865:2: warning: case value '4' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_YWD: ^~~~ dt-core.c:868:2: warning: case value '5' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_YD: ^~~~ dt-core.c:882:2: warning: case value '6' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_DAISY: ^~~~ dt-core.c:873:2: warning: case value '8' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_JDN: ^~~~ dt-core.c:876:2: warning: case value '9' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_LDN: ^~~~ dt-core.c:879:2: warning: case value '10' not in enumerated type 'dt_dttyp_t {aka enum }' [-Wswitch] case DT_MDN: ^~~~ dt-core.c: In function 'dt_neg_dtdur': dt-core.c:1212:2: warning: case value '6' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURD: ^~~~ dt-core.c:1213:2: warning: case value '7' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURBD: ^~~~ dt-core.c:1214:2: warning: case value '8' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURWK: ^~~~ dt-core.c:1215:2: warning: case value '9' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURMO: ^~~~ dt-core.c:1216:2: warning: case value '10' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURQU: ^~~~ dt-core.c:1217:2: warning: case value '11' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURYR: ^~~~ dt-core.c: In function 'dt_dtdur_neg_p': dt-core.c:1239:2: warning: case value '6' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURD: ^~~~ dt-core.c:1240:2: warning: case value '7' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURBD: ^~~~ dt-core.c:1241:2: warning: case value '8' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURWK: ^~~~ dt-core.c:1242:2: warning: case value '9' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURMO: ^~~~ dt-core.c:1243:2: warning: case value '10' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURQU: ^~~~ dt-core.c:1244:2: warning: case value '11' not in enumerated type 'dt_dtdurtyp_t {aka enum }' [-Wswitch] case DT_DURYR: ^~~~ In file included from date-core.c:658:0: date-core-strpf.c: In function '__strpd_card': date-core-strpf.c:182:3: warning: enumeration value 'DT_SPMOD_ILL' not handled in switch [-Wswitch] switch (s.abbr) { ^~~~~~ date-core-strpf.c: In function '__strpd_rom': date-core-strpf.c:380:3: warning: enumeration value 'DT_SPMOD_ILL' not handled in switch [-Wswitch] switch (s.abbr) { ^~~~~~ date-core-strpf.c: In function '__strfd_card': date-core-strpf.c:646:8: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] 3 - (s.pad == DT_SPPAD_OMIT) << 1U, ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ date-core-strpf.c:658:7: warning: suggest parentheses around '-' inside '<<' [-Wparentheses] 3 - (s.pad == DT_SPPAD_OMIT) << 1U, padchar(s)); ~~^~~~~~~~~~~~~~~~~~~~~~~~~~ date-core.c: In function 'dt_strfddur': date-core.c:1222:3: warning: enumeration value 'DT_DURUNK' not handled in switch [-Wswitch] switch (that.durtyp) { ^~~~~~ date-core.c:1222:3: warning: enumeration value 'DT_DURYMD' not handled in switch [-Wswitch] date-core.c:1222:3: warning: enumeration value 'DT_DURYMCW' not handled in switch [-Wswitch] date-core.c:1222:3: warning: enumeration value 'DT_DURBIZDA' not handled in switch [-Wswitch] date-core.c:1222:3: warning: enumeration value 'DT_DURYWD' not handled in switch [-Wswitch] date-core.c:1222:3: warning: enumeration value 'DT_DURYD' not handled in switch [-Wswitch] date-core.c:1222:3: warning: enumeration value 'DT_NDURTYP' not handled in switch [-Wswitch] gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I. -DLOCALE_FILE='"/usr/share/dateutils/locale"' -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 libdut_a-token.o `test -f 'token.c' || echo './'`token.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from date-core.h:41, from token.c:47: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I. -DLOCALE_FILE='"/usr/share/dateutils/locale"' -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 libdut_a-tzraw.o `test -f 'tzraw.c' || echo './'`tzraw.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdint.h:26, from /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/include/stdint.h:9, from tzraw.c:51: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I. -DLOCALE_FILE='"/usr/share/dateutils/locale"' -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 libdut_a-tzmap.o `test -f 'tzmap.c' || echo './'`tzmap.c In file included from /usr/include/unistd.h:25:0, from tzmap.c:44: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I. -DLOCALE_FILE='"/usr/share/dateutils/locale"' -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 libdut_a-leaps.o `test -f 'leaps.c' || echo './'`leaps.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdint.h:26, from /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/include/stdint.h:9, from leaps.c:44: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I. -DLOCALE_FILE='"/usr/share/dateutils/locale"' -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 libdut_a-dt-locale.o `test -f 'dt-locale.c' || echo './'`dt-locale.c In file included from /usr/include/unistd.h:25:0, from dt-locale.c:44: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I. -DLOCALE_FILE='"/usr/share/dateutils/locale"' -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 libdut_a-dt-core-tz-glue.o `test -f 'dt-core-tz-glue.c' || echo './'`dt-core-tz-glue.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from dt-core.h:41, from dt-core-tz-glue.h:41, from dt-core-tz-glue.c:45: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ dt-core-tz-glue.c: In function 'dtz_forgetz': dt-core-tz-glue.c:78:19: warning: missing braces around initializer [-Wmissing-braces] d = dt_dtadd(d, (struct dt_dtdur_s){DT_DURS, .dv = zdiff}); ^ { { } } } } } dt-core-tz-glue.c: In function 'dtz_enrichz': dt-core-tz-glue.c:120:19: warning: missing braces around initializer [-Wmissing-braces] d = dt_dtadd(d, (struct dt_dtdur_s){DT_DURS, .dv = zdiff}); ^ { { } } } } } gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -DSTANDALONE -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 tzmap-tzmap.o `test -f 'tzmap.c' || echo './'`tzmap.c In file included from /usr/include/unistd.h:25:0, from tzmap.c:44: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ ./tzmap cc -e -o iata.tzmcc iata.tzmap make[2]: ./tzmap: Command not found make[2]: [Makefile:1305: iata.tzmcc] Error 127 (ignored) ./tzmap cc -e -o icao.tzmcc icao.tzmap make[2]: ./tzmap: Command not found make[2]: [Makefile:1305: icao.tzmcc] Error 127 (ignored) ./tzmap cc -e -o mic.tzmcc mic.tzmap make[2]: ./tzmap: Command not found make[2]: [Makefile:1305: mic.tzmcc] Error 127 (ignored) /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 tzmap tzmap-tzmap.o -ldl libtool: link: gcc -std=gnu11 -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 tzmap tzmap-tzmap.o -ldl rm -f libdut.a ar cru libdut.a libdut_a-version.o libdut_a-date-core.o libdut_a-time-core.o libdut_a-dt-core.o libdut_a-strops.o libdut_a-token.o libdut_a-tzraw.o libdut_a-tzmap.o libdut_a-leaps.o libdut_a-dt-locale.o libdut_a-dt-core-tz-glue.o ranlib libdut.a make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/lib' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/lib' Making all in src make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/src' make all-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/src' gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -DTZMAP_DIR='"/usr/share/dateutils"' -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 libdutio_a-dt-io.o `test -f 'dt-io.c' || echo './'`dt-io.c gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -DTZMAP_DIR='"/usr/share/dateutils"' -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 libdutio_a-dt-io-zone.o `test -f 'dt-io-zone.c' || echo './'`dt-io-zone.c gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -DTZMAP_DIR='"/usr/share/dateutils"' -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 libdutio_a-alist.o `test -f 'alist.c' || echo './'`alist.c gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -DTZMAP_DIR='"/usr/share/dateutils"' -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 libdutio_a-prchunk.o `test -f 'prchunk.c' || echo './'`prchunk.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/string.h:26, from dt-io-zone.c:40: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from dt-io.c:4: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from alist.c:41: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from prchunk.c:48: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -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 dadd-dadd.o `test -f 'dadd.c' || echo './'`dadd.c In file included from dt-io.c:23:0: ../lib/strops.h: In function 'ui99topstr': ../lib/strops.h:137:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d10 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:27, from dadd.c:40: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ ../lib/strops.h: In function 'ui999topstr': ../lib/strops.h:154:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ ../lib/strops.h:157:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ ../lib/strops.h: In function 'ui9999topstr': ../lib/strops.h:174:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 3U && pad) && z > 3U; ~~~~~~~~~~~^~~~~~ ../lib/strops.h:177:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ ../lib/strops.h:180:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -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 dconv-dconv.o `test -f 'dconv.c' || echo './'`dconv.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:27, from dconv.c:40: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -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 ddiff-ddiff.o `test -f 'ddiff.c' || echo './'`ddiff.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:27, from ddiff.c:40: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -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 dgrep-dgrep.o `test -f 'dgrep.c' || echo './'`dgrep.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:27, from dgrep.c:40: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -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 dround-dround.o `test -f 'dround.c' || echo './'`dround.c gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -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 dseq-dseq.o `test -f 'dseq.c' || echo './'`dseq.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:27, from dround.c:40: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdlib.h:25, from dseq.c:41: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from dexpr.c:8:0, from dgrep.c:57: ../lib/strops.h: In function 'ui99topstr': ../lib/strops.h:137:32: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d10 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ ../lib/strops.h: In function 'ui999topstr': ../lib/strops.h:154:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ ../lib/strops.h:157:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d100 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ ../lib/strops.h: In function 'ui9999topstr': ../lib/strops.h:174:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 3U && pad) && z > 3U; ~~~~~~~~~~~^~~~~~ ../lib/strops.h:177:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 2U && pad) && z > 2U; ~~~~~~~~~~~^~~~~~ ../lib/strops.h:180:34: warning: suggest parentheses around '&&' within '||' [-Wparentheses] i += (d1000 > 0U || width > 1U && pad) && z > 1U; ~~~~~~~~~~~^~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -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 dsort-dsort.o `test -f 'dsort.c' || echo './'`dsort.c In file included from /usr/include/unistd.h:25:0, from dsort.c:40: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -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 dtest-dtest.o `test -f 'dtest.c' || echo './'`dtest.c gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -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 dzone-dzone.o `test -f 'dzone.c' || echo './'`dzone.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:27, from dtest.c:41: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdio.h:27, from dzone.c:40: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ gcc -std=gnu11 -DHAVE_CONFIG_H -I. -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DHAVE_VERSION_H -I../lib -I../lib -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 strptime-strptime.o `test -f 'strptime.c' || echo './'`strptime.c In file included from /usr/include/bits/libc-header-start.h:33:0, from /usr/include/stdint.h:26, from /usr/lib64/gcc/riscv64-unknown-linux-gnu/7/include/stdint.h:9, from strptime.c:41: /usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ rm -f libdutio.a ar cru libdutio.a libdutio_a-dt-io.o libdutio_a-dt-io-zone.o libdutio_a-alist.o libdutio_a-prchunk.o ranlib libdutio.a /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 dadd dadd-dadd.o libdutio.a ../lib/libdut.a -ldl /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 dconv dconv-dconv.o libdutio.a ../lib/libdut.a -ldl /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 ddiff ddiff-ddiff.o libdutio.a ../lib/libdut.a -ldl libtool: link: gcc -std=gnu11 -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 dadd dadd-dadd.o libdutio.a ../lib/libdut.a -ldl /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 dgrep dgrep-dgrep.o libdutio.a ../lib/libdut.a -ldl libtool: link: gcc -std=gnu11 -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 dconv dconv-dconv.o libdutio.a ../lib/libdut.a -ldl /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 dround dround-dround.o libdutio.a ../lib/libdut.a -ldl libtool: link: gcc -std=gnu11 -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 ddiff ddiff-ddiff.o libdutio.a ../lib/libdut.a -ldl /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 dseq dseq-dseq.o libdutio.a ../lib/libdut.a -ldl libtool: link: gcc -std=gnu11 -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 dgrep dgrep-dgrep.o libdutio.a ../lib/libdut.a -ldl /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 dsort dsort-dsort.o libdutio.a ../lib/libdut.a -ldl libtool: link: gcc -std=gnu11 -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 dround dround-dround.o libdutio.a ../lib/libdut.a -ldl /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 dtest dtest-dtest.o libdutio.a ../lib/libdut.a -ldl libtool: link: gcc -std=gnu11 -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 dseq dseq-dseq.o libdutio.a ../lib/libdut.a -ldl /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 dzone dzone-dzone.o libdutio.a ../lib/libdut.a -ldl libtool: link: gcc -std=gnu11 -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 dsort dsort-dsort.o libdutio.a ../lib/libdut.a -ldl /bin/sh ../libtool --tag=CC --mode=link gcc -std=gnu11 -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 strptime strptime-strptime.o libdutio.a ../lib/libdut.a -ldl libtool: link: gcc -std=gnu11 -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 dtest dtest-dtest.o libdutio.a ../lib/libdut.a -ldl libtool: link: gcc -std=gnu11 -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 dzone dzone-dzone.o libdutio.a ../lib/libdut.a -ldl libtool: link: gcc -std=gnu11 -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 strptime strptime-strptime.o libdutio.a ../lib/libdut.a -ldl make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/src' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/src' Making all in info make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/info' make all-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/info' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/info' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/info' Making all in test make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/test' ../lib/tzmap cc -o dummy.tzmcc dummy.tzmap make all-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/test' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/test' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/test' make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2' \ if test "all-am" != "am--refresh"; then \ make -C "./build-aux" all-am; \ PATH="./build-aux:${PATH}" \ yuck scmver --ignore-noscm -o version.mk --reference .version version.mk.in; \ if test $? -eq 3 -a -n ""; then \ exec make all-am; \ fi; \ fi make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4TDZFB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64 + cd dateutils-0.4.2 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64 'INSTALL=/usr/bin/install -p' \ if test "install" != "am--refresh"; then \ /usr/bin/make -C "./build-aux" install; \ PATH="./build-aux:${PATH}" \ yuck scmver --ignore-noscm -o version.mk --reference .version version.mk.in; \ if test $? -eq 3 -a -n ""; then \ exec /usr/bin/make install; \ fi; \ fi make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make[3]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' 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/dateutils-0.4.2/build-aux' make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' Making install in build-aux make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make[3]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' 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/dateutils-0.4.2/build-aux' make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' Making install in data make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/data' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/data' make[3]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/data' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/dateutils' /usr/bin/install -p -m 644 locale '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/dateutils' make[3]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/data' make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/data' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/data' Making install in lib make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/lib' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/lib' ./tzmap cc -e -o iata.tzmcc iata.tzmap ./tzmap cc -e -o icao.tzmcc icao.tzmap ./tzmap cc -e -o mic.tzmcc mic.tzmap make[3]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/lib' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/dateutils' /usr/bin/install -p -m 644 iata.tzmcc icao.tzmcc mic.tzmcc '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/dateutils' make[3]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/lib' make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/lib' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/lib' Making install in src make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/src' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/src' make[3]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -p dadd dconv ddiff dgrep dround dseq dsort dtest dzone strptime '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin' libtool: install: /usr/bin/install -p dadd /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin/dadd libtool: install: /usr/bin/install -p dconv /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin/dconv libtool: install: /usr/bin/install -p ddiff /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin/ddiff libtool: install: /usr/bin/install -p dgrep /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin/dgrep libtool: install: /usr/bin/install -p dround /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin/dround libtool: install: /usr/bin/install -p dseq /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin/dseq libtool: install: /usr/bin/install -p dsort /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin/dsort libtool: install: /usr/bin/install -p dtest /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin/dtest libtool: install: /usr/bin/install -p dzone /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin/dzone libtool: install: /usr/bin/install -p strptime /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin/strptime /usr/bin/make install-exec-hook make[4]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/src' cd /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/bin && \ for prog in add conv diff grep round seq sort test zone; do \ mv -f d$prog date$prog ; \ \ done make[4]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/src' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/src' make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/src' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/src' Making install in info make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/info' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/info' make[3]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/info' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/info' /usr/bin/install -p -m 644 ./dateutils.info '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/info' install-info --info-dir='/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/info' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/info/dateutils.info' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1' /usr/bin/install -p -m 644 'strptime.man' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1/strptime.1' /usr/bin/install -p -m 644 'dateadd.manu' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1/dateadd.1' /usr/bin/install -p -m 644 'dateconv.man' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1/dateconv.1' /usr/bin/install -p -m 644 'datediff.mand' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1/datediff.1' /usr/bin/install -p -m 644 'dategrep.man' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1/dategrep.1' /usr/bin/install -p -m 644 'dateround.manu' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1/dateround.1' /usr/bin/install -p -m 644 'dateseq.manu' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1/dateseq.1' /usr/bin/install -p -m 644 'datesort.man' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1/datesort.1' /usr/bin/install -p -m 644 'datetest.man' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1/datetest.1' /usr/bin/install -p -m 644 'datezone.man' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1/datezone.1' /usr/bin/install -p -m 644 'dateutils.man' '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/man/man1/dateutils.1' make[3]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/info' make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/info' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/info' Making install in test make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/test' /usr/bin/make install-am make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/test' make[3]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/test' 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/dateutils-0.4.2/test' make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/test' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/test' make[1]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2' \ if test "install-am" != "am--refresh"; then \ /usr/bin/make -C "./build-aux" install-am; \ PATH="./build-aux:${PATH}" \ yuck scmver --ignore-noscm -o version.mk --reference .version version.mk.in; \ if test $? -eq 3 -a -n ""; then \ exec /usr/bin/make install-am; \ fi; \ fi make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make[3]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' 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/dateutils-0.4.2/build-aux' make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' make[2]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2' \ if test "install-exec-am install-data-am" != "am--refresh"; then \ /usr/bin/make -C "./build-aux" install-exec-am install-data-am; \ PATH="./build-aux:${PATH}" \ yuck scmver --ignore-noscm -o version.mk --reference .version version.mk.in; \ if test $? -eq 3 -a -n ""; then \ exec /usr/bin/make install-exec-am install-data-am; \ fi; \ fi make[3]: Entering directory '/builddir/build/BUILD/dateutils-0.4.2/build-aux' 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/dateutils-0.4.2/build-aux' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/doc/dateutils' /usr/bin/install -p -m 644 README.md LICENSE '/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/doc/dateutils' make[2]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2' make[1]: Leaving directory '/builddir/build/BUILD/dateutils-0.4.2' + rm -f /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/info/dir + rm -f /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/doc/dateutils/LICENSE + /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 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: dateutils-0.4.2-1.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZMIM7e + umask 022 + cd /builddir/build/BUILD + cd dateutils-0.4.2 + DOCDIR=/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/doc/dateutils + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/doc/dateutils + cp -pr README.md /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/doc/dateutils + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AJQjyb + umask 022 + cd /builddir/build/BUILD + cd dateutils-0.4.2 + LICENSEDIR=/builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/licenses/dateutils + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/licenses/dateutils + cp -pr LICENSE /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64/usr/share/licenses/dateutils + exit 0 Provides: dateutils = 0.4.2-1.fc28 dateutils(riscv-64) = 0.4.2-1.fc28 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh info Requires(preun): /bin/sh info 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) libdl.so.2()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/dateutils-0.4.2-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/dateutils-0.4.2-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nyXgvp + umask 022 + cd /builddir/build/BUILD + cd dateutils-0.4.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dateutils-0.4.2-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff