Package Details: bctoolbox-git 5.3.0.alpha.r10.gb0027df-1

Git Clone URL: https://aur.archlinux.org/bctoolbox-git.git (read-only, click to copy)
Package Base: bctoolbox-git
Description: Utilities library for Belledonne Communications software
Upstream URL: http://www.linphone.org/
Licenses: GPL
Conflicts: bctoolbox
Provides: bctoolbox
Submitter: thrasibule
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 3
Popularity: 0.000000
First Submitted: 2017-07-08 19:02 (UTC)
Last Updated: 2023-11-06 21:16 (UTC)

Dependencies (5)

Required by (13)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

thrasibule commented on 2019-11-11 02:32 (UTC)

@Maniaxx which version of libdecaf do you have installed?

Maniaxx commented on 2019-11-10 13:50 (UTC)

Package doesn't compile due to several compilation errors.

-- Using mbedTLS
CMake Error at /usr/share/decaf/cmake/DecafConfig.cmake:45 (get_target_property):
  get_target_property() called with non-existent target "decaf".

-- Looking for CU_curses_run_tests - not found

-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed

bonkii commented on 2019-03-26 11:37 (UTC) (edited on 2019-03-26 12:09 (UTC) by bonkii)

Is there a reason why line 15 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?

frealgagu commented on 2018-05-23 17:51 (UTC)

The following error is happening:

==> Starting prepare()...
patching file src/logging/logging.c
Hunk #1 FAILED at 344.
1 out of 1 hunk FAILED -- saving rejects to file src/logging/logging.c.rej
==> ERROR: A failure occurred in prepare().
    Aborting...
2018-05-23 12:10:00,911 - wrappers - makepkg - ERROR - makepkg query makepkg -cf --noconfirm failed

Removing the patch fixes the build, but I don't know if this patch was added to latest commit or could be another thing issuing.

frealgagu commented on 2018-05-09 23:05 (UTC)

The following error is happening:

[ 14%] Building C object src/CMakeFiles/bctoolbox.dir/logging/logging.c.o
/tmp/aur/bctoolbox-git/src/bctoolbox/src/logging/logging.c: In function ‘bctbx_strcat_vprintf’:
/tmp/aur/bctoolbox-git/src/bctoolbox/src/logging/logging.c:350:3: error: ‘strncat’ output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation]
   strncat(dst,ret,retlen);
   ^~~~~~~~~~~~~~~~~~~~~~~
/tmp/aur/bctoolbox-git/src/bctoolbox/src/logging/logging.c:347:11: note: length computed here
  retlen = strlen(ret);
           ^~~~~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [src/CMakeFiles/bctoolbox.dir/build.make:76: src/CMakeFiles/bctoolbox.dir/logging/logging.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:104: src/CMakeFiles/bctoolbox.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...