<86>Jun 16 00:40:41 userdel[4020669]: delete user 'rooter' <86>Jun 16 00:40:41 userdel[4020669]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:40:41 userdel[4020669]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:40:41 groupadd[4020703]: group added to /etc/group: name=rooter, GID=1877 <86>Jun 16 00:40:41 groupadd[4020703]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:40:41 groupadd[4020703]: new group: name=rooter, GID=1877 <86>Jun 16 00:40:41 useradd[4020731]: new user: name=rooter, UID=1877, GID=1877, home=/root, shell=/bin/bash <86>Jun 16 00:40:41 userdel[4020770]: delete user 'builder' <86>Jun 16 00:40:41 userdel[4020770]: removed group 'builder' owned by 'builder' <86>Jun 16 00:40:41 userdel[4020770]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:40:41 groupadd[4020803]: group added to /etc/group: name=builder, GID=1878 <86>Jun 16 00:40:41 groupadd[4020803]: group added to /etc/gshadow: name=builder <86>Jun 16 00:40:41 groupadd[4020803]: new group: name=builder, GID=1878 <86>Jun 16 00:40:41 useradd[4020829]: new user: name=builder, UID=1878, GID=1878, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ctags-5.8-alt2.nosrc.rpm (w1.gzdio) Installing ctags-5.8-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.79617 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ctags-5.8 + echo 'Source #0 (ctags-5.8.tar):' Source #0 (ctags-5.8.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ctags-5.8.tar + cd ctags-5.8 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (ctags-5.8-alt-warnings.patch):' Patch #1 (ctags-5.8-alt-warnings.patch): + /usr/bin/patch -p1 patching file lregex.c patching file configure.ac + echo 'Patch #2 (ctags-5.8-alt-buildroot.patch):' Patch #2 (ctags-5.8-alt-buildroot.patch): + /usr/bin/patch -p1 patching file entry.c patching file options.c patching file options.h patching file routines.c patching file routines.h + echo 'Patch #3 (ctags-5.8-rh-segfault-fix.patch):' Patch #3 (ctags-5.8-rh-segfault-fix.patch): + /usr/bin/patch -p1 patching file vim.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.79617 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ctags-5.8 + autoreconf -fisv autoreconf-default: Entering directory `.' autoreconf-default: configure.ac: not using Gettext autoreconf-default: running: aclocal --force autoreconf-default: configure.ac: tracing autoreconf-default: configure.ac: not using Libtool autoreconf-default: configure.ac: not using Intltool autoreconf-default: configure.ac: not using gtk-doc autoreconf-default: running: /usr/bin/autoconf-2.60 --force autoreconf-default: running: /usr/bin/autoheader-2.60 --force autoreconf-default: configure.ac: not using Automake autoreconf-default: Leaving directory `.' + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext --disable-etags configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext Exuberant Ctags, version 5.8 Linux 6.1.82-std-def-alt1 #1 SMP PREEMPT_DYNAMIC Fri Mar 15 23:45:02 UTC 2024 x86_64 checking whether to install link to etags... no checking whether to install readtags object file... no checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking whether ln -s works... yes checking for strip... strip checking directory to use for temporary files... /usr/src/tmp checking whether #! works in shell scripts... yes 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 how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dirent.h... yes checking for fcntl.h... yes checking for fnmatch.h... yes checking for stat.h... no checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for time.h... yes 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/times.h... yes checking for sys/types.h... (cached) yes checking if L_tmpnam is defined in stdio.h... yes checking if INT_MAX is defined in limits.h... yes checking for size_t... yes checking for off_t... yes checking for fpos_t... yes checking for clock_t... yes checking for an ANSI C-conforming const... yes checking if struct stat contains st_ino... yes checking for fnmatch... yes checking for strstr... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for fgetpos... yes checking for mkstemp... yes checking for opendir... yes checking for strerror... yes checking for clock... yes checking for remove... yes checking for truncate... yes checking for setenv... yes checking for regcomp... yes checking if regcomp works... yes configure: checking for new missing prototypes... configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext + make -j16 make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c ant.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c cobol.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c dosbatch.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c awk.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c basic.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c html.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c erlang.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c args.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c asm.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c beta.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c matlab.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c asp.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c keyword.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c lua.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c lisp.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c get.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c main.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c make.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c php.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c eiffel.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c rexx.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c lregex.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c entry.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c jscript.c jscript.c: In function 'parseStatement': jscript.c:1034:10: warning: variable 'is_prototype' set but not used [-Wunused-but-set-variable] 1034 | boolean is_prototype = FALSE; | ^~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c pascal.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c slang.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c flex.c flex.c: In function 'parseStatement': flex.c:1426:10: warning: variable 'is_prototype' set but not used [-Wunused-but-set-variable] 1426 | boolean is_prototype = FALSE; | ^~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c perl.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c scheme.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c sort.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c read.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c sh.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c parse.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c ruby.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c sml.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c tcl.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c yacc.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c verilog.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c strlist.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c ocaml.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c routines.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c python.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c tex.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c vstring.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c vhdl.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c options.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c fortran.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c vim.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c readtags.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c sql.c sql.c: In function 'parseStatements': sql.c:1169:10: warning: variable 'isAnsi' set but not used [-Wunused-but-set-variable] 1169 | boolean isAnsi = TRUE; | ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -I. -I. -DHAVE_CONFIG_H -pipe -frecord-gcc-switches -Wall -g -O2 -c c.c make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' x86_64-alt-linux-gcc -o ctags args.o ant.o asm.o asp.o awk.o basic.o beta.o c.o cobol.o dosbatch.o eiffel.o entry.o erlang.o flex.o fortran.o get.o html.o jscript.o keyword.o lisp.o lregex.o lua.o main.o make.o matlab.o ocaml.o options.o parse.o pascal.o perl.o php.o python.o read.o rexx.o routines.o ruby.o scheme.o sh.o slang.o sml.o sort.o sql.o strlist.o tcl.o tex.o verilog.o vhdl.o vim.o yacc.o vstring.o make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.82950 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ctags-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ctags-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ctags-5.8 + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/ctags-buildroot/usr exec_prefix=/usr/src/tmp/ctags-buildroot/usr bindir=/usr/src/tmp/ctags-buildroot/usr/bin sbindir=/usr/src/tmp/ctags-buildroot/usr/sbin sysconfdir=/usr/src/tmp/ctags-buildroot/etc datadir=/usr/src/tmp/ctags-buildroot/usr/share includedir=/usr/src/tmp/ctags-buildroot/usr/include libdir=/usr/src/tmp/ctags-buildroot/usr/lib64 libexecdir=/usr/src/tmp/ctags-buildroot/usr/lib localstatedir=/usr/src/tmp/ctags-buildroot/var/lib sharedstatedir=/usr/src/tmp/ctags-buildroot/var/lib mandir=/usr/src/tmp/ctags-buildroot/usr/share/man infodir=/usr/src/tmp/ctags-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/ctags-5.8' ./mkinstalldirs /usr/src/tmp/ctags-buildroot/usr/bin mkdir /usr/src/tmp/ctags-buildroot mkdir /usr/src/tmp/ctags-buildroot/usr mkdir /usr/src/tmp/ctags-buildroot/usr/bin /usr/libexec/rpm-build/install -p ctags /usr/src/tmp/ctags-buildroot/usr/bin/ctags && chmod 755 /usr/src/tmp/ctags-buildroot/usr/bin/ctags ./mkinstalldirs /usr/src/tmp/ctags-buildroot/usr/share/man/man1 mkdir /usr/src/tmp/ctags-buildroot/usr/share mkdir /usr/src/tmp/ctags-buildroot/usr/share/man mkdir /usr/src/tmp/ctags-buildroot/usr/share/man/man1 /usr/libexec/rpm-build/install -p ./ctags.1 /usr/src/tmp/ctags-buildroot/usr/share/man/man1/ctags.1 && chmod 644 /usr/src/tmp/ctags-buildroot/usr/share/man/man1/ctags.1 make: Leaving directory '/usr/src/RPM/BUILD/ctags-5.8' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ctags-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ctags-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ctags-buildroot/ (default) Compressing files in /usr/src/tmp/ctags-buildroot (auto) Verifying ELF objects in /usr/src/tmp/ctags-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: ctags-5.8-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.95729 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ctags-5.8 + DOCDIR=/usr/src/tmp/ctags-buildroot/usr/share/doc/ctags-5.8 + export DOCDIR + rm -rf /usr/src/tmp/ctags-buildroot/usr/share/doc/ctags-5.8 + /bin/mkdir -p /usr/src/tmp/ctags-buildroot/usr/share/doc/ctags-5.8 + cp -prL EXTENDING.html FAQ NEWS README /usr/src/tmp/ctags-buildroot/usr/share/doc/ctags-5.8 + chmod -R go-w /usr/src/tmp/ctags-buildroot/usr/share/doc/ctags-5.8 + chmod -R a+rX /usr/src/tmp/ctags-buildroot/usr/share/doc/ctags-5.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oLBWku find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fiwEuq find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2gQ17r Creating ctags-debuginfo package Processing files: ctags-debuginfo-5.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JWmSct find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BIlcoq find-requires: running scripts (debuginfo) Requires: ctags = 5.8-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to ctags-debuginfo a strict dependency on ctags Wrote: /usr/src/RPM/RPMS/x86_64/ctags-5.8-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ctags-debuginfo-5.8-alt2.x86_64.rpm (w2.lzdio) 8.84user 5.25system 0:11.43elapsed 123%CPU (0avgtext+0avgdata 44992maxresident)k 0inputs+0outputs (0major+800309minor)pagefaults 0swaps 0.54user 2.09system 0:17.19elapsed 15%CPU (0avgtext+0avgdata 12048maxresident)k 0inputs+0outputs (0major+99095minor)pagefaults 0swaps --- ctags-5.8-alt2.x86_64.rpm.repo 2021-07-03 21:29:29.000000000 +0000 +++ ctags-5.8-alt2.x86_64.rpm.hasher 2024-06-16 00:40:55.055734043 +0000 @@ -17,3 +17,3 @@ Provides: ctags = 5.8-alt2:sisyphus+277037.100.1.1 -File: /usr/bin/ctags 100755 root:root a22bba7d3927309ed0438bd7374656da +File: /usr/bin/ctags 100755 root:root d8dc2412f26241b270979a8bbfe0481d File: /usr/share/doc/ctags-5.8 40755 root:root @@ -24,2 +24,2 @@ File: /usr/share/man/man1/ctags.1.xz 100644 root:root e2c406f04b7957a29f83e6e6af975618 -RPMIdentity: 6409688e3aea794f20638deccd77b01af2bf028da06f407fe46af0b1b28697b548789429e1a49e682ea65010a6c9649947a8ef0ce8527e69b2f81e70ed2383fe +RPMIdentity: 8a05a3df87a3fce7968620276f7642011ae2f46d8357c4615a5737146d18d73190ff4434cd5e7aed7dd66b7a3518438fc3aa5cd97f91fe059b73f156b044649a --- ctags-debuginfo-5.8-alt2.x86_64.rpm.repo 2021-07-03 21:29:29.000000000 +0000 +++ ctags-debuginfo-5.8-alt2.x86_64.rpm.hasher 2024-06-16 00:40:55.147735489 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/7d 40755 root:root -/usr/lib/debug/.build-id/7d/4f5f4ac56dfc7ac9e4cf85994a7b4152bf5d05 120777 root:root ../../../../bin/ctags -/usr/lib/debug/.build-id/7d/4f5f4ac56dfc7ac9e4cf85994a7b4152bf5d05.debug 120777 root:root ../../usr/bin/ctags.debug +/usr/lib/debug/.build-id/e3 40755 root:root +/usr/lib/debug/.build-id/e3/a3f4ed47bca9f1a6ed989c537dbf07f4686d1e 120777 root:root ../../../../bin/ctags +/usr/lib/debug/.build-id/e3/a3f4ed47bca9f1a6ed989c537dbf07f4686d1e.debug 120777 root:root ../../usr/bin/ctags.debug /usr/lib/debug/usr/bin/ctags.debug 100644 root:root @@ -73,6 +73,6 @@ Provides: ctags-debuginfo = 5.8-alt2:sisyphus+277037.100.1.1 -File: /usr/lib/debug/.build-id/7d 40755 root:root -File: /usr/lib/debug/.build-id/7d/4f5f4ac56dfc7ac9e4cf85994a7b4152bf5d05 120777 root:root ../../../../bin/ctags -File: /usr/lib/debug/.build-id/7d/4f5f4ac56dfc7ac9e4cf85994a7b4152bf5d05.debug 120777 root:root ../../usr/bin/ctags.debug -File: /usr/lib/debug/usr/bin/ctags.debug 100644 root:root c476fc9fea5c3bae47f6c38b48b9760a +File: /usr/lib/debug/.build-id/e3 40755 root:root +File: /usr/lib/debug/.build-id/e3/a3f4ed47bca9f1a6ed989c537dbf07f4686d1e 120777 root:root ../../../../bin/ctags +File: /usr/lib/debug/.build-id/e3/a3f4ed47bca9f1a6ed989c537dbf07f4686d1e.debug 120777 root:root ../../usr/bin/ctags.debug +File: /usr/lib/debug/usr/bin/ctags.debug 100644 root:root 6d3772e967862032f9891ce48f25294d File: /usr/src/debug/ctags-5.8 40755 root:root @@ -141,2 +141,2 @@ File: /usr/src/debug/ctags-5.8/yacc.c 100644 root:root f3f9e37ac1ca2d27d9d7ce713fb2e9fe -RPMIdentity: e5f48048463cde85b25d66a8395ef8515c3cc2b8788da74dee68ecb91241f16f1e32bbdc9329f0925a1651cd01f072b71861574dbfaf3b697583365c43e6696f +RPMIdentity: 30236da96dab346edf4bd645e699ad1f7860181cbd0d96357c63d9873a4e348544d6232fbf0ac362ade46d1b815bbabd984df860b98f311e08089fc959594642