* Package: app-crypt/shash-0.2.6-r4:0 * Repository: gentoo * Maintainer: swegener@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking shash-0.2.6.tar.gz to /var/tmp/portage/app-crypt/shash-0.2.6-r4/work >>> Source unpacked in /var/tmp/portage/app-crypt/shash-0.2.6-r4/work >>> Preparing source in /var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6 ... * Applying 0.2.6-manpage-fixes.patch ... [ ok ] * Applying shash-0.2.6-binary-files.patch ... [ ok ] * Applying shash-0.2.6-format-security.patch ... [ ok ] * Applying shash-0.2.6-C99-decls.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6' ... * Running 'aclocal --system-acdir=/var/tmp/portage/app-crypt/shash-0.2.6-r4/temp/aclocal' ... [ ok ] * Moving configure.in to configure.ac (bug #426262) * Running 'autoconf --force' ... [ ok ] * Running 'autoheader' ... [ ok ] * Running 'automake --add-missing --copy --force-missing' ... [ ok ] * Running elibtoolize in: shash-0.2.6/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6 ... * econf: updating shash-0.2.6/config.sub with /usr/share/gnuconfig/config.sub * econf: updating shash-0.2.6/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/shash-0.2.6-r4 --htmldir=/usr/share/doc/shash-0.2.6-r4/html --libdir=/usr/lib64 --disable-static-link configure: WARNING: unrecognized options: --disable-static checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for an ANSI C-conforming const... yes checking for mhash_keygen in -lmhash... yes checking whether ln -s works... yes checking for rm... /bin/rm checking for makeinfo... /usr/bin/makeinfo checking for pthread_mutex_lock in -lpthread... yes checking whether use of /dev/random is requested... yes checking whether fcntl-locking is requested... yes checking whether static link is requested... no checking for random device... yes 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 grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for unistd.h... (cached) yes checking for pwd.h... yes checking for locale.h... yes checking for strings.h... (cached) yes checking for ctype.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for fcntl.h... yes checking for sys/wait.h... yes checking for utime.h... yes checking for signal.h... yes checking for sys/mman.h... yes checking for bzero... yes checking for signal... yes checking for sigaction... yes checking for memset... yes checking for fcntl... yes checking for fsync... yes checking for getuid... yes checking for geteuid... yes checking for ftime... yes checking for lstat... yes checking for stat... yes checking for umask... yes checking for utime... yes checking for memmove... yes checking for bcopy... yes checking for getpwuid... yes checking for waitpid... yes checking for mlock... yes checking whether byte ordering is bigendian... no checking return type of signal handlers... void checking size of unsigned long int... 8 checking size of unsigned int... 4 checking size of unsigned short int... 2 checking size of unsigned char... 1 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-static >>> Source configured. >>> Compiling source in /var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6 ... make -j4 make all-recursive make[1]: Entering directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6' Making all in src make[2]: Entering directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpointer-arith -c -o shash.o shash.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpointer-arith -c -o errors.o errors.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpointer-arith -c -o extra.o extra.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpointer-arith -c -o functions.o functions.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpointer-arith -c -o random.o random.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpointer-arith -c -o environ.o environ.c x86_64-pc-linux-gnu-gcc -o gaaout.o -c gaaout.c shash.c: In function ‘main’: shash.c:142:29: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 142 | tmp = mhash_get_hash_name(algorithm); | ^ shash.c:198:21: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 198 | tmp = mhash_get_hash_name(algorithm); | ^ shash.c:199:22: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 199 | tmp2 = mhash_get_keygen_name(keymode); | ^ shash.c:57:42: warning: variable ‘use_password’ set but not used [-Wunused-but-set-variable] 57 | int file_count = 0, v, i, x = 0, use_password = 0, plen = 0; | ^~~~~~~~~~~~ shash.c:57:35: warning: variable ‘x’ set but not used [-Wunused-but-set-variable] 57 | int file_count = 0, v, i, x = 0, use_password = 0, plen = 0; | ^ shash.c: In function ‘check_algo’: shash.c:275:19: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 275 | y = mhash_get_hash_name(i); | ^ shash.c: In function ‘sumfile’: shash.c:426:9: warning: ‘ftime’ is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 426 | ftime(&start_time); | ^~~~~ In file included from shash.c:312: /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ shash.c:450:9: warning: ‘ftime’ is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations] 450 | ftime(&end_time); | ^~~~~ /usr/include/sys/timeb.h:29:12: note: declared here 29 | extern int ftime (struct timeb *__timebuf) | ^~~~~ shash.c: In function ‘hash_list’: shash.c:494:19: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 494 | y = mhash_get_hash_name(i); | ^ shash.c: In function ‘checkfile’: shash.c:680:37: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 680 | tmp = mhash_get_hash_name(algorithm); | ^ shash.c:699:13: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 699 | tmp = mhash_get_hash_name(algorithm); | ^ shash.c:509:16: warning: variable ‘x’ set but not used [-Wunused-but-set-variable] 509 | int j, x, block; | ^ shash.c: In function ‘list_keygen_algorithms’: shash.c:803:22: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 803 | name = mhash_get_keygen_name(i); | ^ shash.c: In function ‘keygen_algorithm_is_ok’: shash.c:815:22: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 815 | name = mhash_get_keygen_name(i); | ^ shash.c: In function ‘find_keygen_algorithm’: shash.c:935:22: warning: pointer targets in assignment from ‘uint8_t *’ {aka ‘unsigned char *’} to ‘char *’ differ in signedness [-Wpointer-sign] 935 | name = mhash_get_keygen_name(i); | ^ shash.c: In function ‘checkfile’: shash.c:559:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 559 | fgets(linebuf, line_storage, file); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ shash.c: In function ‘Getpass’: shash.c:755:9: warning: ‘userkey’ may be used uninitialized [-Wmaybe-uninitialized] 755 | mlock(userkey, MAX_KEY); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ./defines.h:16, from shash.c:21: /usr/include/sys/mman.h:103:12: note: by argument 1 of type ‘const void *’ to ‘mlock’ declared here 103 | extern int mlock (const void *__addr, size_t __len) __THROW; | ^~~~~ In function ‘bin2hex’, inlined from ‘main’ at shash.c:223:9: shash.c:845:25: warning: array subscript ‘size_t {aka long unsigned int}[0]’ is partly outside array bounds of ‘word32[1]’ {aka ‘unsigned int[1]’} [-Warray-bounds] 845 | *newlen = oldlen * 2 * sizeof(char); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ shash.c: In function ‘main’: shash.c:62:16: note: object ‘newlen’ of size 4 62 | word32 newlen; | ^~~~~~ shash.c:197:17: warning: ‘*file’ may be used uninitialized [-Wmaybe-uninitialized] 197 | if (file[0] != NULL && info.check == FALSE) { | ~~~~^~~ x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wall -Wpointer-arith -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o shash shash.o errors.o extra.o functions.o random.o environ.o gaaout.o -lmhash -lpthread make[2]: Leaving directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/src' Making all in doc make[2]: Entering directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/doc' make[2]: Entering directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6' make[2]: Leaving directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6' make[1]: Leaving directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6' >>> Source compiled. >>> Test phase [not enabled]: app-crypt/shash-0.2.6-r4 >>> Install app-crypt/shash-0.2.6-r4 into /var/tmp/portage/app-crypt/shash-0.2.6-r4/image make -j4 DESTDIR=/var/tmp/portage/app-crypt/shash-0.2.6-r4/image install Making install in src make[1]: Entering directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/src' make[2]: Entering directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/src' make[2]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/var/tmp/portage/app-crypt/shash-0.2.6-r4/image/usr/bin' /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c shash '/var/tmp/portage/app-crypt/shash-0.2.6-r4/image/usr/bin' make[2]: Leaving directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/src' make[1]: Leaving directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/src' Making install in doc make[1]: Entering directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/doc' make[2]: Entering directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/doc' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/var/tmp/portage/app-crypt/shash-0.2.6-r4/image/usr/share/man/man1' /usr/lib/portage/python3.10/ebuild-helpers/xattr/install -c -m 644 shash.1 '/var/tmp/portage/app-crypt/shash-0.2.6-r4/image/usr/share/man/man1' make[2]: Leaving directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/doc' make[1]: Leaving directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6/doc' make[1]: Entering directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6' make[2]: Entering directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6' make[1]: Leaving directory '/var/tmp/portage/app-crypt/shash-0.2.6-r4/work/shash-0.2.6' >>> Completed installing app-crypt/shash-0.2.6-r4 into /var/tmp/portage/app-crypt/shash-0.2.6-r4/image * Final size of build directory: 2180 KiB (2.1 MiB) * Final size of installed tree: 76 KiB * QA Notice: Unrecognized configure options: * * --disable-static * --disable-static * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * shash.c:845:25: warning: array subscript ‘size_t {aka long unsigned int}[0]’ is partly outside array bounds of ‘word32[1]’ {aka ‘unsigned int[1]’} [-Warray-bounds] * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://mcrypt.hellug.gr/shash/ strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version /usr/bin/shash * checking 8 files for package collisions >>> Merging app-crypt/shash-0.2.6-r4 to / --- /usr/ --- /usr/bin/ >>> /usr/bin/shash --- /usr/share/ --- /usr/share/man/ --- /usr/share/man/man1/ >>> /usr/share/man/man1/shash.1.bz2 --- /usr/share/doc/ >>> /usr/share/doc/shash-0.2.6-r4/ >>> /usr/share/doc/shash-0.2.6-r4/AUTHORS >>> /usr/share/doc/shash-0.2.6-r4/NEWS >>> /usr/share/doc/shash-0.2.6-r4/sample.shashrc >>> /usr/share/doc/shash-0.2.6-r4/ChangeLog.bz2 >>> /usr/share/doc/shash-0.2.6-r4/FORMAT.bz2 --- /usr/share/bash-completion/ --- /usr/share/bash-completion/completions/ >>> /usr/share/bash-completion/completions/shash >>> app-crypt/shash-0.2.6-r4 merged.