Hi,
I am using python2.6.5 and I am facing issues while building the pynfs testsuite.
I am using same machine as server and client.

root@ubuntu:/newpynfs# exportfs -v
/tmp/vaibhawi/nfs4
                <world>(rw,wdelay,no_root_squash,no_subtree_check,fsid=0)

cloned from:
git clone git://git.linux-nfs.org/projects/iisaman/newpynfs.git

Even if the build failed, i tried the nfs4.1 and build it there.

root@ubuntu:/newpynfs/nfs4.1# python setup.py build
running build
running build_py
Input file is pnfs_block.x
Will use output files pnfs_block_const.py, pnfs_block_type.py, and pnfs_block_pack.py
/usr/local/lib/python2.6/dist-packages/ply/yacc.py:70: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import re, types, sys, cStringIO, md5, os.path
yacc: Generating LALR parsing table...
Input file is nfs4.x
Will use output files nfs4_const.py, nfs4_type.py, and nfs4_pack.py
yacc: Generating LALR parsing table...
Ignoring program NFS4_PROGRAM = 100003
Ignoring program NFS4_CALLBACK = 0x40000000L
Input file is sctrl.x
Will use output files sctrl_const.py, sctrl_type.py, and sctrl_pack.py
yacc: Generating LALR parsing table...
copying pnfs_block_type.py -> build/lib.linux-i686-2.6/nfs4
copying sctrl_type.py -> build/lib.linux-i686-2.6/nfs4
copying pnfs_block_pack.py -> build/lib.linux-i686-2.6/nfs4
copying pnfs_block_const.py -> build/lib.linux-i686-2.6/nfs4
copying sctrl_pack.py -> build/lib.linux-i686-2.6/nfs4
copying nfs4_const.py -> build/lib.linux-i686-2.6/nfs4
copying nfs4_pack.py -> build/lib.linux-i686-2.6/nfs4
copying sctrl_const.py -> build/lib.linux-i686-2.6/nfs4
copying nfs4_type.py -> build/lib.linux-i686-2.6/nfs4
root@ubuntu:/newpynfs/nfs4.1# python setup.py install
running install
running build
running build_py
Input file is pnfs_block.x
Will use output files pnfs_block_const.py, pnfs_block_type.py, and pnfs_block_pack.py
/usr/local/lib/python2.6/dist-packages/ply/yacc.py:70: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import re, types, sys, cStringIO, md5, os.path
yacc: Generating LALR parsing table...
Input file is nfs4.x
Will use output files nfs4_const.py, nfs4_type.py, and nfs4_pack.py
yacc: Generating LALR parsing table...
Ignoring program NFS4_PROGRAM = 100003
Ignoring program NFS4_CALLBACK = 0x40000000L
Input file is sctrl.x
Will use output files sctrl_const.py, sctrl_type.py, and sctrl_pack.py
yacc: Generating LALR parsing table...
copying pnfs_block_type.py -> build/lib.linux-i686-2.6/nfs4
copying sctrl_type.py -> build/lib.linux-i686-2.6/nfs4
copying pnfs_block_pack.py -> build/lib.linux-i686-2.6/nfs4
copying pnfs_block_const.py -> build/lib.linux-i686-2.6/nfs4
copying sctrl_pack.py -> build/lib.linux-i686-2.6/nfs4
copying nfs4_const.py -> build/lib.linux-i686-2.6/nfs4
copying nfs4_pack.py -> build/lib.linux-i686-2.6/nfs4
copying sctrl_const.py -> build/lib.linux-i686-2.6/nfs4
copying nfs4_type.py -> build/lib.linux-i686-2.6/nfs4
running install_lib
copying build/lib.linux-i686-2.6/nfs4/pnfs_block_type.py -> /usr/local/lib/python2.6/dist-packages/nfs4
copying build/lib.linux-i686-2.6/nfs4/sctrl_type.py -> /usr/local/lib/python2.6/dist-packages/nfs4
copying build/lib.linux-i686-2.6/nfs4/pnfs_block_pack.py -> /usr/local/lib/python2.6/dist-packages/nfs4
copying build/lib.linux-i686-2.6/nfs4/pnfs_block_const.py -> /usr/local/lib/python2.6/dist-packages/nfs4
copying build/lib.linux-i686-2.6/nfs4/sctrl_pack.py -> /usr/local/lib/python2.6/dist-packages/nfs4
copying build/lib.linux-i686-2.6/nfs4/nfs4_const.py -> /usr/local/lib/python2.6/dist-packages/nfs4
copying build/lib.linux-i686-2.6/nfs4/nfs4_pack.py -> /usr/local/lib/python2.6/dist-packages/nfs4
copying build/lib.linux-i686-2.6/nfs4/sctrl_const.py -> /usr/local/lib/python2.6/dist-packages/nfs4
copying build/lib.linux-i686-2.6/nfs4/nfs4_type.py -> /usr/local/lib/python2.6/dist-packages/nfs4
byte-compiling /usr/local/lib/python2.6/dist-packages/nfs4/pnfs_block_type.py to pnfs_block_type.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/nfs4/sctrl_type.py to sctrl_type.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/nfs4/pnfs_block_pack.py to pnfs_block_pack.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/nfs4/pnfs_block_const.py to pnfs_block_const.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/nfs4/sctrl_pack.py to sctrl_pack.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/nfs4/nfs4_const.py to nfs4_const.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/nfs4/nfs4_pack.py to nfs4_pack.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/nfs4/sctrl_const.py to sctrl_const.pyc
byte-compiling /usr/local/lib/python2.6/dist-packages/nfs4/nfs4_type.py to nfs4_type.pyc
running install_egg_info
Removing /usr/local/lib/python2.6/dist-packages/nfs4-0.0.0.egg-info
Writing /usr/local/lib/python2.6/dist-packages/nfs4-0.0.0.egg-info
root@ubuntu:/newpynfs/nfs4.1# 



But facing following issues:
root@ubuntu:/newpynfs/nfs4.1# python ./testserver.py localhost:/ --maketree -v all
Could not find gssapi module, proceeding without
INFO   :rpc.poll:got connection from ('127.0.0.1', 46167), assigned to fd=5
INFO   :rpc.thread:Called connect(('localhost', 2049))
INFO   :rpc.poll:Adding 6 generated by another thread
INFO   :test.env:Created client to localhost, 2049
INFO   :nfs.client.cb:********************
INFO   :nfs.client.cb:Handling CB_NULL
Initialization failed, no tests run.
Traceback (most recent call last):
  File "./testserver.py", line 386, in <module>
    main()
  File "./testserver.py", line 349, in main
    env.init()
  File "/newpynfs/nfs4.1/server41tests/environment.py", line 149, in init
    self._maketree(sess)
  File "/newpynfs/nfs4.1/server41tests/environment.py", line 165, in _maketree
    "LOOKUP /%s," % '/'.join(path))
  File "/newpynfs/nfs4.1/server41tests/environment.py", line 280, in checklist
    raise testmod.FailureException(msg)
testmod.FailureException: LOOKUP /tmp, should return NFS4_OK or NFS4ERR_NOENT, instead got NFS4ERR_PERM
root@ubuntu:/newpynfs/nfs4.1# 


When I build in newpynfs I get errors for gssapi:

I could not find the Python.h on the system.


build errors:
root@ubuntu:/newpynfs# python setup.py build
This just runs the setup.py file in each of the following dirs:
['ply', 'xdr', 'gssapi', 'rpc', 'nfs4.1']
If you want more control, say no and do it by hand
Continue? (y/n) y


Moving to ply
running build
running build_py


Moving to xdr
running build
running build_py
running build_scripts


Moving to gssapi
running build
running build_ext
building '_gssapi' extension
swigging gssapi.i to gssapi_wrap.c
swig -python -o gssapi_wrap.c gssapi.i
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c gssapi_wrap.c -o build/temp.linux-i686-2.6/gssapi_wrap.o -Wall
gssapi_wrap.c:125:20: error: Python.h: No such file or directory
gssapi_wrap.c:756: error: expected â)â before â*â token
gssapi_wrap.c:780: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:806: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:860: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:881: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c: In function âSWIG_Python_AddErrorMsgâ:
gssapi_wrap.c:928: error: âPyObjectâ undeclared (first use in this function)
gssapi_wrap.c:928: error: (Each undeclared identifier is reported only once
gssapi_wrap.c:928: error: for each function it appears in.)
gssapi_wrap.c:928: error: âtypeâ undeclared (first use in this function)
gssapi_wrap.c:929: error: âvalueâ undeclared (first use in this function)
gssapi_wrap.c:930: error: âtracebackâ undeclared (first use in this function)
gssapi_wrap.c:932: warning: implicit declaration of function âPyErr_Occurredâ
gssapi_wrap.c:932: warning: implicit declaration of function âPyErr_Fetchâ
gssapi_wrap.c:935: error: âold_strâ undeclared (first use in this function)
gssapi_wrap.c:935: warning: implicit declaration of function âPyObject_Strâ
gssapi_wrap.c:936: warning: implicit declaration of function âPyErr_Clearâ
gssapi_wrap.c:937: warning: implicit declaration of function âPy_XINCREFâ
gssapi_wrap.c:939: warning: implicit declaration of function âPyErr_Formatâ
gssapi_wrap.c:939: warning: implicit declaration of function âSWIG_Python_str_AsCharâ
gssapi_wrap.c:941: warning: implicit declaration of function âPy_DECREFâ
gssapi_wrap.c:944: warning: implicit declaration of function âPyErr_SetStringâ
gssapi_wrap.c:944: error: âPyExc_RuntimeErrorâ undeclared (first use in this function)
gssapi_wrap.c: At top level:
gssapi_wrap.c:1049: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1124: error: expected â)â before â*â token
gssapi_wrap.c:1132: error: expected â)â before â*â token
gssapi_wrap.c:1143: error: expected â)â before â*â token
gssapi_wrap.c:1150: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1196: error: expected â)â before â*â token
gssapi_wrap.c:1298: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1309: error: expected specifier-qualifier-list before âPyObjectâ
gssapi_wrap.c: In function âSWIG_Python_CheckImplicitâ:
gssapi_wrap.c:1321: error: âSwigPyClientDataâ has no member named âimplicitconvâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:1324: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1333: error: expected â)â before â*â token
gssapi_wrap.c: In function âSwigPyClientData_Delâ:
gssapi_wrap.c:1388: warning: implicit declaration of function âPy_XDECREFâ
gssapi_wrap.c:1388: error: âSwigPyClientDataâ has no member named ânewrawâ
gssapi_wrap.c:1389: error: âSwigPyClientDataâ has no member named ânewargsâ
gssapi_wrap.c:1390: error: âSwigPyClientDataâ has no member named âdestroyâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:1396: error: expected specifier-qualifier-list before âPyObject_HEADâ
gssapi_wrap.c:1403: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1409: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1431: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1437: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1443: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1471: error: expected declaration specifiers or â...â before âFILEâ
gssapi_wrap.c: In function âSwigPyObject_printâ:
gssapi_wrap.c:1477: error: âPyObjectâ undeclared (first use in this function)
gssapi_wrap.c:1477: error: âreprâ undeclared (first use in this function)
gssapi_wrap.c:1477: warning: implicit declaration of function âSwigPyObject_reprâ
gssapi_wrap.c:1481: warning: implicit declaration of function âfputsâ
gssapi_wrap.c:1481: error: âfpâ undeclared (first use in this function)
gssapi_wrap.c: At top level:
gssapi_wrap.c:1490: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c: In function âSwigPyObject_compareâ:
gssapi_wrap.c:1501: error: âSwigPyObjectâ has no member named âptrâ
gssapi_wrap.c:1502: error: âSwigPyObjectâ has no member named âptrâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:1507: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1524: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1526: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1533: error: expected â)â before â*â token
gssapi_wrap.c:1538: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1542: error: expected â)â before â*â token
gssapi_wrap.c:1576: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1593: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1609: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1621: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1633: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1681: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âswigobject_methodsâ
gssapi_wrap.c:1693: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1700: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1833: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1851: error: expected specifier-qualifier-list before âPyObject_HEADâ
gssapi_wrap.c:1858: error: expected declaration specifiers or â...â before âFILEâ
gssapi_wrap.c: In function âSwigPyPacked_printâ:
gssapi_wrap.c:1861: error: âfpâ undeclared (first use in this function)
gssapi_wrap.c:1862: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1862: error: âSwigPyPackedâ has no member named âsizeâ
gssapi_wrap.c:1866: error: âSwigPyPackedâ has no member named âtyâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:1871: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1882: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c: In function âSwigPyPacked_compareâ:
gssapi_wrap.c:1896: error: âSwigPyPackedâ has no member named âsizeâ
gssapi_wrap.c:1897: error: âSwigPyPackedâ has no member named âsizeâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âsizeâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âsizeâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âsizeâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: warning: left-hand operand of comma expression has no effect
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: warning: left-hand operand of comma expression has no effect
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: warning: left-hand operand of comma expression has no effect
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: warning: left-hand operand of comma expression has no effect
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âpackâ
gssapi_wrap.c:1899: error: âSwigPyPackedâ has no member named âsizeâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:1902: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1904: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:1911: error: expected â)â before â*â token
gssapi_wrap.c:1917: error: expected â)â before â*â token
gssapi_wrap.c:1926: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2008: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2028: error: expected â)â before â*â token
gssapi_wrap.c:2044: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2050: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2065: error: expected â)â before â*â token
gssapi_wrap.c:2116: error: expected â)â before â*â token
gssapi_wrap.c:2131: error: expected â)â before â*â token
gssapi_wrap.c:2222: error: expected â)â before â*â token
gssapi_wrap.c:2254: error: expected â)â before â*â token
gssapi_wrap.c:2276: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2346: error: expected â)â before â*â token
gssapi_wrap.c:2367: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2385: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2406: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c: In function âSWIG_Python_GetModuleâ:
gssapi_wrap.c:2427: warning: implicit declaration of function âPyCObject_Importâ
gssapi_wrap.c:2428: warning: assignment makes pointer from integer without a cast
gssapi_wrap.c: At top level:
gssapi_wrap.c:2442: error: expected â)â before â*â token
gssapi_wrap.c: In function âSWIG_Python_DestroyModuleâ:
gssapi_wrap.c:2483: warning: implicit declaration of function âSWIG_Thisâ
gssapi_wrap.c: In function âSWIG_Python_SetModuleâ:
gssapi_wrap.c:2488: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âswig_empty_runtime_method_tableâ
gssapi_wrap.c:2488: error: âswig_empty_runtime_method_tableâ undeclared (first use in this function)
gssapi_wrap.c:2488: error: expected expression before â]â token
gssapi_wrap.c:2494: error: âPyObjectâ undeclared (first use in this function)
gssapi_wrap.c:2494: error: âmoduleâ undeclared (first use in this function)
gssapi_wrap.c:2494: warning: implicit declaration of function âPy_InitModuleâ
gssapi_wrap.c:2497: error: âpointerâ undeclared (first use in this function)
gssapi_wrap.c:2497: warning: implicit declaration of function âPyCObject_FromVoidPtrâ
gssapi_wrap.c:2499: warning: implicit declaration of function âPyModule_AddObjectâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:2506: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c: In function âSWIG_Python_TypeQueryâ:
gssapi_wrap.c:2515: error: âPyObjectâ undeclared (first use in this function)
gssapi_wrap.c:2515: error: âcacheâ undeclared (first use in this function)
gssapi_wrap.c:2515: warning: implicit declaration of function âSWIG_Python_TypeCacheâ
gssapi_wrap.c:2516: error: âkeyâ undeclared (first use in this function)
gssapi_wrap.c:2516: warning: implicit declaration of function âSWIG_Python_str_FromCharâ
gssapi_wrap.c:2517: error: âobjâ undeclared (first use in this function)
gssapi_wrap.c:2517: warning: implicit declaration of function âPyDict_GetItemâ
gssapi_wrap.c:2520: warning: implicit declaration of function âPyCObject_AsVoidPtrâ
gssapi_wrap.c:2526: warning: implicit declaration of function âPyDict_SetItemâ
gssapi_wrap.c: In function âSWIG_Python_AddErrMesgâ:
gssapi_wrap.c:2545: error: âPyObjectâ undeclared (first use in this function)
gssapi_wrap.c:2545: error: âtypeâ undeclared (first use in this function)
gssapi_wrap.c:2546: error: âvalueâ undeclared (first use in this function)
gssapi_wrap.c:2547: error: âtracebackâ undeclared (first use in this function)
gssapi_wrap.c:2551: error: âold_strâ undeclared (first use in this function)
gssapi_wrap.c: In function âSWIG_Python_ArgFailâ:
gssapi_wrap.c:2574: warning: implicit declaration of function âsnprintfâ
gssapi_wrap.c:2574: warning: incompatible implicit declaration of built-in function âsnprintfâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:2582: error: expected â)â before â*â token
gssapi_wrap.c:2590: error: expected declaration specifiers or â...â before âPyObjectâ
gssapi_wrap.c: In function âSWIG_Python_TypeErrorâ:
gssapi_wrap.c:2604: error: âobjâ undeclared (first use in this function)
gssapi_wrap.c:2606: error: âPyObjectâ undeclared (first use in this function)
gssapi_wrap.c:2606: error: âstrâ undeclared (first use in this function)
gssapi_wrap.c:2609: error: âPyExc_TypeErrorâ undeclared (first use in this function)
gssapi_wrap.c: At top level:
gssapi_wrap.c:2629: error: expected â)â before â*â token
gssapi_wrap.c:2690:4: error: #error "This python version requires swig to be run with the '-classic' option"
gssapi_wrap.c:2717:27: error: gssapi/gssapi.h: No such file or directory
gssapi_wrap.c:2724: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âkrb5oidâ
gssapi_wrap.c:2731: error: expected â)â before âmajorâ
gssapi_wrap.c:2746: error: expected specifier-qualifier-list before âgss_name_tâ
gssapi_wrap.c: In function âdelete_Nameâ:
gssapi_wrap.c:2753: error: âOM_uint32â undeclared (first use in this function)
gssapi_wrap.c:2753: error: expected â;â before âminorâ
gssapi_wrap.c:2757: warning: implicit declaration of function âprintfâ
gssapi_wrap.c:2757: warning: incompatible implicit declaration of built-in function âprintfâ
gssapi_wrap.c:2759: warning: implicit declaration of function âgss_release_bufferâ
gssapi_wrap.c:2759: error: âminorâ undeclared (first use in this function)
gssapi_wrap.c:2759: error: âNameâ has no member named âname_bufferâ
gssapi_wrap.c:2760: error: âNameâ has no member named âhandleâ
gssapi_wrap.c:2761: warning: implicit declaration of function âgss_release_nameâ
gssapi_wrap.c:2761: error: âNameâ has no member named âhandleâ
gssapi_wrap.c:2762: warning: implicit declaration of function âfreeâ
gssapi_wrap.c:2762: warning: incompatible implicit declaration of built-in function âfreeâ
gssapi_wrap.c: In function â_Name_fillâ:
gssapi_wrap.c:2768: error: âOM_uint32â undeclared (first use in this function)
gssapi_wrap.c:2768: error: expected â;â before âmajorâ
gssapi_wrap.c:2770: error: âmajorâ undeclared (first use in this function)
gssapi_wrap.c:2770: warning: implicit declaration of function âgss_display_nameâ
gssapi_wrap.c:2770: error: âminorâ undeclared (first use in this function)
gssapi_wrap.c:2770: error: âNameâ has no member named âhandleâ
gssapi_wrap.c:2770: error: âNameâ has no member named âname_bufferâ
gssapi_wrap.c:2771: error: âNameâ has no member named âoidâ
gssapi_wrap.c:2773: warning: implicit declaration of function âthrow_exceptionâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:2780: error: expected â)â before ânameâ
gssapi_wrap.c:2823: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âName_name_getâ
gssapi_wrap.c:2828: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2838: error: expected specifier-qualifier-list before âgss_OIDâ
gssapi_wrap.c:2841: error: expected â)â before âoidâ
gssapi_wrap.c: In function âdelete_OIDâ:
gssapi_wrap.c:2855: warning: incompatible implicit declaration of built-in function âfreeâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:2858: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2863: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2879: error: expected specifier-qualifier-list before âgss_OID_setâ
gssapi_wrap.c:2883: error: expected â)â before âsetâ
gssapi_wrap.c: In function âdelete_OIDsetâ:
gssapi_wrap.c:2899: error: âOM_uint32â undeclared (first use in this function)
gssapi_wrap.c:2899: error: expected â;â before âminorâ
gssapi_wrap.c:2900: warning: incompatible implicit declaration of built-in function âprintfâ
gssapi_wrap.c:2902: error: âOIDsetâ has no member named âhandleâ
gssapi_wrap.c:2903: warning: implicit declaration of function âgss_release_oid_setâ
gssapi_wrap.c:2903: error: âminorâ undeclared (first use in this function)
gssapi_wrap.c:2903: error: âOIDsetâ has no member named âhandleâ
gssapi_wrap.c:2904: warning: incompatible implicit declaration of built-in function âfreeâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:2908: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2913: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:2939: error: expected specifier-qualifier-list before âgss_cred_id_tâ
gssapi_wrap.c:2949: error: expected â)â before âusageâ
gssapi_wrap.c: In function âdelete_Credentialâ:
gssapi_wrap.c:3015: error: âOM_uint32â undeclared (first use in this function)
gssapi_wrap.c:3015: error: expected â;â before âminorâ
gssapi_wrap.c:3016: error: âCredentialâ has no member named âpy_nameâ
gssapi_wrap.c:3017: error: âCredentialâ has no member named âpy_mechsâ
gssapi_wrap.c:3018: warning: implicit declaration of function âgss_release_credâ
gssapi_wrap.c:3018: error: âminorâ undeclared (first use in this function)
gssapi_wrap.c:3018: error: âCredentialâ has no member named âhandleâ
gssapi_wrap.c:3019: warning: incompatible implicit declaration of built-in function âprintfâ
gssapi_wrap.c:3020: warning: incompatible implicit declaration of built-in function âfreeâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:3023: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3029: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3038: error: expected specifier-qualifier-list before âgss_ctx_id_tâ
gssapi_wrap.c: In function ânew_Contextâ:
gssapi_wrap.c:3056: warning: implicit declaration of function âPyErr_NoMemoryâ
gssapi_wrap.c: In function âdelete_Contextâ:
gssapi_wrap.c:3064: error: âOM_uint32â undeclared (first use in this function)
gssapi_wrap.c:3064: error: expected â;â before âminorâ
gssapi_wrap.c:3065: warning: incompatible implicit declaration of built-in function âprintfâ
gssapi_wrap.c:3066: error: âContextâ has no member named âhandleâ
gssapi_wrap.c:3067: warning: implicit declaration of function âgss_delete_sec_contextâ
gssapi_wrap.c:3067: error: âminorâ undeclared (first use in this function)
gssapi_wrap.c:3067: error: âContextâ has no member named âhandleâ
gssapi_wrap.c:3068: error: âContextâ has no member named âpy_snameâ
gssapi_wrap.c:3069: error: âContextâ has no member named âpy_tnameâ
gssapi_wrap.c:3070: warning: incompatible implicit declaration of built-in function âfreeâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:3073: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3082: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c: In function â_Context_fillâ:
gssapi_wrap.c:3096: error: âOM_uint32â undeclared (first use in this function)
gssapi_wrap.c:3096: error: expected â;â before âmajorâ
gssapi_wrap.c:3099: error: âContextâ has no member named âsource_nameâ
gssapi_wrap.c:3100: error: âContextâ has no member named âsource_nameâ
gssapi_wrap.c:3102: error: âContextâ has no member named âtarget_nameâ
gssapi_wrap.c:3103: error: âContextâ has no member named âtarget_nameâ
gssapi_wrap.c:3106: error: âmajorâ undeclared (first use in this function)
gssapi_wrap.c:3106: warning: implicit declaration of function âgss_inquire_contextâ
gssapi_wrap.c:3106: error: âminorâ undeclared (first use in this function)
gssapi_wrap.c:3106: error: âContextâ has no member named âhandleâ
gssapi_wrap.c:3107: error: âContextâ has no member named âsource_nameâ
gssapi_wrap.c:3108: error: âContextâ has no member named âtarget_nameâ
gssapi_wrap.c:3109: error: âContextâ has no member named âlifetimeâ
gssapi_wrap.c:3109: error: âContextâ has no member named âmechâ
gssapi_wrap.c:3110: error: âContextâ has no member named âflagsâ
gssapi_wrap.c:3110: error: âContextâ has no member named âlocalâ
gssapi_wrap.c:3110: error: âContextâ has no member named âopenâ
gssapi_wrap.c:3115: error: âContextâ has no member named âsource_nameâ
gssapi_wrap.c:3118: error: âContextâ has no member named âtarget_nameâ
gssapi_wrap.c:3121: error: âContextâ has no member named âpy_snameâ
gssapi_wrap.c:3121: warning: implicit declaration of function âSWIG_Python_NewPointerObjâ
gssapi_wrap.c:3121: error: âContextâ has no member named âsource_nameâ
gssapi_wrap.c:3123: error: âContextâ has no member named âpy_snameâ
gssapi_wrap.c:3125: error: âContextâ has no member named âpy_tnameâ
gssapi_wrap.c:3125: error: âContextâ has no member named âtarget_nameâ
gssapi_wrap.c:3127: error: âContextâ has no member named âpy_tnameâ
gssapi_wrap.c:3128: error: âContextâ has no member named âpy_snameâ
gssapi_wrap.c:3129: error: âContextâ has no member named âsource_nameâ
gssapi_wrap.c:3135: error: âENOMEMâ undeclared (first use in this function)
gssapi_wrap.c:3138: error: âContextâ has no member named âsource_nameâ
gssapi_wrap.c:3139: error: âContextâ has no member named âtarget_nameâ
gssapi_wrap.c:3140: error: âContextâ has no member named âsource_nameâ
gssapi_wrap.c:3141: error: âContextâ has no member named âtarget_nameâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:3146: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âContext_initâ
gssapi_wrap.c:3182: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âContext_acceptâ
gssapi_wrap.c:3219: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âContext_getMICâ
gssapi_wrap.c:3240: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âContext_verifyMICâ
gssapi_wrap.c:3256: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âContext_wrapâ
gssapi_wrap.c:3285: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3345: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3353: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3371: error: expected â)â before â*â token
gssapi_wrap.c: In function âSWIG_CanCastAsIntegerâ:
gssapi_wrap.c:3427: error: âerrnoâ undeclared (first use in this function)
gssapi_wrap.c:3427: error: âEDOMâ undeclared (first use in this function)
gssapi_wrap.c:3427: error: âERANGEâ undeclared (first use in this function)
gssapi_wrap.c: At top level:
gssapi_wrap.c:3451: error: expected â)â before â*â token
gssapi_wrap.c:3495: error: expected â)â before â*â token
gssapi_wrap.c:3510: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3518: error: expected â)â before â*â token
gssapi_wrap.c:3557: error: expected â)â before â*â token
gssapi_wrap.c:3590: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3611: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3617: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âkrb5oid_ptrâ
gssapi_wrap.c:3620: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âreordered_init_sec_contextâ
gssapi_wrap.c:3641: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âreordered_gss_accept_sec_contextâ
gssapi_wrap.c:3659: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âreordered_gss_get_micâ
gssapi_wrap.c:3670: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âreordered_gss_wrapâ
gssapi_wrap.c:3685: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3707: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3768: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3797: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3833: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3863: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3870: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3906: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3935: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3965: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:3995: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4002: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4038: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4067: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4097: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4127: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4134: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4156: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4178: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4200: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4271: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4300: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4330: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4360: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4367: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4389: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4411: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4433: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4455: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4477: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4498: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4527: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4669: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4761: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4836: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:4916: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5002: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5057: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5087: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5117: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5124: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5152: error: expected â)â before â*â token
gssapi_wrap.c:5158: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5166: error: expected â)â before â*â token
gssapi_wrap.c:5172: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5180: error: expected â)â before â*â token
gssapi_wrap.c:5186: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5194: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5288: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5522: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5732: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5840: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:5950: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:6077: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:6196: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:6331: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:6416: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:6488: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:6586: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:6709: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:6787: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âSwigMethodsâ
gssapi_wrap.c:7203: error: expected specifier-qualifier-list before âPyObjectâ
gssapi_wrap.c:7209: error: expected specifier-qualifier-list before âPyObject_HEADâ
gssapi_wrap.c:7213: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:7222: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:7261: error: expected declaration specifiers or â...â before âFILEâ
gssapi_wrap.c: In function âswig_varlink_printâ:
gssapi_wrap.c:7263: error: âPyObjectâ undeclared (first use in this function)
gssapi_wrap.c:7263: error: âstrâ undeclared (first use in this function)
gssapi_wrap.c:7263: warning: implicit declaration of function âswig_varlink_strâ
gssapi_wrap.c:7264: warning: implicit declaration of function âfprintfâ
gssapi_wrap.c:7264: warning: incompatible implicit declaration of built-in function âfprintfâ
gssapi_wrap.c:7264: error: âfpâ undeclared (first use in this function)
gssapi_wrap.c: In function âswig_varlink_deallocâ:
gssapi_wrap.c:7273: error: âswig_varlinkobjectâ has no member named âvarsâ
gssapi_wrap.c:7275: error: âswig_globalvarâ has no member named ânextâ
gssapi_wrap.c:7276: warning: incompatible implicit declaration of built-in function âfreeâ
gssapi_wrap.c: At top level:
gssapi_wrap.c:7282: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:7300: error: expected declaration specifiers or â...â before âPyObjectâ
gssapi_wrap.c: In function âswig_varlink_setattrâ:
gssapi_wrap.c:7302: error: âswig_varlinkobjectâ has no member named âvarsâ
gssapi_wrap.c:7305: error: âswig_globalvarâ has no member named âset_attrâ
gssapi_wrap.c:7305: error: âpâ undeclared (first use in this function)
gssapi_wrap.c:7308: error: âswig_globalvarâ has no member named ânextâ
gssapi_wrap.c:7311: error: âPyExc_NameErrorâ undeclared (first use in this function)
gssapi_wrap.c: At top level:
gssapi_wrap.c:7316: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:7376: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:7386: error: expected â)â before â*â token
gssapi_wrap.c:7402: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token
gssapi_wrap.c:7415: error: expected â)â before â*â token
gssapi_wrap.c:7442: error: expected â)â before â*â token
gssapi_wrap.c: In function âinit_gssapiâ:
gssapi_wrap.c:7502: error: âPyObjectâ undeclared (first use in this function)
gssapi_wrap.c:7502: error: âmâ undeclared (first use in this function)
gssapi_wrap.c:7502: error: âdâ undeclared (first use in this function)
gssapi_wrap.c:7502: warning: left-hand operand of comma expression has no effect
gssapi_wrap.c:7518: warning: implicit declaration of function âSWIG_Python_FixMethodsâ
gssapi_wrap.c:7518: error: âSwigMethodsâ undeclared (first use in this function)
gssapi_wrap.c:7525: warning: implicit declaration of function âPyModule_GetDictâ
gssapi_wrap.c:7528: warning: implicit declaration of function âSWIG_Python_InstallConstantsâ
gssapi_wrap.c:7531: warning: implicit declaration of function âPyDict_SetItemStringâ
gssapi_wrap.c:7531: warning: implicit declaration of function âSWIG_globalsâ
gssapi_wrap.c:7532: warning: implicit declaration of function âSWIG_Python_addvarlinkâ
gssapi_wrap.c:7532: error: âSwig_var_NT_HOSTBASED_SERVICE_getâ undeclared (first use in this function)
gssapi_wrap.c:7532: error: âSwig_var_NT_HOSTBASED_SERVICE_setâ undeclared (first use in this function)
gssapi_wrap.c:7533: error: âSwig_var_NT_USER_NAME_getâ undeclared (first use in this function)
gssapi_wrap.c:7533: error: âSwig_var_NT_USER_NAME_setâ undeclared (first use in this function)
gssapi_wrap.c:7534: error: âSwig_var_krb5oid_getâ undeclared (first use in this function)
gssapi_wrap.c:7534: error: âSwig_var_krb5oid_setâ undeclared (first use in this function)
gssapi_wrap.c:7535: warning: implicit declaration of function âSWIG_Python_SetConstantâ
gssapi_wrap.c:7535: warning: implicit declaration of function âSWIG_From_intâ
error: command 'gcc' failed with exit status 1


Moving to rpc
running build
running build_py
Input file is gss.x
Will use output files gss_const.py, gss_type.py, and gss_pack.py
/usr/local/lib/python2.6/dist-packages/ply/yacc.py:70: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import re, types, sys, cStringIO, md5, os.path
Input file is rpc.x
Will use output files rpc_const.py, rpc_type.py, and rpc_pack.py
copying gss_type.py -> build/lib.linux-i686-2.6/rpc
copying gss_const.py -> build/lib.linux-i686-2.6/rpc
copying gss_pack.py -> build/lib.linux-i686-2.6/rpc
copying rpc_const.py -> build/lib.linux-i686-2.6/rpc
copying rpc_type.py -> build/lib.linux-i686-2.6/rpc
copying rpc_pack.py -> build/lib.linux-i686-2.6/rpc


Moving to nfs4.1
running build
running build_py
Input file is pnfs_block.x
Will use output files pnfs_block_const.py, pnfs_block_type.py, and pnfs_block_pack.py
/usr/local/lib/python2.6/dist-packages/ply/yacc.py:70: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import re, types, sys, cStringIO, md5, os.path
yacc: Generating LALR parsing table...
Input file is nfs4.x
Will use output files nfs4_const.py, nfs4_type.py, and nfs4_pack.py
yacc: Generating LALR parsing table...
Ignoring program NFS4_PROGRAM = 100003
Ignoring program NFS4_CALLBACK = 0x40000000L
Input file is sctrl.x
Will use output files sctrl_const.py, sctrl_type.py, and sctrl_pack.py
yacc: Generating LALR parsing table...
copying pnfs_block_type.py -> build/lib.linux-i686-2.6/nfs4
copying sctrl_type.py -> build/lib.linux-i686-2.6/nfs4
copying pnfs_block_pack.py -> build/lib.linux-i686-2.6/nfs4
copying pnfs_block_const.py -> build/lib.linux-i686-2.6/nfs4
copying sctrl_pack.py -> build/lib.linux-i686-2.6/nfs4
copying nfs4_const.py -> build/lib.linux-i686-2.6/nfs4
copying nfs4_pack.py -> build/lib.linux-i686-2.6/nfs4
copying sctrl_const.py -> build/lib.linux-i686-2.6/nfs4
copying nfs4_type.py -> build/lib.linux-i686-2.6/nfs4
root@ubuntu:/newpynfs#