-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Test failure on OpenBSD - tests/test-pe.c:390: rule does not match contents #2085
Comments
This looks like a difference between Lines 294 to 388 in 8616165
|
After a lot of iterations (modify test-pe in
After some searchs in issues, mine seems to be a duplicate of #2046. |
I would like to try to build Yara on OpenBSD using OpenSSL lib instead of LibreSSL.
I don't find in |
FYI, I succeeded to compile and test Yara with OpenSSL instead of LibreSSL on OpenBSD (amd64).
$ /usr/local/bin/eopenssl31 version
OpenSSL 3.1.6 4 Jun 2024 (Library: OpenSSL 3.1.6 4 Jun 2024)
$ LD_LIBRARY_PATH=/usr/local/lib/eopenssl31/ make check
(...)
make check-TESTS
PASS: test-arena
PASS: test-alignment
PASS: test-atoms
PASS: test-api
PASS: test-rules
PASS: test-pe
PASS: test-elf
PASS: test-version
PASS: test-bitmask
PASS: test-math
PASS: test-stack
PASS: test-re-split
PASS: test-async
PASS: test-string
PASS: test-exception
PASS: test-macho
PASS: test-dex
PASS: test-dotnet
PASS: test-magic
make all-am
============================================================================
Testsuite summary for yara 4.5.1
============================================================================
# TOTAL: 19
# PASS: 19
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================ |
Bug
make check
Expected behavior
All tests should pass.
Please complete the following information:
OpenBSD 7.5-current (GENERIC.MP) #93
)The text was updated successfully, but these errors were encountered: