Subject: build.sh release with X currenly broken?
To: None <current-users@NetBSD.org>
From: Frank Kardel <kardel@acm.org>
List: current-users
Date: 07/16/2005 21:04:37
Hi *,

currently my release build fails with

dependall ===> x11/tools/makekeys
dependall ===> x11/tools/mkfontscale
dependall ===> x11/tools/gen_matypes
dependall ===> x11/tools/xkbcomp
    compile  xkbcomp/KeysymStr.lo
/src/NetBSD/netbsd_xsrc/xfree/xc/lib/X11/KeysymStr.c:39:23: ks_tables.h: 
No such file or directory
/src/NetBSD/netbsd_xsrc/xfree/xc/lib/X11/KeysymStr.c: In function 
`XKeysymToString':
/src/NetBSD/netbsd_xsrc/xfree/xc/lib/X11/KeysymStr.c:89: error: 
`VTABLESIZE' undeclared (first use in this function)
/src/NetBSD/netbsd_xsrc/xfree/xc/lib/X11/KeysymStr.c:89: error: (Each 
undeclared identifier is reported only once
/src/NetBSD/netbsd_xsrc/xfree/xc/lib/X11/KeysymStr.c:89: error: for each 
function it appears in.)
/src/NetBSD/netbsd_xsrc/xfree/xc/lib/X11/KeysymStr.c:91: error: 
`VMAXHASH' undeclared (first use in this function)
/src/NetBSD/netbsd_xsrc/xfree/xc/lib/X11/KeysymStr.c:92: error: 
`hashKeysym' undeclared (first use in this function)

Before that the build faild even earlier because Xos.h was not found. ln 
-s /usr/X11R6/include/X11 /usr/include served as
workaround, but not for long. The build is on a -current system.

Anyone seeing similar behavior?

Frank