From owner-freebsd-current@FreeBSD.ORG Mon Sep 21 21:06:57 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 3F302106566C for ; Mon, 21 Sep 2009 21:06:57 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail2.es.net [IPv6:2001:400:107:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2523E8FC1F for ; Mon, 21 Sep 2009 21:06:57 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.3/8.14.3) with ESMTP id n8LL6VdQ012869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 21 Sep 2009 14:06:32 -0700 Received: from ptavv.es.net (ptavv.es.net [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id C9A801CC39; Mon, 21 Sep 2009 14:06:31 -0700 (PDT) To: "barbara" In-reply-to: Your message of "Mon, 21 Sep 2009 22:39:35 +0200." Date: Mon, 21 Sep 2009 14:06:31 -0700 From: "Kevin Oberman" Message-Id: <20090921210631.C9A801CC39@ptavv.es.net> X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5, 1.2.40, 4.0.166 definitions=2009-09-21_10:2009-09-17, 2009-09-21, 2009-09-21 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-0909210115 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 21:06:57 -0000 > Date: Mon, 21 Sep 2009 22:39:35 +0200 > From: "barbara" > Sender: owner-freebsd-current@freebsd.org > > > 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=\""/usr/local/etc"\" > > -DPACKAGE_DATA_DIR=\""/usr/local/share"\" > > -DPACKAGE_BIN_DIR=\""/usr/local/bin"\" > > -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" > > -DPACKAGE_LOCALSTATEDIR=\""/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/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. > > > > ===>>> make failed for sysutils/hal > > ===>>> Aborting update > > > > Any suggestions appreciated. Thanks, > > > > ed > > I guess you have devel/libusb installed. > pkg_delete it. > > Barbara > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > This REALLY needs to be in UPDATING, right up front. I hit it (but figured it out fairly quickly). Lots of folks are going to hit it. It needs to be down near the end in the update step-by-step section and also to be very prominent in the release notes. Otherwise this will become the main FAQ for a long time to come. (It might still be.) -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751