==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: mhash 0.9.9.9-7 (Thu Jan 15 07:41:18 2026)
==> Retrieving sources...
-> Found mhash-0.9.9.9.tar.bz2
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
mhash-0.9.9.9.tar.bz2 ... Passed
==> Making package: mhash 0.9.9.9-7 (Thu Jan 15 14:41:42 2026)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found mhash-0.9.9.9.tar.bz2
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting mhash-0.9.9.9.tar.bz2 with bsdtar
==> Starting prepare()...
autoreconf: export WARNINGS=
autoreconf: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: Entering directory '.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal --force
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: configure.in: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: configure.in: not using Intltool
autoreconf: configure.in: not using Gtkdoc
autoreconf: running: aclocal --force
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: running: /usr/bin/autoconf --force
configure.in:9: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
configure.in:9: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.in:9: the top level
configure.in:14: warning: The macro 'AC_GNU_SOURCE' is obsolete.
configure.in:14: You should run autoupdate.
./lib/autoconf/specific.m4:489: AC_GNU_SOURCE is expanded from...
configure.in:14: the top level
configure.in:16: warning: The macro 'AC_AIX' is obsolete.
configure.in:16: You should run autoupdate.
./lib/autoconf/specific.m4:722: AC_AIX is expanded from...
configure.in:16: the top level
configure.in:18: warning: The macro 'AC_ISC_POSIX' is obsolete.
configure.in:18: You should run autoupdate.
./lib/autoconf/specific.m4:732: AC_ISC_POSIX is expanded from...
configure.in:18: the top level
configure.in:20: warning: The macro 'AC_MINIX' is obsolete.
configure.in:20: You should run autoupdate.
./lib/autoconf/specific.m4:727: AC_MINIX is expanded from...
configure.in:20: the top level
configure.in:28: warning: The macro 'AC_PROG_GCC_TRADITIONAL' is obsolete.
configure.in:28: You should run autoupdate.
./lib/autoconf/c.m4:1676: AC_PROG_GCC_TRADITIONAL is expanded from...
configure.in:28: the top level
configure.in:46: warning: The macro 'AC_CONST' is obsolete.
configure.in:46: You should run autoupdate.
./lib/autoconf/oldnames.m4:55: AC_CONST is expanded from...
configure.in:46: the top level
configure.in:48: warning: The macro 'AC_LIBTOOL_WIN32_DLL' is obsolete.
configure.in:48: You should run autoupdate.
aclocal.m4:9017: AC_LIBTOOL_WIN32_DLL is expanded from...
configure.in:48: the top level
configure.in:48: warning: AC_LIBTOOL_WIN32_DLL: Remove this warning and the call to _LT_SET_OPTION when you
configure.in:48: put the 'win32-dll' option into LT_INIT's first parameter.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:9017: AC_LIBTOOL_WIN32_DLL is expanded from...
configure.in:48: the top level
configure.in:50: warning: The macro 'AM_PROG_LIBTOOL' is obsolete.
configure.in:50: You should run autoupdate.
aclocal.m4:123: AM_PROG_LIBTOOL is expanded from...
configure.in:50: the top level
configure.in:57: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.in:57: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.in:57: the top level
configure.in:120: warning: The macro 'ac_cv_prog_gcc' is obsolete.
configure.in:120: You should run autoupdate.
./lib/autoconf/c.m4:448: ac_cv_prog_gcc is expanded from...
configure.in:120: the top level
autoreconf: running: /usr/bin/autoheader --force
autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in'
autoreconf: running: automake --add-missing --copy --force-missing
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:14: installing './compile'
configure.in:6: installing './missing'
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in'
lib/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: Leaving directory '.'
==> Starting build()...
checking build system type... armv7l-unknown-linux-gnueabihf
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking xargs -n works... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for library containing strerror... none required
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert armv7l-unknown-linux-gnueabihf file names to armv7l-unknown-linux-gnueabihf format... func_convert_file_noop
checking how to convert armv7l-unknown-linux-gnueabihf file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ranlib... ranlib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking which variant of shared library versioning to provide... (default) aix
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for size_t... yes
checking for _Bool... yes
checking for stdbool.h that conforms to C99 or later... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for sys/endian.h... no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/mman.h... yes
checking for assert.h... yes
checking for byteswap.h... yes
checking for dlfcn.h... (cached) yes
checking for ctype.h... yes
checking for errno.h... yes
checking for endian.h... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for limits.h... yes
checking for malloc.h... yes
checking for unistd.h... (cached) yes
checking for utime.h... yes
checking for values.h... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking for stdio.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for bcopy... yes
checking for bzero... yes
checking for fcntl... yes
checking for fsync... yes
checking for memset... yes
checking for memmove... yes
checking for mlock... yes
checking for sigaction... yes
checking for signal... yes
checking for readdir_r... yes
checking for readdir... yes
checking for strtol... yes
checking for lstat... yes
checking for stat... yes
checking for umask... yes
checking for utime... yes
checking size of unsigned long long int... 8
checking size of unsigned long int... 4
checking size of unsigned int... 4
checking size of unsigned short int... 2
checking size of unsigned char... 1
checking if malloc debugging is wanted... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mhash.spec
config.status: creating include/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating include/mutils/mhash_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in include
make[1]: Entering directory '/build/mhash/src/mhash-0.9.9.9/include'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/include'
Making all in lib
make[1]: Entering directory '/build/mhash/src/mhash-0.9.9.9/lib'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT mhash.lo -MD -MP -MF .deps/mhash.Tpo -c -o mhash.lo mhash.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT stdfns.lo -MD -MP -MF .deps/stdfns.Tpo -c -o stdfns.lo stdfns.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_hex.lo -MD -MP -MF .deps/keygen_hex.Tpo -c -o keygen_hex.lo keygen_hex.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_mcrypt.lo -MD -MP -MF .deps/keygen_mcrypt.Tpo -c -o keygen_mcrypt.lo keygen_mcrypt.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_asis.lo -MD -MP -MF .deps/keygen_asis.Tpo -c -o keygen_asis.lo keygen_asis.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT stdfns.lo -MD -MP -MF .deps/stdfns.Tpo -c stdfns.c -fPIC -DPIC -o .libs/stdfns.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT mhash.lo -MD -MP -MF .deps/mhash.Tpo -c mhash.c -fPIC -DPIC -o .libs/mhash.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_mcrypt.lo -MD -MP -MF .deps/keygen_mcrypt.Tpo -c keygen_mcrypt.c -fPIC -DPIC -o .libs/keygen_mcrypt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_hex.lo -MD -MP -MF .deps/keygen_hex.Tpo -c keygen_hex.c -fPIC -DPIC -o .libs/keygen_hex.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_asis.lo -MD -MP -MF .deps/keygen_asis.Tpo -c keygen_asis.c -fPIC -DPIC -o .libs/keygen_asis.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_hex.lo -MD -MP -MF .deps/keygen_hex.Tpo -c keygen_hex.c -o keygen_hex.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT stdfns.lo -MD -MP -MF .deps/stdfns.Tpo -c stdfns.c -o stdfns.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_mcrypt.lo -MD -MP -MF .deps/keygen_mcrypt.Tpo -c keygen_mcrypt.c -o keygen_mcrypt.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT mhash.lo -MD -MP -MF .deps/mhash.Tpo -c mhash.c -o mhash.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_asis.lo -MD -MP -MF .deps/keygen_asis.Tpo -c keygen_asis.c -o keygen_asis.o >/dev/null 2>&1
mv -f .deps/keygen_hex.Tpo .deps/keygen_hex.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen.lo -MD -MP -MF .deps/keygen.Tpo -c -o keygen.lo keygen.c
mv -f .deps/keygen_mcrypt.Tpo .deps/keygen_mcrypt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_s2k.lo -MD -MP -MF .deps/keygen_s2k.Tpo -c -o keygen_s2k.lo keygen_s2k.c
mv -f .deps/keygen_asis.Tpo .deps/keygen_asis.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c -o crc32.lo crc32.c
mv -f .deps/mhash.Tpo .deps/mhash.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT adler32.lo -MD -MP -MF .deps/adler32.Tpo -c -o adler32.lo adler32.c
mv -f .deps/stdfns.Tpo .deps/stdfns.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT md2.lo -MD -MP -MF .deps/md2.Tpo -c -o md2.lo md2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen.lo -MD -MP -MF .deps/keygen.Tpo -c keygen.c -fPIC -DPIC -o .libs/keygen.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_s2k.lo -MD -MP -MF .deps/keygen_s2k.Tpo -c keygen_s2k.c -fPIC -DPIC -o .libs/keygen_s2k.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c crc32.c -fPIC -DPIC -o .libs/crc32.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT md2.lo -MD -MP -MF .deps/md2.Tpo -c md2.c -fPIC -DPIC -o .libs/md2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT adler32.lo -MD -MP -MF .deps/adler32.Tpo -c adler32.c -fPIC -DPIC -o .libs/adler32.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_s2k.lo -MD -MP -MF .deps/keygen_s2k.Tpo -c keygen_s2k.c -o keygen_s2k.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen.lo -MD -MP -MF .deps/keygen.Tpo -c keygen.c -o keygen.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c crc32.c -o crc32.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT md2.lo -MD -MP -MF .deps/md2.Tpo -c md2.c -o md2.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT adler32.lo -MD -MP -MF .deps/adler32.Tpo -c adler32.c -o adler32.o >/dev/null 2>&1
mv -f .deps/keygen_s2k.Tpo .deps/keygen_s2k.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c -o md4.lo md4.c
mv -f .deps/keygen.Tpo .deps/keygen.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
mv -f .deps/crc32.Tpo .deps/crc32.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT ripemd.lo -MD -MP -MF .deps/ripemd.Tpo -c -o ripemd.lo ripemd.c
mv -f .deps/adler32.Tpo .deps/adler32.Plo
mv -f .deps/md2.Tpo .deps/md2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c -o sha1.lo sha1.c
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT sha256_sha224.lo -MD -MP -MF .deps/sha256_sha224.Tpo -c -o sha256_sha224.lo sha256_sha224.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c -fPIC -DPIC -o .libs/md4.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT ripemd.lo -MD -MP -MF .deps/ripemd.Tpo -c ripemd.c -fPIC -DPIC -o .libs/ripemd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -fPIC -DPIC -o .libs/sha1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT sha256_sha224.lo -MD -MP -MF .deps/sha256_sha224.Tpo -c sha256_sha224.c -fPIC -DPIC -o .libs/sha256_sha224.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c -o md4.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
mv -f .deps/md4.Tpo .deps/md4.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT sha512_sha384.lo -MD -MP -MF .deps/sha512_sha384.Tpo -c -o sha512_sha384.lo sha512_sha384.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -o sha1.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT sha256_sha224.lo -MD -MP -MF .deps/sha256_sha224.Tpo -c sha256_sha224.c -o sha256_sha224.o >/dev/null 2>&1
mv -f .deps/md5.Tpo .deps/md5.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT tiger.lo -MD -MP -MF .deps/tiger.Tpo -c -o tiger.lo tiger.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT sha512_sha384.lo -MD -MP -MF .deps/sha512_sha384.Tpo -c sha512_sha384.c -fPIC -DPIC -o .libs/sha512_sha384.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT tiger.lo -MD -MP -MF .deps/tiger.Tpo -c tiger.c -fPIC -DPIC -o .libs/tiger.o
mv -f .deps/sha1.Tpo .deps/sha1.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT tiger_sboxes.lo -MD -MP -MF .deps/tiger_sboxes.Tpo -c -o tiger_sboxes.lo tiger_sboxes.c
mv -f .deps/sha256_sha224.Tpo .deps/sha256_sha224.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT ripemd.lo -MD -MP -MF .deps/ripemd.Tpo -c ripemd.c -o ripemd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT haval.lo -MD -MP -MF .deps/haval.Tpo -c -o haval.lo haval.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT tiger_sboxes.lo -MD -MP -MF .deps/tiger_sboxes.Tpo -c tiger_sboxes.c -fPIC -DPIC -o .libs/tiger_sboxes.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT haval.lo -MD -MP -MF .deps/haval.Tpo -c haval.c -fPIC -DPIC -o .libs/haval.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT sha512_sha384.lo -MD -MP -MF .deps/sha512_sha384.Tpo -c sha512_sha384.c -o sha512_sha384.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT tiger_sboxes.lo -MD -MP -MF .deps/tiger_sboxes.Tpo -c tiger_sboxes.c -o tiger_sboxes.o >/dev/null 2>&1
mv -f .deps/tiger_sboxes.Tpo .deps/tiger_sboxes.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT gosthash.lo -MD -MP -MF .deps/gosthash.Tpo -c -o gosthash.lo gosthash.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT gosthash.lo -MD -MP -MF .deps/gosthash.Tpo -c gosthash.c -fPIC -DPIC -o .libs/gosthash.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT tiger.lo -MD -MP -MF .deps/tiger.Tpo -c tiger.c -o tiger.o >/dev/null 2>&1
mv -f .deps/ripemd.Tpo .deps/ripemd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c -o whirlpool.lo whirlpool.c
mv -f .deps/sha512_sha384.Tpo .deps/sha512_sha384.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT snefru.lo -MD -MP -MF .deps/snefru.Tpo -c -o snefru.lo snefru.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c whirlpool.c -fPIC -DPIC -o .libs/whirlpool.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT snefru.lo -MD -MP -MF .deps/snefru.Tpo -c snefru.c -fPIC -DPIC -o .libs/snefru.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT gosthash.lo -MD -MP -MF .deps/gosthash.Tpo -c gosthash.c -o gosthash.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT haval.lo -MD -MP -MF .deps/haval.Tpo -c haval.c -o haval.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT snefru.lo -MD -MP -MF .deps/snefru.Tpo -c snefru.c -o snefru.o >/dev/null 2>&1
mv -f .deps/gosthash.Tpo .deps/gosthash.Plo
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c whirlpool.c -o whirlpool.o >/dev/null 2>&1
mv -f .deps/snefru.Tpo .deps/snefru.Plo
mv -f .deps/tiger.Tpo .deps/tiger.Plo
mv -f .deps/whirlpool.Tpo .deps/whirlpool.Plo
mv -f .deps/haval.Tpo .deps/haval.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -version-info 2:1 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o libmhash.la -rpath /usr/lib mhash.lo stdfns.lo keygen_hex.lo keygen_mcrypt.lo keygen_asis.lo keygen.lo keygen_s2k.lo crc32.lo adler32.lo md2.lo md4.lo md5.lo ripemd.lo sha1.lo sha256_sha224.lo sha512_sha384.lo tiger.lo tiger_sboxes.lo haval.lo gosthash.lo whirlpool.lo snefru.lo
libtool: link: gcc -shared -fPIC -DPIC .libs/mhash.o .libs/stdfns.o .libs/keygen_hex.o .libs/keygen_mcrypt.o .libs/keygen_asis.o .libs/keygen.o .libs/keygen_s2k.o .libs/crc32.o .libs/adler32.o .libs/md2.o .libs/md4.o .libs/md5.o .libs/ripemd.o .libs/sha1.o .libs/sha256_sha224.o .libs/sha512_sha384.o .libs/tiger.o .libs/tiger_sboxes.o .libs/haval.o .libs/gosthash.o .libs/whirlpool.o .libs/snefru.o -Wl,--as-needed -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -Wl,-O1 -Wl,--sort-common -Wl,-z -Wl,relro -Wl,-z -Wl,now -Wl,-soname -Wl,libmhash.so.2 -o .libs/libmhash.so.2.0.1
libtool: link: (cd ".libs" && rm -f "libmhash.so.2" && ln -s "libmhash.so.2.0.1" "libmhash.so.2")
libtool: link: (cd ".libs" && rm -f "libmhash.so" && ln -s "libmhash.so.2.0.1" "libmhash.so")
libtool: link: ar cr .libs/libmhash.a mhash.o stdfns.o keygen_hex.o keygen_mcrypt.o keygen_asis.o keygen.o keygen_s2k.o crc32.o adler32.o md2.o md4.o md5.o ripemd.o sha1.o sha256_sha224.o sha512_sha384.o tiger.o tiger_sboxes.o haval.o gosthash.o whirlpool.o snefru.o
libtool: link: ranlib .libs/libmhash.a
libtool: link: ( cd ".libs" && rm -f "libmhash.la" && ln -s "../libmhash.la" "libmhash.la" )
make[1]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/lib'
Making all in doc
make[1]: Entering directory '/build/mhash/src/mhash-0.9.9.9/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/doc'
Making all in src
make[1]: Entering directory '/build/mhash/src/mhash-0.9.9.9/src'
gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT driver.o -MD -MP -MF .deps/driver.Tpo -c -o driver.o driver.c
gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT hmac_test.o -MD -MP -MF .deps/hmac_test.Tpo -c -o hmac_test.o hmac_test.c
gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT keygen_test.o -MD -MP -MF .deps/keygen_test.Tpo -c -o keygen_test.o keygen_test.c
gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT mhash_save_restore_test.o -MD -MP -MF .deps/mhash_save_restore_test.Tpo -c -o mhash_save_restore_test.o mhash_save_restore_test.c
gcc -DHAVE_CONFIG_H -I. -I../include/mutils -I../include -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -MT frag_test.o -MD -MP -MF .deps/frag_test.Tpo -c -o frag_test.o frag_test.c
mv -f .deps/hmac_test.Tpo .deps/hmac_test.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o hmac_test hmac_test.o ../lib/libmhash.la
mv -f .deps/keygen_test.Tpo .deps/keygen_test.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o keygen_test keygen_test.o ../lib/libmhash.la
mv -f .deps/driver.Tpo .deps/driver.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o driver driver.o ../lib/libmhash.la
mv -f .deps/mhash_save_restore_test.Tpo .deps/mhash_save_restore_test.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o rest_test mhash_save_restore_test.o ../lib/libmhash.la
mv -f .deps/frag_test.Tpo .deps/frag_test.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o frag_test frag_test.o ../lib/libmhash.la
libtool: link: gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/driver driver.o -Wl,--as-needed ../lib/.libs/libmhash.so
libtool: link: gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/rest_test mhash_save_restore_test.o -Wl,--as-needed ../lib/.libs/libmhash.so
libtool: link: gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/hmac_test hmac_test.o -Wl,--as-needed ../lib/.libs/libmhash.so
libtool: link: gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/frag_test frag_test.o -Wl,--as-needed ../lib/.libs/libmhash.so
libtool: link: gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -std=gnu17 -Wl,-O1 -Wl,--sort-common -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/keygen_test keygen_test.o -Wl,--as-needed ../lib/.libs/libmhash.so
make[1]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/src'
make[1]: Entering directory '/build/mhash/src/mhash-0.9.9.9'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/mhash/src/mhash-0.9.9.9'
==> Entering fakeroot environment...
==> Starting package()...
Making install in include
make[1]: Entering directory '/build/mhash/src/mhash-0.9.9.9/include'
make[2]: Entering directory '/build/mhash/src/mhash-0.9.9.9/include'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/mhash/pkg/mhash/usr/include'
/usr/bin/mkdir -p '/build/mhash/pkg/mhash/usr/include/mutils'
/usr/bin/install -c -m 644 mutils/mhash.h mutils/mglobal.h mutils/mtypes.h mutils/mutils.h mutils/mhash_config.h mutils/mincludes.h '/build/mhash/pkg/mhash/usr/include/mutils'
/usr/bin/install -c -m 644 mhash.h '/build/mhash/pkg/mhash/usr/include/.'
make[2]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/include'
make[1]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/include'
Making install in lib
make[1]: Entering directory '/build/mhash/src/mhash-0.9.9.9/lib'
make[2]: Entering directory '/build/mhash/src/mhash-0.9.9.9/lib'
make[2]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/mhash/pkg/mhash/usr/lib'
/bin/sh ../libtool --mode=install /usr/bin/install -c libmhash.la '/build/mhash/pkg/mhash/usr/lib'
libtool: install: /usr/bin/install -c .libs/libmhash.so.2.0.1 /build/mhash/pkg/mhash/usr/lib/libmhash.so.2.0.1
libtool: install: (cd /build/mhash/pkg/mhash/usr/lib && { ln -s -f libmhash.so.2.0.1 libmhash.so.2 || { rm -f libmhash.so.2 && ln -s libmhash.so.2.0.1 libmhash.so.2; }; })
libtool: install: (cd /build/mhash/pkg/mhash/usr/lib && { ln -s -f libmhash.so.2.0.1 libmhash.so || { rm -f libmhash.so && ln -s libmhash.so.2.0.1 libmhash.so; }; })
libtool: install: /usr/bin/install -c .libs/libmhash.lai /build/mhash/pkg/mhash/usr/lib/libmhash.la
libtool: install: /usr/bin/install -c .libs/libmhash.a /build/mhash/pkg/mhash/usr/lib/libmhash.a
libtool: install: chmod 644 /build/mhash/pkg/mhash/usr/lib/libmhash.a
libtool: install: ranlib /build/mhash/pkg/mhash/usr/lib/libmhash.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
make[2]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/lib'
make[1]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/lib'
Making install in doc
make[1]: Entering directory '/build/mhash/src/mhash-0.9.9.9/doc'
make[2]: Entering directory '/build/mhash/src/mhash-0.9.9.9/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/mhash/pkg/mhash/usr/share/man/man3'
/usr/bin/install -c -m 644 ./mhash.3 '/build/mhash/pkg/mhash/usr/share/man/man3'
make[2]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/doc'
make[1]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/doc'
Making install in src
make[1]: Entering directory '/build/mhash/src/mhash-0.9.9.9/src'
make[2]: Entering directory '/build/mhash/src/mhash-0.9.9.9/src'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/src'
make[1]: Leaving directory '/build/mhash/src/mhash-0.9.9.9/src'
make[1]: Entering directory '/build/mhash/src/mhash-0.9.9.9'
make[2]: Entering directory '/build/mhash/src/mhash-0.9.9.9'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/mhash/src/mhash-0.9.9.9'
make[1]: Leaving directory '/build/mhash/src/mhash-0.9.9.9'
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "mhash"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: mhash 0.9.9.9-7 (Thu Jan 15 14:42:39 2026)
==> Cleaning up...
[?12l[?25h