Subject: (Cross)-Compiling current for alpha fails
To: None <current-users@netbsd.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 10/20/2005 16:34:52
Hi,

cross-compiling -current for alpha (on amd64 running -current compiled from
the same source) fails:

    compile  disklabel/main.o
--- dependall-ccdconfig ---
--- .depend ---
     create  ccdconfig/.depend
--- dependall-disklabel ---
/u/NetBSD/src/sbin/disklabel/main.c: In function `write_bootarea':
/u/NetBSD/src/sbin/disklabel/main.c:925: error: `boot' undeclared (first use in this function)
/u/NetBSD/src/sbin/disklabel/main.c:925: error: (Each undeclared identifier is reported only once
/u/NetBSD/src/sbin/disklabel/main.c:925: error: for each function it appears in.)
*** [main.o] Error code 1
1 error

nbmake: stopped in /u/NetBSD/src/sbin/disklabel
*** [dependall] Error code 2


I just changed "boot" to "bootarea" so I (hopefully) can complete
compiling and generating an iso image for booting my "new" machines...


Kurt