From owner-freebsd-current@FreeBSD.ORG Tue Sep 22 01:31:52 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 90F52106566B for ; Tue, 22 Sep 2009 01:31:52 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id 5A05D8FC12 for ; Tue, 22 Sep 2009 01:31:52 +0000 (UTC) Received: from HOME.encontacto.net ([189.129.150.183]) by ns2.bafirst.com with esmtp; Mon, 21 Sep 2009 20:31:48 -0500 id 000D5288.4AB82906.00002D13 Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Mon, 21 Sep 2009 20:31:44 -0500 id 0004AC1C.4AB82900.0001380C Received: from econet.encontacto.net (econet.encontacto.net [189.129.150.183]) by econet.encontacto.net (Horde Framework) with HTTP; Mon, 21 Sep 2009 20:31:44 -0500 Message-ID: <20090921203144.135951wvow31ykg0@econet.encontacto.net> Date: Mon, 21 Sep 2009 20:31:44 -0500 From: eculp To: barbara References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Opera/9.80 (X11; FreeBSD 7.2-STABLE i386; U; en) Presto/2.2.15 Version/10.00 X-IMP-Server: 189.129.150.183 X-Originating-IP: 189.129.150.183 X-Originating-User: eculp@encontacto.net 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: Tue, 22 Sep 2009 01:31:52 -0000 Quoting barbara : >> 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 on= ce >> 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/hald= ' >> gmake[2]: *** [all] Error 2 >> gmake[2]: Leaving directory `/usr/ports/sysutils/hal/work/hal-0.5.11/hald= ' >> 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 Thanks, Barbara. That solved the problem. My ports are all up to date agai= n. ed