Package Details: bzrtp-git 5.3.0.alpha.r5.g6fc1e23-1

Git Clone URL: https://aur.archlinux.org/bzrtp-git.git (read-only, click to copy)
Package Base: bzrtp-git
Description: Opensource implementation of ZRTP keys exchange protocol
Upstream URL: https://github.com/BelledonneCommunications/bzrtp
Licenses: GPL2
Conflicts: bzrtp
Provides: bzrtp
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 3
Popularity: 0.000000
First Submitted: 2017-07-08 19:33 (UTC)
Last Updated: 2023-06-20 01:56 (UTC)

Dependencies (5)

Required by (3)

Sources (1)

Latest Comments

dreieck commented on 2023-12-22 14:43 (UTC) (edited on 2023-12-22 14:48 (UTC) by dreieck)

Build fails for me:

CMake Error at CMakeLists.txt:49 (find_package):
  By not providing "FindBCToolbox.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "BCToolbox", but CMake did not find one.

  Could not find a package configuration file provided by "BCToolbox"
  (requested version 5.3.0) with any of the following names:

    BCToolboxConfig.cmake
    bctoolbox-config.cmake

  Add the installation prefix of "BCToolbox" to CMAKE_PREFIX_PATH or set
  "BCToolbox_DIR" to a directory containing one of the above files.  If
  "BCToolbox" provides a separate development package or SDK, be sure it has
  been installed.

Package bctoolbox, version 5.2.112-1, is installed. But it needs at least version 5.3.0. Please make the dependency a versioned dependency (bctoolbox>=5.3.0).

Regards and thanks for maintaining!

deraffe commented on 2019-11-14 21:53 (UTC)

Found another one ;-) This PKGBUILD is missing git in its makedepends. See also https://wiki.archlinux.org/index.php/VCS_package_guidelines#Guidelines

frealgagu commented on 2018-05-16 18:48 (UTC)

You should include

-DENABLE_STRICT=NO

flag like the other components to avoid failures. Thanks a lot.