Date: Mon, 21 Oct 2002 16:17:58 -0700 From: "Riley" <rileyjmc@pacbell.net> To: "FreeBSD Questions" <freebsd-questions@FreeBSD.org> Subject: RE: Buildworld fails--still Message-ID: <HEEELMCBPANKADCOBOFPIEKHHEAA.rileyjmc@pacbell.net> In-Reply-To: <20021020202228.GB27617@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?HEEELMCBPANKADCOBOFPIEKHHEAA.rileyjmc>