From owner-freebsd-current@FreeBSD.ORG Mon Sep 21 20:39:51 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 234331065676 for ; Mon, 21 Sep 2009 20:39:51 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out4.libero.it (cp-out4.libero.it [212.52.84.104]) by mx1.freebsd.org (Postfix) with ESMTP id B3DA28FC12 for ; Mon, 21 Sep 2009 20:39:50 +0000 (UTC) Received: from libero.it (192.168.17.2) by cp-out4.libero.it (8.5.107) id 4AAABEC6007F851B; Mon, 21 Sep 2009 22:39:35 +0200 Date: Mon, 21 Sep 2009 22:39:35 +0200 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "barbara" To: "eculp" X-XaM3-API-Version: 4.3 (R1) (B3pl25) X-SenderIP: 82.57.159.161 Cc: freebsd-current Subject: Re:Still can't seem to get sysutils/hal compile on 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: Mon, 21 Sep 2009 20:39:51 -0000 > Sorry to repeat but I inadvertantly screwed up a cut and paste. > > I have current on my laptop and have not been able to get hal to > update since the last upgrade. I have tried everything that I can > think of including recursively building it etc and nothing works. I'm = > sure that I am doing something really dumb. > > uname -a > FreeBSD ed.local.net.mx 9.0-CURRENT FreeBSD 9.0-CURRENT #316: Fri Sep = > 18 07:22:13 CDT 2009 > root@ed.local.net.mx:/usr/obj/usr/src/sys/ENCONTACTO i386 > ed.local.net.mx > > # ls -d /var/db/pkg/hal* > /var/db/pkg/hal-0.5.11_25 > > gmake[5]: Entering directory > `/usr/ports/sysutils/hal/work/hal-0.5.11/hald/freebsd/probing' > cc -DHAVE_CONFIG_H -I. -I../../.. > -DPACKAGE_SYSCONF_DIR=3D\""/usr/local/etc"\" > -DPACKAGE_DATA_DIR=3D\""/usr/local/share"\" > -DPACKAGE_BIN_DIR=3D\""/usr/local/bin"\" > -DPACKAGE_LOCALE_DIR=3D\""/usr/local/share/locale"\" > -DPACKAGE_LOCALSTATEDIR=3D\""/var"\" -I../../.. > -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include = > -I/usr/local/include -DHAVE_CK_0_3 -O2 -pipe -fno-strict-aliasing > -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs > -Wpointer-arith -Wcast-align -Wsign-compare -MT probe-hiddev.o -MD -MP = > -MF .deps/probe-hiddev.Tpo -c -o probe-hiddev.o probe-hiddev.c > probe-hiddev.c: In function 'main': > probe-hiddev.c:81: error: 'USB_GET_REPORT_ID' undeclared (first use in = > this function) > probe-hiddev.c:81: error: (Each undeclared identifier is reported only = once > probe-hiddev.c:81: error: for each function it appears in.) > > gmake[5]: *** [probe-hiddev.o] Error 1 > gmake[5]: Leaving directory > `/usr/ports/sysutils/hal/work/hal-0.5.11/hald/freebsd/probing' > gmake[4]: *** [all-recursive] Error 1 > gmake[4]: Leaving directory > `/usr/ports/sysutils/hal/work/hal-0.5.11/hald/freebsd' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11/ha= ld' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11/ha= ld' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11' > gmake: *** [all] Error 2 > *** Error code 1 > > Stop in /usr/ports/sysutils/hal. > > =3D=3D=3D>>> make failed for sysutils/hal > =3D=3D=3D>>> Aborting update > > Any suggestions appreciated. Thanks, > > ed I guess you have devel/libusb installed. pkg_delete it. Barbara