Search Criteria
Package Details: biboumi 9.0-1
Package Actions
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.000002 |
First Submitted: | 2014-07-14 13:04 (UTC) |
Last Updated: | 2020-09-23 10:19 (UTC) |
Dependencies (10)
- botan (botan-gitAUR)
- expat (expat-gitAUR)
- libidn (libidn-gitAUR)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- sqlite (sqlite-fossilAUR)
- udns
- cmake (cmake-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx_rtd_theme (make)
Latest Comments
1 2 3 Next › Last »
sthaan commented on 2024-06-02 04:06 (UTC)
@kousu You have to install
botan2
and it should work. The dependency list saysbotan
but this is wrong. Hopefully it is fixed soon.kousu commented on 2023-09-19 19:12 (UTC)
I get the same C++ errors even if I build in a clean chroot -- plus as crabvk and moparisthebest noted, you have to manually add git to the chroot as well
kousu commented on 2023-09-19 19:03 (UTC)
The build is failing for me with some C++ errors. Does this mean the C++ standard lib got moved around on Arch recently? I don't know what to make of this, does anyone have a clue? I would really like to use biboumi again but I haven't been able to for months.
<details> </details>sthaan commented on 2023-05-03 23:53 (UTC)
After doing a system upgrade biboumi now fails to start with
Installing the
botan2
package solves this problem. Maybe biboumi could also work with botan 3?crabvk commented on 2020-09-23 21:23 (UTC) (edited on 2020-09-23 21:39 (UTC) by crabvk)
@linkmauve
Hi. Please add
git
tomakedepends
, 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
when building in clean chroot. Thus,
'git'
should be added tomakedepends=
.1 2 3 Next › Last »