Update Problem

VanDom

Active Member
Moin zusammen!


ich versuche gerade meine current installation upzudaten. Genau so, wie es im Wiki beschrieben steht.

ich mache also zuerst mein
# cd /usr/src
# cvs update -dP

dann ein:
# ./build.sh -O ../obj -T ../tools -U -u tools

das klappt noch.

danach kommt dann das :
# ./build.sh -O ../obj -T ../tools -U -u distribution

und hier bricht es mit folgender Meldung ab:
Code:
#   compile  make/targ.o
/usr/src/../tools/bin/i386--netbsdelf-gcc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings  -Werror    -nostdinc -isystem /usr/src/../obj/destdir.i386/usr/include   -DMAKE_NATIVE -c    /usr/src/usr.bin/make/targ.c
/usr/src/usr.bin/make/targ.c:144: warning: `TargPrintNode' declared `static' but never defined

*** Failed target:  targ.o
*** Failed command: /usr/src/../tools/bin/i386--netbsdelf-gcc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Werror -nostdinc -isystem /usr/src/../obj/destdir.i386/usr/include -DMAKE_NATIVE -c /usr/src/usr.bin/make/targ.c
*** Error code 1

Stop.
nbmake: stopped in /usr/src/usr.bin/make

*** Failed target:  dependall
*** Failed command: cd /usr/src/usr.bin/make; /usr/src/../tools/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /usr/src/usr.bin/make

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

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

*** Failed target:  dependall-usr.bin
*** 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 usr.bin dependall
*** Error code 1

Stop.
nbmake: stopped in /usr/src

*** Failed target:  do-build
*** 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 . dependall BUILD_tools=no BUILD_lib=no
*** Error code 1

Stop.
nbmake: stopped in /usr/src

*** Failed target:  build
*** 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 . 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 ***

hat jemand einen Plan, was ich da machen könnte, oder liegt das Problem in dem Stand, den ich aus dem CVS auschecke. Vielleicht sollte ich es einfach in ein paar tagen noch einmal versuchen.


bin für jeden Tip dankbar.
 
Zurück
Oben