Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 1996 18:17:03 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        mark@grondar.za (Mark Murray)
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: int'l kerberos build error
Message-ID:  <199602131717.SAA05362@uriah.heep.sax.de>
In-Reply-To: <199602131234.OAA12236@grumble.grondar.za> from "Mark Murray" at Feb 13, 96 02:34:01 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Mark Murray wrote:
> 
> J Wunsch wrote:
> > Is this a generic problem with Kerberos, or is the international
> > crypto CVS tree not in sync?
> 
> Strange. I did a make world about 24 hours ago. It worked just fine...

It seems that two header files are being installed into `obj' subdirs:

# find -L /usr/src/eBones -name 'k*.h'
/usr/src/eBones/include/kdc.h
/usr/src/eBones/include/klog.h
/usr/src/eBones/include/kparse.h
/usr/src/eBones/include/krb.h
/usr/src/eBones/include/krb_conf.h
/usr/src/eBones/include/krb_db.h
/usr/src/eBones/lib/libkadm/obj/kadm_err.h
                    ^^^^^^^^^^^^^^^^^^^^^^
/usr/src/eBones/lib/libkadm/kadm.h
/usr/src/eBones/lib/libkrb/obj/krb_err.h
                    ^^^^^^^^^^^^^^^^^^^^
/usr/src/eBones/usr.sbin/kadmind/kadm_server.h
/usr/src/eBones/usr.sbin/kprop/kprop.h

Perhaps a missing ${.CURDIR} somewhere in the Makefiles?  The above
.h's are the offenders that prevent the successful build.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602131717.SAA05362>