Search Criteria
Package Details: biboumi 8.3-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: | |
Submitter: | linkmauve |
Maintainer: | linkmauve (Ppjet6) |
Last Packager: | linkmauve |
Votes: | 7 |
Popularity: | 0.000134 |
First Submitted: | 2014-07-14 13:04 |
Last Updated: | 2018-06-01 11:07 |
Dependencies (8)
- botan (botan-git)
- expat (expat-git)
- libidn (libidn-git)
- postgresql-libs (postgresql-git, postgresql-src-beta-libs, postgresql-9.4, agensgraph-git, postgresql-libs-1c, postgresql-libs-10, postgresql-lts-libs, postgresql-9.6, postgresql-src-libs, postgresql-9.5)
- sqlite (sqlite-fossil, sqlite-replication)
- udns
- cmake (cmake-git) (make)
- pandoc (pandoc-cabal, pandoc-bin) (make)
Latest Comments
1 2 Next › Last »
moparisthebest commented on 2019-08-27 03:32
this requires 'git' added to makedepends now to build
crt commented on 2018-08-08 00:41
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
Since botan was upgraded today (2.7.0-1 -> 2.7.0-2) Biboumi now fails to start because of a missing library.
crt commented on 2018-01-26 04:14
Makes sense - and now everything is fine. Thanks :)
linkmauve commented on 2018-01-26 01:55
You have to rebuild biboumi whenever botan updates, as the soname is different. I did bump the pkgver after 2.4 arrived in community, so it’s your fault for having built biboumi before upgrading your system. :)
As for the pandoc issue, it seems like it’s been built against a different version of ghc, the latest version is correctly 8.2.2 and haskell-yaml correctly 0.8.28, make sure both of these libraries are up to date, make sure to never do any partial upgrade of your system, but otherwise I don’t know what exactly is going wrong as pandoc seems to work here.
Additionally, for the person having marked this package as outdated, 7.2 doesn’t bring any useful change here, it just adds back the possibility to build against gcc 4.9, which we don’t care about on ArchLinux.
crt commented on 2018-01-25 22:54
Tried going from 7.0 to 7.1 using pandoc 2.0.6-25 and the build failed with:
/usr/bin/pandoc: error while loading shared libraries: libHSyaml-0.8.28-AmE8V5EQZVE3A13VoENjeN-ghc8.2.2.so: cannot open shared object file: No such file or directory make[2]: [CMakeFiles/doc.dir/build.make:61: doc/biboumi.1] Error 127 make[1]: [CMakeFiles/Makefile2:308: CMakeFiles/doc.dir/all] Error 2 make: *** [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in package().
Using the former 2.0.6-18 seems to have got around the error, but with
[ 36%] Generating doc/biboumi.1 [WARNING] Reference not found for 'biboumi' at line 41 column 71
Also - starting biboumi with the latest botan 2.4.0-1 fails due to a library error, so have to stay with botan 2.3.0-1 for now.
PreparationH67 commented on 2016-11-15 20:12
FYI it seems the version of litesql-git I had installed, via the AUR, causes a compile time error. The solution was to reinstall litesql-git as the version had changed, but the package seems to not have updated normally.
whoami commented on 2016-08-13 23:17
https://dev.louiz.org/issues/3221
whoami commented on 2016-08-13 23:06
I have checksum error with biboumi-3.0.tar.xz on two machines. Any ideas? modification on server?
gdamjan commented on 2015-01-09 10:49
the systemd service should specify a user, no need to run it as root. I guess "nobody" would be fine