From owner-freebsd-stable@FreeBSD.ORG Fri Nov 18 17:29:42 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA94816A41F for ; Fri, 18 Nov 2005 17:29:42 +0000 (GMT) (envelope-from Zimmerman.Eric@con-way.com) Received: from ljcqs131.cnf.com (mail-cluster.cnf.com [63.230.177.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48CF543D45 for ; Fri, 18 Nov 2005 17:29:38 +0000 (GMT) (envelope-from Zimmerman.Eric@con-way.com) Received: from ljcqs131.cnf.com (localhost [127.0.0.1]) by localhost.cnf.com (Postfix) with ESMTP id 80284183A73 for ; Fri, 18 Nov 2005 09:29:37 -0800 (PST) Received: from ciies004.conway.prod.con-way.com (cnfdcx-131-slb-01-in.cnf.com [10.0.108.131]) by ljcqs131.cnf.com (Postfix) with ESMTP id 5FB6E183A78 for ; Fri, 18 Nov 2005 09:29:37 -0800 (PST) Received: from qgaes001.conway.prod.con-way.com ([10.40.10.68]) by ciies004.conway.prod.con-way.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 18 Nov 2005 09:28:21 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 18 Nov 2005 11:28:19 -0600 Message-ID: <12AAD6CC50A25841834F43955F39B66E02B2BD0E@qgaes001.conway.prod.con-way.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Update from 5.4 to 6.0 Thread-Index: AcXsYreqJ0Fv+2gcSyKbacrdXM7bsgAAp+bw From: "Zimmerman, Eric" To: X-OriginalArrivalTime: 18 Nov 2005 17:28:21.0707 (UTC) FILETIME=[791309B0:01C5EC65] Subject: RE: Update from 5.4 to 6.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2005 17:29:43 -0000 > On Friday 18 November 2005 18:51, Yann Golanski wrote: > > > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/cryptlib.c: 11 > 1 > >:3: #error "Inconsistency between crypto.h and cryptlib.c" > > In file included from > > > /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp/e_rc5.c :6 > 6 > >: /usr/obj/usr/src/tmp/usr/include/openssl/rc5.h:67:2: #error RC5 is >=20 > Just a guess: try removing /usr/obj Did you do a=20 cd /usr/src make clean;make cleanworld; I believe that takes care of cleaning up a lot of old stuff.