NetBSD-Bugs archive

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

toolchain/49866: Compiling netbsd-7 userland with MKDEBUG=yes ends in failure



>Number:         49866
>Category:       toolchain
>Synopsis:       Compiling netbsd-7 userland with MKDEBUG=yes ends in failure
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    toolchain-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Apr 28 06:20:00 +0000 2015
>Originator:     Vicente Chaves
>Release:        NetBSD 7.0_BETA
>Organization:
>Environment:
System: NetBSD netbsd7.vbox.lab 7.0_BETA NetBSD 7.0_BETA (GENERIC) #1: Mon Apr 13 01:18:38 UTC 2015 vchaves%netbsd7.vbox.lab@localhost:/home/vchaves/netbsd-7/src/sys/arch/amd64/compile/obj/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
  When compiling NetBSD-7 userland with debug symbols(MKDEBUG=yes), build.sh complains about missing file ./usr/libdata/debug/usr/libexec/httpd.debug and ends up aborted.



   ===============================
checkflist ===> distrib/sets
cd /home/vchaves/netbsd-7/src/distrib/sets &&  DESTDIR=/home/vchaves/netbsd-7/src/obj/destdir.amd64  MACHINE=amd64  MACHINE_ARCH=x86_64  AWK=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbawk  CKSUM=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbcksum  DB=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbdb  HOST_SH=/bin/sh  MAKE=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbmake  MKTEMP=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbmktemp  MTREE=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbmtree  PAX=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbpax  COMPRESS_PROGRAM=gzip  GZIP=-n  PKG_CREATE=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbpkg_create  SED=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbsed  TSORT=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbtsort\ -q  /bin/sh 
 /home/vchaves/netbsd-7/src/distrib/sets/checkflist  -L base,x  -M /home/vchaves/netbsd-7/src/obj/destdir.amd64/METALOG.sanitised

======  1 missing files in DESTDIR  ========
Files in flist but missing from DESTDIR.
File wasn't installed ?
------------------------------------------
./usr/libdata/debug/usr/libexec/httpd.debug
========  end of 1 missing files  ==========


*** Failed target:  checkflist
*** Failed command: cd /home/vchaves/netbsd-7/src/distrib/sets && DESTDIR=/home/vchaves/netbsd-7/src/obj/destdir.amd64 MACHINE=amd64 MACHINE_ARCH=x86_64 AWK=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbawk CKSUM=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbcksum DB=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbdb HOST_SH=/bin/sh MAKE=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbmake MKTEMP=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbmktemp MTREE=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbmtree PAX=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbpax COMPRESS_PROGRAM=gzip GZIP=-n PKG_CREATE=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbpkg_create SED=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbsed TSORT=/home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbtsort\ -q /bin/
 sh /home/vchaves/netbsd-7/src/distrib/sets/checkflist -L base,x -M /home/vchaves/netbsd-7/src/obj/destdir.amd64/METALOG.sanitised
*** Error code 1

Stop.
nbmake[2]: stopped in /home/vchaves/netbsd-7/src/distrib/sets

*** Failed target:  distribution
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/home/vchaves/netbsd-7/src" ;; *) this="${dir}/"; real="/home/vchaves/netbsd-7/src/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget distrib/sets checkflist
*** Error code 1

Stop.
nbmake[1]: stopped in /home/vchaves/netbsd-7/src

*** Failed target:  release
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this=""; real="/home/vchaves/netbsd-7/src" ;; *) this="${dir}/"; real="/home/vchaves/netbsd-7/src/${dir}" ;; esac; show=${this:-.}; echo "${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && /home/vchaves/netbsd-7/src/obj/tooldir.NetBSD-7.0_BETA-amd64/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; _makedirtarget . distribution
*** Error code 1

Stop.
nbmake: stopped in /home/vchaves/netbsd-7/src

ERROR: Failed to make release
*** BUILD ABORTED ***

>How-To-Repeat:
 Build netbsd-7 with:
 MKDEBUG=yes ./build.sh  -U -x -m amd64 tools kernel=GENERIC  release

>Fix:



Home | Main Index | Thread Index | Old Index