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
Just saw that building CRIU with the latest vdso changes is failing on s390x:
criu/pie/util-vdso.c: In function ‘elf_symbol_lookup’:
criu/pie/util-vdso.c:313:31: error: initialization of ‘uint32_t *’ {aka ‘unsigned int *’} from incompatible pointer type ‘Hash_t *’ {aka ‘long unsigned int *’} [-Wincompatible-pointer-types]
313 | uint32_t *h = bucket + nbucket + (j - sym_off);
| ^~~~~~
At top level:
cc1: note: unrecognized command-line option ‘-Wno-unknown-warning-option’ may have been intended to silence earlier diagnostics
make[2]: *** [/builddir/build/BUILD/criu-3.19/scripts/nmk/scripts/build.mk:119: criu/pie/util-vdso.o] Error 1
Just saw that building CRIU with the latest vdso changes is failing on s390x:
I haven't had the time to look into it, yet.
CC: @0x7f454c46
The text was updated successfully, but these errors were encountered: