Subject: Compiling -current fails...
To: None <current-users@netbsd.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: port-sparc
Date: 10/30/2005 11:02:52
Hi,

just tried to cross-compile -current (cvs update'd an hour ago or so) for
sparc on a i386-machine, but run into the following:

dependall ===> sys/arch/sparc/stand/bootblk
     create  bootblk/.depend
In file included from /u/NetBSD/current/src/sys/sys/signalvar.h:134,
                 from /u/NetBSD/current/src/sys/sys/proc.h:52,
                 from /u/NetBSD/current/src/sys/dev/raidframe/raidframevar.h:111,
                 from /tmp/genassym.25835/assym.c:7:
/u/NetBSD/current/src/sys/sys/systm.h:203: warning: conflicting types for built-in function `printf'
/u/NetBSD/current/src/sys/sys/systm.h:208: warning: conflicting types for built-in function `vprintf'
/u/NetBSD/current/arch/sparc/TOOLS/bin/nbfgen: undefined token `sbsize'

*** Failed target:  bootblk
*** Failed command: /u/NetBSD/current/arch/sparc/TOOLS/bin/nbfgen -o bootblk /u/NetBSD/current/src/sys/arch/sparc/stand/bootblk/bootblk.fth
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/current/src/sys/arch/sparc/stand/bootblk

*** Failed target:  dependall
*** Failed command: cd /u/NetBSD/current/src/sys/arch/sparc/stand/bootblk; /u/NetBSD/current/arch/sparc/TOOLS/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/current/src/sys/arch/sparc/stand/bootblk

*** Failed target:  dependall-bootblk
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="sys/arch/sparc/stand/"; real="/u/NetBSD/current/src/sys/arch/sparc/stand" ;; *) this="sys/arch/sparc/stand/${dir}/"; real="/u/NetBSD/current/src/sys/arch/sparc/stand/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /u/NetBSD/current/arch/sparc/TOOLS/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget bootblk dependall
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/current/src/sys/arch/sparc/stand


The warnings seem to be no real problem, but why is "sbsize" not recognized anymore?

Kurt