Date: Sat, 22 Jul 2000 10:28:38 -0700 (PDT) From: John Baldwin <jhb@pike.osd.bsdi.com> To: Sean-Paul Rees <sean@seanrees.com> Cc: stable@FreeBSD.org Subject: Re: 4.1-RC buildworld failure Message-ID: <200007221728.KAA01053@pike.osd.bsdi.com> In-Reply-To: <20000719220323.A37091@seanrees.com> from Sean-Paul Rees at "Jul 19, 2000 10:03:23 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@bsdi.com> -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007221728.KAA01053>