Odd error on make check

Kiran Kumar M. mkiran at india.hp.com
Wed Oct 5 23:45:10 EDT 2005


My guess it that the threads support has not been properly configured. 
You may want to try changing the acx_pthread_flags options in all
the configure files. Start with changing -mthreads to whatever gcc 
accepts to compile in threads support ( for the HP-UX ansic compiler -mt 
worked )

HTH
Kiran

jimg wrote:
> Hi,
> 
> I am trying to get MIT kerberos 1.4.2 to run on an HPUX 11.11 box.  The
> make check fails with this:
> 
> + gawk -f ./../../util/et/et_c.awk outfile=ettmp17844.c ettmp17844.et
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DKRB5_KRB4_COMPAT=1
> -DHAVE_BT_RSEQ=1 -DKRB5_PRIVATE=1 -DKRB5_DEPRECATED=1
> -DKRB5_DNS_LOOKUP_KDC=1 -DKRB5_DNS_LOOKUP=1 -DHAVE_RES_SEARCH=1
> -DDELAY_INITIALIZER=1 -DCONSTRUCTOR_ATTR_WORKS=1
> -DDESTRUCTOR_ATTR_WORKS=1 -DUSE_LINKER_FINI_OPTION=1 -DENABLE_THREADS=1
> -DHAVE_PTHREAD=1 -DHAVE_PTHREAD_ONCE=1 -DHAVE_PTHREAD_RWLOCK_INIT=1
> -DHAVE_PTHREAD_RWLOCK_INIT_IN_THREAD_LIB=1 -DYYTEXT_POINTER=1
> -DNO_YYLINENO=1 -DHAVE_SYS_ERRLIST=1 -DNEED_SYS_ERRLIST=1
> -DHAVE_STRERROR=1 -DHAVE_STDARG_H=1 -DSTDC_HEADERS=1
> -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
> -DHAVE_INTTYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1
> -DHAVE_REGCOMP=1   -I../../include -I./../../include
> -I../../include/krb5 -I./../../include/krb5 -I. -I.  -D_REENTRANT
> -D_THREAD_SAFE -D_POSIX_C_SOURCE=199506L -D_REENTRANT -pthread -c
> test2.c
> gcc -L../../lib -Wl,+s -Wl,+b,/usr/local/lib -D_REENTRANT
> -D_THREAD_SAFE -D_POSIX_C_SOURCE=199506L  -o test_et test_et.o test1.o
> test2.o -lcom_err -lkrb5support
> SHLIB_PATH=`echo -L../../lib | sed -e "s/-L//g" -e "s/ /:/g"`; export
> SHLIB_PATH; ./test_et
> Before initiating error table:
> 
> Table name 'krb'
> UNIX  name ''
> Assertion failed: k5int_i->did_run != 0, file error_message.c, line 136
> /bin/sh: 17865 Abort(coredump)
> gmake[2]: *** [check-unix] Error 134
> gmake[2]: Leaving directory `/usr/contrib/src/krb5-1.4.2/src/util/et'
> gmake[1]: *** [check-recurse] Error 1
> gmake[1]: Leaving directory `/usr/contrib/src/krb5-1.4.2/src/util'
> gmake: *** [check-recurse] Error 1
> #
> 
> I would appreciate any comments or suggestions.
> 
> thank much,
> 
> jim
> 


More information about the Kerberos mailing list