From owner-freebsd-current@FreeBSD.ORG Tue Mar 17 22:55:18 2009 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 AE5FC1065672 for ; Tue, 17 Mar 2009 22:55:18 +0000 (UTC) (envelope-from jrh29@alumni.cwru.edu) Received: from beta.eecs.cwru.edu (beta.eecs.CWRU.Edu [129.22.150.110]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB3E8FC15 for ; Tue, 17 Mar 2009 22:55:18 +0000 (UTC) (envelope-from jrh29@alumni.cwru.edu) Received: from narn.knownspace ([::ffff:69.250.50.210]) (AUTH: PLAIN jrh29, TLS: TLSv1/SSLv3,168bits,DES-CBC3-SHA) by beta.eecs.cwru.edu with esmtp; Tue, 17 Mar 2009 18:55:17 -0400 id 00004C12.49C02A55.00001B2A Date: Tue, 17 Mar 2009 18:55:53 -0400 From: Justin Hibbits To: Marcel Moolenaar Message-ID: <20090317225553.GA20340@narn.knownspace> References: <1237326957.5465.100.camel@shumai.marcuscom.com> <94E025C2-8AC4-4AAF-B7D2-43B836D1CC36@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <94E025C2-8AC4-4AAF-B7D2-43B836D1CC36@mac.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: FreeBSD Current , freebsd-usb@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: USB2: usb_device_info not declared (redux) 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: Tue, 17 Mar 2009 22:55:18 -0000 On Tue, Mar 17, 2009 at 03:27:17PM -0700, Marcel Moolenaar wrote: > > On Mar 17, 2009, at 2:55 PM, Joe Marcus Clarke wrote: > > > On Tue, 2009-03-17 at 13:23 -0700, Marcel Moolenaar wrote: > >> I got the following error building KDE4 on FreeBSD/powerpc (- > >> current): > >> > >> In file included from /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/ > >> kdebase-4.2.1/apps/kinfocenter/usbview/kcmusb.cpp:27: > >> /usr/obj/nfs/freebsd/ports/x11/kdebase4/work/kdebase-4.2.1/apps/ > >> kinfocenter/usbview/usbdevices.h:80: error: 'usb_device_info' has not > >> been declared > >> *** Error code 1 > >> > >> Do we have closure on where it's going to be fixed? > >> Do we know if GNOME is affected as well? > > > > All GNOME Desktop components should now be building on the latest > > -CURRENT. > > Ok. I guess we change consumers. > > I switch to GNOME again (I keep ping-ponging :-) > > Thanks for tracking -current so closely. It's very much appreciated! > > -- > Marcel Moolenaar > xcllnt@mac.com A patch to kdebase4 was applied recently as well (last couple days). Updating your ports tree to today's should fix that. - Justin