buildworld problem
Joseph Koshy
joseph.koshy at gmail.com
Fri Feb 17 19:52:43 PST 2006
>>> "vb" == "Vincent Blondel" said:
vb> I also put /etc/make.conf on same URL location. I just
vb> optimized this file for a ftp FreeBSD mirror located here in
vb> Brussels.
This seems fine.
vb> In file included from
/usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/der_locl.h:53,
vb> from
/usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/timegm.c:34:
vb> ./asn1_err.h:6:24: et/com_err.h: No such file or directory
Odd. "$OBJDIR/kerberos5/lib/libasn1/asn1_err.h"
on my system does NOT reference <et/com_err.h> at all.
Are you sure your build is really clean?
Here are steps to ensure a clean build:
1: rm -rf SRC-TREE OBJ-TREE
2: chflag -R noschg OBJ-TREE # if OBJ-TREE is still around
3: rm -rf OBJ-TREE #
4: cvs checkout src
5: env -i $SHELL # remove extra ENV variables
6: make __MAKE_CONF=/dev/null buildworld # no make.conf
More information about the freebsd-current
mailing list