[2265] in Kerberos-V5-bugs
make check (t_ser) fails on bsdi 2.0.1
daemon@ATHENA.MIT.EDU (Marco S Hyman)
Thu Sep 26 03:11:54 1996
To: krb5-bugs@MIT.EDU
Date: Thu, 26 Sep 1996 00:11:32 -0700
From: Marco S Hyman <marc@dumbcat.codewright.com>
src/lib/krb5/krb/t_ser fails with:
* krb5_ccache test failed
compiled on BSDI 2.0.1 with gcc-2.7.2 and -O2 optimization (problem also
occurs with no optimization). -v output shows error at:
[ debug output deleted ]
* krb5_auth_context test succeeded
> Resolved default ccache: externalized in 30 bytes
00000000: 97 0e a7 2c 00 00 00 12 46 49 4c 45 3a 74 65 ...,....FILE:te
00000015: 6d 70 5f 63 63 5f 32 39 39 39 30 97 0e a7 2c mp_cc_29990...,
> Resolved default ccache: compare succeeded
* krb5_ccache test failed
The problem seems to be a lock failure. fcc_lock_file calls
fcc_lock_file_posix which fails its fcntl with errno 45: EOPNOTSUPP.
// marc