-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[systemd] turn off AFL #5084
[systemd] turn off AFL #5084
Conversation
It seems AFLplusplus isn't compatible with meson. Since yesterday systemd has been failing to build due to an unused command line argument: ``` Compiler stdout: Compiler stderr: clang-12: error: /src/aflplusplus/afl-compiler-rt.o: 'linker' input unused [-Werror,-Wunused-command-line-argument] clang-12: error: -Wl,--dynamic-list=/src/aflplusplus/dynamic_list.txt: 'linker' input unused [-Werror,-Wunused-command-line-argument] meson.build:647:16: ERROR: Problem encountered: unable to determine gperf len type + exit 1 ``` I'm not sure where the argument comes from but it looks like another variation on mesonbuild/meson#4542
It should help to make it more clear what causes issues like https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30140 and google/oss-fuzz#5084
IMHO the issue is |
It should help to make it more clear what causes issues like https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30140 and google/oss-fuzz#5084
It should help to make it more clear what causes issues like https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=30140 and google/oss-fuzz#5084
Can this bug be fixed @vanhauser-thc , i guess projects can enable @evverx - instead of disabling AFL, can you try
i think that should fix this. |
Closing as i plan to revert afl-clang-fast cl for now. |
It seems AFLplusplus isn't compatible with meson. Since yesterday systemd has been
failing to build due to an unused command line argument:
I'm not sure where the argument comes from but it looks like another variation on mesonbuild/meson#4542