Package Details: biboumi 9.0-1

Git Clone URL: https://aur.archlinux.org/biboumi.git (read-only, click to copy)
Package Base: biboumi
Description: XMPP gateway to IRC
Upstream URL: https://biboumi.louiz.org/
Licenses: zlib
Submitter: linkmauve
Maintainer: linkmauve (Ppjet6)
Last Packager: linkmauve
Votes: 9
Popularity: 0.31
First Submitted: 2014-07-14 13:04 (UTC)
Last Updated: 2020-09-23 10:19 (UTC)

Latest Comments

1 2 Next › Last »

crabvk commented on 2020-09-23 21:23 (UTC) (edited on 2020-09-23 21:39 (UTC) by crabvk)

@linkmauve
Hi. Please add git to makedepends, because still getting error: could not find git for clone of catch in clean chroot.
https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot

moparisthebest commented on 2020-08-22 21:30 (UTC)

Nope still requires git in makedepends even with catch2/latest PKGBUILD

crabvk commented on 2020-06-10 18:54 (UTC) (edited on 2020-08-16 17:39 (UTC) by crabvk)

@linkmauve
Yup, the same error. git is only make dependency for catch2, so it's not installed with catch2.

linkmauve commented on 2020-06-10 18:50 (UTC)

Hi, I added catch2 instead, can you try again without git installed?

crabvk commented on 2020-06-10 18:43 (UTC) (edited on 2020-06-10 18:44 (UTC) by crabvk)

Hi. I got

CMake Error at /usr/share/cmake-3.17/Modules/ExternalProject.cmake:2454 (message):
error: could not find git for clone of catch

when building in clean chroot. Thus, 'git' should be added to makedepends=.

crabvk commented on 2020-03-14 16:51 (UTC)

Thank you for the well configured package!

There's one problem I faced, from biboumi.log:

[WARNING]: src/main.cpp:36:     Failed to bind on port 113: Permission denied

(that's identd can't start)
To solve this, please add AmbientCapabilities=CAP_NET_BIND_SERVICE to the .service file in [Service] section. More info in the docs https://doc.biboumi.louiz.org/admin.html#identd-port

moparisthebest commented on 2019-08-27 03:32 (UTC)

CMake Error at /usr/share/cmake-3.15/Modules/ExternalProject.cmake:2410 (message):
  error: could not find git for clone of catch

this requires 'git' added to makedepends now to build

crt commented on 2018-08-08 00:41 (UTC) (edited on 2018-08-08 00:41 (UTC) by crt)

Temporary "fix" is to manually do ln -s /usr/lib/libbotan-2.so.7.7.0 /usr/lib/libbotan-2.so.5.

crt commented on 2018-08-06 23:39 (UTC)

Since botan was upgraded today (2.7.0-1 -> 2.7.0-2) Biboumi now fails to start because of a missing library.

/usr/bin/biboumi: error while loading shared libraries: libbotan-2.so.5: cannot open shared object file: No such file or directory

crt commented on 2018-01-26 04:14 (UTC)

Makes sense - and now everything is fine. Thanks :)