Subject: proplib changes break aperature compile?
To: NetBSD current-users <current-users@netbsd.org>
From: Chris Tribo <ctribo@dtcc.edu>
List: current-users
Date: 05/09/2006 15:20:12
I don't know if this is a local issue, a header issue, or the package
needs to be changed:
In file included from machine/cpu.h:57,
from machine/param.h:48,
from /usr/src/sys/sys/param.h:145,
from aperture.c:49:
/usr/src/sys/sys/device.h:83:26 prop/proplib.h: No such file or
directory
I tried to run make includes but there seems to be an extra / getting
picked up in the makefile somewhere, USETOOLS=no goes a little
further but then dies when it hits crt stuff.
includes ===> sys/arch
/tooldir.NetBSD-3.99.19-i386/bin/nbstat: not found
# install /usr/include/machine
STRIP=/tooldir.NetBSD-3.99.19-i386/bin/i386--netbsdelf-strip /
tooldir.NetBSD-3.99.19-i386/bin/nbinstall -N /usr/src/etc -l s -r
i386 /usr/include/machine
/tooldir.NetBSD-3.99.19-i386/bin/nbinstall: not found
/tooldir.NetBSD-3.99.19-i386/bin/nbstat: not found
# install /usr/include/float.h
STRIP=/tooldir.NetBSD-3.99.19-i386/bin/i386--netbsdelf-strip /
tooldir.NetBSD-3.99.19-i386/bin/nbinstall -N /usr/src/etc -l s -r
machine/float.h /usr/include/float.h
/tooldir.NetBSD-3.99.19-i386/bin/nbinstall: not found
/tooldir.NetBSD-3.99.19-i386/bin/nbstat: not found
# install /usr/include/stdarg.h
STRIP=/tooldir.NetBSD-3.99.19-i386/bin/i386--netbsdelf-strip /
tooldir.NetBSD-3.99.19-i386/bin/nbinstall -N /usr/src/etc -l s -r
machine/stdarg.h /usr/include/stdarg.h
/tooldir.NetBSD-3.99.19-i386/bin/nbinstall: not found
*** Error code 127