+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/coan.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.5G7ZdB + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf coan-6.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/coan-6.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd coan-6.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + for i in AUTHORS LICENSE.BSD README ChangeLog + sed -i -e 's/\r$//' AUTHORS + for i in AUTHORS LICENSE.BSD README ChangeLog + sed -i -e 's/\r$//' LICENSE.BSD + for i in AUTHORS LICENSE.BSD README ChangeLog + sed -i -e 's/\r$//' README + for i in AUTHORS LICENSE.BSD README ChangeLog + sed -i -e 's/\r$//' ChangeLog + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.63RRPm + umask 022 + cd /builddir/build/BUILD + cd coan-6.0.1 + 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.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' + 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' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name 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 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 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 for strings.h... (cached) yes checking for big-endian host... no checking for python... yes checking for time... no 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++ supports C++11 features by default... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating test_coan/Makefile config.status: creating config.h config.status: executing depfiles commands + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/coan-6.0.1' Making all in src make[2]: Entering directory '/builddir/build/BUILD/coan-6.0.1/src' g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 argument_list.o argument_list.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 canonical.o canonical.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 chew.o chew.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 citable.o citable.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 contradiction.o contradiction.cpp In file included from chew.cpp:39:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 dataset.o dataset.cpp In file included from contradiction.cpp:40:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 diagnostic.o diagnostic.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 directive.o directive.cpp In file included from dataset.cpp:41:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from file_tree.h:40:0, from dataset.h:41, from dataset.cpp:37: path.h: In instantiation of 'void path::analyse() [with char Delim = '/']': path.h:66:10: required from 'path::path(const string&) [with char Delim = '/'; std::__cxx11::string = std::__cxx11::basic_string]' file_tree.h:358:10: required from 'void file_tree::add(const string&, Filter&) [with Filter = dataset::selector; std::__cxx11::string = std::__cxx11::basic_string]' dataset.cpp:146:29: required from here path.h:394:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_cursor >= elements()) { ~~~~~~~~^~~~~~~~~~~~~ In file included from diagnostic.cpp:37:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ diagnostic.cpp:87:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void diagnostic_base::despatch() const throw(unsigned) ^~~~~ In file included from directive.cpp:39:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 directory_common.o directory_common.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 expansion_base.o expansion_base.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 explained_expansion.o explained_expansion.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 expression_parser.o expression_parser.cpp In file included from expansion_base.cpp:39:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from explained_expansion.cpp:37:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from expression_parser.cpp:37:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 filesys.o filesys.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 file_tree.o file_tree.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 formal_parameter_list.o formal_parameter_list.cpp In file included from filesys.cpp:36:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from file_tree.cpp:37:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from filesys.cpp:37:0: path.h: In instantiation of 'void path::analyse() [with char Delim = '/']': path.h:66:10: required from 'path::path(const string&) [with char Delim = '/'; std::__cxx11::string = std::__cxx11::basic_string]' filesys.cpp:72:24: required from here path.h:394:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_cursor >= elements()) { ~~~~~~~~^~~~~~~~~~~~~ In file included from directory.h:51:0, from file_tree.cpp:38: directory_nix.h: In member function 'std::__cxx11::string nix::directory::next()': directory_nix.h:96:44: warning: 'int readdir_r(DIR*, dirent*, dirent**)' is deprecated [-Wdeprecated-declarations] int error = readdir_r(_dir,&_entry,&entry); ^ In file included from directory_nix.h:41:0, from directory.h:51, from file_tree.cpp:38: /usr/include/dirent.h:183:12: note: declared here extern int readdir_r (DIR *__restrict __dirp, ^~~~~~~~~ In file included from file_tree.h:40:0, from file_tree.cpp:35: path.h: In instantiation of 'void path::analyse() [with char Delim = '/']': path.h:193:11: required from 'void path::pop_back() [with char Delim = '/']' file_tree.cpp:78:22: required from here path.h:394:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_cursor >= elements()) { ~~~~~~~~^~~~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 fs_nix.o fs_nix.cpp In file included from fs_nix.cpp:46:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from fs_nix.cpp:48:0: path.h: In instantiation of 'void path::analyse() [with char Delim = '/']': path.h:66:10: required from 'path::path(const string&) [with char Delim = '/'; std::__cxx11::string = std::__cxx11::basic_string]' fs_nix.cpp:109:23: required from here path.h:394:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_cursor >= elements()) { ~~~~~~~~^~~~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 fs_win.o fs_win.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 get_options.o get_options.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 hash_include.o hash_include.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 help.o help.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 identifier.o identifier.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 if_control.o if_control.cpp In file included from hash_include.cpp:37:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from identifier.cpp:40:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from if_control.cpp:45:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 integer_constant.o integer_constant.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 integer.o integer.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 io.o io.cpp In file included from integer_constant.cpp:39:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 line_despatch.o line_despatch.cpp In file included from integer.cpp:38:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from io.cpp:42:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from io.cpp:40:0: path.h: In instantiation of 'void path::analyse() [with char Delim = '/']': path.h:66:10: required from 'path::path(const string&) [with char Delim = '/'; std::__cxx11::string = std::__cxx11::basic_string]' io.cpp:114:42: required from here path.h:394:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_cursor >= elements()) { ~~~~~~~~^~~~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 main.o main.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 options.o options.cpp In file included from main.cpp:43:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from options.cpp:47:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 parameter_list_base.o parameter_list_base.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 parameter_substitution.o parameter_substitution.cpp In file included from file_tree.h:40:0, from dataset.h:41, from options.cpp:49: path.h: In instantiation of 'void path::analyse() [with char Delim = '/']': path.h:66:10: required from 'path::path(const string&) [with char Delim = '/'; std::__cxx11::string = std::__cxx11::basic_string]' options.cpp:365:47: required from here path.h:394:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (_cursor >= elements()) { ~~~~~~~~^~~~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 parsed_line.o parsed_line.cpp In file included from parameter_substitution.cpp:38:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 reference.o reference.cpp In file included from parsed_line.cpp:47:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ In file included from reference.cpp:46:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 symbol.o symbol.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 syserr.o syserr.cpp g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 unexplained_expansion.o unexplained_expansion.cpp In file included from symbol.cpp:39:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 version.o version.cpp In file included from unexplained_expansion.cpp:37:0: diagnostic.h:298:24: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] void despatch() const throw (unsigned); ^~~~~ g++ -O2 -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 coan argument_list.o canonical.o chew.o citable.o contradiction.o dataset.o diagnostic.o directive.o directory_common.o expansion_base.o explained_expansion.o expression_parser.o filesys.o file_tree.o formal_parameter_list.o fs_nix.o fs_win.o get_options.o hash_include.o help.o identifier.o if_control.o integer_constant.o integer.o io.o line_despatch.o main.o options.o parameter_list_base.o parameter_substitution.o parsed_line.o reference.o symbol.o syserr.o unexplained_expansion.o version.o make[2]: Leaving directory '/builddir/build/BUILD/coan-6.0.1/src' Making all in man make[2]: Entering directory '/builddir/build/BUILD/coan-6.0.1/man' rel_month='AUGUST 2014' && \ if [ ! -d html ]; then \ mkdir html; \ fi && \ sed -e "s/{{REL_MONTH}}/$rel_month/" < man_pod.pl > man_pod_rel.tmp && \ pod2man man_pod_rel.tmp --section=1 --name=coan --center="User Commmands" --date="burroingroingjoing.com" --release="$rel_month" > coan.1 && \ pod2html --noindex --title="Coan Man Page" --infile=man_pod_rel.tmp --outfile=html/coan_man_1.html && \ rm -f *.tmp gzip -f coan.1 make[2]: Leaving directory '/builddir/build/BUILD/coan-6.0.1/man' Making all in test_coan make[2]: Entering directory '/builddir/build/BUILD/coan-6.0.1/test_coan' g++ -DHAVE_CONFIG_H -I. -I.. -O2 -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 wordsize.o wordsize.cpp g++ -O2 -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 wordsize wordsize.o make[2]: Leaving directory '/builddir/build/BUILD/coan-6.0.1/test_coan' make[2]: Entering directory '/builddir/build/BUILD/coan-6.0.1' make[2]: Leaving directory '/builddir/build/BUILD/coan-6.0.1' make[1]: Leaving directory '/builddir/build/BUILD/coan-6.0.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.a2pd2i + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64 + cd coan-6.0.1 + make install DESTDIR=/builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64 'INSTALL=install -p' Making install in src make[1]: Entering directory '/builddir/build/BUILD/coan-6.0.1/src' make[2]: Entering directory '/builddir/build/BUILD/coan-6.0.1/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64/usr/bin' install -p coan '/builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/coan-6.0.1/src' make[1]: Leaving directory '/builddir/build/BUILD/coan-6.0.1/src' Making install in man make[1]: Entering directory '/builddir/build/BUILD/coan-6.0.1/man' rel_month='AUGUST 2014' && \ if [ ! -d html ]; then \ mkdir html; \ fi && \ sed -e "s/{{REL_MONTH}}/$rel_month/" < man_pod.pl > man_pod_rel.tmp && \ pod2man man_pod_rel.tmp --section=1 --name=coan --center="User Commmands" --date="burroingroingjoing.com" --release="$rel_month" > coan.1 && \ pod2html --noindex --title="Coan Man Page" --infile=man_pod_rel.tmp --outfile=html/coan_man_1.html && \ rm -f *.tmp gzip -f coan.1 make[2]: Entering directory '/builddir/build/BUILD/coan-6.0.1/man' make[2]: Nothing to be done for 'install-exec-am'. rel_month='AUGUST 2014' && \ if [ ! -d html ]; then \ mkdir html; \ fi && \ sed -e "s/{{REL_MONTH}}/$rel_month/" < man_pod.pl > man_pod_rel.tmp && \ pod2man man_pod_rel.tmp --section=1 --name=coan --center="User Commmands" --date="burroingroingjoing.com" --release="$rel_month" > coan.1 && \ pod2html --noindex --title="Coan Man Page" --infile=man_pod_rel.tmp --outfile=html/coan_man_1.html && \ rm -f *.tmp gzip -f coan.1 /usr/bin/mkdir -p '/builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64/usr/share/man/man1' install -p -m 644 'coan.1.gz' '/builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64/usr/share/man/man1/coan.1.1' make[2]: Leaving directory '/builddir/build/BUILD/coan-6.0.1/man' make[1]: Leaving directory '/builddir/build/BUILD/coan-6.0.1/man' Making install in test_coan make[1]: Entering directory '/builddir/build/BUILD/coan-6.0.1/test_coan' make[2]: Entering directory '/builddir/build/BUILD/coan-6.0.1/test_coan' 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/coan-6.0.1/test_coan' make[1]: Leaving directory '/builddir/build/BUILD/coan-6.0.1/test_coan' make[1]: Entering directory '/builddir/build/BUILD/coan-6.0.1' make[2]: Entering directory '/builddir/build/BUILD/coan-6.0.1' 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/coan-6.0.1' make[1]: Leaving directory '/builddir/build/BUILD/coan-6.0.1' + /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: coan-6.0.1-8.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aObfXA + umask 022 + cd /builddir/build/BUILD + cd coan-6.0.1 + DOCDIR=/builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64/usr/share/doc/coan + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64/usr/share/doc/coan + cp -pr AUTHORS /builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64/usr/share/doc/coan + cp -pr LICENSE.BSD /builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64/usr/share/doc/coan + cp -pr README /builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64/usr/share/doc/coan + cp -pr ChangeLog /builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64/usr/share/doc/coan + exit 0 Provides: coan = 6.0.1-8.fc28 coan(riscv-64) = 6.0.1-8.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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(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) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/coan-6.0.1-8.fc28.riscv64 Wrote: /builddir/build/SRPMS/coan-6.0.1-8.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/coan-6.0.1-8.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PpBZdG + umask 022 + cd /builddir/build/BUILD + cd coan-6.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/coan-6.0.1-8.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