Date: Thu, 1 Aug 2002 10:59:52 -0400 From: "Ken Menzel" <kenm@icarz.com> To: <stable@FreeBSD.ORG> Subject: Re: make -DNOCLEAN buildworld ? Message-ID: <03b201c2396c$1739a460$681663cf@icarz.com> References: <5.1.1.6.0.20020801085659.041e5dc0@marble.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Didn't work for me! /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cryptlib. c:105: #error "Inconsistency between crypto.h and cryptlib.c" mkdep: compile failed *** Error code 1 1 error *** Error code 2 1 error ----- Original Message ----- From: "Mike Tancsa" <mike@sentex.net> To: <stable@FreeBSD.ORG> Sent: Thursday, August 01, 2002 8:59 AM Subject: make -DNOCLEAN buildworld ? > > If I did a buildworld, buildkernel, installkernel, installworld and > rebooted 6hrs ago, and then I cvsup again this morning to get the following > change in the xdr_array.c file > > - if ((c > maxsize && UINT_MAX/elsize < c) && > + if ((c > maxsize || UINT_MAX/elsize < c) && > > am I safe to do the following ? > > cd /usr/src > make -DNOCLEAN buildworld ? > make installworld > > and then restart any of the RPC apps ? > > ---Mike > -------------------------------------------------------------------- > Mike Tancsa, tel +1 519 651 3400 > Sentex Communications, mike@sentex.net > Providing Internet since 1994 www.sentex.net > Cambridge, Ontario Canada www.sentex.net/mike > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > 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?03b201c2396c$1739a460$681663cf>