vcswatch reports that
this package seems to have a new changelog entry (version
1.8.0-5, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 5a94a749d332b02d9abf7e45688a3e18a28556d9
Author: Axel Beckert <abe@deuxchevaux.org>
Date: Sat Feb 6 02:52:16 2021 +0100
Salsa CI: Ignore a specific assembler line in blhc
122:CPPFLAGS missing (-D_FORTIFY_SOURCE=2): gcc -c -fopenmp x86-64.S
But adding $CPPFLAGS to "gcc -c -fopenmp x86-64.S" causes an
unexpected FTBFS which looks as follows
In file included from /usr/include/string.h:495,
from c3_fmt.c:20:
In function strncpy,
inlined from binary at c3_fmt.c:173:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: __builtin_strncpy specified bound 128 equals destination size [-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c -fopenmp -Wdate-time -D_FORTIFY_SOURCE=2 -E -E x86-64.S
.section .note.GNU-stack,"",@progbits
gcc DES_fmt.o DES_std.o DES_bs.o DES_bs_b.o BSDI_fmt.o MD5_fmt.o MD5_std.o BF_fmt.o BF_std.o AFS_fmt.o LM_fmt.o trip_fmt.o dummy.o batch.o bench.o charset.o common.o compiler.o config.o cracker.o crc32.o external.o formats.o getopt.o idle.o inc.o john.o list.o loader.o logger.o math.o memory.o misc.o options.o params.o path.o recovery.o rpp.o rules.o signals.o single.o status.o tty.o wordlist.o unshadow.o unafs.o unique.o c3_fmt.o x86-64.o -Wl,-z,relro -Wl,-z,now -s -fopenmp -lcrypt -o ../run/john
gcc: error: x86-64.o: No such file or directory
make[3]: *** [Makefile:834: ../run/john] Error 1
make[3]: Leaving directory '/home/abe/security-tools/john/src'
make[2]: *** [Makefile:183: linux-x86-64] Error 2
make[2]: Leaving directory '/home/abe/security-tools/john/src'
dh_auto_build: error: cd src && make -j1 "INSTALL=install --strip-program=true" clean linux-x86-64 returned exit code 2
make[1]: *** [debian/rules:96: override_dh_auto_build] Error 25
make[1]: Leaving directory '/home/abe/security-tools/john'
make: *** [debian/rules:92: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2