Subject: mac68k build of Installation Kernel fail
To: None <current-users@netbsd.org>
From: Bob Nestor <rnestor@murphy.dyndns.org>
List: current-users
Date: 12/19/1999 15:54:48
Building from sources sup'ed yesterday.  From the src/distrib directory I
do a make and get the following warnings and errors:

...reading ../common/postinstall
/pub/NetBSD/NetBSD-current/src/distrib/notes/mac68k/../common/postinstall:183: warning: can't break line
...reading upgrade
...reading ../common/donations
/pub/NetBSD/NetBSD-current/src/distrib/notes/mac68k/../common/donations:65: warning: can't find special character `/o'
/pub/NetBSD/NetBSD-current/src/distrib/notes/mac68k/../common/main:847: warning: can't find special character `'e'

(This was while building the html version of INSTALL).

Actualy it seems to occur while building the .txt and .more versions.

Then while building x_ftp I see:
cc -O2  -Werror   -DNO_EDITCOMPLETE -DNO_ABOUT -I/pub/NetBSD/NetBSD-current/src/distrib/utils/x_ftp/../../../usr.bin/ftp -c /pub/NetBSD/NetBSD-current/src/distrib/utils/x_ftp/../../../usr.bin/ftp/util.c
/pub/NetBSD/NetBSD-current/src/distrib/utils/x_ftp/../../../usr.bin/ftp/util.c:In function `xsl_add':
/pub/NetBSD/NetBSD-current/src/distrib/utils/x_ftp/../../../usr.bin/ftp/util.c:1448: void value not ignored as it ought to be
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

Any ideas or clues?
-bob