From owner-freebsd-current@FreeBSD.ORG Sat Jul 29 20:44:51 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9737216A4E0 for ; Sat, 29 Jul 2006 20:44:51 +0000 (UTC) (envelope-from simon@zaphod.nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61B2943D5F for ; Sat, 29 Jul 2006 20:44:49 +0000 (GMT) (envelope-from simon@zaphod.nitro.dk) Received: from zaphod.nitro.dk (unknown [192.168.3.39]) by mx.nitro.dk (Postfix) with ESMTP id 694C02D4A5C; Sat, 29 Jul 2006 20:44:48 +0000 (UTC) Received: by zaphod.nitro.dk (Postfix, from userid 3000) id 2509411444; Sat, 29 Jul 2006 22:44:47 +0200 (CEST) Date: Sat, 29 Jul 2006 22:44:47 +0200 From: "Simon L. Nielsen" To: Patrick Bowen Message-ID: <20060729204447.GE1085@zaphod.nitro.dk> References: <20060729190657.GB1085@zaphod.nitro.dk> <20060729195755.GC1085@zaphod.nitro.dk> <44CBC2FD.4030709@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44CBC2FD.4030709@fastmail.fm> User-Agent: Mutt/1.5.11 Cc: freebsd-current@freebsd.org Subject: Re: HEADS UP: OpenSSL 0.9.8b import shortly X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 20:44:51 -0000 On 2006.07.29 15:20:13 -0500, Patrick Bowen wrote: > Simon L. Nielsen wrote: > >On 2006.07.29 21:06:58 +0200, Simon L. Nielsen wrote: > > > >>Just FYI, I'm starting to import OpenSSL 0.9.8b into the base system > >>very shortly. There will be a short window while committing where the > >>tree will be broken, but I expect it to be short (a few minutes). > >> > >>I will start a buildworld after the import. Let me know if you run > >>into any problems (though I don't expect it, but...). > > > >OK, import should be done now. Let me know if there are any issues. > > > Just got this during "make buildworld". Don't know if it's related to > your commits... > > cd /usr/src/secure; make buildincludes; make installincludes > ===> secure/lib (buildincludes) > ===> secure/lib/libcrypto (buildincludes) > make: don't know how to make hw_4758_cca_err.h. Stop > *** Error code 2 That is related to my commit, but I think it's caused by getting half of the import (before I committed the updates to makefiles). At least I didn't get a build failure there on the buildworld I started after the import was completed. Check if you have src/secure/lib/libcrypto/Makefile rev. 1.78. Could you try to cvsup again and see if the problem is still there? -- Simon L. Nielsen