From owner-freebsd-questions Sun Oct 20 12:58:45 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 65DE537B401 for ; Sun, 20 Oct 2002 12:58:43 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id E951443E75 for ; Sun, 20 Oct 2002 12:58:41 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id MAA19339; Sun, 20 Oct 2002 12:58:37 -0700 Message-ID: <3DB30AEC.7030701@owt.com> Date: Sun, 20 Oct 2002 12:58:36 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Riley Cc: Kris Kennaway , FreeBSD Questions Subject: Re: Buildworld fails References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Riley wrote: >>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 Have you installed the sendmail port and not turned off building sendmail in /etc/make.conf? Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message