From owner-freebsd-questions Mon Oct 21 16:21: 6 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 B1EB737B401 for ; Mon, 21 Oct 2002 16:21:04 -0700 (PDT) Received: from aji.wilshire.net (worm.wilshire.net [64.161.77.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id B81BA43E6E for ; Mon, 21 Oct 2002 16:21:03 -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 g9LNFgdJ059611 for ; Mon, 21 Oct 2002 16:15:43 -0700 (PDT) (envelope-from rileyjmc@pacbell.net) From: "Riley" To: "FreeBSD Questions" Subject: RE: Buildworld fails--still Date: Mon, 21 Oct 2002 16:17:58 -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: <20021020202228.GB27617@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: Sunday, October 20, 2002 1:22 PM > > 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? > > They're in there somewhere, just hidden amongst the other output > (that's what -j does) > > Kris Thanks to all who responded previously. buildworld is still failing. The previous issue looks like it was '-j' masking errors produced by sendmail's sasl--synchronizing the cyrus-sasl port and using 4.7-R make.conf fixed this but it still fails. It's building and failing on two different machines. I cvsup'ed new sources on both machines 10/21. Remove /usr/obj/usr and make clean on both. Used make buildworld on both, no -j switch, same make.conf with the following modifications only: CFLAGS= -O -pipe COPTFLAGS= -O -pipe SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl One of these machines has been used as a buildmaster and successfully built 4.6.2-R-p2. The other had built 4.6-R-p? without problems. The "master" is a PPro, the other a p200. They're failing in different places. One, the master: cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include -DPTHREAD_KERNEL -D_THREAD_SAFE -I/usr/src/lib/libc_r/uthread -I/usr/src/lib /libc_r/../../include -D_LOCK_DEBUG -D_PTHREADS_INVARIANTS -D__DBINTERFACE_P RIVATE -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale -DBROKEN _DES -DYP -c /usr/src/lib/libc_r/uthread/uthread_waitpid.c -o uthread_waitpid.o make: don't know how to make /usr/obj/usr/src/i386.usr/include/machine/setjmp.h. Stop *** Error code 2 The other: gzip -cn /usr/src/usr.sbin/i4b/man/iwic.4 > iwic.4.gz ===> usr.sbin/boot0cfg cc -O -pipe -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a rith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch - Wshadow -c /usr/src/usr.sbin/boot0cfg/boot0cfg.c cc -O -pipe -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a rith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch - Wshadow -o boot0cfg boot0cfg.o gzip -cn /usr/src/usr.sbin/boot0cfg/boot0cfg.8 > boot0cfg.8.gz ===> etc ===> etc/sendmail make: don't know how to make freebsd.mc. Stop *** Error code 2 Are these in anyway related? Am I missing something obvious? Thanks, Riley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message