From owner-freebsd-current@FreeBSD.ORG Mon Apr 20 13:55: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 9198110656A7 for ; Mon, 20 Apr 2009 13:55:36 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 431ED8FC15 for ; Mon, 20 Apr 2009 13:55:36 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from [128.206.184.213] (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.3/8.14.3) with ESMTP id n3KDaw8n052699; Mon, 20 Apr 2009 08:36:58 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <49EC7A7A.4070408@missouri.edu> Date: Mon, 20 Apr 2009 08:36:58 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.19) Gecko/20090220 SeaMonkey/1.1.14 MIME-Version: 1.0 To: Janos Dohanics References: <200904200637.47019.web@3dresearch.com> In-Reply-To: <200904200637.47019.web@3dresearch.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 13:55:37 -0000 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? >