From owner-freebsd-tinderbox@FreeBSD.ORG Sun Apr 3 16:31:30 2005 Return-Path: Delivered-To: freebsd-tinderbox@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2AD916A4CF; Sun, 3 Apr 2005 16:31:30 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53ED343D2F; Sun, 3 Apr 2005 16:31:30 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j33GURSd059595; Sun, 3 Apr 2005 10:30:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 03 Apr 2005 10:16:53 -0600 (MDT) Message-Id: <20050403.101653.03595688.imp@bsdimp.com> To: tinderbox@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20050402204420.C16CB7306E@freebsd-current.sentex.ca> References: <20050402204420.C16CB7306E@freebsd-current.sentex.ca> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@FreeBSD.org cc: i386@FreeBSD.org Subject: Re: [current tinderbox] failure on i386/pc98 X-BeenThere: freebsd-tinderbox@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Tinderbox reports, responses, and meta-comments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 16:31:31 -0000 In message: <20050402204420.C16CB7306E@freebsd-current.sentex.ca> FreeBSD Tinderbox writes: : cd /tinderbox/CURRENT/i386/pc98/src/include/../sys/i386/include/pc; for h in *.h; do ln -fs ../../../../sys/i386/include/pc/$h /home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/tmp/usr/include/i386/pc; done : ln: /home/tinderbox/CURRENT/i386/pc98/obj/pc98/tinderbox/CURRENT/i386/pc98/src/tmp/usr/include/i386/pc: No such file or directory : *** Error code 1 This is my bad. I'll fix. Warner