Date: Mon, 15 May 2000 11:49:28 -0400 (EDT) From: Adam <bsdx@looksharp.net> To: stable@freebsd.org Subject: Trouble compiling -stable Message-ID: <Pine.BSF.4.21.0005151147070.14688-100000@turtle.looksharp.net>
next in thread | raw e-mail | index | archive | help
Hello, I am helping someone out by attempting to get their server upgraded from a 3.4stable of unknown age to 4.0-stable ultimately. I have been unable to compile world with 4.0 or 3.4-stable sources and it is always related to a kerberos .h error I believe. Even make includes has this error, even with a pre-emptied /usr/include dir. If I make -k includes it has many more errors. I didnt turn up any hits on this mailing list's archives so this is why I decided to email. Only CFLAGS -O -pipe are specified presently in make.conf. The supfile I used only cvsupped src-all. I have nuked usr/src and usr/obj many times. Please toss me an idea :) Thanks. make includes: ... install -c -o root -g wheel -m 444 /usr/build/src/gnu/lib/libdialog/TESTS/yesno.c /usr/share/examples/libdialog cd /usr/build/src/gnu/lib/libgmp; make beforeinstall install -C -o root -g wheel -m 444 /usr/build/src/gnu/lib/libgmp/../../../contrib/libgmp/gmp.h /usr/include cd /usr/build/src/kerberosIV/lib/libacl; make beforeinstall make: don't know how to make /usr/build/src/kerberosIV/lib/libacl/../../../crypto/kerberosIV/lib/acl/acl.h. $ *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 make buildworld: .c /usr/obj/usr/build/src/tmp/usr/share/examples/libdialog cd /usr/build/src/gnu/lib/libgmp; /usr/obj/usr/build/src/tmp/usr/bin$ beforeinstall install -C -o root -g wheel -m 444 /usr/build/src/gnu/lib/libgmp/../../../contrib/libgmp/gmp.h /usr/obj/usr/build/src/tmp/usr/include cd /usr/build/src/kerberosIV/lib/libacl; /usr/obj/usr/build/src/tmp/usr/bin$ beforeinstall make: don't know how to make /usr/build/src/kerberosIV/lib/libacl/../../../crypto/kerberosIV/lib/acl/acl.h. $ *** Error code 2 Stop. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005151147070.14688-100000>