You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this is a known and fixed issue, I'm going to close it. Would be great to hear from @zr000 whether the latest code builds for them, but we're pretty sure the issue is indeed fixed anyway.
john-1.9.0-jumbo-1
gcc -DAC_BUILT -mavx512bw -DJOHN_AVX512BW -c -m64 -g -O2 -I/usr/local/include -DARCH_LITTLE_ENDIAN=1 -Wall -Wno-stringop-truncation -Wno-format-overflow -Wno-format-truncation -fno-omit-frame-pointer -Wno-deprecated-declarations -Wformat-extra-args -Wunused-but-set-variable -std=gnu89 -Wdate-time -D_POSIX_SOURCE -D_GNU_SOURCE -D_XOPEN_SOURCE=600 -fopenmp -I/opt/openssl/include -I/usr/local/include -DCL_SILENCE_DEPRECATION -funroll-loops argon2_core_plug.c -o argon2_core_plug.o
In file included from argon2_core_plug.c:32:
blake2.h:112:5: error: size of array element is not a multiple of its alignment
112 | blake2b_state S[4][1];
| ^~~~~~~~~~~~~
blake2.h:113:5: error: size of array element is not a multiple of its alignment
113 | blake2b_state R[1];
| ^~~~~~~~~~~~~
make[1]: *** [Makefile:1598: argon2_core_plug.o] Error 1
make[1]: Leaving directory '/opt/ultrasafe/bms/install/john/data/john-1.9.0-jumbo-1/src'
make: *** [Makefile:190: default] Error 2
The text was updated successfully, but these errors were encountered: