-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Milestone
Description
Description
Builds with system openssl fail.
Test
Build with -Duse_ssl=true -Duse_sys_openssl=true
The Meson build system
Version: 1.0.0
Source dir: /builddir/radare2-5.8.2
Build dir: /builddir/radare2-5.8.2/build
Build type: native build
Project name: radare2
Project version: 5.8.2
C compiler for the host machine: cc (gcc 12.2.0 "cc (GCC) 12.2.0")
C linker for the host machine: cc ld.bfd 2.39
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python3 found: YES (/usr/bin/python3)
Program git found: NO
--- a/meson.build 2023-01-23 05:53:42.000000000 -0500
WARNING: You should add the boolean check kwarg to the run_command call.
--- a/meson.build 2023-01-23 05:53:42.000000000 -0500
It currently defaults to false,
but it will default to true in future releases of meson.
See also: https://github.com/mesonbuild/meson/issues/9300
Message: r2 lib version: 5.8.2
Library dl found: YES
Run-time dependency threads found: YES
Library util found: YES
Library m found: YES
Configuring config.h using configuration
Library magic found: YES
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Run-time dependency libxxhash found: YES 0.8.1
Message: Using system xxhash library
Run-time dependency openssl found: YES 1.1.1t
Message: Using system openssl library
Run-time dependency libuv found: YES 1.44.2
Message: Using libuv
Message: HAVE_PTRACE: true
Message: USE_PTRACE_WRAP: true
Message: R2_CHECKS_LEVEL: 2
meson.build:380:9: ERROR: Unknown variable "use_ssl_crypto".
A full log can be found at /builddir/radare2-5.8.2/build/meson-logs/meson-log.txt
Patch
Not sure if this is right but use_ssl_crypto
is set to false
in the other two locations.
Metadata
Metadata
Assignees
Labels
No labels