<86>Sep 29 12:04:24 userdel[1970799]: delete user 'rooter' <86>Sep 29 12:04:24 userdel[1970799]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 29 12:04:24 groupadd[1970848]: group added to /etc/group: name=rooter, GID=1823 <86>Sep 29 12:04:24 groupadd[1970848]: group added to /etc/gshadow: name=rooter <86>Sep 29 12:04:24 groupadd[1970848]: new group: name=rooter, GID=1823 <86>Sep 29 12:04:24 useradd[1970871]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash <86>Sep 29 12:04:24 userdel[1970911]: delete user 'builder' <86>Sep 29 12:04:24 userdel[1970911]: removed group 'builder' owned by 'builder' <86>Sep 29 12:04:24 userdel[1970911]: removed shadow group 'builder' owned by 'builder' <86>Sep 29 12:04:24 groupadd[1970947]: group added to /etc/group: name=builder, GID=1824 <86>Sep 29 12:04:24 groupadd[1970947]: group added to /etc/gshadow: name=builder <86>Sep 29 12:04:24 groupadd[1970947]: new group: name=builder, GID=1824 <86>Sep 29 12:04:24 useradd[1970972]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libmspack-0.6-alt2.nosrc.rpm (w1.gzdio) Installing libmspack-0.6-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.85269 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libmspack-0.6 + echo 'Source #0 (libmspack-0.6.tar):' Source #0 (libmspack-0.6.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/libmspack-0.6.tar + cd libmspack-0.6 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (upstream-CVE-2018-18584.patch):' Patch #1 (upstream-CVE-2018-18584.patch): + /usr/bin/patch -p1 patching file libmspack/mspack/cab.h Hunk #3 succeeded at 108 (offset -1 lines). + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.85269 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libmspack-0.6 + cd libmspack + mkdir m4 + autoreconf -fisv autoreconf-default: Entering directory `.' autoreconf-default: configure.ac: not using Gettext autoreconf-default: running: aclocal --force -I m4 autoreconf-default: configure.ac: tracing autoreconf-default: running: libtoolize --force --install libtoolize-default: putting auxiliary files in '.'. libtoolize-default: linking file './config.guess' libtoolize-default: linking file './config.sub' libtoolize-default: linking file './install-sh' libtoolize-default: linking file './ltmain.sh' libtoolize-default: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize-default: linking file 'm4/libtool.m4' libtoolize-default: linking file 'm4/ltoptions.m4' libtoolize-default: linking file 'm4/ltsugar.m4' libtoolize-default: linking file 'm4/ltversion.m4' libtoolize-default: linking file 'm4/lt~obsolete.m4' 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: running: automake --add-missing --force-missing configure.ac:27: installing './ar-lib' configure.ac:25: installing './compile' configure.ac:6: installing './missing' Makefile.am: installing './INSTALL' Makefile.am: installing './depcomp' 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-static configure: WARNING: unrecognized options: --without-included-gettext 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 whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes 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 x86_64-alt-linux-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-alt-linux-gcc... none checking for x86_64-alt-linux-ar... no checking for x86_64-alt-linux-lib... no checking for x86_64-alt-linux-link... no checking for ar... ar checking the archiver (ar) interface... ar checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu 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 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... 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 a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 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 for ANSI C header files... (cached) yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking size of off_t... 8 checking for mkdir... yes checking for _mkdir... no checking whether mkdir takes one argument... no checking for tolower... yes checking for towlower... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/Doxyfile config.status: creating libmspack.pc config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --without-included-gettext + make -j16 make all-am make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o src/cabrip.o src/cabrip.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/hlpd.lo mspack/hlpd.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/hlpd.c -fPIC -DPIC -o mspack/.libs/hlpd.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/hlpc.lo mspack/hlpc.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/hlpc.c -fPIC -DPIC -o mspack/.libs/hlpc.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/kwajc.lo mspack/kwajc.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/kwajc.c -fPIC -DPIC -o mspack/.libs/kwajc.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/chmc.lo mspack/chmc.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/chmc.c -fPIC -DPIC -o mspack/.libs/chmc.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/szddc.lo mspack/szddc.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/szddc.c -fPIC -DPIC -o mspack/.libs/szddc.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/oabc.lo mspack/oabc.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/oabc.c -fPIC -DPIC -o mspack/.libs/oabc.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/litd.lo mspack/litd.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/litd.c -fPIC -DPIC -o mspack/.libs/litd.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/cabc.lo mspack/cabc.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/cabc.c -fPIC -DPIC -o mspack/.libs/cabc.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/system.lo mspack/system.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/system.c -fPIC -DPIC -o mspack/.libs/system.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/litc.lo mspack/litc.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/litc.c -fPIC -DPIC -o mspack/.libs/litc.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/lzxc.lo mspack/lzxc.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/lzxc.c -fPIC -DPIC -o mspack/.libs/lzxc.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/szddd.lo mspack/szddd.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/szddd.c -fPIC -DPIC -o mspack/.libs/szddd.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o src/oabextract.o src/oabextract.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o src/msexpand.o src/msexpand.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/oabd.lo mspack/oabd.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/oabd.c -fPIC -DPIC -o mspack/.libs/oabd.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o src/chmextract.o src/chmextract.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o examples/cabd_memory.o examples/cabd_memory.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test/chmd_find.o test/chmd_find.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/mszipc.lo mspack/mszipc.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/mszipc.c -fPIC -DPIC -o mspack/.libs/mszipc.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/crc32.lo mspack/crc32.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/crc32.c -fPIC -DPIC -o mspack/.libs/crc32.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o examples/multifh.o examples/multifh.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test/cabd_md5.o test/cabd_md5.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test/chmd_md5.o test/chmd_md5.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/lzssd.lo mspack/lzssd.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/lzssd.c -fPIC -DPIC -o mspack/.libs/lzssd.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test/md5.o test/md5.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/kwajd.lo mspack/kwajd.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/kwajd.c -fPIC -DPIC -o mspack/.libs/kwajd.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test/chmd_order.o test/chmd_order.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/cabd.lo mspack/cabd.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/cabd.c -fPIC -DPIC -o mspack/.libs/cabd.o mspack/cabd.c: In function 'cabd_checksum': mspack/cabd.c:1364:14: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3: ul |= *data++ << 16; ^~ mspack/cabd.c:1365:3: note: here case 2: ul |= *data++ << 8; ^~~~ mspack/cabd.c:1365:14: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2: ul |= *data++ << 8; ^~ mspack/cabd.c:1366:3: note: here case 1: ul |= *data; ^~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test/cabd_test.o test/cabd_test.c make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o test/chminfo.o test/chminfo.c test/chminfo.c: In function 'main': test/chminfo.c:232:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=] printf(" lzxrt_UncompLen %" LU "\n", EndGetI64(&data[16])); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./mspack/system.h:61, from test/chminfo.c:10: /usr/include/inttypes.h:105:34: note: format string is defined here # define PRIu64 __PRI64_PREFIX "u" test/chminfo.c:233:11: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=] printf(" lzxrt_CompLen %" LU "\n", EndGetI64(&data[24])); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./mspack/system.h:61, from test/chminfo.c:10: /usr/include/inttypes.h:105:34: note: format string is defined here # define PRIu64 __PRI64_PREFIX "u" test/chminfo.c:267:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'long long unsigned int' [-Wformat=] printf(" %-10" LU " -> %-10" LU " [ %" LU " %" LU " ]\n", ^~~~~~~~~~ In file included from ./mspack/system.h:61, from test/chminfo.c:10: /usr/include/inttypes.h:105:34: note: format string is defined here # define PRIu64 __PRI64_PREFIX "u" test/chminfo.c:267:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'long long unsigned int' [-Wformat=] printf(" %-10" LU " -> %-10" LU " [ %" LU " %" LU " ]\n", ^~~~~~~~~~ i * EndGetI64(&data[32]), rtdata, contents + rtdata, ~~~~~~ In file included from ./mspack/system.h:61, from test/chminfo.c:10: /usr/include/inttypes.h:105:34: note: format string is defined here # define PRIu64 __PRI64_PREFIX "u" test/chminfo.c:267:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'long long unsigned int' [-Wformat=] printf(" %-10" LU " -> %-10" LU " [ %" LU " %" LU " ]\n", ^~~~~~~~~~ i * EndGetI64(&data[32]), rtdata, contents + rtdata, ~~~~~~~~~~~~~~~~~ In file included from ./mspack/system.h:61, from test/chminfo.c:10: /usr/include/inttypes.h:105:34: note: format string is defined here # define PRIu64 __PRI64_PREFIX "u" test/chminfo.c:267:15: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'long long unsigned int' [-Wformat=] printf(" %-10" LU " -> %-10" LU " [ %" LU " %" LU " ]\n", ^~~~~~~~~~ test/chminfo.c:269:8: (i == (numf-1)) ~~~~~~~~~~~~~~~ ? (EndGetI64(&data[24]) - rtdata) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ : (EndGetI64(&data[pos + 8]) - rtdata) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./mspack/system.h:61, from test/chminfo.c:10: /usr/include/inttypes.h:105:34: note: format string is defined here # define PRIu64 __PRI64_PREFIX "u" make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/chmd.lo mspack/chmd.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/chmd.c -fPIC -DPIC -o mspack/.libs/chmd.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/mszipd.lo mspack/mszipd.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/mszipd.c -fPIC -DPIC -o mspack/.libs/mszipd.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/qtmd.lo mspack/qtmd.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/qtmd.c -fPIC -DPIC -o mspack/.libs/qtmd.o make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=compile x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mspack/lzxd.lo mspack/lzxd.c libtool: compile: x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -I./mspack -I./test -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -c mspack/lzxd.c -fPIC -DPIC -o mspack/.libs/lzxd.o mspack/lzxd.c: In function 'lzxd_decompress': mspack/lzxd.c:104:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (make_decode_table(MAXSYMBOLS(tbl), TABLEBITS(tbl), \ ^ mspack/lzxd.c:496:4: note: in expansion of macro 'BUILD_TABLE' BUILD_TABLE(ALIGNED); ^~~~~~~~~~~ mspack/lzxd.c:498:2: note: here case LZX_BLOCKTYPE_VERBATIM: ^~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -export-symbols-regex '^mspack_' -o libmschmd.la mspack/system.lo mspack/chmd.lo mspack/lzxd.lo libtool: link: ar cr .libs/libmschmd.a mspack/.libs/system.o mspack/.libs/chmd.o mspack/.libs/lzxd.o libtool: link: ranlib .libs/libmschmd.a libtool: link: ( cd ".libs" && rm -f "libmschmd.la" && ln -s "../libmschmd.la" "libmschmd.la" ) make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -export-symbols-regex '^mspack_' -o libmscabd.la mspack/system.lo mspack/cabd.lo mspack/lzxd.lo mspack/mszipd.lo mspack/qtmd.lo libtool: link: ar cr .libs/libmscabd.a mspack/.libs/system.o mspack/.libs/cabd.o mspack/.libs/lzxd.o mspack/.libs/mszipd.o mspack/.libs/qtmd.o libtool: link: ranlib .libs/libmscabd.a libtool: link: ( cd ".libs" && rm -f "libmscabd.la" && ln -s "../libmscabd.la" "libmscabd.la" ) make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -export-symbols-regex '^mspack_' -version-info 1:0:1 -o libmspack.la -rpath /usr/lib64 mspack/system.lo mspack/cabc.lo mspack/cabd.lo mspack/chmc.lo mspack/chmd.lo mspack/hlpc.lo mspack/hlpd.lo mspack/litc.lo mspack/litd.lo mspack/kwajc.lo mspack/kwajd.lo mspack/szddc.lo mspack/szddd.lo mspack/oabc.lo mspack/oabd.lo mspack/lzxc.lo mspack/lzxd.lo mspack/mszipc.lo mspack/mszipd.lo mspack/qtmd.lo mspack/lzssd.lo mspack/crc32.lo libtool: link: /usr/bin/nm -B mspack/.libs/system.o mspack/.libs/cabc.o mspack/.libs/cabd.o mspack/.libs/chmc.o mspack/.libs/chmd.o mspack/.libs/hlpc.o mspack/.libs/hlpd.o mspack/.libs/litc.o mspack/.libs/litd.o mspack/.libs/kwajc.o mspack/.libs/kwajd.o mspack/.libs/szddc.o mspack/.libs/szddd.o mspack/.libs/oabc.o mspack/.libs/oabd.o mspack/.libs/lzxc.o mspack/.libs/lzxd.o mspack/.libs/mszipc.o mspack/.libs/mszipd.o mspack/.libs/qtmd.o mspack/.libs/lzssd.o mspack/.libs/crc32.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libmspack.exp libtool: link: /bin/grep -E -e "^mspack_" ".libs/libmspack.exp" > ".libs/libmspack.expT" libtool: link: mv -f ".libs/libmspack.expT" ".libs/libmspack.exp" libtool: link: echo "{ global:" > .libs/libmspack.ver libtool: link: cat .libs/libmspack.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libmspack.ver libtool: link: echo "local: *; };" >> .libs/libmspack.ver libtool: link: if test -r libmspack-altlinux.ver; then cp libmspack-altlinux.ver .libs/libmspack.ver; fi libtool: link: x86_64-alt-linux-gcc -shared -fPIC -DPIC mspack/.libs/system.o mspack/.libs/cabc.o mspack/.libs/cabd.o mspack/.libs/chmc.o mspack/.libs/chmd.o mspack/.libs/hlpc.o mspack/.libs/hlpd.o mspack/.libs/litc.o mspack/.libs/litd.o mspack/.libs/kwajc.o mspack/.libs/kwajd.o mspack/.libs/szddc.o mspack/.libs/szddd.o mspack/.libs/oabc.o mspack/.libs/oabd.o mspack/.libs/lzxc.o mspack/.libs/lzxd.o mspack/.libs/mszipc.o mspack/.libs/mszipd.o mspack/.libs/qtmd.o mspack/.libs/lzssd.o mspack/.libs/crc32.o -g -O2 -Wl,-soname -Wl,libmspack.so.0 -Wl,-version-script -Wl,.libs/libmspack.ver -o .libs/libmspack.so.0.1.0 libtool: link: (cd ".libs" && rm -f "libmspack.so.0" && ln -s "libmspack.so.0.1.0" "libmspack.so.0") libtool: link: (cd ".libs" && rm -f "libmspack.so" && ln -s "libmspack.so.0.1.0" "libmspack.so") libtool: link: ( cd ".libs" && rm -f "libmspack.la" && ln -s "../libmspack.la" "libmspack.la" ) make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/chminfo test/chminfo.o libmschmd.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/chminfo test/chminfo.o ./.libs/libmschmd.a make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/chmd_order test/chmd_order.o test/md5.o libmschmd.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/chmd_order test/chmd_order.o test/md5.o ./.libs/libmschmd.a make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/chmd_find test/chmd_find.o libmschmd.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/chmd_find test/chmd_find.o ./.libs/libmschmd.a make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/chmd_md5 test/chmd_md5.o test/md5.o libmschmd.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/chmd_md5 test/chmd_md5.o test/md5.o ./.libs/libmschmd.a make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/cabd_md5 test/cabd_md5.o test/md5.o libmscabd.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/cabd_md5 test/cabd_md5.o test/md5.o ./.libs/libmscabd.a make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o src/chmextract src/chmextract.o libmspack.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o src/.libs/chmextract src/chmextract.o ./.libs/libmspack.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o examples/cabd_memory examples/cabd_memory.o libmscabd.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o examples/cabd_memory examples/cabd_memory.o ./.libs/libmscabd.a make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/cabd_test test/cabd_test.o libmscabd.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o test/cabd_test test/cabd_test.o ./.libs/libmscabd.a make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o examples/multifh examples/multifh.o libmscabd.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o examples/multifh examples/multifh.o ./.libs/libmscabd.a make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o src/cabrip src/cabrip.o libmspack.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o src/.libs/cabrip src/cabrip.o ./.libs/libmspack.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o src/msexpand src/msexpand.o libmspack.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o src/.libs/msexpand src/msexpand.o ./.libs/libmspack.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/sh ./libtool --tag=CC --mode=link x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o src/oabextract src/oabextract.o libmspack.la libtool: link: x86_64-alt-linux-gcc -Wall -Wextra -Wno-unused-parameter -Wno-unused-result -pipe -frecord-gcc-switches -Wall -g -O2 -o src/.libs/oabextract src/oabextract.o ./.libs/libmspack.so make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.21105 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libmspack-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libmspack-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd libmspack-0.6 + cd libmspack + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/libmspack-buildroot make: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make[1]: Entering directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' /bin/mkdir -p '/usr/src/tmp/libmspack-buildroot/usr/lib64' /bin/sh ./libtool --mode=install /usr/libexec/rpm-build/install -p libmspack.la '/usr/src/tmp/libmspack-buildroot/usr/lib64' libtool: install: /usr/libexec/rpm-build/install -p .libs/libmspack.so.0.1.0 /usr/src/tmp/libmspack-buildroot/usr/lib64/libmspack.so.0.1.0 libtool: install: (cd /usr/src/tmp/libmspack-buildroot/usr/lib64 && { ln -s -f libmspack.so.0.1.0 libmspack.so.0 || { rm -f libmspack.so.0 && ln -s libmspack.so.0.1.0 libmspack.so.0; }; }) libtool: install: (cd /usr/src/tmp/libmspack-buildroot/usr/lib64 && { ln -s -f libmspack.so.0.1.0 libmspack.so || { rm -f libmspack.so && ln -s libmspack.so.0.1.0 libmspack.so; }; }) libtool: install: /usr/libexec/rpm-build/install -p .libs/libmspack.lai /usr/src/tmp/libmspack-buildroot/usr/lib64/libmspack.la libtool: warning: remember to run 'libtool --finish /usr/lib64' /bin/mkdir -p '/usr/src/tmp/libmspack-buildroot/usr/bin' /bin/sh ./libtool --mode=install /usr/libexec/rpm-build/install -p src/cabrip src/chmextract src/msexpand src/oabextract '/usr/src/tmp/libmspack-buildroot/usr/bin' libtool: warning: 'libmspack.la' has not been installed in '/usr/lib64' libtool: install: /usr/libexec/rpm-build/install -p src/.libs/cabrip /usr/src/tmp/libmspack-buildroot/usr/bin/cabrip libtool: warning: 'libmspack.la' has not been installed in '/usr/lib64' libtool: install: /usr/libexec/rpm-build/install -p src/.libs/chmextract /usr/src/tmp/libmspack-buildroot/usr/bin/chmextract libtool: warning: 'libmspack.la' has not been installed in '/usr/lib64' libtool: install: /usr/libexec/rpm-build/install -p src/.libs/msexpand /usr/src/tmp/libmspack-buildroot/usr/bin/msexpand libtool: warning: 'libmspack.la' has not been installed in '/usr/lib64' libtool: install: /usr/libexec/rpm-build/install -p src/.libs/oabextract /usr/src/tmp/libmspack-buildroot/usr/bin/oabextract /bin/mkdir -p '/usr/src/tmp/libmspack-buildroot/usr/include' /usr/libexec/rpm-build/install -p -m 644 mspack/mspack.h '/usr/src/tmp/libmspack-buildroot/usr/include' /bin/mkdir -p '/usr/src/tmp/libmspack-buildroot/usr/lib64/pkgconfig' /usr/libexec/rpm-build/install -p -m 644 libmspack.pc '/usr/src/tmp/libmspack-buildroot/usr/lib64/pkgconfig' make[1]: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' make: Leaving directory '/usr/src/RPM/BUILD/libmspack-0.6/libmspack' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libmspack-buildroot (auto) removed './usr/lib64/libmspack.la' mode of './usr/lib64/libmspack.so.0.1.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libmspack-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) /usr/lib64/pkgconfig/libmspack.pc: Cflags: '-I${includedir}' --> '' /usr/lib64/pkgconfig/libmspack.pc: Libs: '-L${libdir} -lmspack' --> '-lmspack' Checking contents of files in /usr/src/tmp/libmspack-buildroot/ (default) Compressing files in /usr/src/tmp/libmspack-buildroot (auto) Adjusting library links in /usr/src/tmp/libmspack-buildroot ./usr/lib64: libmspack.so.0 -> libmspack.so.0.1.0 Verifying ELF objects in /usr/src/tmp/libmspack-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: libmspack-0.6-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.1795 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libmspack-0.6 + DOCDIR=/usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-0.6 + export DOCDIR + rm -rf /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-0.6 + /bin/mkdir -p /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-0.6 + cp -prL libmspack/README /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-0.6 + chmod -R go-w /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-0.6 + chmod -R a+rX /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-0.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x6FI8W find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libmspack-buildroot/usr/lib64/libmspack.so.0: 33 symbols, 16 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hBGhED find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libmspack.so.0()(64bit) = set:jdpzoJSkoSo7DQK3wZdw6nN8buHUMgaXkE3ofn0EafyuDeYjlKI0oygAl5KwUpkRw0Yx4J2 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), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LRQvCn Creating libmspack-debuginfo package Processing files: libmspack-devel-0.6-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.38607 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libmspack-0.6 + DOCDIR=/usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-devel-0.6 + export DOCDIR + rm -rf /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-devel-0.6 + /bin/mkdir -p /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-devel-0.6 + cp -prL libmspack/doc/Doxyfile libmspack/doc/Doxyfile.in libmspack/doc/Makefile libmspack/doc/Makefile.in libmspack/doc/szdd_kwaj_format.html /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-devel-0.6 + chmod -R go-w /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-devel-0.6 + chmod -R a+rX /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-devel-0.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L0uCtb 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.1vf6M2 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: pkgconfig(libmspack) = 0.6alpha Requires: /usr/lib64/libmspack.so.0.1.0, /usr/lib64/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TGQszX Processing files: libmspack-tools-0.6-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.71804 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libmspack-0.6 + DOCDIR=/usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-tools-0.6 + export DOCDIR + rm -rf /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-tools-0.6 + /bin/mkdir -p /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-tools-0.6 + cp -prL libmspack/README /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-tools-0.6 + chmod -R go-w /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-tools-0.6 + chmod -R a+rX /usr/src/tmp/libmspack-buildroot/usr/share/doc/libmspack-tools-0.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.z5jUeW 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.LSFImY find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libmspack.so.0()(64bit) >= set:jf9uY2wZrHNRQD3zQb8ZdnmNKdz81, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Conflicts: mscompress Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vJccX3 Creating libmspack-tools-debuginfo package Processing files: libmspack-debuginfo-0.6-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Rr630c find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1XD2wp find-requires: running scripts (debuginfo) Provides: debug64(libmspack.so.0) Requires: libmspack = 0.6-alt2, debug64(libc.so.6) Processing files: libmspack-tools-debuginfo-0.6-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jmuQvF find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T9SfXY find-requires: running scripts (debuginfo) Requires: libmspack-tools = 0.6-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libmspack.so.0) Adding to libmspack-debuginfo a strict dependency on libmspack Adding to libmspack-tools-debuginfo a strict dependency on libmspack-tools Adding to libmspack-devel a strict dependency on libmspack Adding to libmspack-tools a strict dependency on libmspack Adding to libmspack-tools-debuginfo a strict dependency on libmspack-debuginfo Removing from libmspack-tools-debuginfo 2 sources provided by libmspack-debuginfo also prunning dir /usr/src/debug/libmspack-0.6/libmspack/mspack Removing 1 extra deps from libmspack-devel due to dependency on libmspack Removing 2 extra deps from libmspack-tools due to dependency on libmspack Removing 1 extra deps from libmspack-tools-debuginfo due to dependency on libmspack-debuginfo Removing 4 extra deps from libmspack-tools due to repentancy on libmspack Removing 1 extra deps from libmspack-tools-debuginfo due to repentancy on libmspack-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/libmspack-0.6-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libmspack-devel-0.6-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libmspack-tools-0.6-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libmspack-debuginfo-0.6-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libmspack-tools-debuginfo-0.6-alt2.x86_64.rpm (w2.lzdio) 12.31user 7.90system 0:24.28elapsed 83%CPU (0avgtext+0avgdata 46212maxresident)k 0inputs+0outputs (0major+1796660minor)pagefaults 0swaps 2.94user 1.89system 0:32.20elapsed 15%CPU (0avgtext+0avgdata 128732maxresident)k 0inputs+0outputs (0major+138633minor)pagefaults 0swaps --- libmspack-0.6-alt2.x86_64.rpm.repo 2021-01-21 15:54:10.000000000 +0000 +++ libmspack-0.6-alt2.x86_64.rpm.hasher 2024-09-29 12:04:53.952376489 +0000 @@ -13,5 +13,5 @@ File: /usr/lib64/libmspack.so.0 120777 root:root libmspack.so.0.1.0 -File: /usr/lib64/libmspack.so.0.1.0 100644 root:root e85414f44160cc03db817766724c350a +File: /usr/lib64/libmspack.so.0.1.0 100644 root:root 1c9c15ec1f67e856137873a4c8ddd5ef File: /usr/share/doc/libmspack-0.6 40755 root:root File: /usr/share/doc/libmspack-0.6/README 100644 root:root a3433ac5b6c3eb9e9a50397f27c47e5a -RPMIdentity: 47ed2a33d507100ed51ec704fc4fdc4036aad81ed835e830aa3bd103f328cd893d9503082a99ea1d553307abe332c322c1a996af3b971baf4e4b67e8634820a1 +RPMIdentity: 9261b8b285da9fc64b54ca7de8af45c3849c8a87b7225e489087511e53e39a834611c17277a01e190f9b7ed97fa362bdd0acbea4fa46166498894d8fe195159c --- libmspack-debuginfo-0.6-alt2.x86_64.rpm.repo 2021-01-21 15:54:10.000000000 +0000 +++ libmspack-debuginfo-0.6-alt2.x86_64.rpm.hasher 2024-09-29 12:04:54.052378111 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/41 40755 root:root -/usr/lib/debug/.build-id/41/d14114ef68285baf7d9eb2184c809e65c466bf 120777 root:root ../../../../lib64/libmspack.so.0.1.0 -/usr/lib/debug/.build-id/41/d14114ef68285baf7d9eb2184c809e65c466bf.debug 120777 root:root ../../usr/lib64/libmspack.so.0.1.0.debug +/usr/lib/debug/.build-id/cd 40755 root:root +/usr/lib/debug/.build-id/cd/324f142535bbf753aba5c5917746164cd3fdf6 120777 root:root ../../../../lib64/libmspack.so.0.1.0 +/usr/lib/debug/.build-id/cd/324f142535bbf753aba5c5917746164cd3fdf6.debug 120777 root:root ../../usr/lib64/libmspack.so.0.1.0.debug /usr/lib/debug/usr/lib64/libmspack.so.0.1.0.debug 100644 root:root @@ -47,6 +47,6 @@ Provides: libmspack-debuginfo = 0.6-alt2:p9+265031.100.1.1 -File: /usr/lib/debug/.build-id/41 40755 root:root -File: /usr/lib/debug/.build-id/41/d14114ef68285baf7d9eb2184c809e65c466bf 120777 root:root ../../../../lib64/libmspack.so.0.1.0 -File: /usr/lib/debug/.build-id/41/d14114ef68285baf7d9eb2184c809e65c466bf.debug 120777 root:root ../../usr/lib64/libmspack.so.0.1.0.debug -File: /usr/lib/debug/usr/lib64/libmspack.so.0.1.0.debug 100644 root:root 99874995409af03e9c22107ed4e0e98e +File: /usr/lib/debug/.build-id/cd 40755 root:root +File: /usr/lib/debug/.build-id/cd/324f142535bbf753aba5c5917746164cd3fdf6 120777 root:root ../../../../lib64/libmspack.so.0.1.0 +File: /usr/lib/debug/.build-id/cd/324f142535bbf753aba5c5917746164cd3fdf6.debug 120777 root:root ../../usr/lib64/libmspack.so.0.1.0.debug +File: /usr/lib/debug/usr/lib64/libmspack.so.0.1.0.debug 100644 root:root d7f1befe4ec830d9a45e9edc7bc088bf File: /usr/lib/debug/usr/lib64/libmspack.so.0.debug 120777 root:root libmspack.so.0.1.0.debug @@ -89,2 +89,2 @@ File: /usr/src/debug/libmspack-0.6/libmspack/mspack/szddd.c 100644 root:root e582dc67e40a047ce27768c68fe58426 -RPMIdentity: 54c4df56ed3624564f54a8ac981f672f4fbc69e39b9ee793be57301af94c7c29651a011593da52aef1a1c969ad8029e9dda015ed56b1e0e4382b5f1eb9f45a76 +RPMIdentity: 5d43bc809d218f96fa4737655643e2ef1b9f39e6a259d965516dcaf886701da76c20e415963083a79a82ad0e0bf997b72a9ce450a629a00327093e2126a98743 --- libmspack-tools-0.6-alt2.x86_64.rpm.repo 2021-01-21 15:54:10.000000000 +0000 +++ libmspack-tools-0.6-alt2.x86_64.rpm.hasher 2024-09-29 12:04:54.202380544 +0000 @@ -12,8 +12,8 @@ Conflicts: mscompress -File: /usr/bin/cabrip 100755 root:root 750aaec274070b1929ab6aeb323499fa -File: /usr/bin/chmextract 100755 root:root 17c8ef866de07d995d1c9aa55d6996ed -File: /usr/bin/msexpand 100755 root:root 01538175d16cd0b74b35099cac612bf7 -File: /usr/bin/oabextract 100755 root:root d00fbbe89e241daf52c69b78f71586de +File: /usr/bin/cabrip 100755 root:root 3c621b2ba92052ac77e132ef6090422d +File: /usr/bin/chmextract 100755 root:root ffb1ca431f36599d1c28878e4dfcee1e +File: /usr/bin/msexpand 100755 root:root 8110bad1c894370f2dc09511a67243e3 +File: /usr/bin/oabextract 100755 root:root 4ef03e9fcff0573929713e14695c400b File: /usr/share/doc/libmspack-tools-0.6 40755 root:root File: /usr/share/doc/libmspack-tools-0.6/README 100644 root:root a3433ac5b6c3eb9e9a50397f27c47e5a -RPMIdentity: cc7108d9b5b3e910565b4db94033a107e181533454caf6372b3769200222813ba3f45ea5929e2743ed62daa0e80123a9cef06b74a8e40a9942f0738adf6e9275 +RPMIdentity: a3d7104e790a87dcddf32ebc87c8217ed2d689de1cde337cf18749d3dd651258935a521371ba8e75ef17639f993e6f2373fd3840e921ccb1ba3ef7ef095c088a --- libmspack-tools-debuginfo-0.6-alt2.x86_64.rpm.repo 2021-01-21 15:54:09.000000000 +0000 +++ libmspack-tools-debuginfo-0.6-alt2.x86_64.rpm.hasher 2024-09-29 12:04:54.269381630 +0000 @@ -1,13 +1,13 @@ -/usr/lib/debug/.build-id/07 40755 root:root -/usr/lib/debug/.build-id/07/f98e7160dc0799d3a7f80a6e6aca344946d554 120777 root:root ../../../../bin/chmextract -/usr/lib/debug/.build-id/07/f98e7160dc0799d3a7f80a6e6aca344946d554.debug 120777 root:root ../../usr/bin/chmextract.debug -/usr/lib/debug/.build-id/3e 40755 root:root -/usr/lib/debug/.build-id/3e/136e4cf2427e109bce3403883e3ca5f02ac365 120777 root:root ../../../../bin/cabrip -/usr/lib/debug/.build-id/3e/136e4cf2427e109bce3403883e3ca5f02ac365.debug 120777 root:root ../../usr/bin/cabrip.debug -/usr/lib/debug/.build-id/8c 40755 root:root -/usr/lib/debug/.build-id/8c/ab2b56d4b6e9aec589b1a575653a4d2ecd6ac4 120777 root:root ../../../../bin/msexpand -/usr/lib/debug/.build-id/8c/ab2b56d4b6e9aec589b1a575653a4d2ecd6ac4.debug 120777 root:root ../../usr/bin/msexpand.debug -/usr/lib/debug/.build-id/dd 40755 root:root -/usr/lib/debug/.build-id/dd/545f15380bcd39b273ffa7daf74883d26ea24d 120777 root:root ../../../../bin/oabextract -/usr/lib/debug/.build-id/dd/545f15380bcd39b273ffa7daf74883d26ea24d.debug 120777 root:root ../../usr/bin/oabextract.debug +/usr/lib/debug/.build-id/36 40755 root:root +/usr/lib/debug/.build-id/36/5b71ec8539177245e5b868f117b0d476e20144 120777 root:root ../../../../bin/chmextract +/usr/lib/debug/.build-id/36/5b71ec8539177245e5b868f117b0d476e20144.debug 120777 root:root ../../usr/bin/chmextract.debug +/usr/lib/debug/.build-id/c1 40755 root:root +/usr/lib/debug/.build-id/c1/836c7565e3fde5dc81a5e47198cbd19a661dc4 120777 root:root ../../../../bin/cabrip +/usr/lib/debug/.build-id/c1/836c7565e3fde5dc81a5e47198cbd19a661dc4.debug 120777 root:root ../../usr/bin/cabrip.debug +/usr/lib/debug/.build-id/f3 40755 root:root +/usr/lib/debug/.build-id/f3/c0cfb71fd77dde1cdece00dcac2e6c0bc23783 120777 root:root ../../../../bin/oabextract +/usr/lib/debug/.build-id/f3/c0cfb71fd77dde1cdece00dcac2e6c0bc23783.debug 120777 root:root ../../usr/bin/oabextract.debug +/usr/lib/debug/.build-id/fc 40755 root:root +/usr/lib/debug/.build-id/fc/32092f0797ee0f5a48fb018e09e6c25d6348b2 120777 root:root ../../../../bin/msexpand +/usr/lib/debug/.build-id/fc/32092f0797ee0f5a48fb018e09e6c25d6348b2.debug 120777 root:root ../../usr/bin/msexpand.debug /usr/lib/debug/usr/bin/cabrip.debug 100644 root:root @@ -30,18 +30,18 @@ Provides: libmspack-tools-debuginfo = 0.6-alt2:p9+265031.100.1.1 -File: /usr/lib/debug/.build-id/07 40755 root:root -File: /usr/lib/debug/.build-id/07/f98e7160dc0799d3a7f80a6e6aca344946d554 120777 root:root ../../../../bin/chmextract -File: /usr/lib/debug/.build-id/07/f98e7160dc0799d3a7f80a6e6aca344946d554.debug 120777 root:root ../../usr/bin/chmextract.debug -File: /usr/lib/debug/.build-id/3e 40755 root:root -File: /usr/lib/debug/.build-id/3e/136e4cf2427e109bce3403883e3ca5f02ac365 120777 root:root ../../../../bin/cabrip -File: /usr/lib/debug/.build-id/3e/136e4cf2427e109bce3403883e3ca5f02ac365.debug 120777 root:root ../../usr/bin/cabrip.debug -File: /usr/lib/debug/.build-id/8c 40755 root:root -File: /usr/lib/debug/.build-id/8c/ab2b56d4b6e9aec589b1a575653a4d2ecd6ac4 120777 root:root ../../../../bin/msexpand -File: /usr/lib/debug/.build-id/8c/ab2b56d4b6e9aec589b1a575653a4d2ecd6ac4.debug 120777 root:root ../../usr/bin/msexpand.debug -File: /usr/lib/debug/.build-id/dd 40755 root:root -File: /usr/lib/debug/.build-id/dd/545f15380bcd39b273ffa7daf74883d26ea24d 120777 root:root ../../../../bin/oabextract -File: /usr/lib/debug/.build-id/dd/545f15380bcd39b273ffa7daf74883d26ea24d.debug 120777 root:root ../../usr/bin/oabextract.debug -File: /usr/lib/debug/usr/bin/cabrip.debug 100644 root:root 6e6ffc35554d10e360eab95c64e30ad4 -File: /usr/lib/debug/usr/bin/chmextract.debug 100644 root:root e64935839eb9e8f85d6156c42e7cbda7 -File: /usr/lib/debug/usr/bin/msexpand.debug 100644 root:root b9ee2c5db69e0fc16bdbc2f19620dca4 -File: /usr/lib/debug/usr/bin/oabextract.debug 100644 root:root 57edece3a41ea3640597b904426f282b +File: /usr/lib/debug/.build-id/36 40755 root:root +File: /usr/lib/debug/.build-id/36/5b71ec8539177245e5b868f117b0d476e20144 120777 root:root ../../../../bin/chmextract +File: /usr/lib/debug/.build-id/36/5b71ec8539177245e5b868f117b0d476e20144.debug 120777 root:root ../../usr/bin/chmextract.debug +File: /usr/lib/debug/.build-id/c1 40755 root:root +File: /usr/lib/debug/.build-id/c1/836c7565e3fde5dc81a5e47198cbd19a661dc4 120777 root:root ../../../../bin/cabrip +File: /usr/lib/debug/.build-id/c1/836c7565e3fde5dc81a5e47198cbd19a661dc4.debug 120777 root:root ../../usr/bin/cabrip.debug +File: /usr/lib/debug/.build-id/f3 40755 root:root +File: /usr/lib/debug/.build-id/f3/c0cfb71fd77dde1cdece00dcac2e6c0bc23783 120777 root:root ../../../../bin/oabextract +File: /usr/lib/debug/.build-id/f3/c0cfb71fd77dde1cdece00dcac2e6c0bc23783.debug 120777 root:root ../../usr/bin/oabextract.debug +File: /usr/lib/debug/.build-id/fc 40755 root:root +File: /usr/lib/debug/.build-id/fc/32092f0797ee0f5a48fb018e09e6c25d6348b2 120777 root:root ../../../../bin/msexpand +File: /usr/lib/debug/.build-id/fc/32092f0797ee0f5a48fb018e09e6c25d6348b2.debug 120777 root:root ../../usr/bin/msexpand.debug +File: /usr/lib/debug/usr/bin/cabrip.debug 100644 root:root 86ef11b139ff238223e7b0a363ba2909 +File: /usr/lib/debug/usr/bin/chmextract.debug 100644 root:root c090c56875a186a8a35ea7373f462b04 +File: /usr/lib/debug/usr/bin/msexpand.debug 100644 root:root 23e48ff8d55ea69a6e6469525b2bd4d8 +File: /usr/lib/debug/usr/bin/oabextract.debug 100644 root:root 1dcf123453191222d4c38490591c41c2 File: /usr/src/debug/libmspack-0.6 40755 root:root @@ -55,2 +55,2 @@ File: /usr/src/debug/libmspack-0.6/libmspack/test/error.h 100644 root:root ec678f23a92241db4cf09f98ea908069 -RPMIdentity: e528c3e6a84f9e0cad8ab6ca024d366cc9752640c39e39b3459b9af8b383599dc2c12a4dc1d4b9f89806638b727b6f6871f85ce2d25bf3938109a1749e9fc246 +RPMIdentity: 775477b969f7872fa763853fc2911ff9a767871d8b3d2dcd712f44764c5029f9b9fd6e45ada6aa95c4517eaff5b2da103cdf9378c4cf3b46b6fc94985db42a83