Package Details: belr-git 4.4.0.alpha.r1.gbaf137e-1

Git Clone URL: https://aur.archlinux.org/belr-git.git (read-only, click to copy)
Package Base: belr-git
Description: A library for working with vCards
Upstream URL: http://www.linphone.org/
Licenses: GPL
Conflicts: belr
Provides: belr
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 2
Popularity: 0.000000
First Submitted: 2017-10-15 17:33 (UTC)
Last Updated: 2019-12-17 03:01 (UTC)

Dependencies (3)

Required by (5)

Sources (1)

Latest Comments

dreieck commented on 2023-12-22 16:21 (UTC)

Build fails for me with belr-tester.h:26:10: fatal error: bctoolbox/tester.h: No such file or directory:

[ 70%] Building CXX object tester/CMakeFiles/belr-tester.dir/belr-tester.cpp.o
In file included from /tmp/makepkg/build/belr-git/src/belr/tester/belr-tester.cpp:20:
/tmp/makepkg/build/belr-git/src/belr/tester/belr-tester.h:26:10: fatal error: bctoolbox/tester.h: No such file or directory
   26 | #include <bctoolbox/tester.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [tester/CMakeFiles/belr-tester.dir/build.make:76: tester/CMakeFiles/belr-tester.dir/belr-tester.cpp.o] Error 1

bctoolbox version 5.3.1 is installed.

Regards!

luntik2012 commented on 2019-10-31 09:21 (UTC)

Scanning dependencies of target belr
[ 11%] Building CXX object src/CMakeFiles/belr.dir/abnf.cpp.o
[ 22%] Building CXX object src/CMakeFiles/belr.dir/belr.cpp.o
[ 33%] Building CXX object src/CMakeFiles/belr.dir/grammarbuilder.cpp.o
[ 44%] Building CXX object src/CMakeFiles/belr.dir/parser.cpp.o
[ 55%] Building CXX object src/CMakeFiles/belr.dir/binarystream.cpp.o
[ 66%] Linking CXX shared library libbelr.so
[ 66%] Built target belr
Scanning dependencies of target belr_tester
[ 77%] Building CXX object tester/CMakeFiles/belr_tester.dir/belr-tester.cpp.o
In file included from /tmp/yaourt-tmp-nick/aur-belr-git/src/belr/tester/belr-tester.cpp:20:
/tmp/yaourt-tmp-nick/aur-belr-git/src/belr/tester/belr-tester.h:23:10: fatal error: bctoolbox/tester.h: No such file or directory
   23 | #include <bctoolbox/tester.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [tester/CMakeFiles/belr_tester.dir/build.make:63: tester/CMakeFiles/belr_tester.dir/belr-tester.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:165: tester/CMakeFiles/belr_tester.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().

hugleo commented on 2019-09-23 14:42 (UTC)

CMake Error at CMakeLists.txt:52 (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 0.0.5) 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.

bonkii commented on 2019-03-26 11:52 (UTC) (edited on 2019-03-26 12:08 (UTC) by bonkii)

Is there a reason why line 17 of PKGBUILD is

source=("git://github.com/BelledonneCommunications/$_pkgname.git")

and not

source=("git+https://github.com/BelledonneCommunications/$_pkgname.git")

? Why shouldn't it be possible to clone the repo via both ssh and https?

cguenther commented on 2018-01-09 12:52 (UTC)

I toggled a dependency problem.

This package gelr-git is tried to be installed, when i install linphone-desktop-git. belr-git depends on bctoolbox and installs in my case the community version of bctoolbox, which then leads to the following error:

CMake Error at CMakeLists.txt:53 (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 0.0.3) 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.

This is caused by the fact, that the bctoolbox from community does not provide the cmake files. bctoolbox-git does provide those files. So this package should depend hardly on bctoolbox-git, without the option of using bctoolbox from community.