<86>May 15 07:41:54 userdel[1856436]: delete user 'rooter'
<86>May 15 07:41:54 userdel[1856436]: removed group 'rooter' owned by 'rooter'
<86>May 15 07:41:54 userdel[1856436]: removed shadow group 'rooter' owned by 'rooter'
<86>May 15 07:41:54 groupadd[1856476]: group added to /etc/group: name=rooter, GID=981
<86>May 15 07:41:54 groupadd[1856476]: group added to /etc/gshadow: name=rooter
<86>May 15 07:41:54 groupadd[1856476]: new group: name=rooter, GID=981
<86>May 15 07:41:54 useradd[1856508]: new user: name=rooter, UID=981, GID=981, home=/root, shell=/bin/bash
<86>May 15 07:41:54 userdel[1856559]: delete user 'builder'
<86>May 15 07:41:54 userdel[1856559]: removed group 'builder' owned by 'builder'
<86>May 15 07:41:54 userdel[1856559]: removed shadow group 'builder' owned by 'builder'
<86>May 15 07:41:54 groupadd[1856598]: group added to /etc/group: name=builder, GID=982
<86>May 15 07:41:54 groupadd[1856598]: group added to /etc/gshadow: name=builder
<86>May 15 07:41:54 groupadd[1856598]: new group: name=builder, GID=982
<86>May 15 07:41:54 useradd[1856618]: new user: name=builder, UID=982, GID=982, home=/usr/src, shell=/bin/bash
<13>May 15 07:41:55 rpmi: libhunspell-1.7.0-alt1 sisyphus+226731.100.2.1 1554585900 installed
<13>May 15 07:41:55 rpmi: hunspell-1.7.0-alt1 sisyphus+226731.100.2.1 1554585900 installed
<13>May 15 07:41:55 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed
<13>May 15 07:41:56 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>May 15 07:41:56 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>May 15 07:41:56 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed
<13>May 15 07:41:56 rpmi: hunspell-utils-1.7.0-alt1 sisyphus+226731.100.2.1 1554585900 installed
<13>May 15 07:41:56 rpmi: libhunspell-devel-1.7.0-alt1 sisyphus+226731.100.2.1 1554585900 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/libmythes-1.2.4-alt1_8.nosrc.rpm (w1.gzdio)
Installing libmythes-1.2.4-alt1_8.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.72751
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf mythes-1.2.4
+ echo 'Source #0 (mythes-1.2.4.tar.gz):'
Source #0 (mythes-1.2.4.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/mythes-1.2.4.tar.gz
+ /bin/tar -xf -
+ cd mythes-1.2.4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.72751
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mythes-1.2.4
+ 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 --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext --disable-rpath --disable-static
configure: WARNING: unrecognized options: --disable-silent-rules, --without-included-gettext, --disable-rpath
checking build system type... x86_64-alt-linux-gnu
checking host system type... x86_64-alt-linux-gnu
checking target system type... x86_64-alt-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-alt-linux-g++... x86_64-alt-linux-g++
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-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-alt-linux-g++... none
checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc
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 dependency style of x86_64-alt-linux-gcc... none
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-alt-linux-gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-alt-linux-gnu file names to x86_64-alt-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-alt-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-alt-linux-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... (cached) pass_all
checking for x86_64-alt-linux-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-alt-linux-ar... no
checking for ar... ar
checking for archiver @FILE support... @
checking for x86_64-alt-linux-strip... no
checking for strip... strip
checking for x86_64-alt-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from x86_64-alt-linux-gcc object... ok
checking for sysroot... no
checking for x86_64-alt-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... x86_64-alt-linux-gcc -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 dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-alt-linux-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-alt-linux-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-alt-linux-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-alt-linux-gcc static flag -static works... no
checking if x86_64-alt-linux-gcc supports -c -o file.o... yes
checking if x86_64-alt-linux-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-alt-linux-gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... x86_64-alt-linux-g++ -E
checking for ld used by x86_64-alt-linux-g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-alt-linux-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-alt-linux-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-alt-linux-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-alt-linux-g++ static flag -static works... no
checking if x86_64-alt-linux-g++ supports -c -o file.o... yes
checking if x86_64-alt-linux-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-alt-linux-g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for x86_64-alt-linux-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for HUNSPELL... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mythes.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-silent-rules, --without-included-gettext, --disable-rpath
+ make -j16
make  all-am
make[1]: Entering directory '/usr/src/RPM/BUILD/mythes-1.2.4'
/bin/sh ./libtool --tag=CXX   --mode=compile x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I/usr/include/hunspell    -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mythes.lo mythes.cxx
libtool: compile:  x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I/usr/include/hunspell -pipe -frecord-gcc-switches -Wall -g -O2 -c mythes.cxx  -fPIC -DPIC -o .libs/mythes.o
mythes.cxx: In member function 'int MyThes::thInitialize(const char*, const char*)':
mythes.cxx:51:29: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
     if (idxsz <= 0 || idxsz > std::numeric_limits<int>::max() / sizeof(sizeof(char*))) {
                       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mythes.cxx: In member function 'int MyThes::Lookup(const char*, int, mentry**)':
mythes.cxx:179:36: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
     if (nmeanings < 0 || nmeanings > std::numeric_limits<int>::max() / sizeof(mentry))
                          ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/mythes-1.2.4'
make[1]: Entering directory '/usr/src/RPM/BUILD/mythes-1.2.4'
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I/usr/include/hunspell    -pipe -frecord-gcc-switches -Wall -g -O2 -c -o example.o example.cxx
example.cxx: In function 'int main(int, char**)':
example.cxx:70:48: warning: 'int Hunspell::stem(char***, const char*)' is deprecated [-Wdeprecated-declarations]
         if (pH) stemcount = pH->stem(&stem, buf); else stemcount = 0;
                                                ^
In file included from example.cxx:7:
/usr/include/hunspell/hunspell.hxx:168:20: note: declared here
   H_DEPRECATED int stem(char*** slst, const char* word);
                    ^~~~
example.cxx:91:77: warning: 'int Hunspell::generate(char***, const char*, const char*)' is deprecated [-Wdeprecated-declarations]
             if (pH && oldbuf[0]) l = pH->generate(&gen, pm->psyns[j], oldbuf);
                                                                             ^
In file included from example.cxx:7:
/usr/include/hunspell/hunspell.hxx:181:20: note: declared here
   H_DEPRECATED int generate(char*** slst, const char* word, const char* word2);
                    ^~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/mythes-1.2.4'
make[1]: Entering directory '/usr/src/RPM/BUILD/mythes-1.2.4'
/bin/sh ./libtool --tag=CXX   --mode=link x86_64-alt-linux-g++  -pipe -frecord-gcc-switches -Wall -g -O2   -o libmythes-1.2.la -rpath /usr/lib64 mythes.lo  
libtool: link: x86_64-alt-linux-g++  -fPIC -DPIC -shared -nostdlib /usr/lib64/gcc/x86_64-alt-linux/8/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-alt-linux/8/crtbeginS.o  .libs/mythes.o   -L/usr/lib64/gcc/x86_64-alt-linux/8 -L/usr/lib64/gcc/x86_64-alt-linux/8/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-alt-linux/8/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-alt-linux/8/crtendS.o /usr/lib64/gcc/x86_64-alt-linux/8/../../../../lib64/crtn.o  -O2   -Wl,-soname -Wl,libmythes-1.2.so.0 -o .libs/libmythes-1.2.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libmythes-1.2.so.0" && ln -s "libmythes-1.2.so.0.0.0" "libmythes-1.2.so.0")
libtool: link: (cd ".libs" && rm -f "libmythes-1.2.so" && ln -s "libmythes-1.2.so.0.0.0" "libmythes-1.2.so")
libtool: link: ( cd ".libs" && rm -f "libmythes-1.2.la" && ln -s "../libmythes-1.2.la" "libmythes-1.2.la" )
make[1]: Leaving directory '/usr/src/RPM/BUILD/mythes-1.2.4'
make[1]: Entering directory '/usr/src/RPM/BUILD/mythes-1.2.4'
/bin/sh ./libtool --tag=CXX   --mode=link x86_64-alt-linux-g++  -pipe -frecord-gcc-switches -Wall -g -O2   -o example example.o libmythes-1.2.la -lhunspell 
libtool: link: x86_64-alt-linux-g++ -pipe -frecord-gcc-switches -Wall -g -O2 -o .libs/example example.o  ./.libs/libmythes-1.2.so -lhunspell
make[1]: Leaving directory '/usr/src/RPM/BUILD/mythes-1.2.4'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.67601
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libmythes-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libmythes-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd mythes-1.2.4
+ make DESTDIR=/usr/src/tmp/libmythes-buildroot install
make: Entering directory '/usr/src/RPM/BUILD/mythes-1.2.4'
make[1]: Entering directory '/usr/src/RPM/BUILD/mythes-1.2.4'
test -z "/usr/bin" || /bin/mkdir -p "/usr/src/tmp/libmythes-buildroot/usr/bin"
 /bin/install -c th_gen_idx.pl '/usr/src/tmp/libmythes-buildroot/usr/bin'
test -z "/usr/lib64" || /bin/mkdir -p "/usr/src/tmp/libmythes-buildroot/usr/lib64"
 /bin/sh ./libtool   --mode=install /bin/install -c   libmythes-1.2.la '/usr/src/tmp/libmythes-buildroot/usr/lib64'
libtool: install: /bin/install -c .libs/libmythes-1.2.so.0.0.0 /usr/src/tmp/libmythes-buildroot/usr/lib64/libmythes-1.2.so.0.0.0
libtool: install: (cd /usr/src/tmp/libmythes-buildroot/usr/lib64 && { ln -s -f libmythes-1.2.so.0.0.0 libmythes-1.2.so.0 || { rm -f libmythes-1.2.so.0 && ln -s libmythes-1.2.so.0.0.0 libmythes-1.2.so.0; }; })
libtool: install: (cd /usr/src/tmp/libmythes-buildroot/usr/lib64 && { ln -s -f libmythes-1.2.so.0.0.0 libmythes-1.2.so || { rm -f libmythes-1.2.so && ln -s libmythes-1.2.so.0.0.0 libmythes-1.2.so; }; })
libtool: install: /bin/install -c .libs/libmythes-1.2.lai /usr/src/tmp/libmythes-buildroot/usr/lib64/libmythes-1.2.la
libtool: install: warning: remember to run `libtool --finish /usr/lib64'
test -z "/usr/include" || /bin/mkdir -p "/usr/src/tmp/libmythes-buildroot/usr/include"
 /bin/install -c -m 644 mythes.hxx '/usr/src/tmp/libmythes-buildroot/usr/include'
test -z "/usr/lib64/pkgconfig" || /bin/mkdir -p "/usr/src/tmp/libmythes-buildroot/usr/lib64/pkgconfig"
 /bin/install -c -m 644 mythes.pc '/usr/src/tmp/libmythes-buildroot/usr/lib64/pkgconfig'
make[1]: Leaving directory '/usr/src/RPM/BUILD/mythes-1.2.4'
make: Leaving directory '/usr/src/RPM/BUILD/mythes-1.2.4'
+ rm -f '/usr/src/tmp/libmythes-buildroot//usr/lib64/*.a'
+ rm -f /usr/src/tmp/libmythes-buildroot//usr/lib64/libmythes-1.2.la
+ mkdir -p /usr/src/tmp/libmythes-buildroot//usr/share/mythes
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libmythes-buildroot (auto)
mode of './usr/lib64/libmythes-1.2.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libmythes-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
/usr/lib64/pkgconfig/mythes.pc: Cflags: '-I${includedir}' --> ''
/usr/lib64/pkgconfig/mythes.pc: Libs: '-L${libdir} -lmythes-1.2' --> '-lmythes-1.2'
Checking contents of files in /usr/src/tmp/libmythes-buildroot/ (default)
Compressing files in /usr/src/tmp/libmythes-buildroot (auto)
Adjusting library links in /usr/src/tmp/libmythes-buildroot
./usr/lib64:
	libmythes-1.2.so.0 -> libmythes-1.2.so.0.0.0
Verifying ELF objects in /usr/src/tmp/libmythes-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.87713
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mythes-1.2.4
+ ./example th_en_US_new.idx th_en_US_new.dat checkme.lst
Thesaurus uses encoding ISO8859-1

simple has 9 meanings
   meaning 0: (adj) simple 
       simple 
       elemental
       ultimate
       oversimplified
       simplistic
       simplex
       simplified
       unanalyzable
       undecomposable
       uncomplicated
       unsophisticated
       easy
       plain
       unsubdivided

   meaning 1: (adj) elementary
       elementary
       uncomplicated
       unproblematic
       easy 

   meaning 2: (adj) bare
       bare
       mere
       plain 

   meaning 3: (adj) childlike
       childlike
       wide-eyed
       dewy-eyed
       naive 
       naif

   meaning 4: (adj) dim-witted
       dim-witted
       half-witted
       simple-minded
       retarded 

   meaning 5: (adj) simple 
       simple 
       unsubdivided
       unlobed
       smooth

   meaning 6: (adj) plain 
       plain 

   meaning 7: (noun) herb
       herb
       herbaceous plant

   meaning 8: (noun) simpleton
       simpleton
       person
       individual
       someone
       somebody
       mortal
       human
       soul



complex has 5 meanings
   meaning 0: (adj) complex 
       complex 
       analyzable
       decomposable
       Byzantine
       convoluted
       intricate
       involved
       knotty
       labyrinthine
       tangled
       tortuous
       colonial
       compound
       complicated
       composite
       compound
       daedal
       Gordian
       interlacing
       interlinking
       interlocking
       interwoven
       labyrinthine
       labyrinthian
       mazy
       multifactorial
       multiplex
       thickening
       compound
       difficult
       hard

   meaning 1: (noun) composite
       composite
       whole

   meaning 2: (noun) coordination compound
       coordination compound
       compound
       chemical compound

   meaning 3: (noun) feeling
       feeling

   meaning 4: (noun) building complex
       building complex
       structure
       construction



junk has 3 meanings
   meaning 0: (noun) debris
       debris
       dust
       rubble
       detritus
       rubbish
       trash
       scrap

   meaning 1: (noun) boat
       boat

   meaning 2: (verb) trash
       trash
       scrap
       discard
       fling
       toss
       toss out
       toss away
       chuck out
       cast aside
       dispose
       throw out
       cast out
       throw away
       cast away
       put away



"jhjhjh" is not in thesaurus!
+ ./example morph.idx morph.dat morph.lst morph.aff morph.dic
Thesaurus uses encoding ISO8859-1

mouse has 1 meanings
   meaning 0: (n) rodent
       rodent



stem: mouse
mouse has 1 meanings
   meaning 0: (n) rodent
       rodents



stem: rodent
rodent has 1 meanings
   meaning 0: (n) mouse
       mice



stem: eat
eat has 1 meanings
   meaning 0: (v) consume
       consumes
       ingests



stem: eat
eat has 1 meanings
   meaning 0: (v) consume
       consumed
       ingested



stem: eat
eat has 1 meanings
   meaning 0: (v) consume
       consumed
       ingested



stem: eat
eat has 1 meanings
   meaning 0: (v) consume
       consuming
       ingesting



+ exit 0
Processing files: libmythes-1.2.4-alt1_8
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.87713
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mythes-1.2.4
+ DOCDIR=/usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-1.2.4
+ export DOCDIR
+ rm -rf /usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-1.2.4
+ /bin/mkdir -p /usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-1.2.4
+ cp -prL README COPYING AUTHORS /usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-1.2.4
+ chmod -R go-w /usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-1.2.4
+ chmod -R a+rX /usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-1.2.4
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FmhnY9
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
lib.prov: /usr/src/tmp/libmythes-buildroot/usr/lib64/libmythes-1.2.so.0: 14 symbols, 14 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CaPeJL
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libmythes-1.2.so.0()(64bit) = set:hdVbbDD6FuHSivnWz1jmJwdNoqi9P0
Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zYkMUq
Creating libmythes-debuginfo package
Processing files: libmythes-devel-1.2.4-alt1_8
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.46224
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mythes-1.2.4
+ DOCDIR=/usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-devel-1.2.4
+ export DOCDIR
+ rm -rf /usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-devel-1.2.4
+ /bin/mkdir -p /usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-devel-1.2.4
+ cp -prL data_layout.txt /usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-devel-1.2.4
+ chmod -R go-w /usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-devel-1.2.4
+ chmod -R a+rX /usr/src/tmp/libmythes-buildroot/usr/share/doc/libmythes-devel-1.2.4
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eb1K19
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VWsYHW
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/libmythes-buildroot/usr/bin/th_gen_idx.pl syntax OK
Provides: pkgconfig(mythes) = 1.2.4
Requires: libmythes = 1.2.4-alt1_8, pkg-config, /usr/bin/perl, /usr/lib64/libmythes-1.2.so.0.0.0, /usr/lib64/pkgconfig
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OgZiUM
Processing files: libmythes-debuginfo-1.2.4-alt1_8
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hPppxG
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QohHBD
find-requires: running scripts (debuginfo)
Provides: debug64(libmythes-1.2.so.0)
Requires: libmythes = 1.2.4-alt1_8, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libstdc++.so.6)
Removing 1 extra deps from libmythes-devel due to dependency on libmythes
Wrote: /usr/src/RPM/RPMS/x86_64/libmythes-1.2.4-alt1_8.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libmythes-devel-1.2.4-alt1_8.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libmythes-debuginfo-1.2.4-alt1_8.x86_64.rpm (w2.lzdio)
3.87user 2.62system 0:13.76elapsed 47%CPU (0avgtext+0avgdata 61832maxresident)k
0inputs+0outputs (0major+842940minor)pagefaults 0swaps
7.29user 5.85system 0:19.74elapsed 66%CPU (0avgtext+0avgdata 120236maxresident)k
256inputs+0outputs (34974major+1142591minor)pagefaults 0swaps
--- libmythes-1.2.4-alt1_8.x86_64.rpm.repo	2017-09-29 23:45:42.000000000 +0000
+++ libmythes-1.2.4-alt1_8.x86_64.rpm.hasher	2022-05-15 07:42:12.419423379 +0000
@@ -19,3 +19,3 @@
 File: /usr/lib64/libmythes-1.2.so.0	120777	root:root		libmythes-1.2.so.0.0.0
-File: /usr/lib64/libmythes-1.2.so.0.0.0	100644	root:root	5d0aae31861b55a11a16cb2107a4404e	
+File: /usr/lib64/libmythes-1.2.so.0.0.0	100644	root:root	60447158eebfe4e3a1a91f766cdf8ed8	
 File: /usr/share/doc/libmythes-1.2.4	40755	root:root		
@@ -25,2 +25,2 @@
 File: /usr/share/mythes	40755	root:root		
-RPMIdentity: 60d81d81f3d9c5d90867c8575f801302277a9cba4f563a5eea052b1ff7f8aad28ad176b4165a38181e00bac6e979d0cb1893372efac711ba76aeb8b05ed514ab
+RPMIdentity: 7f7c291ad5515616a149d3a60edfccf1b4dbef62c7a198eed0a06f2f2a57d961a2d51417abc9c9e6d407982a38eff41bd140195a4aa13106fe37890f5e0f7f9b
--- libmythes-debuginfo-1.2.4-alt1_8.x86_64.rpm.repo	2017-09-29 23:45:42.000000000 +0000
+++ libmythes-debuginfo-1.2.4-alt1_8.x86_64.rpm.hasher	2022-05-15 07:42:12.474424326 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/92	40755	root:root	
-/usr/lib/debug/.build-id/92/89f58f287d20a71c50736b307f33d8331af2f6	120777	root:root	../../../../lib64/libmythes-1.2.so.0.0.0
-/usr/lib/debug/.build-id/92/89f58f287d20a71c50736b307f33d8331af2f6.debug	120777	root:root	../../usr/lib64/libmythes-1.2.so.0.0.0.debug
+/usr/lib/debug/.build-id/9f	40755	root:root	
+/usr/lib/debug/.build-id/9f/c0906822c261dcc9d8cf030c709867a72cea47	120777	root:root	../../../../lib64/libmythes-1.2.so.0.0.0
+/usr/lib/debug/.build-id/9f/c0906822c261dcc9d8cf030c709867a72cea47.debug	120777	root:root	../../usr/lib64/libmythes-1.2.so.0.0.0.debug
 /usr/lib/debug/usr/lib64/libmythes-1.2.so.0.0.0.debug	100644	root:root	
@@ -15,6 +15,6 @@
 Provides: libmythes-debuginfo = 1.2.4-alt1_8
-File: /usr/lib/debug/.build-id/92	40755	root:root		
-File: /usr/lib/debug/.build-id/92/89f58f287d20a71c50736b307f33d8331af2f6	120777	root:root		../../../../lib64/libmythes-1.2.so.0.0.0
-File: /usr/lib/debug/.build-id/92/89f58f287d20a71c50736b307f33d8331af2f6.debug	120777	root:root		../../usr/lib64/libmythes-1.2.so.0.0.0.debug
-File: /usr/lib/debug/usr/lib64/libmythes-1.2.so.0.0.0.debug	100644	root:root	285fe97046c6e0ae48756430a543a7c6	
+File: /usr/lib/debug/.build-id/9f	40755	root:root		
+File: /usr/lib/debug/.build-id/9f/c0906822c261dcc9d8cf030c709867a72cea47	120777	root:root		../../../../lib64/libmythes-1.2.so.0.0.0
+File: /usr/lib/debug/.build-id/9f/c0906822c261dcc9d8cf030c709867a72cea47.debug	120777	root:root		../../usr/lib64/libmythes-1.2.so.0.0.0.debug
+File: /usr/lib/debug/usr/lib64/libmythes-1.2.so.0.0.0.debug	100644	root:root	e6db7ecc4e6275d356ce4ba126550ef8	
 File: /usr/lib/debug/usr/lib64/libmythes-1.2.so.0.debug	120777	root:root		libmythes-1.2.so.0.0.0.debug
@@ -23,2 +23,2 @@
 File: /usr/src/debug/mythes-1.2.4/mythes.hxx	100644	root:root	dda73454269ce030222d399b7be2b635	
-RPMIdentity: 848dc0ec7681910016d3b047dfcbde8c322a5cb5e385893d6f2dee8da4ef54cb2282e8b0316a3d88ca9fcd09c9047b50746f45c2f54aa061e89660da785c447d
+RPMIdentity: d8bcf0c1b3f1be7cf43c9b67bf617d3e722ed7a8e0bf3e0095436e1e0b4be7c28bdaf50fe30cb8bea8de5d9d8b7b84f727705cc1d744b8280024532d101c725c
--- libmythes-devel-1.2.4-alt1_8.x86_64.rpm.repo	2017-09-29 23:45:42.000000000 +0000
+++ libmythes-devel-1.2.4-alt1_8.x86_64.rpm.hasher	2022-05-15 07:42:12.521425136 +0000
@@ -19,2 +19,2 @@
 File: /usr/share/doc/libmythes-devel-1.2.4/data_layout.txt	100644	root:root	462183a5af6267c9f59f41e1ffb62ff4	
-RPMIdentity: c1663768821d817dce7b08d54740d177d2dd5295a34b81fe28e8cd9de4f9bd0ff116d24764383450ecdf749634a406610445cf5e2527721e8bed4cd17493871f
+RPMIdentity: bcff59513ae31ea4eeed67e84dd1e56bd2cf2cf2334d343093be52e2078a54d9e59a846853e101358c2e499baf278265dfd556fe94051854836a918e742cfb22