From owner-freebsd-current@FreeBSD.ORG Wed Mar 11 14:25:43 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 AE2521065670 for ; Wed, 11 Mar 2009 14:25:43 +0000 (UTC) (envelope-from michiel@boland.org) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.freebsd.org (Postfix) with ESMTP id 4AC5E8FC13 for ; Wed, 11 Mar 2009 14:25:42 +0000 (UTC) (envelope-from michiel@boland.org) Received: from aja.boland.org (91-43-215.ftth.xms.internl.net [82.215.43.91]) (authenticated bits=0) by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id n2BEPcHH060973 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 11 Mar 2009 15:25:41 +0100 (CET) (envelope-from michiel@boland.org) Message-ID: <49B7C9E2.4010607@boland.org> Date: Wed, 11 Mar 2009 15:25:38 +0100 From: Michiel Boland User-Agent: Thunderbird 2.0.0.19 (X11/20090125) MIME-Version: 1.0 To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: x11/kdebase3 fails to build in recent -CURRENT 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, 11 Mar 2009 14:25:44 -0000 Hi. I'm trying to upgrade ports as per instructions in /usr/ports/UPDATING:20090309. But now I gest this [...] /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CO NFIG_H -I. -I../.. -I/usr/local/include -I/usr/local/include -D_THREAD_SAFE - pthread -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/local/include -I/usr/ local/include -D_GETOPT_H -D_THREAD_SAFE -D_LARGE_FILES=1 -Wno-long-long -Wund ef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -pipe -DLDAP_DEPRECATED -fno-strict-aliasing -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-c ommon -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO _TRANSLATION -D_GNU_SOURCE -MT kcmusb.lo -MD -MP -MF .deps/kcmusb.Tpo -c -o kcm usb.lo kcmusb.cpp In file included from kcmusb.cpp:23: usbdevices.h:69: error: 'usb_device_info' has not been declared gmake[3]: *** [kcmusb.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.10/kcontro l/usbview' -CURRENT from today I guess usbdevices.h needs to import some legacy include thingy somewhere.