+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/source-highlight.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.j2Ufii + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf source-highlight-3.1.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/source-highlight-3.1.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd source-highlight-3.1.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IZani4 + umask 022 + cd /builddir/build/BUILD + cd source-highlight-3.1.8 + 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-static --with-boost-regex=boost_regex checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /builddir/build/BUILD/source-highlight-3.1.8/build-aux/missing: Unknown `--is-lightweight' option Try `/builddir/build/BUILD/source-highlight-3.1.8/build-aux/missing --help' for more information configure: WARNING: 'missing' script is too old or missing 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 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 for style of include used by make... GNU 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 Minix Amsterdam compiler... no checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for size_t... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for strftime... yes 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 for gawk... (cached) gawk checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking 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... 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... ranlib checking command to parse /usr/bin/nm -B output from gcc 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 supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether the compiler implements namespaces... yes checking whether the compiler supports Standard Template Library... yes checking whether the compiler has stringstream... yes checking whether the compiler has ios_base... yes checking for boostlib >= 1.33.1... yes checking whether the Boost::Regex library is available... yes checking for main in -lboost_regex... yes checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for main in -lefence... no checking for yywrap... no checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking for dirent.h... yes checking for getopt.h... yes checking for unistd.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/time.h... yes checking whether // is distinct from /... no checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... yes checking whether getenv is declared... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for wchar_t... yes checking for strdup... yes checking whether strdup is declared... yes checking for C/C++ restrict keyword... __restrict checking whether ffsl is declared without a macro... yes checking whether ffsll is declared without a macro... yes checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... yes checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... yes checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... yes checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strerror_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... yes checking for inline... inline checking whether stat file-mode macros are broken... no checking for mode_t... yes checking for struct timespec in ... yes checking for pid_t... yes checking whether alphasort is declared without a macro... yes checking whether closedir is declared without a macro... yes checking whether dirfd is declared without a macro... yes checking whether fdopendir is declared without a macro... yes checking whether opendir is declared without a macro... yes checking whether readdir is declared without a macro... yes checking whether rewinddir is declared without a macro... yes checking whether scandir is declared without a macro... yes checking whether // is distinct from /... (cached) no checking for memset... yes checking whether mkdir handles trailing slash... yes checking whether mkdir handles trailing dot... yes checking whether program_invocation_name is declared... yes checking whether program_invocation_short_name is declared... yes checking for ssize_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether _Exit is declared without a macro... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... yes checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether initstate_r is declared without a macro... yes checking whether mkdtemp is declared without a macro... yes checking whether mkostemp is declared without a macro... yes checking whether mkostemps is declared without a macro... yes checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... yes checking whether posix_openpt is declared without a macro... yes checking whether ptsname is declared without a macro... yes checking whether ptsname_r is declared without a macro... yes checking whether random_r is declared without a macro... yes checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... yes checking whether setenv is declared without a macro... yes checking whether setstate_r is declared without a macro... yes checking whether srandom_r is declared without a macro... yes checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro... yes checking whether mkdirat is declared without a macro... yes checking whether mkfifo is declared without a macro... yes checking whether mkfifoat is declared without a macro... yes checking whether mknod is declared without a macro... yes checking whether mknodat is declared without a macro... yes checking whether stat is declared without a macro... yes checking whether utimensat is declared without a macro... yes checking whether chdir is declared without a macro... yes checking whether chown is declared without a macro... yes checking whether dup is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... yes checking whether environ is declared without a macro... yes checking whether euidaccess is declared without a macro... yes checking whether faccessat is declared without a macro... yes checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fdatasync is declared without a macro... yes checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... yes checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether group_member is declared without a macro... yes checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... yes checking whether lseek is declared without a macro... yes checking whether pipe is declared without a macro... yes checking whether pipe2 is declared without a macro... yes checking whether pread is declared without a macro... yes checking whether pwrite is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sethostname is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking for off_t... yes checking for gengetopt... no checking for doublecpp... no checking for valgrind... no checking for help2man... /usr/bin/help2man checking for ctags... /usr/bin/ctags checking whether /usr/bin/ctags accept --excmd... yes checking for bash... /usr/bin/bash checking checking if it's bison ... bison -y checking for tar... /usr/bin/tar checking for texi2html... no checking whether to enable maintainer-specific portions of Makefiles... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating source-highlight.pc config.status: creating src-highlite.directive config.status: creating m4/Makefile config.status: creating gl/Makefile config.status: creating src/Makefile config.status: creating src/java2html config.status: creating src/cpp2html config.status: creating src/src-hilite-lesspipe.sh config.status: creating src/source-highlight-esc.sh config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating lib/srchilite/Makefile config.status: creating lib/srchilite/srchilite.doxyfile config.status: creating lib/tests/Makefile config.status: creating lib/examples/Makefile config.status: creating lib/compat/Makefile config.status: creating tests/Makefile config.status: creating tests/output_dir/Makefile config.status: creating source-highlight.spec config.status: creating tests/valgrind_tests.sh config.status: creating tests/valgrind_suppressions.sh config.status: creating tests/valgrind_test.sh config.status: creating lib/tests/valgrind_test.sh config.status: creating doc/shjs_css_transform.sh config.status: creating doc/gen_style_example.sh config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands Good - your configure finished. Start make now These programs are NOT required, and are useful only for source-highlight developers Gengetopt.........: Doublecpp.........: Valgrind..........: (GNU source-highlight) version 3.1.8 Prefix.........: /usr Using Boost....: -lboost_regex C++ Compiler...: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 Linker.........: /usr/bin/ld -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld Doxygen........: NONE or not enabled Help2Man.......: /usr/bin/help2man Ctags..........: /usr/bin/ctags ----------------------------------------- No Doxygen program found - continuing without Doxygen documentation support. (it must be enabled with --with-doxygen) ----------------------------------------- Good: you're using bash_completion! dir: /etc/bash_completion.d + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8' Making all in m4 make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/m4' make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/m4' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/m4' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/m4' Making all in gl make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' rm -f c++defs.h-t c++defs.h && \ sed -n -e '/_GL_CXXDEFS/,$p' \ < ../build-aux/snippet/c++defs.h \ > c++defs.h-t && \ mv c++defs.h-t c++defs.h rm -f arg-nonnull.h-t arg-nonnull.h && \ sed -n -e '/GL_ARG_NONNULL/,$p' \ < ../build-aux/snippet/arg-nonnull.h \ > arg-nonnull.h-t && \ mv arg-nonnull.h-t arg-nonnull.h rm -f warn-on-use.h-t warn-on-use.h && \ sed -n -e '/^.ifndef/,$p' \ < ../build-aux/snippet/warn-on-use.h \ > warn-on-use.h-t && \ mv warn-on-use.h-t warn-on-use.h rm -f dirent.h-t dirent.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_DIRENT_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_DIRENT_H''@||g' \ -e 's/@''GNULIB_OPENDIR''@/0/g' \ -e 's/@''GNULIB_READDIR''@/0/g' \ -e 's/@''GNULIB_REWINDDIR''@/0/g' \ -e 's/@''GNULIB_CLOSEDIR''@/0/g' \ -e 's/@''GNULIB_DIRFD''@/0/g' \ -e 's/@''GNULIB_FDOPENDIR''@/0/g' \ -e 's/@''GNULIB_SCANDIR''@/0/g' \ -e 's/@''GNULIB_ALPHASORT''@/0/g' \ -e 's/@''HAVE_OPENDIR''@/1/g' \ -e 's/@''HAVE_READDIR''@/1/g' \ -e 's/@''HAVE_REWINDDIR''@/1/g' \ -e 's/@''HAVE_CLOSEDIR''@/1/g' \ -e 's|@''HAVE_DECL_DIRFD''@|1|g' \ -e 's|@''HAVE_DECL_FDOPENDIR''@|1|g' \ -e 's|@''HAVE_FDOPENDIR''@|1|g' \ -e 's|@''HAVE_SCANDIR''@|1|g' \ -e 's|@''HAVE_ALPHASORT''@|1|g' \ -e 's|@''REPLACE_OPENDIR''@|0|g' \ -e 's|@''REPLACE_CLOSEDIR''@|0|g' \ -e 's|@''REPLACE_DIRFD''@|0|g' \ -e 's|@''REPLACE_FDOPENDIR''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./dirent.in.h; \ } > dirent.h-t && \ mv dirent.h-t dirent.h rm -f stdlib.h-t stdlib.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STDLIB_H''@||g' \ -e 's/@''GNULIB__EXIT''@/0/g' \ -e 's/@''GNULIB_ATOLL''@/0/g' \ -e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \ -e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \ -e 's/@''GNULIB_GETLOADAVG''@/0/g' \ -e 's/@''GNULIB_GETSUBOPT''@/0/g' \ -e 's/@''GNULIB_GRANTPT''@/0/g' \ -e 's/@''GNULIB_MALLOC_POSIX''@/1/g' \ -e 's/@''GNULIB_MBTOWC''@/0/g' \ -e 's/@''GNULIB_MKDTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMP''@/0/g' \ -e 's/@''GNULIB_MKOSTEMPS''@/0/g' \ -e 's/@''GNULIB_MKSTEMP''@/0/g' \ -e 's/@''GNULIB_MKSTEMPS''@/0/g' \ -e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \ -e 's/@''GNULIB_PTSNAME''@/0/g' \ -e 's/@''GNULIB_PTSNAME_R''@/0/g' \ -e 's/@''GNULIB_PUTENV''@/0/g' \ -e 's/@''GNULIB_RANDOM_R''@/0/g' \ -e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \ -e 's/@''GNULIB_REALPATH''@/0/g' \ -e 's/@''GNULIB_RPMATCH''@/0/g' \ -e 's/@''GNULIB_SETENV''@/0/g' \ -e 's/@''GNULIB_STRTOD''@/0/g' \ -e 's/@''GNULIB_STRTOLL''@/0/g' \ -e 's/@''GNULIB_STRTOULL''@/0/g' \ -e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \ -e 's/@''GNULIB_UNLOCKPT''@/0/g' \ -e 's/@''GNULIB_UNSETENV''@/0/g' \ -e 's/@''GNULIB_WCTOMB''@/0/g' \ < ./stdlib.in.h | \ sed -e 's|@''HAVE__EXIT''@|1|g' \ -e 's|@''HAVE_ATOLL''@|1|g' \ -e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \ -e 's|@''HAVE_GETSUBOPT''@|1|g' \ -e 's|@''HAVE_GRANTPT''@|1|g' \ -e 's|@''HAVE_MKDTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMP''@|1|g' \ -e 's|@''HAVE_MKOSTEMPS''@|1|g' \ -e 's|@''HAVE_MKSTEMP''@|1|g' \ -e 's|@''HAVE_MKSTEMPS''@|1|g' \ -e 's|@''HAVE_POSIX_OPENPT''@|1|g' \ -e 's|@''HAVE_PTSNAME''@|1|g' \ -e 's|@''HAVE_PTSNAME_R''@|1|g' \ -e 's|@''HAVE_RANDOM_H''@|1|g' \ -e 's|@''HAVE_RANDOM_R''@|1|g' \ -e 's|@''HAVE_REALPATH''@|1|g' \ -e 's|@''HAVE_RPMATCH''@|1|g' \ -e 's|@''HAVE_DECL_SETENV''@|1|g' \ -e 's|@''HAVE_STRTOD''@|1|g' \ -e 's|@''HAVE_STRTOLL''@|1|g' \ -e 's|@''HAVE_STRTOULL''@|1|g' \ -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \ -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \ -e 's|@''HAVE_UNLOCKPT''@|1|g' \ -e 's|@''HAVE_DECL_UNSETENV''@|1|g' \ -e 's|@''REPLACE_CALLOC''@|0|g' \ -e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \ -e 's|@''REPLACE_MALLOC''@|0|g' \ -e 's|@''REPLACE_MBTOWC''@|0|g' \ -e 's|@''REPLACE_MKSTEMP''@|0|g' \ -e 's|@''REPLACE_PTSNAME_R''@|0|g' \ -e 's|@''REPLACE_PUTENV''@|0|g' \ -e 's|@''REPLACE_REALLOC''@|0|g' \ -e 's|@''REPLACE_REALPATH''@|0|g' \ -e 's|@''REPLACE_SETENV''@|0|g' \ -e 's|@''REPLACE_STRTOD''@|0|g' \ -e 's|@''REPLACE_UNSETENV''@|0|g' \ -e 's|@''REPLACE_WCTOMB''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > stdlib.h-t && \ mv stdlib.h-t stdlib.h rm -f string.h-t string.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_STRING_H''@||g' \ -e 's/@''GNULIB_FFSL''@/0/g' \ -e 's/@''GNULIB_FFSLL''@/0/g' \ -e 's/@''GNULIB_MBSLEN''@/0/g' \ -e 's/@''GNULIB_MBSNLEN''@/0/g' \ -e 's/@''GNULIB_MBSCHR''@/0/g' \ -e 's/@''GNULIB_MBSRCHR''@/0/g' \ -e 's/@''GNULIB_MBSSTR''@/0/g' \ -e 's/@''GNULIB_MBSCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSNCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSPCASECMP''@/0/g' \ -e 's/@''GNULIB_MBSCASESTR''@/0/g' \ -e 's/@''GNULIB_MBSCSPN''@/0/g' \ -e 's/@''GNULIB_MBSPBRK''@/0/g' \ -e 's/@''GNULIB_MBSSPN''@/0/g' \ -e 's/@''GNULIB_MBSSEP''@/0/g' \ -e 's/@''GNULIB_MBSTOK_R''@/0/g' \ -e 's/@''GNULIB_MEMCHR''@/0/g' \ -e 's/@''GNULIB_MEMMEM''@/0/g' \ -e 's/@''GNULIB_MEMPCPY''@/0/g' \ -e 's/@''GNULIB_MEMRCHR''@/0/g' \ -e 's/@''GNULIB_RAWMEMCHR''@/0/g' \ -e 's/@''GNULIB_STPCPY''@/0/g' \ -e 's/@''GNULIB_STPNCPY''@/0/g' \ -e 's/@''GNULIB_STRCHRNUL''@/0/g' \ -e 's/@''GNULIB_STRDUP''@/1/g' \ -e 's/@''GNULIB_STRNCAT''@/0/g' \ -e 's/@''GNULIB_STRNDUP''@/0/g' \ -e 's/@''GNULIB_STRNLEN''@/0/g' \ -e 's/@''GNULIB_STRPBRK''@/0/g' \ -e 's/@''GNULIB_STRSEP''@/0/g' \ -e 's/@''GNULIB_STRSTR''@/0/g' \ -e 's/@''GNULIB_STRCASESTR''@/0/g' \ -e 's/@''GNULIB_STRTOK_R''@/0/g' \ -e 's/@''GNULIB_STRERROR''@/0/g' \ -e 's/@''GNULIB_STRERROR_R''@/0/g' \ -e 's/@''GNULIB_STRSIGNAL''@/0/g' \ -e 's/@''GNULIB_STRVERSCMP''@/0/g' \ < ./string.in.h | \ sed -e 's|@''HAVE_FFSL''@|1|g' \ -e 's|@''HAVE_FFSLL''@|1|g' \ -e 's|@''HAVE_MBSLEN''@|0|g' \ -e 's|@''HAVE_MEMCHR''@|1|g' \ -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \ -e 's|@''HAVE_MEMPCPY''@|1|g' \ -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \ -e 's|@''HAVE_RAWMEMCHR''@|1|g' \ -e 's|@''HAVE_STPCPY''@|1|g' \ -e 's|@''HAVE_STPNCPY''@|1|g' \ -e 's|@''HAVE_STRCHRNUL''@|1|g' \ -e 's|@''HAVE_DECL_STRDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \ -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \ -e 's|@''HAVE_STRPBRK''@|1|g' \ -e 's|@''HAVE_STRSEP''@|1|g' \ -e 's|@''HAVE_STRCASESTR''@|1|g' \ -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \ -e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \ -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \ -e 's|@''HAVE_STRVERSCMP''@|1|g' \ -e 's|@''REPLACE_STPNCPY''@|0|g' \ -e 's|@''REPLACE_MEMCHR''@|0|g' \ -e 's|@''REPLACE_MEMMEM''@|0|g' \ -e 's|@''REPLACE_STRCASESTR''@|0|g' \ -e 's|@''REPLACE_STRCHRNUL''@|0|g' \ -e 's|@''REPLACE_STRDUP''@|0|g' \ -e 's|@''REPLACE_STRSTR''@|0|g' \ -e 's|@''REPLACE_STRERROR''@|0|g' \ -e 's|@''REPLACE_STRERROR_R''@|0|g' \ -e 's|@''REPLACE_STRNCAT''@|0|g' \ -e 's|@''REPLACE_STRNDUP''@|0|g' \ -e 's|@''REPLACE_STRNLEN''@|0|g' \ -e 's|@''REPLACE_STRSIGNAL''@|0|g' \ -e 's|@''REPLACE_STRTOK_R''@|0|g' \ -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ < ./string.in.h; \ } > string.h-t && \ mv string.h-t string.h /usr/bin/mkdir -p sys rm -f sys/stat.h-t sys/stat.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_SYS_STAT_H''@||g' \ -e 's/@''GNULIB_FCHMODAT''@/0/g' \ -e 's/@''GNULIB_FSTAT''@/0/g' \ -e 's/@''GNULIB_FSTATAT''@/0/g' \ -e 's/@''GNULIB_FUTIMENS''@/0/g' \ -e 's/@''GNULIB_LCHMOD''@/0/g' \ -e 's/@''GNULIB_LSTAT''@/0/g' \ -e 's/@''GNULIB_MKDIRAT''@/0/g' \ -e 's/@''GNULIB_MKFIFO''@/0/g' \ -e 's/@''GNULIB_MKFIFOAT''@/0/g' \ -e 's/@''GNULIB_MKNOD''@/0/g' \ -e 's/@''GNULIB_MKNODAT''@/0/g' \ -e 's/@''GNULIB_STAT''@/0/g' \ -e 's/@''GNULIB_UTIMENSAT''@/0/g' \ -e 's|@''HAVE_FCHMODAT''@|1|g' \ -e 's|@''HAVE_FSTATAT''@|1|g' \ -e 's|@''HAVE_FUTIMENS''@|1|g' \ -e 's|@''HAVE_LCHMOD''@|1|g' \ -e 's|@''HAVE_LSTAT''@|1|g' \ -e 's|@''HAVE_MKDIRAT''@|1|g' \ -e 's|@''HAVE_MKFIFO''@|1|g' \ -e 's|@''HAVE_MKFIFOAT''@|1|g' \ -e 's|@''HAVE_MKNOD''@|1|g' \ -e 's|@''HAVE_MKNODAT''@|1|g' \ -e 's|@''HAVE_UTIMENSAT''@|1|g' \ -e 's|@''REPLACE_FSTAT''@|0|g' \ -e 's|@''REPLACE_FSTATAT''@|0|g' \ -e 's|@''REPLACE_FUTIMENS''@|0|g' \ -e 's|@''REPLACE_LSTAT''@|0|g' \ -e 's|@''REPLACE_MKDIR''@|0|g' \ -e 's|@''REPLACE_MKFIFO''@|0|g' \ -e 's|@''REPLACE_MKNOD''@|0|g' \ -e 's|@''REPLACE_STAT''@|0|g' \ -e 's|@''REPLACE_UTIMENSAT''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./sys_stat.in.h; \ } > sys/stat.h-t && \ mv sys/stat.h-t sys/stat.h rm -f time.h-t time.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_TIME_H''@||g' \ -e 's/@''GNULIB_MKTIME''@/0/g' \ -e 's/@''GNULIB_NANOSLEEP''@/0/g' \ -e 's/@''GNULIB_STRPTIME''@/0/g' \ -e 's/@''GNULIB_TIMEGM''@/0/g' \ -e 's/@''GNULIB_TIME_R''@/0/g' \ -e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \ -e 's|@''HAVE_NANOSLEEP''@|1|g' \ -e 's|@''HAVE_STRPTIME''@|1|g' \ -e 's|@''HAVE_TIMEGM''@|1|g' \ -e 's|@''REPLACE_LOCALTIME_R''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_MKTIME''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \ -e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \ -e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \ -e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \ < ./time.in.h; \ } > time.h-t && \ mv time.h-t time.h rm -f unistd.h-t unistd.h && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''GUARD_PREFIX''@|GL|g' \ -e 's|@''HAVE_UNISTD_H''@|1|g' \ -e 's|@''INCLUDE_NEXT''@|include_next|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \ -e 's|@''PRAGMA_COLUMNS''@||g' \ -e 's|@''NEXT_UNISTD_H''@||g' \ -e 's/@''GNULIB_CHDIR''@/0/g' \ -e 's/@''GNULIB_CHOWN''@/0/g' \ -e 's/@''GNULIB_CLOSE''@/0/g' \ -e 's/@''GNULIB_DUP''@/0/g' \ -e 's/@''GNULIB_DUP2''@/0/g' \ -e 's/@''GNULIB_DUP3''@/0/g' \ -e 's/@''GNULIB_ENVIRON''@/0/g' \ -e 's/@''GNULIB_EUIDACCESS''@/0/g' \ -e 's/@''GNULIB_FACCESSAT''@/0/g' \ -e 's/@''GNULIB_FCHDIR''@/0/g' \ -e 's/@''GNULIB_FCHOWNAT''@/0/g' \ -e 's/@''GNULIB_FDATASYNC''@/0/g' \ -e 's/@''GNULIB_FSYNC''@/0/g' \ -e 's/@''GNULIB_FTRUNCATE''@/0/g' \ -e 's/@''GNULIB_GETCWD''@/0/g' \ -e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \ -e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \ -e 's/@''GNULIB_GETGROUPS''@/0/g' \ -e 's/@''GNULIB_GETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_GETLOGIN''@/0/g' \ -e 's/@''GNULIB_GETLOGIN_R''@/0/g' \ -e 's/@''GNULIB_GETPAGESIZE''@/0/g' \ -e 's/@''GNULIB_GETUSERSHELL''@/0/g' \ -e 's/@''GNULIB_GROUP_MEMBER''@/0/g' \ -e 's/@''GNULIB_LCHOWN''@/0/g' \ -e 's/@''GNULIB_LINK''@/0/g' \ -e 's/@''GNULIB_LINKAT''@/0/g' \ -e 's/@''GNULIB_LSEEK''@/0/g' \ -e 's/@''GNULIB_PIPE''@/0/g' \ -e 's/@''GNULIB_PIPE2''@/0/g' \ -e 's/@''GNULIB_PREAD''@/0/g' \ -e 's/@''GNULIB_PWRITE''@/0/g' \ -e 's/@''GNULIB_READ''@/0/g' \ -e 's/@''GNULIB_READLINK''@/0/g' \ -e 's/@''GNULIB_READLINKAT''@/0/g' \ -e 's/@''GNULIB_RMDIR''@/0/g' \ -e 's/@''GNULIB_SETHOSTNAME''@/0/g' \ -e 's/@''GNULIB_SLEEP''@/0/g' \ -e 's/@''GNULIB_SYMLINK''@/0/g' \ -e 's/@''GNULIB_SYMLINKAT''@/0/g' \ -e 's/@''GNULIB_TTYNAME_R''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_GETOPT''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \ -e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \ -e 's/@''GNULIB_UNLINK''@/0/g' \ -e 's/@''GNULIB_UNLINKAT''@/0/g' \ -e 's/@''GNULIB_USLEEP''@/0/g' \ -e 's/@''GNULIB_WRITE''@/0/g' \ < ./unistd.in.h | \ sed -e 's|@''HAVE_CHOWN''@|1|g' \ -e 's|@''HAVE_DUP2''@|1|g' \ -e 's|@''HAVE_DUP3''@|1|g' \ -e 's|@''HAVE_EUIDACCESS''@|1|g' \ -e 's|@''HAVE_FACCESSAT''@|1|g' \ -e 's|@''HAVE_FCHDIR''@|1|g' \ -e 's|@''HAVE_FCHOWNAT''@|1|g' \ -e 's|@''HAVE_FDATASYNC''@|1|g' \ -e 's|@''HAVE_FSYNC''@|1|g' \ -e 's|@''HAVE_FTRUNCATE''@|1|g' \ -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \ -e 's|@''HAVE_GETGROUPS''@|1|g' \ -e 's|@''HAVE_GETHOSTNAME''@|1|g' \ -e 's|@''HAVE_GETLOGIN''@|1|g' \ -e 's|@''HAVE_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_GROUP_MEMBER''@|1|g' \ -e 's|@''HAVE_LCHOWN''@|1|g' \ -e 's|@''HAVE_LINK''@|1|g' \ -e 's|@''HAVE_LINKAT''@|1|g' \ -e 's|@''HAVE_PIPE''@|1|g' \ -e 's|@''HAVE_PIPE2''@|1|g' \ -e 's|@''HAVE_PREAD''@|1|g' \ -e 's|@''HAVE_PWRITE''@|1|g' \ -e 's|@''HAVE_READLINK''@|1|g' \ -e 's|@''HAVE_READLINKAT''@|1|g' \ -e 's|@''HAVE_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_SLEEP''@|1|g' \ -e 's|@''HAVE_SYMLINK''@|1|g' \ -e 's|@''HAVE_SYMLINKAT''@|1|g' \ -e 's|@''HAVE_UNLINKAT''@|1|g' \ -e 's|@''HAVE_USLEEP''@|1|g' \ -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \ -e 's|@''HAVE_DECL_FCHDIR''@|1|g' \ -e 's|@''HAVE_DECL_FDATASYNC''@|1|g' \ -e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \ -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \ -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \ -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \ -e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \ -e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \ -e 's|@''HAVE_OS_H''@|0|g' \ -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \ | \ sed -e 's|@''REPLACE_CHOWN''@|0|g' \ -e 's|@''REPLACE_CLOSE''@|0|g' \ -e 's|@''REPLACE_DUP''@|0|g' \ -e 's|@''REPLACE_DUP2''@|0|g' \ -e 's|@''REPLACE_FCHOWNAT''@|0|g' \ -e 's|@''REPLACE_GETCWD''@|0|g' \ -e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \ -e 's|@''REPLACE_GETLOGIN_R''@|0|g' \ -e 's|@''REPLACE_GETGROUPS''@|0|g' \ -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \ -e 's|@''REPLACE_LCHOWN''@|0|g' \ -e 's|@''REPLACE_LINK''@|0|g' \ -e 's|@''REPLACE_LINKAT''@|0|g' \ -e 's|@''REPLACE_LSEEK''@|0|g' \ -e 's|@''REPLACE_PREAD''@|0|g' \ -e 's|@''REPLACE_PWRITE''@|0|g' \ -e 's|@''REPLACE_READ''@|0|g' \ -e 's|@''REPLACE_READLINK''@|0|g' \ -e 's|@''REPLACE_RMDIR''@|0|g' \ -e 's|@''REPLACE_SLEEP''@|0|g' \ -e 's|@''REPLACE_SYMLINK''@|0|g' \ -e 's|@''REPLACE_TTYNAME_R''@|0|g' \ -e 's|@''REPLACE_UNLINK''@|0|g' \ -e 's|@''REPLACE_UNLINKAT''@|0|g' \ -e 's|@''REPLACE_USLEEP''@|0|g' \ -e 's|@''REPLACE_WRITE''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \ -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \ -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \ -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \ -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \ } > unistd.h-t && \ mv unistd.h-t unistd.h make all-recursive make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' make[4]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -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 dirname-lgpl.lo dirname-lgpl.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -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 basename-lgpl.lo basename-lgpl.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -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 stripslash.lo stripslash.c /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -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 progname.lo progname.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -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 progname.c -fPIC -DPIC -o .libs/progname.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -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 dirname-lgpl.c -fPIC -DPIC -o .libs/dirname-lgpl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -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 basename-lgpl.c -fPIC -DPIC -o .libs/basename-lgpl.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -O2 -g -pipe -Wall -Werror=format-security -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 stripslash.c -fPIC -DPIC -o .libs/stripslash.o /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -no-undefined -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgnu.la dirname-lgpl.lo basename-lgpl.lo stripslash.lo progname.lo libtool: link: ar cru .libs/libgnu.a .libs/dirname-lgpl.o .libs/basename-lgpl.o .libs/stripslash.o .libs/progname.o libtool: link: ranlib .libs/libgnu.a libtool: link: ( cd ".libs" && rm -f "libgnu.la" && ln -s "../libgnu.la" "libgnu.la" ) make[4]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' Making all in lib make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib' Making all in srchilite make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/srchilite' make all-am make[4]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/srchilite' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 fileutil.lo fileutil.cc /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 substfun.lo substfun.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stopwatch.lo stopwatch.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 utils.lo utils.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 fileutil.cc -fPIC -DPIC -o .libs/fileutil.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 substfun.cpp -fPIC -DPIC -o .libs/substfun.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 utils.cpp -fPIC -DPIC -o .libs/utils.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stopwatch.cpp -fPIC -DPIC -o .libs/stopwatch.o In file included from fileutil.cc:28:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ fileutil.cc:51:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException) { ^~~~~ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 ioexception.lo ioexception.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 ioexception.cpp -fPIC -DPIC -o .libs/ioexception.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 settings.lo settings.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 settings.cpp -fPIC -DPIC -o .libs/settings.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 versions.lo versions.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 versions.cpp -fPIC -DPIC -o .libs/versions.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 verbosity.lo verbosity.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 verbosity.cpp -fPIC -DPIC -o .libs/verbosity.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 sourcehighlight.lo sourcehighlight.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 sourcehighlight.cpp -fPIC -DPIC -o .libs/sourcehighlight.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 styleparser.lo styleparser.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 styleparser.cc -fPIC -DPIC -o .libs/styleparser.o In file included from settings.cpp:32:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ In file included from sourcehighlight.cpp:14:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ In file included from ../../../lib/srchilite/styleparser.yy:34:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stylescanner.lo stylescanner.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stylescanner.cc -fPIC -DPIC -o .libs/stylescanner.o ../../../lib/srchilite/stylescanner.cc:1358:17: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 outlangdefparser.lo outlangdefparser.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 outlangdefparser.cc -fPIC -DPIC -o .libs/outlangdefparser.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stylecssparser.lo stylecssparser.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stylecssparser.cc -fPIC -DPIC -o .libs/stylecssparser.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stylecssscanner.lo stylecssscanner.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stylecssscanner.cc -fPIC -DPIC -o .libs/stylecssscanner.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 outlangdefscanner.lo outlangdefscanner.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 outlangdefscanner.cc -fPIC -DPIC -o .libs/outlangdefscanner.o In file included from ../../../lib/srchilite/stylecssparser.yy:34:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ In file included from ../../../lib/srchilite/outlangdefscanner.ll:28:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ ../../../lib/srchilite/stylecssscanner.cc:1637:17: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function] ../../../lib/srchilite/outlangdefscanner.cc:2175:16: warning: 'int yy_top_state()' defined but not used [-Wunused-function] ../../../lib/srchilite/outlangdefscanner.cc:1679:17: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 debuglistener.lo debuglistener.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 debuglistener.cpp -fPIC -DPIC -o .libs/debuglistener.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langmap.lo langmap.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langmap.cpp -fPIC -DPIC -o .libs/langmap.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stylefileparser.lo stylefileparser.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stylefileparser.cpp -fPIC -DPIC -o .libs/stylefileparser.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langelem.lo langelem.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langelem.cpp -fPIC -DPIC -o .libs/langelem.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 statelangelem.lo statelangelem.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 statelangelem.cpp -fPIC -DPIC -o .libs/statelangelem.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langelems.lo langelems.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langelems.cpp -fPIC -DPIC -o .libs/langelems.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 statestartlangelem.lo statestartlangelem.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 statestartlangelem.cpp -fPIC -DPIC -o .libs/statestartlangelem.o In file included from langmap.cpp:21:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stringlistlangelem.lo stringlistlangelem.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stringlistlangelem.cpp -fPIC -DPIC -o .libs/stringlistlangelem.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 delimitedlangelem.lo delimitedlangelem.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 delimitedlangelem.cpp -fPIC -DPIC -o .libs/delimitedlangelem.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langelemsprinter.lo langelemsprinter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langelemsprinter.cpp -fPIC -DPIC -o .libs/langelemsprinter.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 namedsubexpslangelem.lo namedsubexpslangelem.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 namedsubexpslangelem.cpp -fPIC -DPIC -o .libs/namedsubexpslangelem.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stringdef.lo stringdef.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stringdef.cpp -fPIC -DPIC -o .libs/stringdef.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightrule.lo highlightrule.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightrule.cpp -fPIC -DPIC -o .libs/highlightrule.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlighttoken.lo highlighttoken.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlighttoken.cpp -fPIC -DPIC -o .libs/highlighttoken.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightstate.lo highlightstate.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightstate.cpp -fPIC -DPIC -o .libs/highlightstate.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightrulefactory.lo highlightrulefactory.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightrulefactory.cpp -fPIC -DPIC -o .libs/highlightrulefactory.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightstateprinter.lo highlightstateprinter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightstateprinter.cpp -fPIC -DPIC -o .libs/highlightstateprinter.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 sourcehighlighter.lo sourcehighlighter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 sourcehighlighter.cpp -fPIC -DPIC -o .libs/sourcehighlighter.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 sourcefilehighlighter.lo sourcefilehighlighter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 sourcefilehighlighter.cpp -fPIC -DPIC -o .libs/sourcefilehighlighter.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 linenumgenerator.lo linenumgenerator.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 linenumgenerator.cpp -fPIC -DPIC -o .libs/linenumgenerator.o In file included from formatterparams.h:11:0, from sourcehighlighter.cpp:18: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 lineranges.lo lineranges.cpp In file included from formatterparams.h:11:0, from sourcefilehighlighter.cpp:23: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 lineranges.cpp -fPIC -DPIC -o .libs/lineranges.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 regexranges.lo regexranges.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 regexranges.cpp -fPIC -DPIC -o .libs/regexranges.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 formatter.lo formatter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 formatter.cpp -fPIC -DPIC -o .libs/formatter.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 formattermanager.lo formattermanager.cpp /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 textstyle.lo textstyle.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 formattermanager.cpp -fPIC -DPIC -o .libs/formattermanager.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 textstyle.cpp -fPIC -DPIC -o .libs/textstyle.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 textstyleformatter.lo textstyleformatter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 textstyleformatter.cpp -fPIC -DPIC -o .libs/textstyleformatter.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 bufferedoutput.lo bufferedoutput.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 bufferedoutput.cpp -fPIC -DPIC -o .libs/bufferedoutput.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 preformatter.lo preformatter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 preformatter.cpp -fPIC -DPIC -o .libs/preformatter.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 wordtokenizer.lo wordtokenizer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 wordtokenizer.cpp -fPIC -DPIC -o .libs/wordtokenizer.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 ctagscollector.lo ctagscollector.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 ctagscollector.cpp -fPIC -DPIC -o .libs/ctagscollector.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 readtags.lo readtags.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 readtags.c -fPIC -DPIC -o .libs/readtags.o In file included from formatterparams.h:11:0, from ctagscollector.cpp:12: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 ctagsformatter.lo ctagsformatter.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 ctagsformatter.cpp -fPIC -DPIC -o .libs/ctagsformatter.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 srcuntabifier.lo srcuntabifier.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 srcuntabifier.cpp -fPIC -DPIC -o .libs/srcuntabifier.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 textstyleformatterfactory.lo textstyleformatterfactory.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 textstyleformatterfactory.cpp -fPIC -DPIC -o .libs/textstyleformatterfactory.o In file included from ctagsformatter.cpp:14:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 docgenerator.lo docgenerator.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 docgenerator.cc -fPIC -DPIC -o .libs/docgenerator.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 doctemplate.lo doctemplate.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 doctemplate.cpp -fPIC -DPIC -o .libs/doctemplate.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 chartranslator.lo chartranslator.cc /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 textstylebuilder.lo textstylebuilder.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 chartranslator.cc -fPIC -DPIC -o .libs/chartranslator.o libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 textstylebuilder.cpp -fPIC -DPIC -o .libs/textstylebuilder.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 fileinfo.lo fileinfo.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 fileinfo.cpp -fPIC -DPIC -o .libs/fileinfo.o In file included from fileinfo.cpp:18:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 ctagsmanager.lo ctagsmanager.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 ctagsmanager.cpp -fPIC -DPIC -o .libs/ctagsmanager.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 regexhighlightrule.lo regexhighlightrule.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 regexhighlightrule.cpp -fPIC -DPIC -o .libs/regexhighlightrule.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 regexrulefactory.lo regexrulefactory.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 regexrulefactory.cpp -fPIC -DPIC -o .libs/regexrulefactory.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 regexpreprocessor.lo regexpreprocessor.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 regexpreprocessor.cpp -fPIC -DPIC -o .libs/regexpreprocessor.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightstatebuilder.lo highlightstatebuilder.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightstatebuilder.cpp -fPIC -DPIC -o .libs/highlightstatebuilder.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightbuilderexception.lo highlightbuilderexception.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 highlightbuilderexception.cpp -fPIC -DPIC -o .libs/highlightbuilderexception.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langdefmanager.lo langdefmanager.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langdefmanager.cpp -fPIC -DPIC -o .libs/langdefmanager.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langdefparser.lo langdefparser.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langdefparser.cc -fPIC -DPIC -o .libs/langdefparser.o In file included from langdefmanager.cpp:13:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langdefscanner.lo langdefscanner.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 langdefscanner.cc -fPIC -DPIC -o .libs/langdefscanner.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 languageinfer.lo languageinfer.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 languageinfer.cpp -fPIC -DPIC -o .libs/languageinfer.o /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 parserexception.lo parserexception.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 parserexception.cpp -fPIC -DPIC -o .libs/parserexception.o In file included from ../../../lib/srchilite/langdefscanner.ll:31:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stringtable.lo stringtable.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 stringtable.cpp -fPIC -DPIC -o .libs/stringtable.o In file included from languageinfer.cpp:18:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 vardefinitions.lo vardefinitions.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 vardefinitions.cpp -fPIC -DPIC -o .libs/vardefinitions.o ../../../lib/srchilite/langdefscanner.cc:1617:17: warning: 'void yyunput(int, char*)' defined but not used [-Wunused-function] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 sourcehighlightutils.lo sourcehighlightutils.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 sourcehighlightutils.cpp -fPIC -DPIC -o .libs/sourcehighlightutils.o In file included from sourcehighlightutils.cpp:15:0: fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 instances.lo instances.cpp libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 instances.cpp -fPIC -DPIC -o .libs/instances.o /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 yywrap.lo yywrap.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../gl -I../../gl -I../../src -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 yywrap.c -fPIC -DPIC -o .libs/yywrap.o /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L/usr/lib -version-info 4:1:0 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libsource-highlight.la -rpath /usr/lib64 fileutil.lo substfun.lo stopwatch.lo utils.lo ioexception.lo settings.lo versions.lo verbosity.lo sourcehighlight.lo styleparser.lo stylescanner.lo outlangdefparser.lo stylecssparser.lo stylecssscanner.lo outlangdefscanner.lo debuglistener.lo langmap.lo stylefileparser.lo langelem.lo statelangelem.lo langelems.lo statestartlangelem.lo stringlistlangelem.lo delimitedlangelem.lo langelemsprinter.lo namedsubexpslangelem.lo stringdef.lo highlightrule.lo highlighttoken.lo highlightstate.lo highlightrulefactory.lo highlightstateprinter.lo sourcehighlighter.lo sourcefilehighlighter.lo linenumgenerator.lo lineranges.lo regexranges.lo formatter.lo formattermanager.lo textstyle.lo textstyleformatter.lo bufferedoutput.lo preformatter.lo wordtokenizer.lo ctagscollector.lo readtags.lo ctagsformatter.lo srcuntabifier.lo textstyleformatterfactory.lo docgenerator.lo doctemplate.lo chartranslator.lo textstylebuilder.lo fileinfo.lo ctagsmanager.lo regexhighlightrule.lo regexrulefactory.lo regexpreprocessor.lo highlightstatebuilder.lo highlightbuilderexception.lo langdefmanager.lo langdefparser.lo langdefscanner.lo languageinfer.lo parserexception.lo stringtable.lo vardefinitions.lo sourcehighlightutils.lo instances.lo ../../gl/libgnu.la yywrap.lo -lboost_regex libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/riscv64-redhat-linux/7/crti.o /usr/lib/gcc/riscv64-redhat-linux/7/crtbeginS.o .libs/fileutil.o .libs/substfun.o .libs/stopwatch.o .libs/utils.o .libs/ioexception.o .libs/settings.o .libs/versions.o .libs/verbosity.o .libs/sourcehighlight.o .libs/styleparser.o .libs/stylescanner.o .libs/outlangdefparser.o .libs/stylecssparser.o .libs/stylecssscanner.o .libs/outlangdefscanner.o .libs/debuglistener.o .libs/langmap.o .libs/stylefileparser.o .libs/langelem.o .libs/statelangelem.o .libs/langelems.o .libs/statestartlangelem.o .libs/stringlistlangelem.o .libs/delimitedlangelem.o .libs/langelemsprinter.o .libs/namedsubexpslangelem.o .libs/stringdef.o .libs/highlightrule.o .libs/highlighttoken.o .libs/highlightstate.o .libs/highlightrulefactory.o .libs/highlightstateprinter.o .libs/sourcehighlighter.o .libs/sourcefilehighlighter.o .libs/linenumgenerator.o .libs/lineranges.o .libs/regexranges.o .libs/formatter.o .libs/formattermanager.o .libs/textstyle.o .libs/textstyleformatter.o .libs/bufferedoutput.o .libs/preformatter.o .libs/wordtokenizer.o .libs/ctagscollector.o .libs/readtags.o .libs/ctagsformatter.o .libs/srcuntabifier.o .libs/textstyleformatterfactory.o .libs/docgenerator.o .libs/doctemplate.o .libs/chartranslator.o .libs/textstylebuilder.o .libs/fileinfo.o .libs/ctagsmanager.o .libs/regexhighlightrule.o .libs/regexrulefactory.o .libs/regexpreprocessor.o .libs/highlightstatebuilder.o .libs/highlightbuilderexception.o .libs/langdefmanager.o .libs/langdefparser.o .libs/langdefscanner.o .libs/languageinfer.o .libs/parserexception.o .libs/stringtable.o .libs/vardefinitions.o .libs/sourcehighlightutils.o .libs/instances.o .libs/yywrap.o -Wl,--whole-archive ../../gl/.libs/libgnu.a -Wl,--no-whole-archive -L/usr/lib -lboost_regex -L/usr/lib/gcc/riscv64-redhat-linux/7 -L/lib64/lp64d -L/usr/lib64/lp64d -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/riscv64-redhat-linux/7/crtendS.o /usr/lib/gcc/riscv64-redhat-linux/7/crtn.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -Wl,-z -Wl,relro -Wl,-soname -Wl,libsource-highlight.so.4 -o .libs/libsource-highlight.so.4.0.1 libtool: link: (cd ".libs" && rm -f "libsource-highlight.so.4" && ln -s "libsource-highlight.so.4.0.1" "libsource-highlight.so.4") libtool: link: (cd ".libs" && rm -f "libsource-highlight.so" && ln -s "libsource-highlight.so.4.0.1" "libsource-highlight.so") libtool: link: ( cd ".libs" && rm -f "libsource-highlight.la" && ln -s "../libsource-highlight.la" "libsource-highlight.la" ) make[4]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/srchilite' make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/srchilite' Making all in tests make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/tests' Making all in examples make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/examples' Making all in compat make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/compat' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/compat' make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib' Making all in src make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/src' gcc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I../lib -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 check-regexp_cmd.o check-regexp_cmd.c g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I../lib -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 check-regexp.o check-regexp.cpp gcc -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I../lib -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 cmdline.o cmdline.c g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I../lib -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 source-highlight.o source-highlight.cc check-regexp_cmd.c: In function 'cmdline_parser_internal': check-regexp_cmd.c:313:7: warning: variable 'check_ambiguity' set but not used [-Wunused-but-set-variable] int check_ambiguity; ^~~~~~~~~~~~~~~ check-regexp_cmd.c:312:7: warning: variable 'check_required' set but not used [-Wunused-but-set-variable] int check_required; ^~~~~~~~~~~~~~ check-regexp_cmd.c:310:7: warning: variable 'override' set but not used [-Wunused-but-set-variable] int override; ^~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I.. -I../gl -I../gl -I../lib -I/usr/include -O2 -g -pipe -Wall -Werror=format-security -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 source-highlight-settings.o source-highlight-settings.cpp /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L/usr/lib -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o source-highlight-settings source-highlight-settings.o ../gl/libgnu.la ../lib/srchilite/libsource-highlight.la libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/source-highlight-settings source-highlight-settings.o -L/usr/lib ../gl/.libs/libgnu.a ../lib/srchilite/.libs/libsource-highlight.so -Wl,-rpath -Wl,/usr/lib64 In file included from source-highlight.cc:39:0: ../lib/srchilite/fileutil.h:30:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated] string readFile(const string &fileName) throw (IOException); ^~~~~ /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L/usr/lib -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o source-highlight cmdline.o source-highlight.o ../gl/libgnu.la ../lib/srchilite/libsource-highlight.la libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/source-highlight cmdline.o source-highlight.o -L/usr/lib ../gl/.libs/libgnu.a ../lib/srchilite/.libs/libsource-highlight.so -Wl,-rpath -Wl,/usr/lib64 /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -L/usr/lib -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o check-regexp check-regexp_cmd.o check-regexp.o -lboost_regex ../gl/libgnu.la libtool: link: g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o check-regexp check-regexp_cmd.o check-regexp.o -L/usr/lib -lboost_regex ../gl/.libs/libgnu.a make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/src' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/doc' Makefile:1624: warning: overriding recipe for target 'styleformatter.h.texinfo' Makefile:1615: warning: ignoring old recipe for target 'styleformatter.h.texinfo' ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style -i ./Hello.java -o Hello1.html ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style --input ./Hello.java --output Hello2.html --doc ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style -i ./Hello.java -o Hello3.html --title "Happy Java with java2html :-)" --tab 3 ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style < ./Hello.java > Hello4.html --title "and what about CSS :-)" --css "Hello.css" ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style < ./Hello.java > Hello5.html --title "Wooo... this is quite dark ;-D" --css "mono-alt.css" ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style --doc --output-dir=../doc ./Hello.java ../src/source-highlight --data-dir ../src/ -s java -f html --css="cpp2html.css" --doc -i ./Hello.java -o Hello_h_f.html --header="./header.html" --footer="./footer.html" ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style --line-number --doc -i ./Hello.java -o Hello_lines.html Processing ./Hello.java ... created ../doc/Hello.java.html ../src/source-highlight --data-dir ../src/ -s java -f xhtml --doc -i ./Hello.java -o Hello_xhtml.html --css ./xhtml.css ../src/source-highlight --data-dir ../src/ -s java -f xhtml --doc -i ./Hello.java -o Hello_xhtml2.html --style-file ../src/default.style ../src/source-highlight --data-dir ../src/ -s java --outlang-def=./../src/html_notfixed.outlang -i ./Hello.java -o Hello_notfixed.html ../src/source-highlight --data-dir ../src/ -s cpp -f html --style-file ../src/default.style --doc --output-dir=../doc ../src/source-highlight.cc Processing ../src/source-highlight.cc ... ../src/source-highlight --data-dir ../src/ -s cpp -f html --style-file ../src/default.style --doc --output-dir=../doc --css="./mono.css" ../src/cmdline.h ../src/source-highlight --data-dir ../src/ -s flex -f html --style-file ../src/default.style --doc --output-dir=../doc ./flex_scanner.ll ../src/source-highlight --data-dir ../src/ --style-file ../src/default.style -i ../src/langdef.lang -o langdef.lang.html Processing ./flex_scanner.ll ... Processing ../src/cmdline.h ... ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style --input ./SimpleClass.java --output SimpleClass.html --doc created ../doc/source-highlight.cc.html ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style --input ./UsageExample.java --output UsageExample.html --doc cat ./style_examples_header.html > style_examples.html for style in default.css Hello.css Hello2.css mono-alt.css mono.css cpp2html.css xhtml.css sh_acid.css sh_golden.css sh_night.css sh_berries-dark.css sh_greenlcd.css sh_pablo.css sh_berries-light.css sh_ide-anjuta.css sh_peachpuff.css sh_bipolar.css sh_ide-codewarrior.css sh_print.css sh_blacknblue.css sh_ide-devcpp.css sh_rand01.css sh_bright.css sh_ide-eclipse.css sh_the.css sh_contrast.css sh_ide-kdev.css sh_typical.css sh_darkblue.css sh_ide-msvcpp.css sh_vampire.css sh_darkness.css sh_kwrite.css sh_vim-dark.css sh_desert.css sh_matlab.css sh_vim.css sh_dull.css sh_navy.css sh_whatis.css sh_easter.css sh_nedit.css sh_whitengrey.css sh_emacs.css sh_neon.css sh_zellner.css; do \ ./gen_style_example.sh $style >> style_examples.html ; \ done ; \ cat ./style_examples_footer.html >> style_examples.html created ../doc/flex_scanner.ll.html created ../doc/cmdline.h.html make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/doc' Making all in tests make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/tests' Making all in output_dir make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/tests/output_dir' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/tests/output_dir' make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/tests' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/tests' make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8' make[1]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JL1cjp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64 + cd source-highlight-3.1.8 + rm -rf /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64 Making install in m4 make[1]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/m4' make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/m4' make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/m4' 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/source-highlight-3.1.8/m4' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/m4' make[1]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/m4' Making install in gl make[1]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' make install-recursive make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' make[4]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' make[1]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/gl' Making install in lib make[1]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib' Making install in srchilite make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/srchilite' make install-am make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/srchilite' make[4]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/srchilite' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/lib64' /bin/sh ../../libtool --mode=install /usr/bin/install -c libsource-highlight.la '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libsource-highlight.so.4.0.1 /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/lib64/libsource-highlight.so.4.0.1 libtool: install: (cd /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/lib64 && { ln -s -f libsource-highlight.so.4.0.1 libsource-highlight.so.4 || { rm -f libsource-highlight.so.4 && ln -s libsource-highlight.so.4.0.1 libsource-highlight.so.4; }; }) libtool: install: (cd /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/lib64 && { ln -s -f libsource-highlight.so.4.0.1 libsource-highlight.so || { rm -f libsource-highlight.so && ln -s libsource-highlight.so.4.0.1 libsource-highlight.so; }; }) libtool: install: /usr/bin/install -c .libs/libsource-highlight.lai /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/lib64/libsource-highlight.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/include/srchilite' /usr/bin/install -c -m 644 parsestyles.h stringdef.h langelem.h statelangelem.h langelems.h langdefparserfun.h outlangdefparserfun.h tostringcollection.h regexpreprocessor.h langdefscanner.h outlangdefscanner.h parsestruct.h langmap.h statestartlangelem.h stringlistlangelem.h delimitedlangelem.h vardefinitions.h textstyle.h textstyles.h textstylebuilder.h doctemplate.h substfun.h parserinfo.h readtags.h fileinfo.h linebuffer.h preformatter.h langelemsprinter.h languageinfer.h stopwatch.h stylekey.h namedsubexpslangelem.h refposition.h highlightrule.h highlighttoken.h highlightrulefactory.h highlightstate.h regexhighlightrule.h regexrulefactory.h highlightstateprinter.h '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/include/srchilite' /usr/bin/install -c -m 644 sourcehighlighter.h matchingparameters.h formatter.h formattermanager.h highlightstatebuilder.h highlightbuilderexception.h wordtokenizer.h ctagscollector.h formatterparams.h ctagsformatter.h sourcefilehighlighter.h linenumgenerator.h textstyleformatter.h formatterfactory.h textstyleformatterfactory.h langdefmanager.h sourcehighlight.h textstyleformattercollection.h ioexception.h parserexception.h stringtable.h eventgenerator.h highlightevent.h highlighteventlistener.h debuglistener.h ctagsmanager.h bufferedoutput.h lineranges.h regexranges.h colors.h keys.h styleparser.h stylecssparser.h fileutil.h chartranslator.h docgenerator.h srcuntabifier.h colormap.h langdefparser.h outlangdefparser.h '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/include/srchilite' /usr/bin/install -c -m 644 stylefileparser.h settings.h versions.h verbosity.h sourcehighlightutils.h utils.h instances.h '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/include/srchilite' make[4]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/srchilite' make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/srchilite' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/srchilite' Making install in tests make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/tests' make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/tests' 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/source-highlight-3.1.8/lib/tests' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/tests' Making install in examples make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/examples' make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/examples' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight/examples' /usr/bin/install -c -m 644 source-highlight-console-main.cpp infoformatter-main.cpp infoformatter.h styleformatter-main.cpp styleformatter.h styleformatterfactory.h '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight/examples' make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/examples' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/examples' Making install in compat make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/compat' make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/compat' 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/source-highlight-3.1.8/lib/compat' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib/compat' make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib' make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/lib' 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/source-highlight-3.1.8/lib' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib' make[1]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/lib' Making install in src make[1]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/src' make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c check-regexp source-highlight source-highlight-settings '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/bin' libtool: install: /usr/bin/install -c check-regexp /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/bin/check-regexp libtool: install: warning: `../lib/srchilite/libsource-highlight.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/source-highlight /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/bin/source-highlight libtool: install: warning: `../lib/srchilite/libsource-highlight.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/source-highlight-settings /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/bin/source-highlight-settings /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/bin' /usr/bin/install -c java2html cpp2html src-hilite-lesspipe.sh source-highlight-esc.sh '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/source-highlight' /usr/bin/install -c -m 644 bison.lang c.lang cpp.lang javascript.lang perl.lang ruby.lang c_comment.lang flex.lang log.lang php.lang sml.lang caml.lang function.lang lua.lang prolog.lang symbols.lang changelog.lang java.lang number.lang python.lang url.lang pascal.lang fortran.lang fixed-fortran.lang html.lang html_simple.lang latex.lang logtalk.lang diff.lang c_string.lang langdef.lang outlang.lang style.lang extreme_comment.lang extreme_comment2.lang extreme_comment3.lang postscript.lang csharp.lang xml.lang sh.lang '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/source-highlight' /usr/bin/install -c -m 644 script_comment.lang tcl.lang sql.lang bib.lang makefile.lang css.lang m4.lang default.lang nohilite.lang slang.lang key_string.lang properties.lang desktop.lang lsm.lang spec.lang haxe.lang ldap.lang glsl.lang xorg.lang clike_vardeclaration.lang scala.lang ada.lang conf.lang pc.lang oz.lang texinfo.lang haskell.lang haskell_literate.lang manifest.lang asm.lang todo.lang applescript.lang vbscript.lang awk.lang bat.lang clipper.lang cobol.lang d.lang errors.lang erlang.lang '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/source-highlight' /usr/bin/install -c -m 644 proto.lang vala.lang lisp.lang islisp.lang scheme.lang po.lang opa.lang javalog.lang upc.lang tml.lang lilypond.lang coffeescript.lang go.lang r.lang s.lang zsh.lang groovy.lang json.lang feature.lang tml_formatting_all.lang tml_macrolinks.lang tml_macrosdelayed2.lang tml_formatting.lang tml_macros1.lang tml_macrosdelayed3.lang tml_glue.lang tml_macros2.lang tml_macros.lang tml_macrosdelayed1.lang tml_macrotokens.lang css_common.outlang esc.outlang esc256.outlang html_common.outlang html_ref.outlang html_notfixed.outlang htmlcss.outlang htmltable.outlang htmltablelinenum.outlang html.outlang '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/source-highlight' /usr/bin/install -c -m 644 html5.outlang html5_common.outlang latex.outlang latexcolor.outlang xhtml_common.outlang xhtmlcss.outlang xhtml.outlang xhtml_notfixed.outlang xhtmltable.outlang texinfo.outlang javadoc.outlang docbook.outlang odf.outlang mediawiki.outlang sexp.outlang groff_man.outlang groff_mm.outlang groff_mm_color.outlang texinfo.style esc.style esc256.style lilypond.style r.style json.style default.style style2.style style3.style javalog.style lang.map outlang.map default.css style.defaults '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/source-highlight' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/src' make[1]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/src' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/doc' Makefile:1624: warning: overriding recipe for target 'styleformatter.h.texinfo' Makefile:1615: warning: ignoring old recipe for target 'styleformatter.h.texinfo' make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/doc' Makefile:1624: warning: overriding recipe for target 'styleformatter.h.texinfo' Makefile:1615: warning: ignoring old recipe for target 'styleformatter.h.texinfo' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/info' /usr/bin/install -c -m 644 ./source-highlight.info ./source-highlight-lib.info '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/info' install-info --info-dir='/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/info' '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/info/source-highlight.info' install-info --info-dir='/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/info' '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/info/source-highlight-lib.info' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/man/man1' /usr/bin/install -c -m 644 source-highlight.1 source-highlight-settings.1 check-regexp.1 '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/source-highlight' /usr/bin/install -c -m 644 default.css Hello.css Hello2.css mono-alt.css mono.css cpp2html.css xhtml.css sh_acid.css sh_golden.css sh_night.css sh_berries-dark.css sh_greenlcd.css sh_pablo.css sh_berries-light.css sh_ide-anjuta.css sh_peachpuff.css sh_bipolar.css sh_ide-codewarrior.css sh_print.css sh_blacknblue.css sh_ide-devcpp.css sh_rand01.css sh_bright.css sh_ide-eclipse.css sh_the.css sh_contrast.css sh_ide-kdev.css sh_typical.css sh_darkblue.css sh_ide-msvcpp.css sh_vampire.css sh_darkness.css sh_kwrite.css sh_vim-dark.css sh_desert.css sh_matlab.css sh_vim.css sh_dull.css sh_navy.css sh_whatis.css '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/source-highlight' /usr/bin/install -c -m 644 sh_easter.css sh_nedit.css sh_whitengrey.css sh_emacs.css sh_neon.css sh_zellner.css '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/source-highlight' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight' /usr/bin/install -c -m 644 colors.html source-highlight.html Hello.java Hello1.html Hello2.html Hello3.html Hello4.html Hello5.html Hello.java.html Hello_h_f.html Hello_lines.html Hello_xhtml.html Hello_xhtml2.html Hello_notfixed.html default.css Hello.css Hello2.css mono-alt.css mono.css cpp2html.css xhtml.css sh_acid.css sh_golden.css sh_night.css sh_berries-dark.css sh_greenlcd.css sh_pablo.css sh_berries-light.css sh_ide-anjuta.css sh_peachpuff.css sh_bipolar.css sh_ide-codewarrior.css sh_print.css sh_blacknblue.css sh_ide-devcpp.css sh_rand01.css sh_bright.css sh_ide-eclipse.css sh_the.css sh_contrast.css '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight' /usr/bin/install -c -m 644 sh_ide-kdev.css sh_typical.css sh_darkblue.css sh_ide-msvcpp.css sh_vampire.css sh_darkness.css sh_kwrite.css sh_vim-dark.css sh_desert.css sh_matlab.css sh_vim.css sh_dull.css sh_navy.css sh_whatis.css sh_easter.css sh_nedit.css sh_whitengrey.css sh_emacs.css sh_neon.css sh_zellner.css source-highlight.cc.html cmdline.h.html flex_scanner.ll.html header.html footer.html langdef.lang.html index.html examples.html SimpleClass.java SimpleClass.html SimpleClass-doc.html UsageExample.java UsageExample.html style_examples.html '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/doc' make[1]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/doc' Making install in tests make[1]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/tests' Making install in output_dir make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/tests/output_dir' make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/tests/output_dir' 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/source-highlight-3.1.8/tests/output_dir' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/tests/output_dir' make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/tests' make[3]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8/tests' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight' /usr/bin/install -c -m 644 test.php3.html test.pl.html test.pm.html test.py.html test.rb.html test.js.html test.lua.html test.ml.html test.sml.html test.log.html access.log.html auth.log.html error.log.html syslog.log.html test.htm.html test.java.tex.html syslog.style.html log.lang.html c.lang.html default.style.html test_linerange_sep.html test.java.html test_regexrange4.html test_refs.h.html test_refs.cpp.html '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight' make[3]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/tests' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/tests' make[1]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8/tests' make[1]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8' make[2]: Entering directory '/builddir/build/BUILD/source-highlight-3.1.8' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/etc/bash_completion.d' /usr/bin/install -c -m 644 completion/source-highlight '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/etc/bash_completion.d' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/lib64/pkgconfig' /usr/bin/install -c -m 644 source-highlight.pc '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/lib64/pkgconfig' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight' /usr/bin/install -c -m 644 ChangeLog COPYING NEWS THANKS INSTALL README TODO.txt CREDITS '/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight' make[2]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8' make[1]: Leaving directory '/builddir/build/BUILD/source-highlight-3.1.8' + mv /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/ docs + /usr/bin/sed -i 's/\r//' docs/source-highlight/Hello.css docs/source-highlight/Hello2.css docs/source-highlight/cpp2html.css docs/source-highlight/default.css docs/source-highlight/mono-alt.css docs/source-highlight/mono.css docs/source-highlight/sh_acid.css docs/source-highlight/sh_berries-dark.css docs/source-highlight/sh_berries-light.css docs/source-highlight/sh_bipolar.css docs/source-highlight/sh_blacknblue.css docs/source-highlight/sh_bright.css docs/source-highlight/sh_contrast.css docs/source-highlight/sh_darkblue.css docs/source-highlight/sh_darkness.css docs/source-highlight/sh_desert.css docs/source-highlight/sh_dull.css docs/source-highlight/sh_easter.css docs/source-highlight/sh_emacs.css docs/source-highlight/sh_golden.css docs/source-highlight/sh_greenlcd.css docs/source-highlight/sh_ide-anjuta.css docs/source-highlight/sh_ide-codewarrior.css docs/source-highlight/sh_ide-devcpp.css docs/source-highlight/sh_ide-eclipse.css docs/source-highlight/sh_ide-kdev.css docs/source-highlight/sh_ide-msvcpp.css docs/source-highlight/sh_kwrite.css docs/source-highlight/sh_matlab.css docs/source-highlight/sh_navy.css docs/source-highlight/sh_nedit.css docs/source-highlight/sh_neon.css docs/source-highlight/sh_night.css docs/source-highlight/sh_pablo.css docs/source-highlight/sh_peachpuff.css docs/source-highlight/sh_print.css docs/source-highlight/sh_rand01.css docs/source-highlight/sh_the.css docs/source-highlight/sh_typical.css docs/source-highlight/sh_vampire.css docs/source-highlight/sh_vim-dark.css docs/source-highlight/sh_vim.css docs/source-highlight/sh_whatis.css docs/source-highlight/sh_whitengrey.css docs/source-highlight/sh_zellner.css docs/source-highlight/xhtml.css + rm -f /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/info/dir + find /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64 -type f -name '*.la' -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64 -type f -name '*.a' -exec rm -f '{}' ';' + chrpath --delete /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/bin/source-highlight + chrpath --delete /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/bin/source-highlight-settings + echo -e '\ncxx = cpp.lang' ++ pkg-config --variable=completionsdir bash-completion + bashcompdir=/usr/share/bash-completion/completions + mkdir -p /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/bash-completion/completions + mv /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/etc/bash_completion.d/source-highlight /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/bash-completion/completions/ + rmdir /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/etc/bash_completion.d + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/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 mangling shebang in ./usr/bin/java2html from #! /bin/sh to #!/bin/sh mangling shebang in ./usr/bin/cpp2html from #! /bin/sh to #!/bin/sh mangling shebang in ./usr/bin/src-hilite-lesspipe.sh from #! /bin/sh to #!/bin/sh Processing files: source-highlight-3.1.8-14.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.m7mSp2 + umask 022 + cd /builddir/build/BUILD + cd source-highlight-3.1.8 + DOCDIR=/builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight + cp -pr docs/source-highlight/COPYING docs/source-highlight/CREDITS docs/source-highlight/ChangeLog docs/source-highlight/Hello.css docs/source-highlight/Hello.java docs/source-highlight/Hello.java.html docs/source-highlight/Hello1.html docs/source-highlight/Hello2.css docs/source-highlight/Hello2.html docs/source-highlight/Hello3.html docs/source-highlight/Hello4.html docs/source-highlight/Hello5.html docs/source-highlight/Hello_h_f.html docs/source-highlight/Hello_lines.html docs/source-highlight/Hello_notfixed.html docs/source-highlight/Hello_xhtml.html docs/source-highlight/Hello_xhtml2.html docs/source-highlight/INSTALL docs/source-highlight/NEWS docs/source-highlight/README docs/source-highlight/SimpleClass-doc.html docs/source-highlight/SimpleClass.html docs/source-highlight/SimpleClass.java docs/source-highlight/THANKS docs/source-highlight/TODO.txt docs/source-highlight/UsageExample.html docs/source-highlight/UsageExample.java docs/source-highlight/access.log.html docs/source-highlight/auth.log.html docs/source-highlight/c.lang.html docs/source-highlight/cmdline.h.html docs/source-highlight/colors.html docs/source-highlight/cpp2html.css docs/source-highlight/default.css docs/source-highlight/default.style.html docs/source-highlight/error.log.html docs/source-highlight/examples docs/source-highlight/examples.html docs/source-highlight/flex_scanner.ll.html docs/source-highlight/footer.html docs/source-highlight/header.html docs/source-highlight/index.html docs/source-highlight/langdef.lang.html docs/source-highlight/log.lang.html docs/source-highlight/mono-alt.css docs/source-highlight/mono.css docs/source-highlight/sh_acid.css docs/source-highlight/sh_berries-dark.css docs/source-highlight/sh_berries-light.css docs/source-highlight/sh_bipolar.css docs/source-highlight/sh_blacknblue.css docs/source-highlight/sh_bright.css docs/source-highlight/sh_contrast.css docs/source-highlight/sh_darkblue.css docs/source-highlight/sh_darkness.css docs/source-highlight/sh_desert.css docs/source-highlight/sh_dull.css docs/source-highlight/sh_easter.css docs/source-highlight/sh_emacs.css docs/source-highlight/sh_golden.css docs/source-highlight/sh_greenlcd.css docs/source-highlight/sh_ide-anjuta.css docs/source-highlight/sh_ide-codewarrior.css docs/source-highlight/sh_ide-devcpp.css docs/source-highlight/sh_ide-eclipse.css docs/source-highlight/sh_ide-kdev.css docs/source-highlight/sh_ide-msvcpp.css docs/source-highlight/sh_kwrite.css docs/source-highlight/sh_matlab.css docs/source-highlight/sh_navy.css docs/source-highlight/sh_nedit.css docs/source-highlight/sh_neon.css docs/source-highlight/sh_night.css docs/source-highlight/sh_pablo.css docs/source-highlight/sh_peachpuff.css docs/source-highlight/sh_print.css docs/source-highlight/sh_rand01.css docs/source-highlight/sh_the.css docs/source-highlight/sh_typical.css docs/source-highlight/sh_vampire.css docs/source-highlight/sh_vim-dark.css docs/source-highlight/sh_vim.css docs/source-highlight/sh_whatis.css docs/source-highlight/sh_whitengrey.css docs/source-highlight/sh_zellner.css docs/source-highlight/source-highlight.cc.html docs/source-highlight/source-highlight.html docs/source-highlight/style_examples.html docs/source-highlight/syslog.log.html docs/source-highlight/syslog.style.html docs/source-highlight/test.htm.html docs/source-highlight/test.java.html docs/source-highlight/test.java.tex.html docs/source-highlight/test.js.html docs/source-highlight/test.log.html docs/source-highlight/test.lua.html docs/source-highlight/test.ml.html docs/source-highlight/test.php3.html docs/source-highlight/test.pl.html docs/source-highlight/test.pm.html docs/source-highlight/test.py.html docs/source-highlight/test.rb.html docs/source-highlight/test.sml.html docs/source-highlight/test_linerange_sep.html docs/source-highlight/test_refs.cpp.html docs/source-highlight/test_refs.h.html docs/source-highlight/test_regexrange4.html docs/source-highlight/xhtml.css /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64/usr/share/doc/source-highlight + exit 0 Provides: libsource-highlight.so.4()(64bit) source-highlight = 3.1.8-14.fc28 source-highlight(riscv-64) = 3.1.8-14.fc28 Requires(interp): /bin/sh /bin/sh /sbin/ldconfig 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(postun): /sbin/ldconfig Requires: /bin/sh ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libboost_regex.so.1.66.0()(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) libsource-highlight.so.4()(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) Processing files: source-highlight-devel-3.1.8-14.fc28.riscv64 Provides: pkgconfig(source-highlight) = 3.1.8 source-highlight-devel = 3.1.8-14.fc28 source-highlight-devel(riscv-64) = 3.1.8-14.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libsource-highlight.so.4()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/source-highlight-3.1.8-14.fc28.riscv64 Wrote: /builddir/build/SRPMS/source-highlight-3.1.8-14.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/source-highlight-3.1.8-14.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/source-highlight-devel-3.1.8-14.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jYaLCI + umask 022 + cd /builddir/build/BUILD + cd source-highlight-3.1.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/source-highlight-3.1.8-14.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