From owner-freebsd-questions@FreeBSD.ORG Fri Jun 4 18:23:07 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 978F6106566C for ; Fri, 4 Jun 2010 18:23:07 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.39]) by mx1.freebsd.org (Postfix) with ESMTP id 7021C8FC12 for ; Fri, 4 Jun 2010 18:23:07 +0000 (UTC) Received: (qmail 31694 invoked from network); 4 Jun 2010 18:23:06 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Jun 2010 18:23:06 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 5047F50831; Fri, 4 Jun 2010 14:23:05 -0400 (EDT) From: Lowell Gilbert To: n dhert References: Date: Fri, 04 Jun 2010 14:23:05 -0400 In-Reply-To: (n. dhert's message of "Fri, 4 Jun 2010 13:31:48 +0200") Message-ID: <44wrue7j3q.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: hal-0.5.14_7 to _8 upgrade problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2010 18:23:07 -0000 n dhert writes: > I have a problem with upgrading hal-0.5.14_7 to hal-0.5.14_8 > > how to solve this? > --- > cc -DHAVE_CONFIG_H -I. -I../../.. > -DPACKAGE_SYSCONF_DIR=\""/usr/local/etc"\" -D > PACKAGE_DATA_DIR=\""/usr/local/share"\" > -DPACKAGE_BIN_DIR=\""/usr/local/bin"\" - > DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" > -DPACKAGE_LOCALSTATEDIR=\""/va > r"\" -I../../.. -I/usr/local/include/dbus-1.0 > -I/usr/local/include/dbus-1.0/incl > ude -I/usr/local/include -O2 -pipe -fno-strict-aliasing -Wall > -Wchar-subscrip > ts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align > -Wsign-c > ompare -MT probe-hiddev.o -MD -MP -MF .deps/probe-hiddev.Tpo -c -o > probe-hiddev. > o probe-hiddev.c^M > probe-hiddev.c: In function 'main':^M > probe-hiddev.c:81: error: 'USB_GET_REPORT_ID' undeclared (first use in this > func > tion)^M > probe-hiddev.c:81: error: (Each undeclared identifier is reported only > once^M > probe-hiddev.c:81: error: for each function it appears in.)^M > gmake[5]: *** [probe-hiddev.o] Error 1^M > gmake[5]: Leaving directory > `/usr/ports/sysutils/hal/work/hal-0.5.14/hald/freebs > d/probing'^M > gmake[4]: *** [all-recursive] Error 1^M > gmake[4]: Leaving directory > `/usr/ports/sysutils/hal/work/hal-0.5.14/hald/freebs > d'^M > gmake[3]: *** [all-recursive] Error 1^M > gmake[3]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.14/hald'^M > gmake[2]: *** [all] Error 2^M > gmake[2]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.14/hald'^M > gmake[1]: *** [all-recursive] Error 1^M > gmake[1]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.14'^M > gmake: *** [all] Error 2^M > *** Error code 1^M > ^M > Stop in /usr/ports/sysutils/hal.^M > ---> Build of sysutils/hal ended at: Thu, 03 Jun 2010 00:09:33 +0200 > (consumed > 00:00:31) > ---> Upgrade of sysutils/hal ended at: Thu, 03 Jun 2010 00:09:33 +0200 > (consume > d 00:00:31) USB_GET_REPORT_ID should be getting picked up from /usr/include/dev/usb/usb_ioctl.h these days. Have you still got libusb (or some of its includes) installed on a system recent enough to have it in the base system?