Package Details: lib32-yaml-cpp 0.8.0-1

Git Clone URL: https://aur.archlinux.org/lib32-yaml-cpp.git (read-only, click to copy)
Package Base: lib32-yaml-cpp
Description: YAML parser and emitter in C++, written around the YAML 1.2 spec (32-bits)
Upstream URL: https://github.com/jbeder/yaml-cpp
Licenses: MIT
Submitter: TimeVortex
Maintainer: alex_courtis
Last Packager: alex_courtis
Votes: 2
Popularity: 0.001366
First Submitted: 2018-08-12 15:26 (UTC)
Last Updated: 2025-04-07 01:14 (UTC)

Latest Comments

alex_courtis commented on 2025-03-29 23:43 (UTC)

Failing following cmake 4.0 release.

Adding -DCMAKE_POLICY_VERSION_MINIMUM=3.5 or -DCMAKE_POLICY_VERSION_MINIMUM=4.0 results in a successful build.

: ; makepkg -f --nocheck OPTIONS=-debug PKGEXT='.pkg.tar' --dir /tmp/lib32-yaml-cpp
==> Making package: lib32-yaml-cpp 0.8.0-1 (Sun 30 Mar 2025 10:38:51)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading 0.8.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  993k  100  993k    0     0  2166k      0 --:--:-- --:--:-- --:--:-- 9884k
==> Validating source files with sha512sums...
    0.8.0.tar.gz ... Passed
==> Extracting sources...
  -> Extracting 0.8.0.tar.gz with bsdtar
==> Starting build()...
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.


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().
    Aborting...