From owner-freebsd-questions Sun Oct 20 12:20:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7311C37B401 for ; Sun, 20 Oct 2002 12:20:37 -0700 (PDT) Received: from aji.wilshire.net (worm.wilshire.net [64.161.77.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B7F943E88 for ; Sun, 20 Oct 2002 12:20:36 -0700 (PDT) (envelope-from rileyjmc@pacbell.net) Received: from emilyd (emilyd.wilshire.net [10.100.123.20]) by aji.wilshire.net (8.12.3/8.12.3) with SMTP id g9KJF3t2023267; Sun, 20 Oct 2002 12:15:07 -0700 (PDT) (envelope-from rileyjmc@pacbell.net) From: "Riley" To: "Kris Kennaway" Cc: "FreeBSD Questions" Subject: RE: Buildworld fails Date: Sun, 20 Oct 2002 12:17:12 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <20021020042757.GA15169@xor.obsecurity.org> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: Kris Kennaway > Sent: Saturday, October 19, 2002 9:28 PM > To: Riley > Cc: Kris Kennaway; FreeBSD Questions > Subject: Re: Buildworld fails > > > On Sat, Oct 19, 2002 at 09:35:33AM -0700, Riley wrote:> > > > The fact that there's no actual error message shown indicates that > > > you're doing make installworld with a -j option. This is not > > > supported and as you have found is likely to fail. > > > > > > Kris > > > > The lack of an error message did seem odd. Thanks for the heads up. > > > > Is the Handbook out of date? According the Build World section: > > > # make -j4 buildworld > > buildworld != installworld. > > Kris > Yes, that was the original issue, 'make -j4 buildworld' fails. I thought your response of 'installworld' was a typo. ;-) So the -j switch isn't the problem? As indicated by the fact that make buildworld is still failing, but without the '-j' option at least it fails with an error message. I've tried the old (4.6.2) /etc/make.conf and the new (4.7) one. If -j indeed was suppressing the error output it looks like the problem is from a previous install of cyrus-sasl (1), which puts the headers in /usr/local/include/sasl The 4.7 make.conf refers to /usr/local/include/sasl1, which is what the latest port installs to. So I'm trying with the new make.conf file (with sasl enabled) and a new installation of the cyrus-sasl port. Hope this works. (It might be worth noting that the existing build of 4.6.2-RELEASE-p2 did complete after fixing a somewhat similar problem with enabling sasl in sendmail.) What I don't understand is why "make -j4 buildworld" had meaningful error messages (referring to missing sasl.h and saslutil.h) building 4.6.2 but nothing in 4.7 until the -j switch was removed? Riley Here's the latest error from "make buildworld": In file included from /usr/src/lib/libmilter/../../contrib/sendmail/libmilter/sm_gethost.c:14: /usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:133: sasl.h: No such file or directory /usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:134: saslutil.h: No such file or directory mkdep: compile failed *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message