Re: sysutils/hal does not build on RELENG_8/amd64

2009-10-23 Thread Rene Ladan
2009/10/23 Dominic Fandrey kamik...@bsdforen.de:
 sysutils/hal does not build on my system. I'm trying to
 rebuild after upgrading from RELENG_7.

 # uname -a
 FreeBSD mobileKamikaze.norad 8.0-RC1 FreeBSD 8.0-RC1 #0: Thu Oct 22 18:39:21 
 CEST 2009     
 r...@mobilekamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8  
 amd64


 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 -march=nocona -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/obj/mobileKamikaze.norad/amd64/usr/ports/sysutils/hal/work/hal-0.5.11/hald/freebsd/probing'
 gmake[4]: *** [all-recursive] Error 1
 gmake[4]: Leaving directory 
 `/usr/obj/mobileKamikaze.norad/amd64/usr/ports/sysutils/hal/work/hal-0.5.11/hald/freebsd'
 gmake[3]: *** [all-recursive] Error 1
 gmake[3]: Leaving directory 
 `/usr/obj/mobileKamikaze.norad/amd64/usr/ports/sysutils/hal/work/hal-0.5.11/hald'
 gmake[2]: *** [all] Error 2
 gmake[2]: Leaving directory 
 `/usr/obj/mobileKamikaze.norad/amd64/usr/ports/sysutils/hal/work/hal-0.5.11/hald'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory 
 `/usr/obj/mobileKamikaze.norad/amd64/usr/ports/sysutils/hal/work/hal-0.5.11'
 gmake: *** [all] Error 2
 *** Error code 1

 Stop in /usr/ports/sysutils/hal.

It builds on my 8.0RC-1/amd64 box, did you remove the devel/libusb
port before trying to upgrade?  FreeBSD 8+
comes with libusb built in.

René
-- 
http://www.rene-ladan.nl/

GPG fingerprint = E738 5471 D185 7013 0EE0  4FC8 3C1D 6F83 12E1 84F6
(subkeys.pgp.net)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: sysutils/hal does not build on RELENG_8/amd64

2009-10-23 Thread Denise H. G.

I can't reproduce this problem. My machine is also an 8.0-RC1 on amd64,
which I newly installed a couple of days ago. Are your ports all
up-to-date? It seems there is a patch file under
/usr/ports/sys/hal/files that concerns this problem.

Good luck.
 
-- 
(dhg) darcsis AT gmail dot COM
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: sysutils/hal does not build on RELENG_8/amd64

2009-10-23 Thread Dominic Fandrey
Rene Ladan wrote:
 2009/10/23 Dominic Fandrey kamik...@bsdforen.de:
 sysutils/hal does not build on my system. I'm trying to
 rebuild after upgrading from RELENG_7.

 ...
 
 It builds on my 8.0RC-1/amd64 box, did you remove the devel/libusb
 port before trying to upgrade?  FreeBSD 8+
 comes with libusb built in.

No, I didn't check UPDATING that far in the past.
Thanks a lot that solved my problem!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org