Date: Tue, 10 Dec 2002 16:12:49 -0800 From: Kent Stewart <kstewart@owt.com> To: Kris Kennaway <kris@obsecurity.org>, Steve Bertrand <iaccounts@northnetworks.ca> Cc: freebsd-questions <freebsd-questions@FreeBSD.ORG> Subject: Re: buildworld...again Message-ID: <200212101612.49621.kstewart@owt.com> In-Reply-To: <20021210210417.GA41763@rot13.obsecurity.org> References: <3DF61347.3040906@northnetworks.ca> <20021210210417.GA41763@rot13.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 10 December 2002 01:04 pm, Kris Kennaway wrote: > On Tue, Dec 10, 2002 at 11:16:07AM -0500, Steve Bertrand wrote: > > I added more memory and I made it past the ncurses failure, but > > now I get: > > > > sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 =20 > > libcrypto_p.a /usr/obj/usr/src/i386/usr/lib > > sh /usr/src/tools/install.sh -s -o root -g wheel -m 444 > > libcrypto.so.2 /usr/obj/usr/src/i386/usr/lib > > ln -fs libcrypto.so.2 /usr/obj/usr/src/i386/usr/lib/libcrypto.so > > /usr/obj/usr/src/i386/usr/include/des.h -> openssl/des.h > > /usr/obj/usr/src/i386/usr/lib/libdes.so.3 -> libcrypto.so.2 > > /usr/obj/usr/src/i386/usr/lib/libdes.so -> libcrypto.so.2 > > /usr/obj/usr/src/i386/usr/lib/libdes.a -> libcrypto.a > > /usr/obj/usr/src/i386/usr/lib/libdes_p.a -> libcrypto_p.a > > 1 error > > *** Error code 2 > > > > I'm sorry for all trouble, but this has been going on almost 3 > > weeks and I just want it to work once. > > This isn't the error; it's hidden somewhere far back in scrollback > because you're using -j. Re-run the build without -j and post the > real error. It has been my experience that on single cpu systems, the clock time,=20 which is the 3rd time field in a "time make", is always faster with=20 no -j. On my AMD 1600+ XP the -j4 is 10-15% or more slower. The 2000+=20 XP system has slower IDE HDs and -j6 is faster than -j4 and -j4 is=20 20% slower than no -j. The -j6 vs no -j is 30 minutes vs 26. I would also like to see his cvsup-file and make.conf. RELENG_4=20 requires src-sys-crypto. The -j4 may hide the problem but it is down=20 in the crypto region. I feel that no crypto options in the make.conf=20 and cvsuping src-all makes upgrading to the current RELENG_4 much=20 easier. Kent --=20 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212101612.49621.kstewart>