From owner-freebsd-amd64@FreeBSD.ORG Sun May 7 22:49:08 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8189016A417; Sun, 7 May 2006 22:49:08 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 590E643D62; Sun, 7 May 2006 22:49:02 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id k47Mn1eo007714 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 7 May 2006 15:49:02 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <445E795D.2030803@errno.com> Date: Sun, 07 May 2006 15:49:01 -0700 From: Sam Leffler User-Agent: Thunderbird 1.5 (X11/20060210) MIME-Version: 1.0 To: Pascal Hofstee References: <20060507111117.896A47302F@freebsd-current.sentex.ca> <1147038664.17191.1.camel@synergy.odyssey.homeunix.org> In-Reply-To: <1147038664.17191.1.camel@synergy.odyssey.homeunix.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: amd64@freebsd.org, FreeBSD Tinderbox , current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2006 22:49:09 -0000 Pascal Hofstee wrote: > On Sun, 2006-05-07 at 07:11 -0400, FreeBSD Tinderbox wrote: >> ===> ath_hal (depend) >> @ -> /src/sys >> machine -> /src/sys/amd64/include >> awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h >> awk -f @/tools/makeobjops.awk @/kern/device_if.m -h >> awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h >> awk -f @/tools/makeobjops.awk @/contrib/dev/ath/freebsd/ah_if.m -h >> make: don't know how to make /src/sys/modules/ath_hal/../../contrib/dev/ath/public/amd64-elf.opt_ah.h. Stop >> *** Error code 2 >> >> Stop in /src/sys/modules. >> *** Error code 1 >> >> Stop in /obj/amd64/src/sys/LINT. >> *** Error code 1 >> >> Stop in /src. >> *** Error code 1 > > I am seeing the exact same build breakage on non-LINT buildkernel runs > as well. > Yes, this is because ath got added to GENERIC. It's worked for all my tests. I don't understand why the tinderbox complains; likely a cross-build issue with the ath_hal module Makefile. Sam