From owner-freebsd-stable Sat Jul 22 10:29: 9 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 5BD5737BC20 for ; Sat, 22 Jul 2000 10:29:05 -0700 (PDT) (envelope-from jhb@pike.osd.bsdi.com) Received: (from jhb@localhost) by pike.osd.bsdi.com (8.9.3/8.9.3) id KAA01053; Sat, 22 Jul 2000 10:28:38 -0700 (PDT) (envelope-from jhb) From: John Baldwin Message-Id: <200007221728.KAA01053@pike.osd.bsdi.com> Subject: Re: 4.1-RC buildworld failure In-Reply-To: <20000719220323.A37091@seanrees.com> from Sean-Paul Rees at "Jul 19, 2000 10:03:23 pm" To: Sean-Paul Rees Date: Sat, 22 Jul 2000 10:28:38 -0700 (PDT) Cc: stable@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sean-Paul Rees wrote: > CVSup'ed at about 20:00 PDT from cvsup4. System is a P2 300/192MB, /usr/src > is on a 4.5GB UW SCSI drive. No previous problems with compiles, other than > the occasional minorly broken source tree ;) The system is running 4.0-S from > 6/24/2000. > > [root@valiant]-/usr/src# make -j 4 buildworld > ... > ... > ... > ... > cd /usr/src/gnu/usr.bin/perl/x2p/a2pl; make _EXTRADEPEND > echo a2p: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend > ===> gnu/usr.bin/perl/x2p/s2pl > ===> gnu/usr.bin/perl/x2p/find2pl > ===> gnu/usr.sbin > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error When you use make -j X, you need to include enough of the log to show where the actual error is. In this case, you haven't included the error message from the program that actually did. > Is make -j 4 ok with buildworld? I've seen it break some other software builds, > but this is the first time I've done it with the FreeBSD source tree. Could be. Try it without -jX and see. :) > I tried building 4.1-RC on my other P2 300 today and it wouldn't work both > tiems I tried. However, it failed both times compiling some sort of network > code. Please provide the error message so this can be fixed. > Shall I just assume this was just a brainfart somewhere and give it a go > tomorrow? > > -- > Cheers, > Sean -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message