From owner-freebsd-current@FreeBSD.ORG Mon Apr 20 14:46:36 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 7F6051065675 for ; Mon, 20 Apr 2009 14:46:36 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtp.3dresearch.com (dorabella.3dresearch.com [66.167.251.2]) by mx1.freebsd.org (Postfix) with ESMTP id 350E78FC12 for ; Mon, 20 Apr 2009 14:46:35 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from fracasso.3dresearch.com (pool-96-236-177-11.pitbpa.east.verizon.net [96.236.177.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vmail.3dresearch.com (Postfix) with ESMTP id 43146B41DB; Mon, 20 Apr 2009 10:46:35 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by fracasso.3dresearch.com (Postfix) with ESMTP id 66B75170BE; Mon, 20 Apr 2009 10:46:34 -0400 (EDT) From: Janos Dohanics Organization: 3D RESEARCH To: Stephen Montgomery-Smith Date: Mon, 20 Apr 2009 10:46:32 -0400 User-Agent: KMail/1.9.7 References: <200904200637.47019.web@3dresearch.com> <49EC7A7A.4070408@missouri.edu> In-Reply-To: <49EC7A7A.4070408@missouri.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904201046.33237.web@3dresearch.com> Cc: freebsd-current@freebsd.org Subject: Re: hal-0.5.11 does not build 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, 20 Apr 2009 14:46:36 -0000 On Monday 20 April 2009 09:36:58 am you wrote: > I saw something about this on ports. > > What I did was to deinstall the port libusb. I also installed a very > recent version of CURRENT, and remembered to do "make delete-old" and > "make delete-old-libs." > > Then, and only then, could I get hal to build. Still cannot get > openofffice-3 to build, though. > > Janos Dohanics wrote: > > I get the following error while trying to build hal-0.5.11 on > > 8.0-CURRENT: > > > > gmake[4]: Entering directory > > `/usr/ports/sysutils/hal/work/hal-0.5.11/hald' /bin/sh > > /usr/ports/sysutils/hal/work/gnome-libtool --tag=CC --mode=link cc -O2 > > -pipe -fno-strict-aliasing -Wall -Wchar-subscripts -Wmissing-declarations > > -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare > > -Wl,--as-needed -L/usr/local/lib -o hald hald_marshal.o util.o > > util_helper.o util_pm.o hald_runner.o device.o device_info.o > > device_store.o device_pm.o hald.o hald_dbus.o logger.o ids.o mmap_cache.o > > ci-tracker.o access-check.o > > ck-tracker.o -L/usr/local/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 > > -lglib-2.0 -L/usr/local/lib -ldbus-1 -L/usr/local/lib -lpolkit -lm > > ../hald/freebsd/libhald_freebsd.la cc -O2 -pipe -fno-strict-aliasing > > -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs > > -Wpointer-arith -Wcast-align -Wsign-compare -Wl,--as-needed -o hald > > hald_marshal.o util.o util_helper.o util_pm.o hald_runner.o device.o > > device_info.o device_store.o device_pm.o hald.o hald_dbus.o logger.o > > ids.o mmap_cache.o ci-tracker.o access-check.o > > ck-tracker.o -L/usr/local/lib /usr/local/lib/libdbus-glib-1.so > > /usr/local/lib/libgobject-2.0.so /usr/local/lib/libglib-2.0.so > > /usr/local/lib/libintl.so /usr/local/lib/libiconv.so > > /usr/local/lib/libpcre.so /usr/local/lib/libdbus-1.so -pthread > > /usr/local/lib/libpolkit.so /usr/local/lib/libexpat.so -lm > > ../hald/freebsd/.libs/libhald_freebsd.a -lcam -Wl,--rpath > > -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib > > ../hald/freebsd/.libs/libhald_freebsd.a(osspec.o)(.data.rel.ro+0xc): > > undefined reference to `hf_usb2_handler' > > ../hald/freebsd/.libs/libhald_freebsd.a(hf-devd.o)(.data.rel.ro+0x0): > > undefined reference to `hf_usb2_devd_handler' > > gmake[4]: *** [hald] Error 1 > > gmake[4]: Leaving directory > > `/usr/ports/sysutils/hal/work/hal-0.5.11/hald' 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. > > *** Error code 1 > > > > Stop in /usr/ports/sysutils/hal. > > > > Would you please advise? Thanks, I did see that post. However, I never had the libusb port installed. In fact, when I try to install libusb-0.1.12_4, I get the message ===> libusb-0.1.12_4 has been already included into base system. So, I still need advice on this... -- Janos Dohanics