universal-ctags / ctags

A maintained ctags implementation
https://ctags.io
GNU General Public License v2.0
6.53k stars 622 forks source link

5.9.20210509.0: install target installs $(bindir)/tags #3018

Closed kloczek closed 3 years ago

kloczek commented 3 years ago
[tkloczko@barrel SPECS]$ cat /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin/tags
!_TAG_FILE_FORMAT       2       /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED       1       /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_OUTPUT_EXCMD      mixed   /number, pattern, mixed, or combineV2/
!_TAG_OUTPUT_FILESEP    slash   /slash or backslash/
!_TAG_OUTPUT_MODE       u-ctags /u-ctags or e-ctags/
!_TAG_PATTERN_LENGTH_LIMIT      96      /0 for no limit/
!_TAG_PROC_CWD  /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin/   //
!_TAG_PROGRAM_AUTHOR    Universal Ctags Team    //
!_TAG_PROGRAM_NAME      Universal Ctags /Derived from Exuberant Ctags/
!_TAG_PROGRAM_URL       https://ctags.io/       /official site/
!_TAG_PROGRAM_VERSION   5.9.0   //
masatake commented 3 years ago

Looks strange. Could you show me log of building? Here I expect you don't apply any patch.

kloczek commented 3 years ago

Here it is full build log without patches which I'm usimg now:

[tkloczko@barrel SPECS]$ rpmbuild -ba --with check ctags.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.cUDBUl
+ umask 022
+ cd /home/tkloczko/rpmbuild/BUILD
+ cd /home/tkloczko/rpmbuild/BUILD
+ rm -rf ctags-p5.9.20210509.0
+ /usr/bin/gzip -dc /home/tkloczko/rpmbuild/SOURCES/ctags-5.9.20210509.0.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd ctags-p5.9.20210509.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9APAJ2
+ umask 022
+ cd /home/tkloczko/rpmbuild/BUILD
+ cd ctags-p5.9.20210509.0
+ autoreconf -fiv
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
^C

[tkloczko@barrel SPECS]$ rpmbuild -ba --with check ctags.spec
warning: Downloading https://github.com/universal-ctags/ctags//archive/p5.9.20210509.0/ctags-5.9.20210509.0.tar.gz to /home/tkloczko/rpmbuild/SOURCES/ctags-5.9.20210509.0.tar.gz
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Qg4uof
+ umask 022
+ cd /home/tkloczko/rpmbuild/BUILD
+ cd /home/tkloczko/rpmbuild/BUILD
+ rm -rf ctags-p5.9.20210509.0
+ /usr/bin/gzip -dc /home/tkloczko/rpmbuild/SOURCES/ctags-5.9.20210509.0.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd ctags-p5.9.20210509.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6AzMWb
+ umask 022
+ cd /home/tkloczko/rpmbuild/BUILD
+ cd ctags-p5.9.20210509.0
+ autoreconf -fiv
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /usr/bin/autoconf --force
configure.ac:251: warning: The macro `AC_PROG_CC_C99' is obsolete.
configure.ac:251: You should run autoupdate.
./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
configure.ac:251: the top level
configure.ac:256: warning: The macro `AC_PROG_CC_C99' is obsolete.
configure.ac:256: You should run autoupdate.
./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
m4/ax_prog_cc_for_build.m4:38: AX_PROG_CC_FOR_BUILD is expanded from...
configure.ac:256: the top level
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:250: installing './compile'
configure.ac:35: installing './config.guess'
configure.ac:35: installing './config.sub'
configure.ac:28: installing './install-sh'
configure.ac:28: installing './missing'
Makefile.am: installing './depcomp'
/usr/share/automake-1.16/am/tags.am: warning: redefinition of 'ctags' ...
/usr/share/automake-1.16/am/program.am: ... 'ctags$(EXEEXT)' previously defined here
Makefile.am:46:   while processing program 'ctags'
autoreconf: Leaving directory '.'
+ CFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
+ CXXFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
+ FFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules'
+ FCFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules'
+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin'
+ CC=/usr/bin/gcc
+ CXX=/usr/bin/g++
+ FC=/usr/bin/gfortran
+ AR=/usr/bin/gcc-ar
+ NM=/usr/bin/gcc-nm
+ RANLIB=/usr/bin/gcc-ranlib
+ export CFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS CC CXX FC AR NM RANLIB
+ ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --disable-silent-rules --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 --runstatedir=/run --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-iconv --enable-etags --enable-json --enable-seccomp --enable-xml --enable-yaml
Universal Ctags, version 5.9.0
Linux 5.11.16-300.fc34.x86_64 #1 SMP Wed Apr 21 13:18:33 UTC 2021 x86_64
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-redhat-linux-gnu
checking host system type... x86_64-redhat-linux-gnu
checking for x86_64-redhat-linux-gnu-gcc... /usr/bin/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 the compiler supports GNU C... yes
checking whether /usr/bin/gcc accepts -g... yes
checking for /usr/bin/gcc option to enable C11 features... none needed
checking whether /usr/bin/gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /usr/bin/gcc... none
checking for x86_64-redhat-linux-gnu-ranlib... /usr/bin/gcc-ranlib
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking how to run the C preprocessor... /usr/bin/gcc -E
checking for x86_64-redhat-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
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 how to run the C preprocessor... gcc -E
checking for cc for build... gcc
checking whether ln -s works... yes
checking for strip... strip
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for perl... no
checking for rst2man... /usr/bin/rst2man
checking whether rst2mn has --syntax-highlight option... yes
checking building in a git repository... no
checking for git... git
checking for timeout... timeout
checking for python3... python3
checking directory to use for temporary files... /tmp
checking for case-insensitive filenames... no
checking selected sort method... external sort utility
checking for sort... yes
checking if sort accepts our command line... yes
checking for direct.h... no
checking for dirent.h... yes
checking for fcntl.h... yes
checking for io.h... no
checking for stat.h... no
checking for types.h... no
checking for unistd.h... (cached) yes
checking for sys/dir.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/wait.h... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking if L_tmpnam is defined in stdio.h... yes
checking for off_t... yes
checking for stdbool.h... yes
checking for an ANSI C-conforming const... yes
checking for typeof syntax and keyword spelling... typeof
checking if compiler supports statement expressions... yes
checking if struct stat contains st_ino... yes
checking for fnmatch... yes
checking for fnmatch.h... yes
checking for asprintf... yes
checking for strstr... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for mkstemp... yes
checking for opendir... yes
checking for strerror... yes
checking for truncate... yes
checking for setenv... yes
checking for regcomp... yes
checking if regcomp works... yes
checking for scandir... yes
checking for dirent.h... (cached) yes
checking for x86_64-redhat-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBXML... yes
checking for JANSSON... yes
checking for SECCOMP... yes
checking for LIBYAML... yes
configure: checking for new missing prototypes
checking for /usr/bin/gcc options needed to detect all undeclared functions... none needed
checking whether __environ is declared... yes
checking whether _NSGetEnviron is declared... no
checking whether strnlen is declared... yes
checking whether strnlen is declared for build... yes
checking for mblen... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/ctags.1.rst
config.status: creating man/ctags-client-tools.7.rst
config.status: creating man/ctags-incompatibilities.7.rst
config.status: creating man/ctags-optlib.7.rst
config.status: creating man/ctags-faq.7.rst
config.status: creating man/ctags-lang-iPythonCell.7.rst
config.status: creating man/ctags-lang-julia.7.rst
config.status: creating man/ctags-lang-python.7.rst
config.status: creating man/ctags-lang-verilog.7.rst
config.status: creating man/ctags-lang-inko.7.rst
config.status: creating man/ctags-lang-r.7.rst
config.status: creating man/readtags.1.rst
config.status: creating config.h
config.status: executing depfiles commands
+ /usr/bin/make -O -j48 V=1 VERBOSE=1
echo > main/repoinfo.h
/usr/bin/make  all-am
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/txt2cstr main/CommonPrelude.ps > main/CommonPrelude.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/ctags-optlib.ctags > optlib/ctags-optlib.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/elm.ctags > optlib/elm.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/RSpec.ctags > optlib/RSpec.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/elixir.ctags > optlib/elixir.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/gdbinit.ctags > optlib/gdbinit.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/iPythonCell.ctags > optlib/iPythonCell.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/cmake.ctags > optlib/cmake.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/passwd.ctags > optlib/passwd.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/inko.ctags > optlib/inko.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/kconfig.ctags > optlib/kconfig.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/man.ctags > optlib/man.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/meson.ctags > optlib/meson.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/mesonOptions.ctags > optlib/mesonOptions.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/qemuhx.ctags > optlib/qemuhx.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/pod.ctags > optlib/pod.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/scss.ctags > optlib/scss.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/systemtap.ctags > optlib/systemtap.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/puppetManifest.ctags > optlib/puppetManifest.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
./misc/optlib2c optlib/markdown.ctags > optlib/markdown.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/ctags-cmd.o `test -f 'main/cmd.c' || echo './'`main/cmd.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-glade.o `test -f 'parsers/glade.c' || echo './'`parsers/glade.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-debug.o `test -f 'main/debug.c' || echo './'`main/debug.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./libreadtags -DREADTAGS_DSL -I./dsl    -Wall -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o dsl/readtags-qualifier.o `test -f 'dsl/qualifier.c' || echo './'`dsl/qualifier.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-relaxng.o `test -f 'parsers/relaxng.c' || echo './'`parsers/relaxng.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-dbusintrospect.o `test -f 'parsers/dbusintrospect.c' || echo './'`parsers/dbusintrospect.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-mbcs.o `test -f 'main/mbcs.c' || echo './'`main/mbcs.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-svg.o `test -f 'parsers/svg.c' || echo './'`parsers/svg.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-xslt.o `test -f 'parsers/xslt.c' || echo './'`parsers/xslt.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-xml.o `test -f 'parsers/xml.c' || echo './'`parsers/xml.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-maven2.o `test -f 'parsers/maven2.c' || echo './'`parsers/maven2.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-flags.o `test -f 'main/flags.c' || echo './'`main/flags.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-ansibleplaybook.o `test -f 'parsers/ansibleplaybook.c' || echo './'`parsers/ansibleplaybook.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-plist.o `test -f 'parsers/plist.c' || echo './'`parsers/plist.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-yaml.o `test -f 'parsers/yaml.c' || echo './'`parsers/yaml.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-htable.o `test -f 'main/htable.c' || echo './'`main/htable.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./libreadtags -DREADTAGS_DSL -I./dsl    -Wall -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o dsl/readtags-sorter.o `test -f 'dsl/sorter.c' || echo './'`dsl/sorter.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-colprint.o `test -f 'main/colprint.c' || echo './'`main/colprint.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-objpool.o `test -f 'main/objpool.c' || echo './'`main/objpool.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-args.o `test -f 'main/args.c' || echo './'`main/args.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-entry_private.o `test -f 'main/entry_private.c' || echo './'`main/entry_private.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-nestlevel.o `test -f 'main/nestlevel.c' || echo './'`main/nestlevel.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-keyword.o `test -f 'main/keyword.c' || echo './'`main/keyword.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-portable-scandir.o `test -f 'main/portable-scandir.c' || echo './'`main/portable-scandir.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-error.o `test -f 'main/error.c' || echo './'`main/error.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/mini_geany-mini-geany.o `test -f 'main/mini-geany.c' || echo './'`main/mini-geany.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./libreadtags -DREADTAGS_DSL -I./dsl    -Wall -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/readtags-mio.o `test -f 'main/mio.c' || echo './'`main/mio.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-trace.o `test -f 'main/trace.c' || echo './'`main/trace.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-dependency.o `test -f 'main/dependency.c' || echo './'`main/dependency.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-lxpath.o `test -f 'main/lxpath.c' || echo './'`main/lxpath.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-rbtree.o `test -f 'main/rbtree.c' || echo './'`main/rbtree.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-fmt.o `test -f 'main/fmt.c' || echo './'`main/fmt.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-param.o `test -f 'main/param.c' || echo './'`main/param.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-ptrarray.o `test -f 'main/ptrarray.c' || echo './'`main/ptrarray.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-trashbox.o `test -f 'main/trashbox.c' || echo './'`main/trashbox.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-CommonPrelude.o `test -f 'main/CommonPrelude.c' || echo './'`main/CommonPrelude.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-promise.o `test -f 'main/promise.c' || echo './'`main/promise.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-kind.o `test -f 'main/kind.c' || echo './'`main/kind.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-repoinfo.o `test -f 'main/repoinfo.c' || echo './'`main/repoinfo.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./libreadtags -DREADTAGS_DSL -I./dsl    -Wall -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o dsl/readtags-dsl.o `test -f 'dsl/dsl.c' || echo './'`dsl/dsl.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-strlist.o `test -f 'main/strlist.c' || echo './'`main/strlist.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-tokeninfo.o `test -f 'main/tokeninfo.c' || echo './'`main/tokeninfo.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-numarray.o `test -f 'main/numarray.c' || echo './'`main/numarray.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-ptag.o `test -f 'main/ptag.c' || echo './'`main/ptag.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-stats.o `test -f 'main/stats.c' || echo './'`main/stats.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-seccomp.o `test -f 'main/seccomp.c' || echo './'`main/seccomp.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-main.o `test -f 'main/main.c' || echo './'`main/main.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-unwindi.o `test -f 'main/unwindi.c' || echo './'`main/unwindi.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-vstring.o `test -f 'main/vstring.c' || echo './'`main/vstring.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-script.o `test -f 'main/script.c' || echo './'`main/script.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-selectors.o `test -f 'main/selectors.c' || echo './'`main/selectors.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-routines.o `test -f 'main/routines.c' || echo './'`main/routines.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-writer.o `test -f 'main/writer.c' || echo './'`main/writer.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-sort.o `test -f 'main/sort.c' || echo './'`main/sort.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-writer-etags.o `test -f 'main/writer-etags.c' || echo './'`main/writer-etags.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-writer-xref.o `test -f 'main/writer-xref.c' || echo './'`main/writer-xref.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-abaqus.o `test -f 'parsers/abaqus.c' || echo './'`parsers/abaqus.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-field.o `test -f 'main/field.c' || echo './'`main/field.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-abc.o `test -f 'parsers/abc.c' || echo './'`parsers/abc.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-writer-ctags.o `test -f 'main/writer-ctags.c' || echo './'`main/writer-ctags.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-writer-json.o `test -f 'main/writer-json.c' || echo './'`main/writer-json.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-xtag.o `test -f 'main/xtag.c' || echo './'`main/xtag.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-read.o `test -f 'main/read.c' || echo './'`main/read.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./libreadtags -DREADTAGS_DSL -I./dsl    -Wall -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o dsl/readtags-es.o `test -f 'dsl/es.c' || echo './'`dsl/es.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-entry.o `test -f 'main/entry.c' || echo './'`main/entry.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-awk.o `test -f 'parsers/awk.c' || echo './'`parsers/awk.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-mio.o `test -f 'main/mio.c' || echo './'`main/mio.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-ant.o `test -f 'parsers/ant.c' || echo './'`parsers/ant.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-basic.o `test -f 'parsers/basic.c' || echo './'`parsers/basic.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-asp.o `test -f 'parsers/asp.c' || echo './'`parsers/asp.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-asciidoc.o `test -f 'parsers/asciidoc.c' || echo './'`parsers/asciidoc.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-autoconf.o `test -f 'parsers/autoconf.c' || echo './'`parsers/autoconf.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-autoit.o `test -f 'parsers/autoit.c' || echo './'`parsers/autoit.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-asm.o `test -f 'parsers/asm.c' || echo './'`parsers/asm.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_debug_type.o `test -f 'parsers/cxx/cxx_debug_type.c' || echo './'`parsers/cxx/cxx_debug_type.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-automake.o `test -f 'parsers/automake.c' || echo './'`parsers/automake.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_debug.o `test -f 'parsers/cxx/cxx_debug.c' || echo './'`parsers/cxx/cxx_debug.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-bibtex.o `test -f 'parsers/bibtex.c' || echo './'`parsers/bibtex.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-beta.o `test -f 'parsers/beta.c' || echo './'`parsers/beta.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-clojure.o `test -f 'parsers/clojure.c' || echo './'`parsers/clojure.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx.o `test -f 'parsers/cxx/cxx.c' || echo './'`parsers/cxx/cxx.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_keyword.o `test -f 'parsers/cxx/cxx_keyword.c' || echo './'`parsers/cxx/cxx_keyword.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-css.o `test -f 'parsers/css.c' || echo './'`parsers/css.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-cobol.o `test -f 'parsers/cobol.c' || echo './'`parsers/cobol.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_parser_lambda.o `test -f 'parsers/cxx/cxx_parser_lambda.c' || echo './'`parsers/cxx/cxx_parser_lambda.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_parser_namespace.o `test -f 'parsers/cxx/cxx_parser_namespace.c' || echo './'`parsers/cxx/cxx_parser_namespace.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_parser_block.o `test -f 'parsers/cxx/cxx_parser_block.c' || echo './'`parsers/cxx/cxx_parser_block.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_parser_using.o `test -f 'parsers/cxx/cxx_parser_using.c' || echo './'`parsers/cxx/cxx_parser_using.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-ada.o `test -f 'parsers/ada.c' || echo './'`parsers/ada.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_parser_typedef.o `test -f 'parsers/cxx/cxx_parser_typedef.c' || echo './'`parsers/cxx/cxx_parser_typedef.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_parser_template.o `test -f 'parsers/cxx/cxx_parser_template.c' || echo './'`parsers/cxx/cxx_parser_template.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_subparser.o `test -f 'parsers/cxx/cxx_subparser.c' || echo './'`parsers/cxx/cxx_subparser.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-dts.o `test -f 'parsers/dts.c' || echo './'`parsers/dts.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_scope.o `test -f 'parsers/cxx/cxx_scope.c' || echo './'`parsers/cxx/cxx_scope.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-dosbatch.o `test -f 'parsers/dosbatch.c' || echo './'`parsers/dosbatch.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_token.o `test -f 'parsers/cxx/cxx_token.c' || echo './'`parsers/cxx/cxx_token.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_parser_variable.o `test -f 'parsers/cxx/cxx_parser_variable.c' || echo './'`parsers/cxx/cxx_parser_variable.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_parser_tokenizer.o `test -f 'parsers/cxx/cxx_parser_tokenizer.c' || echo './'`parsers/cxx/cxx_parser_tokenizer.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_parser.o `test -f 'parsers/cxx/cxx_parser.c' || echo './'`parsers/cxx/cxx_parser.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-options.o `test -f 'main/options.c' || echo './'`main/options.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_parser_function.o `test -f 'parsers/cxx/cxx_parser_function.c' || echo './'`parsers/cxx/cxx_parser_function.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-lregex.o `test -f 'main/lregex.c' || echo './'`main/lregex.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_qtmoc.o `test -f 'parsers/cxx/cxx_qtmoc.c' || echo './'`parsers/cxx/cxx_qtmoc.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_tag.o `test -f 'parsers/cxx/cxx_tag.c' || echo './'`parsers/cxx/cxx_tag.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-diff.o `test -f 'parsers/diff.c' || echo './'`parsers/diff.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-dtd.o `test -f 'parsers/dtd.c' || echo './'`parsers/dtd.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-falcon.o `test -f 'parsers/falcon.c' || echo './'`parsers/falcon.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-erlang.o `test -f 'parsers/erlang.c' || echo './'`parsers/erlang.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-haskell.o `test -f 'parsers/haskell.c' || echo './'`parsers/haskell.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/cxx/libctags_a-cxx_token_chain.o `test -f 'parsers/cxx/cxx_token_chain.c' || echo './'`parsers/cxx/cxx_token_chain.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-jprop.o `test -f 'parsers/jprop.c' || echo './'`parsers/jprop.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-fypp.o `test -f 'parsers/fypp.c' || echo './'`parsers/fypp.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-haxe.o `test -f 'parsers/haxe.c' || echo './'`parsers/haxe.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-eiffel.o `test -f 'parsers/eiffel.c' || echo './'`parsers/eiffel.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-iniconf.o `test -f 'parsers/iniconf.c' || echo './'`parsers/iniconf.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-cpreprocessor.o `test -f 'parsers/cpreprocessor.c' || echo './'`parsers/cpreprocessor.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-myrddin.o `test -f 'parsers/myrddin.c' || echo './'`parsers/myrddin.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-html.o `test -f 'parsers/html.c' || echo './'`parsers/html.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-itcl.o `test -f 'parsers/itcl.c' || echo './'`parsers/itcl.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-lua.o `test -f 'parsers/lua.c' || echo './'`parsers/lua.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-lisp.o `test -f 'parsers/lisp.c' || echo './'`parsers/lisp.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-matlab.o `test -f 'parsers/matlab.c' || echo './'`parsers/matlab.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-json.o `test -f 'parsers/json.c' || echo './'`parsers/json.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-m4.o `test -f 'parsers/m4.c' || echo './'`parsers/m4.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-perl-function-parameters.o `test -f 'parsers/perl-function-parameters.c' || echo './'`parsers/perl-function-parameters.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-go.o `test -f 'parsers/go.c' || echo './'`parsers/go.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-ldscript.o `test -f 'parsers/ldscript.c' || echo './'`parsers/ldscript.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-make.o `test -f 'parsers/make.c' || echo './'`parsers/make.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-nsis.o `test -f 'parsers/nsis.c' || echo './'`parsers/nsis.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-pascal.o `test -f 'parsers/pascal.c' || echo './'`parsers/pascal.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-flex.o `test -f 'parsers/flex.c' || echo './'`parsers/flex.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-c.o `test -f 'parsers/c.c' || echo './'`parsers/c.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-perl6.o `test -f 'parsers/perl6.c' || echo './'`parsers/perl6.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-rexx.o `test -f 'parsers/rexx.c' || echo './'`parsers/rexx.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-julia.o `test -f 'parsers/julia.c' || echo './'`parsers/julia.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-perl-moose.o `test -f 'parsers/perl-moose.c' || echo './'`parsers/perl-moose.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-fortran.o `test -f 'parsers/fortran.c' || echo './'`parsers/fortran.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-objc.o `test -f 'parsers/objc.c' || echo './'`parsers/objc.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-r-s4class.o `test -f 'parsers/r-s4class.c' || echo './'`parsers/r-s4class.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-perl.o `test -f 'parsers/perl.c' || echo './'`parsers/perl.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-powershell.o `test -f 'parsers/powershell.c' || echo './'`parsers/powershell.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-r-r6class.o `test -f 'parsers/r-r6class.c' || echo './'`parsers/r-r6class.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o main/libctags_a-parse.o `test -f 'main/parse.c' || echo './'`main/parse.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-robot.o `test -f 'parsers/robot.c' || echo './'`parsers/robot.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-pythonloggingconfig.o `test -f 'parsers/pythonloggingconfig.c' || echo './'`parsers/pythonloggingconfig.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-protobuf.o `test -f 'parsers/protobuf.c' || echo './'`parsers/protobuf.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-scheme.o `test -f 'parsers/scheme.c' || echo './'`parsers/scheme.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-jscript.o `test -f 'parsers/jscript.c' || echo './'`parsers/jscript.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-slang.o `test -f 'parsers/slang.c' || echo './'`parsers/slang.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-rst.o `test -f 'parsers/rst.c' || echo './'`parsers/rst.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-ocaml.o `test -f 'parsers/ocaml.c' || echo './'`parsers/ocaml.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-rpmspec.o `test -f 'parsers/rpmspec.c' || echo './'`parsers/rpmspec.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-systemdunit.o `test -f 'parsers/systemdunit.c' || echo './'`parsers/systemdunit.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-sml.o `test -f 'parsers/sml.c' || echo './'`parsers/sml.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-tcloo.o `test -f 'parsers/tcloo.c' || echo './'`parsers/tcloo.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-tex-beamer.o `test -f 'parsers/tex-beamer.c' || echo './'`parsers/tex-beamer.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-sh.o `test -f 'parsers/sh.c' || echo './'`parsers/sh.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-r.o `test -f 'parsers/r.c' || echo './'`parsers/r.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-txt2tags.o `test -f 'parsers/txt2tags.c' || echo './'`parsers/txt2tags.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-php.o `test -f 'parsers/php.c' || echo './'`parsers/php.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-rust.o `test -f 'parsers/rust.c' || echo './'`parsers/rust.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-tcl.o `test -f 'parsers/tcl.c' || echo './'`parsers/tcl.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-ruby.o `test -f 'parsers/ruby.c' || echo './'`parsers/ruby.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-cmake.o `test -f 'optlib/cmake.c' || echo './'`optlib/cmake.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-python.o `test -f 'parsers/python.c' || echo './'`parsers/python.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-ttcn.o `test -f 'parsers/ttcn.c' || echo './'`parsers/ttcn.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-windres.o `test -f 'parsers/windres.c' || echo './'`parsers/windres.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-RSpec.o `test -f 'optlib/RSpec.c' || echo './'`optlib/RSpec.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-ctags-optlib.o `test -f 'optlib/ctags-optlib.c' || echo './'`optlib/ctags-optlib.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-elixir.o `test -f 'optlib/elixir.c' || echo './'`optlib/elixir.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-elm.o `test -f 'optlib/elm.c' || echo './'`optlib/elm.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-yacc.o `test -f 'parsers/yacc.c' || echo './'`parsers/yacc.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-kconfig.o `test -f 'optlib/kconfig.c' || echo './'`optlib/kconfig.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-inko.o `test -f 'optlib/inko.c' || echo './'`optlib/inko.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-yumrepo.o `test -f 'parsers/yumrepo.c' || echo './'`parsers/yumrepo.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-gdbinit.o `test -f 'optlib/gdbinit.c' || echo './'`optlib/gdbinit.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-tex.o `test -f 'parsers/tex.c' || echo './'`parsers/tex.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-man.o `test -f 'optlib/man.c' || echo './'`optlib/man.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-iPythonCell.o `test -f 'optlib/iPythonCell.c' || echo './'`optlib/iPythonCell.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-vhdl.o `test -f 'parsers/vhdl.c' || echo './'`parsers/vhdl.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-passwd.o `test -f 'optlib/passwd.c' || echo './'`optlib/passwd.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-meson.o `test -f 'optlib/meson.c' || echo './'`optlib/meson.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-markdown.o `test -f 'optlib/markdown.c' || echo './'`optlib/markdown.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./libreadtags -DREADTAGS_DSL -I./dsl    -Wall -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o extra-cmds/readtags-printtags.o `test -f 'extra-cmds/printtags.c' || echo './'`extra-cmds/printtags.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-vim.o `test -f 'parsers/vim.c' || echo './'`parsers/vim.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-qemuhx.o `test -f 'optlib/qemuhx.c' || echo './'`optlib/qemuhx.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-sql.o `test -f 'parsers/sql.c' || echo './'`parsers/sql.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-mesonOptions.o `test -f 'optlib/mesonOptions.c' || echo './'`optlib/mesonOptions.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-pod.o `test -f 'optlib/pod.c' || echo './'`optlib/pod.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-puppetManifest.o `test -f 'optlib/puppetManifest.c' || echo './'`optlib/puppetManifest.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-scss.o `test -f 'optlib/scss.c' || echo './'`optlib/scss.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./libreadtags -DREADTAGS_DSL -I./dsl    -Wall -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o extra-cmds/readtags-readtags-cmd.o `test -f 'extra-cmds/readtags-cmd.c' || echo './'`extra-cmds/readtags-cmd.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-verilog.o `test -f 'parsers/verilog.c' || echo './'`parsers/verilog.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o extra-cmds/optscript-optscript-repl.o `test -f 'extra-cmds/optscript-repl.c' || echo './'`extra-cmds/optscript-repl.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o optlib/libctags_a-systemtap.o `test -f 'optlib/systemtap.c' || echo './'`optlib/systemtap.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o parsers/libctags_a-typescript.o `test -f 'parsers/typescript.c' || echo './'`parsers/typescript.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./libreadtags -DREADTAGS_DSL -I./dsl    -Wall -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o libreadtags/readtags-readtags.o `test -f 'libreadtags/readtags.c' || echo './'`libreadtags/readtags.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/ctags-lang-r.7.rst man/ctags-lang-r.7
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/ctags-lang-iPythonCell.7.rst man/ctags-lang-iPythonCell.7
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/ctags-client-tools.7.rst man/ctags-client-tools.7
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o dsl/libctags_a-es.o `test -f 'dsl/es.c' || echo './'`dsl/es.c
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/ctags-optlib.7.rst man/ctags-optlib.7
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/ctags-lang-inko.7.rst man/ctags-lang-inko.7
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/ctags-lang-verilog.7.rst man/ctags-lang-verilog.7
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/tags.5.rst man/tags.5
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/ctags-incompatibilities.7.rst man/ctags-incompatibilities.7
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/ctags-lang-julia.7.rst man/ctags-lang-julia.7
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/readtags.1.rst man/readtags.1
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/ctags-lang-python.7.rst man/ctags-lang-python.7
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/ctags-faq.7.rst man/ctags-faq.7
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc -DHAVE_CONFIG_H -I.  -I. -I. -I./main -I./dsl -I./peg -DHAVE_PACKCC  -DUSE_SYSTEM_STRNLEN   -DHAVE_REPOINFO_H  -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -c -o dsl/libctags_a-optscript.o `test -f 'dsl/optscript.c' || echo './'`dsl/optscript.c
dsl/optscript.c:1524:1: warning: 'vm_estack_count' defined but not used [-Wunused-function]
 1524 | vm_estack_count (OptVM *vm)
      | ^~~~~~~~~~~~~~~
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/rst2man --syntax-highlight=none man/ctags.1.rst man/ctags.1
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
gcc -g -O2  -DPCC_USE_SYSTEM_STRNLEN -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o packcc ./misc/packcc/src/packcc.c
/usr/bin/ld: /tmp/ccCtrRmG.lto.o: relocation R_X86_64_32S against `.rodata' can not be used when making a PIE object; recompile with -fPIE
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:6122: packcc] Error 1
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: *** Waiting for unfinished jobs....
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
/usr/bin/gcc  -Wall -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none  -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o readtags libreadtags/readtags-readtags.o extra-cmds/readtags-printtags.o extra-cmds/readtags-readtags-cmd.o  dsl/readtags-es.o dsl/readtags-dsl.o dsl/readtags-qualifier.o dsl/readtags-sorter.o main/readtags-mio.o
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make: *** [Makefile:1443: all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.6AzMWb (%build)
kloczek commented 3 years ago

Above fail without my patches is telated to https://github.com/universal-ctags/ctags/issues/2894

kloczek commented 3 years ago

First patch which I'm usimg now is in #2894. Second one looks like below:

After run autoupdate from autoconf 2.71 it removes using AC_PROG_CC_C99
as obsoleted macro

-AC_PROG_CC_C99
+m4_warn([obsolete],
+[AC_PROG_CC_C99 is obsolete; use AC_PROG_CC
+])dnl
+AC_REQUIRE(AC_PROG_CC)

After clean above left comment this patch only removes using AC_PROG_CC_C99.

--- a/configure.ac~     2021-05-02 11:14:37.000000000 +0100
+++ b/configure.ac      2021-05-02 11:14:56.565244024 +0100
@@ -248,7 +248,6 @@
 # -------------------

 AC_PROG_CC
-AC_PROG_CC_C99
 AC_PROG_RANLIB
 AC_C_BIGENDIAN

With those two patches my ctags.spec %build and %install looks like below:


%build
autoreconf -fiv
%configure \
        --disable-iconv \
        --enable-etags \
        --enable-json \
        --enable-seccomp \
        --enable-xml \
        --enable-yaml \
        %{nil}
%make_build

%install
%make_install

#%__rm %{buildroot}%{_bindir}/tags

With commented above rm line %intall and %post-install` log looks like below:

[tkloczko@barrel SPECS]$ rpmbuild -bi --short-circuit ctags.spec --nocheck
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.C50s0b
+ umask 022
+ cd /home/tkloczko/rpmbuild/BUILD
+ '[' /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64 '!=' / ']'
+ /usr/bin/rm -rf /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64
+ /usr/bin/mkdir -p /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64
+ cd ctags-p5.9.20210509.0
+ /usr/bin/make install DESTDIR=/home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64 'INSTALL=/usr/bin/install -p'
Makefile:6135: warning: ignoring prerequisites on suffix rule definition
Makefile:6137: warning: ignoring prerequisites on suffix rule definition
/usr/bin/make  install-am
make[1]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
Makefile:6135: warning: ignoring prerequisites on suffix rule definition
Makefile:6137: warning: ignoring prerequisites on suffix rule definition
/usr/bin/gcc -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none  -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o ctags  main/ctags-cmd.o libctags.a -lxml2  -ljansson  -lyaml  -lseccomp
make[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
Makefile:6135: warning: ignoring prerequisites on suffix rule definition
Makefile:6137: warning: ignoring prerequisites on suffix rule definition
/usr/bin/gcc -std=gnu99 -Wall   -I/usr/include/libxml2     -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none  -Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin -o ctags  main/ctags-cmd.o libctags.a -lxml2  -ljansson  -lyaml  -lseccomp
 /usr/bin/mkdir -p '/home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin'
  /usr/bin/install -p ctags readtags optscript '/home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin'
/usr/bin/make  install-exec-hook
make[3]: Entering directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
Makefile:6135: warning: ignoring prerequisites on suffix rule definition
Makefile:6137: warning: ignoring prerequisites on suffix rule definition
cd /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin && \
         ctags etags
ctags: Warning: cannot open input file "etags" : No such file or directory
make[3]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
 /usr/bin/mkdir -p '/home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/share/man/man1'
 /usr/bin/install -p -m 644 man/ctags.1 man/readtags.1 '/home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/share/man/man1'
 /usr/bin/mkdir -p '/home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/share/man/man5'
 /usr/bin/install -p -m 644 man/tags.5 '/home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/share/man/man5'
 /usr/bin/mkdir -p '/home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/share/man/man7'
 /usr/bin/install -p -m 644 man/ctags-client-tools.7 man/ctags-incompatibilities.7 man/ctags-optlib.7 man/ctags-faq.7 man/ctags-lang-iPythonCell.7 man/ctags-lang-julia.7 man/ctags-lang-python.7 man/ctags-lang-verilog.7 man/ctags-lang-inko.7 man/ctags-lang-r.7 '/home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/share/man/man7'
make[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
make[1]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0'
+ /usr/lib/rpm/find-debuginfo.sh -j48 --strict-build-id -m -i --build-id-seed 5.9.20210509.0-2.fc35 --unique-debug-suffix -5.9.20210509.0-2.fc35.x86_64 --unique-debug-src-base ctags-5.9.20210509.0-2.fc35.x86_64 --run-dwz --dwz-low-mem-die-limit none --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/tkloczko/rpmbuild/BUILD/ctags-p5.9.20210509.0
explicitly decompress any DWARF compressed ELF sections in /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin/ctags
explicitly decompress any DWARF compressed ELF sections in /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin/optscript
explicitly decompress any DWARF compressed ELF sections in /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin/readtags
extracting debug info from /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin/readtags
extracting debug info from /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin/ctags
extracting debug info from /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin/optscript
original debug info size: 9916kB, size after compression: 7812kB
/usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match.
8747 blocks
+ /usr/lib/rpm/check-buildroot
/home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin/tags:!_TAG_PROC_CWD        /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin/       //
Found '/home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64' in installed files; aborting
error: Bad exit status from /var/tmp/rpm-tmp.OmG0mQ (%install)

%post-install automatically trues to extract debug info from files in bindir. Because /usr/bin/tags is text file of course it fails.

masatake commented 3 years ago

Thank you. The following lines may cause the trouble.

cd /home/tkloczko/rpmbuild/BUILDROOT/ctags-5.9.20210509.0-2.fc35.x86_64/usr/bin && \
         ctags etags
ctags: Warning: cannot open input file "etags" : No such file or directory

This runs ctags. ctags generates tags file at /usr/bin. The line is the result of install-exec-hook target.

In Makefile.am:

if INSTALL_ETAGS
install-exec-hook:
    cd $(DESTDIR)$(bindir) && \
        $(LN_S) ctags$(EXEEXT) etags$(EXEEXT)

uninstall-hook:
    rm $(DESTDIR)$(bindir)/etags$(EXEEXT)
endif

Though INSTALL_ETAGS is true, LN_S is not defined.

In the log of "without-patch":

checking whether ln -s works... yes

It implies a value is given to LN_S.

The patch in #2894 (https://github.com/universal-ctags/ctags/issues/2894#issuecomment-837122024):

-AC_PROG_LN_S

I guess this is the reason. How about removing the line for removing AC_PROG_LN_S?

kloczek commented 3 years ago

Gosh thanks. Sorry my fault :/ I've removed one line to much .. Closing and .. Thank You :)

BTW: I've removed AC_CHECK_PROG(STRIP, strip, strip, :) because that is part of some already used macros so definitelly that line can be removed.

masatake commented 3 years ago

BTW: I've removed AC_CHECK_PROG(STRIP, strip, strip, :) because that is part of some already used macros so definitelly that line can be removed.

A pull request for the suggestion is welcome.