From owner-freebsd-stable@FreeBSD.ORG Wed Aug 26 07:50:08 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 174BC106568F for ; Wed, 26 Aug 2009 07:50:08 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id C74078FC23 for ; Wed, 26 Aug 2009 07:50:07 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id B55A241C69F; Wed, 26 Aug 2009 09:50:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id 0DJmapgeyFLx; Wed, 26 Aug 2009 09:50:06 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 2DC9841C6B4; Wed, 26 Aug 2009 09:50:06 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 335534448E6; Wed, 26 Aug 2009 07:45:37 +0000 (UTC) Date: Wed, 26 Aug 2009 07:45:36 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Marius Strobl In-Reply-To: <20090826070821.GA14415@alchemy.franken.de> Message-ID: <20090826074121.Q93661@maildrop.int.zabbadoz.net> References: <20090825213439.D93661@maildrop.int.zabbadoz.net> <20090826070821.GA14415@alchemy.franken.de> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: RELENG_6 build failures X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2009 07:50:08 -0000 On Wed, 26 Aug 2009, Marius Strobl wrote: > On Tue, Aug 25, 2009 at 09:42:03PM +0000, Bjoern A. Zeeb wrote: >> Hi, >> >> I was trying to run a make universe on RELENG_6 and found: >> >> 1) alpha doesn't build >> >> 2) powerpc LINT fails with: >> config: Error: device "zs" is unknown >> >> 3) sparc64 LINT fails with: >> mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- >> -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I@/../include >> -I/tmp/usr/include -I/obj/sparc64/RELENG_6.svn/sys/LINT >> /RELENG_6.svn/sys/modules/ukbd/../../dev/usb/ukbd.c >> /RELENG_6.svn/sys/modules/ukbd/../../dev/usb/ukbd.c:418:21: ukbdmap.h: >> No such file or directory >> >> >> At least (3) should be a supported platform but given that universe >> builds the other two as well I would assume they are as well. >> >> amd64, i386, pc98, ia64 were ok, the GENERIC kernels seems to be >> fine for powerpc and sparc64. alpha as said seems dead. >> >> I have no idea why we never saw the errors flying by, >> so I don't want to rule out a local problem. >> >> >> In case anyone could confirm these findings (or fix them should they >> exist) that would be great. >> >> I had run: >> make -j8 universe __MAKE_CONF=/dev/null >> > > AFAICT (3) isn't platform-specific but doesn't manifest with > every build. The fix is to MFC rev. 1.57 of sys/dev/usb/ukbd.c > (I don't seem to be able to access sys/legacy/dev/usb/ukbd.c > for getting the SVN revision and sys/dev/usb/input/ukbd.c > apparently wasn't copied from the old one within SVN). Ah, good to know. You need the last known revision the file had been there still: http://svn.freebsd.org/viewvc/base/head/sys/legacy/dev/usb/ukbd.c?view=log&pathrev=192900 so you probably mean: http://svn.freebsd.org/viewvc/base?view=revision&revision=162959 /bz -- Bjoern A. Zeeb What was I talking about and who are you again?