Notices where this attachment appears
-
@mint @lanodan I've got the EXIF-stripping off and have been testing with a text file, but to be certain, I tried this anyway. It didn't work, but it gave me the idea that, since I've been testing with a text file, maybe I should check libmagic:
$ file deps/majic/priv/libmagic_port
deps/majic/priv/libmagic_port: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, with debug_info, not stripped
That shouldn't exist: I did deps.clean and rebuilt all of them, specifically to avoid this problem. So then `find deps -type f -executable | xargs file | grep x86-64`. Most of the executables in there are indeed aarch64, except two: deps/fast_html/c_src/lexbor/CMakeFiles/3.19.3/CMakeDetermineCompilerABI_C.bin and deps/fast_html/c_src/lexbor/CMakeFiles/3.19.3/CMakeDetermineCompilerABI_CXX.bin. I'm not sure what lexbor is, but I imagine that if it was even in use, that way more shit would have broken if we were actually using it anywhere.
Anyway, check it out:
geniusretard.jpg