From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 18:31:39 2004 Return-Path: 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 3089D16A4CE; Wed, 25 Feb 2004 18:31:39 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C84E43D1D; Wed, 25 Feb 2004 18:31:38 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id C4DCF65216; Thu, 26 Feb 2004 02:31:37 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 51069-02; Thu, 26 Feb 2004 02:31:37 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 3993C651F7; Thu, 26 Feb 2004 02:31:37 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id E7C673C; Thu, 26 Feb 2004 02:31:35 +0000 (GMT) Date: Thu, 26 Feb 2004 02:31:35 +0000 From: Bruce M Simpson To: FreeBSD Tinderbox Message-ID: <20040226023134.GH8762@saboteur.dek.spc.org> References: <20040226011521.2B3B67303A@freebsd-current.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040226011521.2B3B67303A@freebsd-current.sentex.ca> cc: current@freebsd.org cc: i386@freebsd.org Subject: Re: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 26 Feb 2004 02:31:39 -0000 On Wed, Feb 25, 2004 at 08:15:21PM -0500, FreeBSD Tinderbox wrote: > cc -O -pipe -DRESCUE -c /other/tinderbox/CURRENT/i386/pc98/src/sbin/routed/if.c > cc -O -pipe -DRESCUE -c /other/tinderbox/CURRENT/i386/pc98/src/sbin/routed/input.c > /other/tinderbox/CURRENT/i386/pc98/src/sbin/routed/input.c: In function `ck_passwd': > /other/tinderbox/CURRENT/i386/pc98/src/sbin/routed/input.c:982: error: `RIP_AUTH_MD5_HASH_LEN' undeclared (first use in this function) Not sure why this is occurring; Can someone with more tinderbox than I clarify which include path the tinderbox build would be using? A fresh installation of is necessary. This file is up-to-date in HEAD with the routed update and was part of the same commit. BMS