From owner-freebsd-current@FreeBSD.ORG Wed Dec 24 21:44:20 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DE9B1065674; Wed, 24 Dec 2008 21:44:20 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id B08D98FC0C; Wed, 24 Dec 2008 21:44:19 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id E0D43A0641; Wed, 24 Dec 2008 22:44:18 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id D483BA063C; Wed, 24 Dec 2008 22:44:18 +0100 (CET) Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id BFF7DA063B; Wed, 24 Dec 2008 22:44:18 +0100 (CET) Received: from localhost.my.domain ([132.187.37.17]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.2HF443) with ESMTP id 2008122422441824-12372 ; Wed, 24 Dec 2008 22:44:18 +0100 Received: by localhost.my.domain (sSMTP sendmail emulation); Wed, 24 Dec 2008 22:44:36 +0100 Date: Wed, 24 Dec 2008 22:44:35 +0100 From: Alexey Shuvaev To: Hans Petter Selasky Message-ID: <20081224214435.GA46772@localhost.my.domain> References: <20081222214010.GA18389@elvis.mu.org> <747dc8f30812240236q13be1abdo58ced0f4faab8d29@mail.gmail.com> <200812241212.02913.hselasky@c2i.net> MIME-Version: 1.0 In-Reply-To: <200812241212.02913.hselasky@c2i.net> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.18 (2008-05-17) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.0.2HF443 | November 25, 2008) at 12/24/2008 10:44:18 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.2HF443 | November 25, 2008) at 12/24/2008 10:44:18 PM, Serialize complete at 12/24/2008 10:44:18 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: Renato Botelho , freebsd-current@freebsd.org, Alfred Perlstein Subject: Re: HEADSUP usb2 (usb4bsd) to become default in 2 weeks. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 24 Dec 2008 21:44:20 -0000 On Wed, Dec 24, 2008 at 12:12:02PM +0100, Hans Petter Selasky wrote: > > Hi, > > I have made some patches for this kind of issues which are not yet > in -current. > > You can try to fetch the latest from: > > svn --username anonsvn --password anonsvn \ > checkout svn://svn.turbocat.net/i4b > > cd i4b/trunk/i4b/src/sys/dev > cp -r usb2 /sys/dev/ > make -C /sys/modules/usb2 clean all install > Hello! During buildworld I'm getting: ===> usr.bin/kdump (all) cc -O2 -pipe -march=pentium4m -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr. bin/kdump -I/usr/src/usr.bin/kdump/../.. -fstack-protector -c /usr/src/usr.bin/ kdump/kdump.c cc -O2 -pipe -march=pentium4m -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr. bin/kdump -I/usr/src/usr.bin/kdump/../.. -fstack-protector -c ioctl.c In file included from ioctl.c:55: /usr/obj/usr/src/tmp/usr/include/dev/usb2/include/urio2_ioctl.h:27: error: redef inition of 'struct RioCommand' *** Error code 1 Stop in /usr/src/usr.bin/kdump. *** Error code 1 Some investigations: [localhost] /usr/src/sys/dev/usb2> grep -R urio2_ioctl.h * include/.svn/text-base/urio2_ioctl.h.svn-base:/* $FreeBSD: src/sys/dev/usb2/include/urio2_ioctl.h,v 1.1 2008/11/04 02:31:03 alfred Exp $ */ include/.svn/entries:urio2_ioctl.h include/urio2_ioctl.h:/* $FreeBSD: src/sys/dev/usb2/include/urio2_ioctl.h,v 1.1 2008/11/04 02:31:03 alfred Exp $ */ After localhost# rm sys/dev/usb2/include/urio2_ioctl.h localhost# rm /usr/obj/usr/src/tmp/usr/include/dev/usb2/include/urio2_ioctl.h and -DNO_CLEAN buildworld is gone beyond kdump (doing honest buildworld takes more then 2.5 hours -> no fun :). Some stale file? Alexey.