Subject: Re: Release-3-branch X11 Build Failure
To: Curt Sampson <cjs@cynic.net>
From: James Chacon <jmc@NetBSD.org>
List: current-users
Date: 10/14/2005 09:56:30
On Fri, Oct 14, 2005 at 10:50:04AM +0900, Curt Sampson wrote:
> On my i386 system, when I try to build a release from the netbsd-3
> branch, it fails when trying to build X11:
> 
> dependall ===> x11/lib/X11/dynamic
> #    create  dynamic/ks_tables.h
> rm -f ks_tables.h
> /u/netbsd/build/i386-3.2005-10-13/obj/u/netbsd/src-3/x11/tools/makekeys/makekeys < /u/netbsd/xsrc-3/xfree/xc/include/keysymdef.h > ks_tables.h
> #    create  dynamic/AddDIC.d
> CC=/u/netbsd/build/i386-3.2005-10-13/tools/bin/i386--netbsdelf-gcc 
> /u/netbsd/build/i386-3.2005-10-13/tools/bin/nbmkdep -f AddDIC.d --      
> -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API  -DXNO_MTSAFE_PWDAPI -I. 
> -DHAS_SNPRINTF -DLIBX11 -DPOSTLOCALELIBDIR=\"lib\" -DCSRG_BASED 
> -DFUNCPROTO=15 -DNARROWPROTO 
> -I/u/netbsd/build/i386-3.2005-10-13/dest/usr/X11R6/include   -nostdinc 
> -isystem /u/netbsd/build/i386-3.2005-10-13/dest/usr/include  
> /u/netbsd/xsrc-3/xfree/xc/lib/X11/AddDIC.c
> In file included from /u/netbsd/xsrc-3/xfree/xc/lib/X11/AddDIC.c:38:
> /u/netbsd/xsrc-3/xfree/xc/lib/X11/Xcmsint.h:34:1: unterminated #ifndef
> nbmkdep: compile failed.
> 
> Anybody have any idea what's wrong?

This looks like a broken source download possibly.

The current autobuilds have no issue w. any ports

James