Date: Fri, 04 Jun 2010 14:23:05 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: n dhert <ndhertbsd@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: hal-0.5.14_7 to _8 upgrade problem Message-ID: <44wrue7j3q.fsf@be-well.ilk.org> In-Reply-To: <AANLkTincswAO7lCZlrPrSj7yZFM5Z7EJLArW_vCnhjHN@mail.gmail.com> (n. dhert's message of "Fri, 4 Jun 2010 13:31:48 %2B0200") References: <AANLkTincswAO7lCZlrPrSj7yZFM5Z7EJLArW_vCnhjHN@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
n dhert <ndhertbsd@gmail.com> 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?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44wrue7j3q.fsf>