Package Details: belle-sip 5.4.50-1

Git Clone URL: https://aur.archlinux.org/belle-sip.git (read-only, click to copy)
Package Base: belle-sip
Description: A Voice-over-IP phone
Upstream URL: https://github.com/BelledonneCommunications/belle-sip/
Licenses: GPL-3.0-only
Submitter: Barthalion
Maintainer: thrasibule
Last Packager: thrasibule
Votes: 12
Popularity: 0.000000
First Submitted: 2018-01-07 17:31 (UTC)
Last Updated: 2025-10-21 17:07 (UTC)

Latest Comments

1 2 Next › Last »

darkfm commented on 2025-10-02 22:32 (UTC)

Build fails on modern GCC:

/home/kouta/belle-sip/src/belle-sip-5.3.5/src/dns/dns.c: In function ‘dns_aaaa_arpa’:
/home/kouta/belle-sip/src/belle-sip-5.3.5/src/dns/dns.c:2793:46: error: initializer-string for array of ‘unsigned char’ truncates NUL terminator but destination lacks ‘nonstring’ attribute (17 chars into 16 available) [-Werror=unterminated-string-initialization]
 2793 |         static const unsigned char hex[16] = "0123456789abcdef";
      |                                              ^~~~~~~~~~~~~~~~~~
/home/kouta/belle-sip/src/belle-sip-5.3.5/src/dns/dns.c: In function ‘dns_sshfp_print’:
/home/kouta/belle-sip/src/belle-sip-5.3.5/src/dns/dns.c:3385:46: error: initializer-string for array of ‘unsigned char’ truncates NUL terminator but destination lacks ‘nonstring’ attribute (17 chars into 16 available) [-Werror=unterminated-string-initialization]
 3385 |         static const unsigned char hex[16] = "0123456789abcdef";
      |                                              ^~~~~~~~~~~~~~~~~~

Can be fixed with this change to the PKGBUILD:

build() {
  CFLAGS="-Wno-error=unterminated-string-initialization" cmake -B build "$pkgname-$pkgver" \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DBUILD_SHARED_LIBS=YES \
        -DENABLE_MDNS=YES \
        -DENABLE_STRICT=YES \
        -DENABLE_UNIT_TESTS=NO
  make -C build
}

xiretza commented on 2023-04-30 20:40 (UTC)

Breaks with bctoolbox>=5.3 because of https://gitlab.linphone.org/BC/public/bctoolbox/-/commit/2e334fcb803f3130aa818c35994e81e2ab24d6d9, could you add depends=('bctoolbox<5.3') for now to avoid the -git version being used?

xythobuz commented on 2022-06-10 09:30 (UTC)

Build fails on my machine:

build/belle-sip/src/belle-sip-5.1.10/include/belle-sip/utils.h:39:24: error: pointer 'name_with_path' used after 'free' [-Werror=use-after-free]

simona commented on 2021-08-05 08:49 (UTC)

thx. now ok.

simona commented on 2021-08-05 08:14 (UTC)

CMake Error at CMakeLists.txt:88 (find_package):
Could not find a package configuration file provided by "belr" with any of
the following names:


belrConfig.cmake

belr-config.cmake


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

simona commented on 2020-10-28 18:48 (UTC)

l'installazione di bctoolbox (4.4.6-1) interrompe la dipendenza 'bctoolbox=4.4.0' richiesta da belle-sip
:-(

simona commented on 2020-06-25 06:42 (UTC)

l'installazione di bctoolbox (4.4.0-1) interrompe la dipendenza 'bctoolbox=4.3.1' richiesta da belle-sip
upgrade dep?

dampkwab commented on 2020-03-19 02:15 (UTC) (edited on 2020-03-19 02:20 (UTC) by dampkwab)

I think this package is missing a make dependency - building the package requires cmake. I was able to resolve on my machine by manually installing extra/cmake package.

Could you update the below line in PKGBUILD?

makedepends=('cmake' 'git')

jose1711 commented on 2019-12-14 19:55 (UTC)

i was able to compile this after applying patches from debian sid

trem0r commented on 2019-05-01 06:49 (UTC) (edited on 2019-05-01 06:50 (UTC) by trem0r)

Finding that ./linphone --verbose reports the following and fails to open the application. It has been working fine since the latest update - I assume there was a QT upgrade that may have caused this but I am not certain.


[01:34:12:802][Info]Core:linphone: linphone_core_fetch_friends_lists_from_db(): 1 results fetched, completed in 0 ms
[01:34:12:802][0x5650d1993420][Warning]QSocketNotifier: Socket notifiers cannot be enabled or disabled from another thread
[01:34:12:802][Warning]Core:belle-sip: QT: QSocketNotifier: Socket notifiers cannot be enabled or disabled from another thread