Search Criteria
Package Details: python2-kerberos 1.2.5-2
Git Clone URL: | https://aur.archlinux.org/python2-kerberos.git (read-only, click to copy) |
---|---|
Package Base: | python2-kerberos |
Description: | A high-level wrapper for Kerberos (GSSAPI) operations |
Upstream URL: | https://pypi.python.org/pypi/kerberos |
Licenses: | |
Submitter: | None |
Maintainer: | boosterdev |
Last Packager: | B4SH-B00STER |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2011-07-11 04:06 |
Last Updated: | 2016-11-17 11:46 |
Dependencies (4)
- python2
- python2-setuptools
- python2 (make)
- python2-setuptools (make)
Latest Comments
xico commented on 2012-03-01 17:57
Package is also an optionnal dependency of pyxmpp (if you import pyxmpp.sasl.gssapi).
Please update the package patching the file src/kerberosbasic.h to add
#include <gssapi.h>
at line 19.
hazard commented on 2012-02-17 00:20
Use python2-krbv instead.
Build fails, compile error:
gcc -pthread -DNDEBUG -march=i686 -mtune=generic -O2 -pipe -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python2.7 -c src/kerberos.c -o build/temp.linux-i686-2.7/src/kerberos.o -I/usr/include -I/usr/include
In file included from src/kerberosbasic.h:20:0,
from src/kerberos.c:21:
/usr/include/gssapi/gssapi_generic.h:50:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘extern’
/usr/include/gssapi/gssapi_generic.h:51:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘extern’
/usr/include/gssapi/gssapi_generic.h:52:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘extern’
/usr/include/gssapi/gssapi_generic.h:54:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘extern’
error: command 'gcc' failed with exit status 1
Anonymous comment on 2011-07-11 04:07
offlineimap need this ancient package.