Issue while make check

Aneela Saleem aneela at platalytics.com
Tue Jun 21 05:00:42 EDT 2016


Hi all,

I have downloaded the latest MIT kerberos release 1.14.2. I can
successfully *make* and *make install *but when i run *make check *i got
following error:


LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`;
export LD_LIBRARY_PATH;  KRB5_CONFIG=../../../config-files/krb5.conf
LC_ALL=C  ./t_authdata
LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`;
export LD_LIBRARY_PATH;  KRB5_CONFIG=../../../config-files/krb5.conf
LC_ALL=C  ./t_pac
LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`;
export LD_LIBRARY_PATH;  KRB5_CONFIG=../../../config-files/krb5.conf
LC_ALL=C  ./t_princ
LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`;
export LD_LIBRARY_PATH;  KRB5_CONFIG=../../../config-files/krb5.conf
LC_ALL=C  ./t_etypes
LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`;
export LD_LIBRARY_PATH;  KRB5_CONFIG=../../../config-files/krb5.conf
LC_ALL=C  ./t_response_items
LD_LIBRARY_PATH=`echo -L../../../lib | sed -e "s/-L//g" -e "s/ /:/g"`;
export LD_LIBRARY_PATH;  KRB5_CONFIG=../../../config-files/krb5.conf
LC_ALL=C  ./t_copy_context
PYTHONPATH=../../../util VALGRIND="" python ./t_expire_warn.py
*** Failure: Unexpected output for noexpire

See testlog for details, or re-run with -v flag.

Use --debug=NUM to run a command under a debugger.  Use
--stop-after=NUM to stop after a daemon is started in order to
attach to it with a debugger.  Use --help to see other options.
make[3]: *** [check-pytests] Error 1
make[3]: Leaving directory `/root/kerberos/krb5-1.14.2/src/lib/krb5/krb'
make[2]: *** [check-recurse] Error 1
make[2]: Leaving directory `/root/kerberos/krb5-1.14.2/src/lib/krb5'
make[1]: *** [check-recurse] Error 1
make[1]: Leaving directory `/root/kerberos/krb5-1.14.2/src/lib'
make: *** [check-recurse] Error 1


Can you please help me figure out the exact issue. Thanks


More information about the Kerberos mailing list