mutoh_20110621

mutoh% sudo mkdir -p /usr/netbsd/usr/src
Password:
mutoh% sudo chown mutoh /usr/netbsd/usr/src
mutoh% cd /usr/netbsd/usr/src
mutoh% cd /usr/netbsd/usr
mutoh% export CVS_RSH="ssh"
mutoh% export CVSROOT="anoncvs@anoncvs.NetBSD.org:/cvsroot"
mutoh% cd ..
mutoh% cvs checkout -P src
  (snip)
mutoh% uname -a
FreeBSD mutoh.int.sacraya.net 9.0-CURRENT FreeBSD 9.0-CURRENT #3: Mon Jun 20 22:22:22 JST 2011     root@mutoh.int.sacraya.net:/usr/obj/usr/src/sys/GENERIC  i386
mutoh% ./build.sh -m hpcarm tools |& tee build-tools-hpcarm.20110621.txt
  (snip)
cc -O -I. -I/usr/netbsd/usr/src/obj/tooldir.FreeBSD-9.0-CURRENT-i386/include/nbinclude -I/usr/netbsd/usr/src/obj/tooldir.FreeBSD-9.0-CURRENT-i386/include -I/usr/netbsd/usr/src/tools/compat/obj -I/usr/netbsd/usr/src/tools/compat/obj/include -I/usr/netbsd/usr/src/tools/makefs/../compat -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -I/usr/netbsd/usr/src/tools/makefs/../../usr.sbin/makefs -I/usr/netbsd/usr/src/sbin/mknod -I/usr/netbsd/usr/src/usr.sbin/mtree -I/usr/netbsd/usr/src/sys/fs/cd9660 -c -o cd9660_eltorito.lo.o    /usr/netbsd/usr/src/tools/makefs/../../usr.sbin/makefs/cd9660/cd9660_eltorito.c
In file included from /usr/netbsd/usr/src/tools/makefs/../../usr.sbin/makefs/cd9660/cd9660_eltorito.c:39:
/usr/include/sys/endian.h:101: error: conflicting types for 'be16dec'
/usr/netbsd/usr/src/sys/fs/cd9660/iso.h:199: error: previous implicit declaration of 'be16dec' was here
/usr/include/sys/endian.h:109: error: conflicting types for 'be32dec'
/usr/netbsd/usr/src/sys/fs/cd9660/iso.h:224: error: previous implicit declaration of 'be32dec' was here
/usr/include/sys/endian.h:125: error: conflicting types for 'le16dec'
/usr/netbsd/usr/src/sys/fs/cd9660/iso.h:192: error: previous implicit declaration of 'le16dec' was here
/usr/include/sys/endian.h:133: error: conflicting types for 'le32dec'
/usr/netbsd/usr/src/sys/fs/cd9660/iso.h:217: error: previous implicit declaration of 'le32dec' was here

*** Failed target:  cd9660_eltorito.lo
*** Failed command: cc -O -I. -I/usr/netbsd/usr/src/obj/tooldir.FreeBSD-9.0-CURRENT-i386/include/nbinclude -I/usr/netbsd/usr/src/obj/tooldir.FreeBSD-9.0-CURRENT-i386/include -I/usr/netbsd/usr/src/tools/compat/obj -I/usr/netbsd/usr/src/tools/compat/obj/include -I/usr/netbsd/usr/src/tools/makefs/../compat -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -I/usr/netbsd/usr/src/tools/makefs/../../usr.sbin/makefs -I/usr/netbsd/usr/src/sbin/mknod -I/usr/netbsd/usr/src/usr.sbin/mtree -I/usr/netbsd/usr/src/sys/fs/cd9660 -c -o cd9660_eltorito.lo.o /usr/netbsd/usr/src/tools/makefs/../../usr.sbin/makefs/cd9660/cd9660_eltorito.c
*** Error code 1

Stop.
nbmake: stopped in /usr/netbsd/usr/src/tools/makefs

*** Failed target:  dependall
*** Failed command: cd "/usr/netbsd/usr/src/tools/makefs"; /usr/netbsd/usr/src/obj/tooldir.FreeBSD-9.0-CURRENT-i386/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /usr/netbsd/usr/src/tools/makefs

*** Failed target:  dependall-makefs
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/usr/netbsd/usr/src/tools" ;; *) this="${dir}/"; real="/usr/netbsd/usr/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/netbsd/usr/src/obj/tooldir.FreeBSD-9.0-CURRENT-i386/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget makefs dependall
*** Error code 1

Stop.
nbmake: stopped in /usr/netbsd/usr/src/tools

ERROR: Failed to make dependall in "tools"
*** BUILD ABORTED ***
mutoh% ./build.sh -m hpcarm tools |& tee -a build-tools-hpcarm.20110621.txt
  (snip)
*** Failed target:  cd9660_eltorito.lo
*** Failed command: cc -O -I. -I/usr/netbsd/usr/src/obj/tooldir.FreeBSD-9.0-CURRENT-i386/include/nbinclude -I/usr/netbsd/usr/src/obj/tooldir.FreeBSD-9.0-CURRENT-i386/include -I/usr/netbsd/usr/src/tools/compat/obj -I/usr/netbsd/usr/src/tools/compat/obj/include -I/usr/netbsd/usr/src/tools/makefs/../compat -DHAVE_NBTOOL_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -I/usr/netbsd/usr/src/tools/makefs/../../usr.sbin/makefs -I/usr/netbsd/usr/src/sbin/mknod -I/usr/netbsd/usr/src/usr.sbin/mtree -I/usr/netbsd/usr/src/sys/fs/cd9660 -c -o cd9660_eltorito.lo.o /usr/netbsd/usr/src/tools/makefs/../../usr.sbin/makefs/cd9660/cd9660_eltorito.c
*** Error code 1

Stop.
nbmake: stopped in /usr/netbsd/usr/src/tools/makefs

*** Failed target:  dependall
*** Failed command: cd "/usr/netbsd/usr/src/tools/makefs"; /usr/netbsd/usr/src/obj/tooldir.FreeBSD-9.0-CURRENT-i386/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /usr/netbsd/usr/src/tools/makefs

*** Failed target:  dependall-makefs
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/usr/netbsd/usr/src/tools" ;; *) this="${dir}/"; real="/usr/netbsd/usr/src/tools/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /usr/netbsd/usr/src/obj/tooldir.FreeBSD-9.0-CURRENT-i386/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget makefs dependall
*** Error code 1

Stop.
nbmake: stopped in /usr/netbsd/usr/src/tools

ERROR: Failed to make dependall in "tools"
*** BUILD ABORTED ***
Last modified: 2011-06-21
Post-it: New Post-it (help)

Text color: [_][_][_][_]

Background: [_][_][_][_][_][_]

Draw Line:

x: y: