From owner-freebsd-current@FreeBSD.ORG Thu Feb 26 01:17:49 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 369C61065672 for ; Thu, 26 Feb 2009 01:17:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id F0CA08FC18 for ; Thu, 26 Feb 2009 01:17:48 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 0DF5CFEFA; Thu, 26 Feb 2009 14:17:48 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19lc7fSmMF79; Thu, 26 Feb 2009 14:17:43 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Thu, 26 Feb 2009 14:17:43 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 36E6F1142F; Thu, 26 Feb 2009 14:17:43 +1300 (NZDT) Date: Wed, 25 Feb 2009 17:17:43 -0800 From: Andrew Thompson To: Kjell Tore Ullavik Message-ID: <20090226011743.GB25211@citylink.fud.org.nz> References: <49A5E22E.2020103@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49A5E22E.2020103@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: current@freebsd.org Subject: Re: usb_device_info has not been declared, some ports fail to build 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: Thu, 26 Feb 2009 01:17:49 -0000 On Thu, Feb 26, 2009 at 01:28:30AM +0100, Kjell Tore Ullavik wrote: > > x11/kdebase4 does not build. There is a similar error with devel/sdl12. > > FreeBSD gauss 8.0-CURRENT FreeBSD 8.0-CURRENT #7: Wed Feb 25 01:01:15 CET > 2009 root@gauss:/usr/obj/usr/src/sys/GAUSS i386 > > > [ 67%] [32mBuilding CXX object > apps/kinfocenter/usbview/CMakeFiles/kcm_usb.dir/kcmusb.o > In file included from > /usr/ports/x11/kdebase4/work/kdebase-4.2.0/apps/kinfocenter/usbview/kcmusb.cpp:27: > /usr/ports/x11/kdebase4/work/kdebase-4.2.0/apps/kinfocenter/usbview/usbdevices.h:80: > error: 'usb_device_info' has not been declared We should think about adding the device_info ioctls in the new usb stack for compat. I can do this. Andrew