From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 01:17:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F7C016A41F for ; Thu, 28 Jul 2005 01:17:12 +0000 (GMT) (envelope-from marius@korsmo.org) Received: from elwolfie.com (elwolfie.com [195.204.13.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C953D43D49 for ; Thu, 28 Jul 2005 01:17:11 +0000 (GMT) (envelope-from marius@korsmo.org) Received: from localhost (elwolfie.com [127.0.0.1]) by elwolfie.com (Postfix) with ESMTP id DAF485A for ; Thu, 28 Jul 2005 03:17:09 +0200 (CEST) Received: from elwolfie.com ([127.0.0.1]) by localhost (elwolfie.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27651-06 for ; Thu, 28 Jul 2005 03:17:07 +0200 (CEST) Received: by elwolfie.com (Postfix, from userid 33) id 018D25C; Thu, 28 Jul 2005 03:17:06 +0200 (CEST) Received: from mp-117-185.daxnet.no (mp-117-185.daxnet.no [193.216.117.185]) by elwolfie.com (Horde MIME library) with HTTP for ; Thu, 28 Jul 2005 03:17:06 +0200 Message-ID: <20050728031706.fsbcd03hh4lcsg8g@elwolfie.com> Date: Thu, 28 Jul 2005 03:17:06 +0200 From: Marius Korsmo To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) X-Virus-Scanned: by amavisd-new at elwolfie.com Subject: make buildworld fails in openssl/colldef [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 01:17:12 -0000 It took two weeks to fix this problem, and therefore I do have a few questions. The error turned out to be in err.h. The file located in /usr/include was totally different from the one located in /usr/src/include. < /*- < * Copyright (c) 1993 < *The Regents of the University of California. All rights reserved. --- > /* crypto/err/err.h */ > /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) > * All rights reserved. You can see the entire diff at http://pastebin.com/322918 My question is: I deleted /usr/src, and I cvsup'ed everything. When I do a make buildworld, why does not the new err.h get copied from /usr/src/include to /usr/include? This would have solved my problem two weeks ago :) Does err.h get copied only when you do a make installworld? Another question, why on earth did I have an old version of err.h? I was running 5.4 RELEASE, and it was installed from an ISO downloaded at FreeBSD.org I installed FreeBSD on another server, using the same CD I believe, and it worked fine (no old err.h). Does anyone have any idea where I might have gotten that old err.h file from? I don't think the file came from any ports I installed, since I install all ports to default location /usr/local. Any idea where that old err.h came from? ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.