From owner-freebsd-bugs Mon Aug 5 1:30: 7 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B076B37B400 for ; Mon, 5 Aug 2002 01:30:02 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1288043E70 for ; Mon, 5 Aug 2002 01:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g758U1JU025855 for ; Mon, 5 Aug 2002 01:30:01 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g758U1xC025854; Mon, 5 Aug 2002 01:30:01 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56BE037B400 for ; Mon, 5 Aug 2002 01:27:48 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CCBD43E70 for ; Mon, 5 Aug 2002 01:27:48 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g758RlOT031155 for ; Mon, 5 Aug 2002 01:27:47 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g758RlT6031154; Mon, 5 Aug 2002 01:27:47 -0700 (PDT) Message-Id: <200208050827.g758RlT6031154@www.freebsd.org> Date: Mon, 5 Aug 2002 01:27:47 -0700 (PDT) From: Matthew Byng-Maddick To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/41338: make buildworld dependencies potentially in the wrong order Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 41338 >Category: misc >Synopsis: make buildworld dependencies potentially in the wrong order >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 05 01:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Matthew Byng-Maddick >Release: 4.6-STABLE >Organization: >Environment: FreeBSD colon.colondot.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Aug 4 11:33:40 BST 2002 mbm@colon.colondot.net:/usr/obj/usr/src/sys/COLONDOT i386 >Description: The buildworld process runs h2ph on the headers that it thinks it has just installed, however, the src/secure/lib/libcrypto headers are not in place at the time. This is a problem in other ways, because it means that when the headers change (as they have done recently), the h2ph is actually picking up the old headers rather than the new ones. >How-To-Repeat: remove the /usr/include/openssl headers, to reinstall them from the buildworld, and the buildworld will fail in the middle of h2ph (after vm/...) >Fix: not known, but presumably the h2ph should be later in the buildworld process. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message