From owner-freebsd-stable Mon May 15 8:49:13 2000 Delivered-To: freebsd-stable@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id EAE3D37B863 for ; Mon, 15 May 2000 08:49:07 -0700 (PDT) (envelope-from bsdx@looksharp.net) Received: from localhost (bsdx@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id LAA49529 for ; Mon, 15 May 2000 11:49:28 -0400 (EDT) (envelope-from bsdx@looksharp.net) Date: Mon, 15 May 2000 11:49:28 -0400 (EDT) From: Adam To: stable@freebsd.org Subject: Trouble compiling -stable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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