From owner-freebsd-questions Tue Dec 10 16:22:56 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 9A30737B401 for ; Tue, 10 Dec 2002 16:22:54 -0800 (PST) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC0243EC2 for ; Tue, 10 Dec 2002 16:22:53 -0800 (PST) (envelope-from kstewart@owt.com) Received: from owt-207-41-94-233.owt.com (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id QAA08837; Tue, 10 Dec 2002 16:12:50 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Kent Stewart To: Kris Kennaway , Steve Bertrand Subject: Re: buildworld...again Date: Tue, 10 Dec 2002 16:12:49 -0800 User-Agent: KMail/1.4.3 Cc: freebsd-questions References: <3DF61347.3040906@northnetworks.ca> <20021210210417.GA41763@rot13.obsecurity.org> In-Reply-To: <20021210210417.GA41763@rot13.obsecurity.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212101612.49621.kstewart@owt.com> 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 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