NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Help with build/update



Just updated my sources from current and cannot seem to build amd64. I am using 
pretty much everything "as is" nothing too special and I get the following: I 
am building as root. Any ideas?

1)kernel build goes fine with no issues using ./build.sh -O ../obj -T../tools 
kernel=XEN3PAE_DOMU

2)build world fails near the end using ../build.sh -O../obj -T../tools -U 
distribution 

#    create  zoneinfo/posix_only
mkdir -p /usr/src/../obj/share/zoneinfo/builddir
cd /usr/src/share/zoneinfo &&  /usr/src/../tools/bin/nbzic -y "/bin/sh 
/usr/src/share/zoneinfo/yearistype.sh" -d 
/usr/src/../obj/share/zoneinfo/builddir -L /dev/null africa antarctica asia 
australasia  europe northamerica southamerica pacificnew etcetera factory  
backward systemv solar87 solar88 solar89
"africa", line 94: time overflow

*** Failed target:  posix_only
*** Failed command: cd /usr/src/share/zoneinfo && /usr/src/../tools/bin/nbzic 
-y "/bin/sh /usr/src/share/zoneinfo/yearistype.sh" -d 
/usr/src/../obj/share/zoneinfo/builddir -L /dev/null africa antarctica asia 
australasia europe northamerica southamerica pacificnew etcetera factory 
backward systemv solar87 solar88 solar89
*** Error code 1

Stop.
nbmake: stopped in /usr/src/share/zoneinfo

*** Failed target:  install-zoneinfo
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="share/"; 
real="/usr/src/share" ;; *) this="share/${dir}/"; real="/usr/src/share/${dir}" 
;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd 
"${real}" && /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; 
}; _makedirtarget zoneinfo install
*** Error code 1

Stop.
nbmake: stopped in /usr/src/share

*** Failed target:  install-share
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; 
real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac; 
show=${this:-.}; echo "${tar "${dir}" in /*) this="${dir}/"; real="${dir}" ;; 
.) this=""; real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; 
esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd 
"${real}" && /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; 
}; _makedirtarget . do-build
*** Error code 1

Stop.
nbmake: stopped in /usr/src

*** Failed target:  distribution
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; 
real="/usr/src" ;; *) this="${dir}/"; real="/usr/src/${dir}" ;; esac; 
show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" 
&& /usr/src/../tools/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; 
_makedirtarget . build NOPOSTINSTALL=1
*** Error code 1

Stop.
nbmake: stopped in /usr/src

ERROR: Failed to make distribution
*** BUILD ABORTED ***
# 



Home | Main Index | Thread Index | Old Index