From owner-freebsd-current@FreeBSD.ORG Sat Jul 29 22:28:04 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 99D6716A4DE for ; Sat, 29 Jul 2006 22:28:04 +0000 (UTC) (envelope-from pbowen@fastmail.fm) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26DCD43D45 for ; Sat, 29 Jul 2006 22:28:03 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id EC641D91575 for ; Sat, 29 Jul 2006 18:28:01 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by frontend3.internal (MEProxy); Sat, 29 Jul 2006 18:28:06 -0400 X-Sasl-enc: XY4XEBMDI9DyF+/0fXuje6o8pdsYtlrIlzvgVPGbK0lj 1154212085 Received: from [10.50.209.120] (unknown [204.110.228.254]) by mail.messagingengine.com (Postfix) with ESMTP id 8960116AD for ; Sat, 29 Jul 2006 18:28:05 -0400 (EDT) Message-ID: <44CBE0F1.6020008@fastmail.fm> Date: Sat, 29 Jul 2006 17:28:01 -0500 From: Patrick Bowen User-Agent: Thunderbird 1.5.0.4 (X11/20060723) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20060729190657.GB1085@zaphod.nitro.dk> <20060729195755.GC1085@zaphod.nitro.dk> <44CBC2FD.4030709@fastmail.fm> <20060729204447.GE1085@zaphod.nitro.dk> <44CBCC1A.5060007@fastmail.fm> In-Reply-To: <44CBCC1A.5060007@fastmail.fm> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 22:28:04 -0000 Patrick Bowen wrote: > Simon L. Nielsen wrote: >> 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? >> >> > > > Right. I had 1.77. I re-csuped right after your msg the the commit was > done, but I must have been too fast. > > I'm re-building world now... > > Patrick > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" > Buildworld went fine. No problems. Thanks, Patrick