From owner-freebsd-current@FreeBSD.ORG Sat Jul 29 20:59:10 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 0AD5616A4DA for ; Sat, 29 Jul 2006 20:59:10 +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 64EA543D6A for ; Sat, 29 Jul 2006 20:59:09 +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 BC116D9221D for ; Sat, 29 Jul 2006 16:59:07 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by frontend3.internal (MEProxy); Sat, 29 Jul 2006 16:59:11 -0400 X-Sasl-enc: yiyM0gyVnejsk2sfMxuL9OknSrlPk0y8K+o06jZ5fuAY 1154206751 Received: from [10.50.209.120] (unknown [204.110.228.254]) by mail.messagingengine.com (Postfix) with ESMTP id 1BBE216B0 for ; Sat, 29 Jul 2006 16:59:10 -0400 (EDT) Message-ID: <44CBCC1A.5060007@fastmail.fm> Date: Sat, 29 Jul 2006 15:59:06 -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> In-Reply-To: <20060729204447.GE1085@zaphod.nitro.dk> 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 20:59:10 -0000 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