[Slackbuilds-users] krb5 SlackBuild fails with Tcl 8.6.0

Mats Bertil Tegner mats.bertil.tegner at gmail.com
Sat Jun 8 06:42:11 UTC 2013


Hi,
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:
#TCL 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 &&
sed -e "s at interp->result at Tcl_GetStringResult(interp)@g" \
     -i kadmin/testing/util/tcl_kadm5.c &&

Regards,
Mats Tegner


More information about the SlackBuilds-users mailing list