Search Criteria
Package Details: python2-kolabformat 1.1.6-2
Git Clone URL: | https://aur.archlinux.org/python2-kolabformat.git (read-only, click to copy) |
---|---|
Package Base: | python2-kolabformat |
Description: | Python bindings for Kolab XML Format Schema Definitions Library |
Upstream URL: | http://www.kolab.org |
Licenses: | |
Submitter: | javitonino |
Maintainer: | None |
Last Packager: | javitonino |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-02-25 10:28 |
Last Updated: | 2017-07-27 19:19 |
Dependencies (6)
- libkolabxml
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- qt4 (qt4-revert80e3108) (make)
- swig (swig-git) (make)
- xsd (make)
Latest Comments
javitonino commented on 2016-11-12 15:10
Updated to 1.1.6 and I applied @eugenk fix. Although I can not reproduce the issue on my system, the fix should work everywhere, so it's nice to have it. Thanks!
eugenk commented on 2016-11-12 14:10
This fails to build for me because of the prepare step. If I change the code from
prepare() {
mkdir build
...
}
to
prepare() {
mkdir -p "${srcdir}/build"
...
}
then the package builds just fine.
javitonino commented on 2015-12-14 19:02
Forgot to mention: this is most likely due to the update to GCC 5: https://www.archlinux.org/news/c-abi-change/
javitonino commented on 2015-12-14 18:57
I updated it to the latest version instead (1.1.0 -> 1.1.2). Thanks for the tip!
snoewchen commented on 2015-12-13 16:27
After a system update (yaourt -Syua) and rebooting I got the following errors in the log files:
<log>
... wallaced[1268]: ImportError: /usr/lib/python2.7/site-packages/_kolabformat.so: undefined symbol: _ZN5Kolab8DistList7setNameERKSs
...systemd[1]: Failed to start Wallace Content Filter.
</log>
Reinstalling this package (python2-kolabformat) sorted the problem out.
Maybe the version of this package should be bumped?