[Slackbuilds-users] krb5 SlackBuild fails with Tcl 8.6.0

Mats Bertil Tegner mats.bertil.tegner at gmail.com
Sat Jun 8 08:07:45 UTC 2013


On 06/08/2013 09:03 AM, Willy Sudiarto Raharjo wrote:
>     krb5 fails to build with Tcl 8.6.0 under -current. Add these lines
>     to krb5.SlackBuild after cd $PRGNAM-$VERSION/src
>     and it builds nicely:
>     #T.L 8.6 build fix
>     sed -e "s at python2.5/Python.h@& python2.7/Python.h at g" \
>          -e "s at -lpython2.5]@&,\n
>     AC_CHECK_LIB(python2.7,main,[__PYTHON_LIB=-lpython2.7])@g" \
>          -i configure.in <http://configure.in> &&
>     sed -e "s at interp->result at Tcl___GetStringResult(interp)@g" \
>          -i kadmin/testing/util/tcl_kadm5.__c &&
>
> Current is not officially supported, so I guess the maintainer will
> submit an update when slackware 14.1 gets released.

Ok, but if -current users wants to build krb5 in the meantime they can 
use the above mentioned fix courtesy of BLFS: 
http://www.linuxfromscratch.org/blfs/view/svn/postlfs/mitkrb.html

Mats



More information about the SlackBuilds-users mailing list