Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

make check was failing in util/gss-kernel-lib due to dependencies
when the build is configured with --with-system-et, because depfix.pl
wasn't smart enough to substitute the dependency on com_err.h in the
current directory. Make depfix.pl smarter, and adjust COM_ERR_DEPS
to be com_err.h in gss-kernel-lib when building with the bundled
com_err.

https://github.com/krb5/krb5/commit/6aff398f9eead4c619d20a55e0c72459b7e1ef51
Commit By: ghudson
Revision: 25468
Changed Files:
U trunk/src/util/depfix.pl
U trunk/src/util/gss-kernel-lib/Makefile.in
U trunk/src/util/gss-kernel-lib/deps
From: Sam Hartman <hartmans@MIT.EDU>
To: krb5-bugs@MIT.EDU
Subject: make check fails in --with-system-et build
Date: Tue, 29 Nov 2011 15:48:02 -0500


The gss kernel lib wants com_err.h.
I believe this is fixed by r24568 (#7014). I'll merge this ticket into
that one.
From: tlyu@mit.edu
Subject: SVN Commit

pull up r25468 from trunk

------------------------------------------------------------------------
r25468 | ghudson | 2011-11-10 23:04:58 -0500 (Thu, 10 Nov 2011) | 12 lines

ticket: 7014
subject: Fix com_err.h dependencies in gss-kernel-lib
target_version: 1.10
tags: pullup

make check was failing in util/gss-kernel-lib due to dependencies
when the build is configured with --with-system-et, because depfix.pl
wasn't smart enough to substitute the dependency on com_err.h in the
current directory. Make depfix.pl smarter, and adjust COM_ERR_DEPS
to be com_err.h in gss-kernel-lib when building with the bundled
com_err.

https://github.com/krb5/krb5/commit/922bf66c30bfadd152e1abc2711b7b1a74694be8
Commit By: tlyu
Revision: 25502
Changed Files:
U branches/krb5-1-10/src/util/depfix.pl
U branches/krb5-1-10/src/util/gss-kernel-lib/Makefile.in
U branches/krb5-1-10/src/util/gss-kernel-lib/deps