On Tue, 15 Mar 2022 15:22:15 +1100 Daniel Black <dan...@mariadb.org> wrote:
> The error is earlier in the logs:
>
> -- Looking for sched_getcpu - found
> -- Could NOT find PMEM (missing: PMEM_LIBRARIES PMEM_INCLUDE_DIR)
> CMake Error at storage/innobase/CMakeLists.txt:345 (MESSAGE):
> WITH_PMEM=ON cannot be satisfied
>
> When the configure stage fails, the builds outputs the
> CMakeOutput/Error logs to complement this error earlier in the logs.
> In this case its not useful but other times it is.
>
> so the architecture test in debian/rules isn't right as it adds WITH_PMEM=ON.
>

WITH_PMEM=ON doesn't seem explicitly added to the options on x32, so I'm wondering if WITH_PMEM=OFF shouldn't be added explicitly on architectures where libpmem is not available/supported

Reply via email to