Package Details: entropy-assessment 1.1.8-1

Git Clone URL: https://aur.archlinux.org/entropy-assessment.git (read-only, click to copy)
Package Base: entropy-assessment
Description: C++ implementation of the NIST Special Publication 800-90B
Upstream URL: https://github.com/usnistgov/SP800-90B_EntropyAssessment
Licenses: custom:public-domain
Submitter: iyanmv
Maintainer: iyanmv
Last Packager: iyanmv
Votes: 1
Popularity: 0.000000
First Submitted: 2022-05-12 16:32 (UTC)
Last Updated: 2024-07-15 08:10 (UTC)

Latest Comments

iyanmv commented on 2026-02-13 10:40 (UTC)

antoniovazquez: exactly, your issue is with libdivsufsort. Build that manually by adding the patch you suggested here, and then you will be able to build this PKGBUILD without issues.

iyanmv commented on 2026-02-13 10:29 (UTC)

antoniovazquez: this package does not use CMake. The error you are seeing is probably from trying to build some of its dependencies. If you hadn't truncate the error message you would have seen.

antoniovazquez commented on 2026-02-13 10:23 (UTC)

Package does not compile due to CMake minimum version support:

CMake Error at CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

It would be convinient to patch.

Thanks!