Package Details: tini 0.19.0-1

Git Clone URL: https://aur.archlinux.org/tini.git (read-only, click to copy)
Package Base: tini
Description: A tiny but valid `init` for containers
Upstream URL: https://github.com/krallin/tini
Licenses: MIT
Submitter: nfnty
Maintainer: pschichtel
Last Packager: TrialnError
Votes: 4
Popularity: 0.019646
First Submitted: 2016-02-15 18:10 (UTC)
Last Updated: 2024-06-09 21:46 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

piknik commented on 2025-03-31 19:56 (UTC)

Fails to build with new cmake version release (4.0.0):

==> Starting build()...
CMake Error at CMakeLists.txt:1 (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...

I was able to fix this at least temporarily with the following change in the build() function:

cmake -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_POLICY_VERSION_MINIMUM=3.5 .

nfnty commented on 2016-02-15 20:27 (UTC)

Issues and pull requests at https://github.com/nfnty/pkgbuilds