[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: heimdl 1.2rc1
20 apr 2008 kl. 21.38 skrev Honza MacháÄek:
> Love Hörnquist Åstrand wrote:
>
>> I just dropped the first release candidate for Heimdal 1.2, please
>> test.
>
> I compiled it on Gentoo (with some patches, see https://bugs.gentoo.org/show_bug.cgi?id=185899
> ), x86 architecture (going to test it on amd64 too, as soon as I
> update my amd64 box to have autoconf-2.62 and libtool-2.2 or newer).
> Most tests passed, but one of eight in kdc failed:
>
>> 2008-04-20T11:05:33 Looking for ENC-TS pa-data -- iprop/slave@TEST.H5L.SE
>> 2008-04-20T11:05:33 ENC-TS Pre-authentication succeeded -- iprop/slave@TEST.H5L.SE
>> using aes256-cts-hmac-sha1-96
>> 2008-04-20T11:05:33 Client supported enctypes: aes256-cts-hmac-
>> sha1-96, aes128-cts-hmac-sha1-96, des3-cbc-sha1, des3-cbc-md5,
>> arcfour-hmac-md5, des-cbc-md5, des-cbc-md4, des-cbc-crc
>> 2008-04-20T11:05:33 Using aes256-cts-hmac-sha1-96/aes256-cts-hmac-
>> sha1-96
>> 2008-04-20T11:05:33 AS-REQ authtime: 2008-04-20T11:05:33 starttime:
>> unset endtime: 2008-04-20T21:05:33 renew till: unset
>> 2008-04-20T11:05:33 sending 620 bytes to IPv4:127.0.0.1
>> 2008-04-20T11:05:38 krb5_sendauth: Matching credential (krbtgt/PRIVATE.NET@TEST.H5L.SE
>> ) not found
This would be krb5_sendauth() trying to do cross realm because the
localhost resolved back to localhost.private.net (or something like
that).
>> 2008-04-20T11:05:38 krb5_recvauth: End of file
>> 2008-04-20T11:05:55 ipropd-master terminated
>> 2008-04-20T11:05:55 Terminated
>> master down at 2008-04-20T11:05:55
>> FAIL: check-iprop
>
> Moreover the Gentoo build system (portage) reported the following
> possible problems:
>
>> * QA Notice: Package has poor programming practices which may compile
>> * fine but exhibit random runtime failures.
>> * stringprep.c:102: warning: implicit declaration of function
>> ‘memcpy’
>> sel-lex.l:90: warning: implicit declaration of function
>> ‘vasprintf’
>> * QA Notice: Package has poor programming practices which may compile
>> * fine but exhibit random runtime failures.
>> * stringprep.c:102: warning: incompatible implicit declaration of
>> built-in
>> function ‘memcpy’
Fixed those, stringprep.c included <strings.h> when it should have
included <string.h> and sel-lex.l missed <config.h>.
> Now packages depending on kerberos are being recompiled against
> heimdal 1.2rc1 -- if there appears any problem, I'll report it.
Thanks!
Love
- Follow-Ups:
- Re: heimdl 1.2rc1
- From: =?UTF-8?B?SG9uemEgTWFjaMOhxI1law==?= <Hloupy.Honza@centrum.cz>