Subject: 3.0_BETA : checkout : missing file for build/install ?
To: None <current-users@NetBSD.org>
From: Asmodehn Shade <asmodehn@free.fr>
List: current-users
Date: 06/18/2005 11:24:05
Hi all,
I just checked out the cvs for netbsd-3 branch.
When I try to build the userland, it complains about some cat and man
verifiedexec files.
I don't know much about the build process, so if someone know how to fix
this...
Cheers,
BTW I also have the full log file if it may help, just ask me.
===> /usr/src/gnu/usr.sbin/sendmail/cf/cf
makesetfiles ===> /usr/src/distrib/sets
create set lists
postinstall-fix-obsolete ===> .
=== Removing obsolete files ===
Source directory: /usr/src
Target directory: /usr/src/obj/destdir.i386/
obsolete fix:
postinstall fixes passed: obsolete
postinstall fixes failed:
===============================
checkflist ===> distrib/sets
=========== 2 missing files ==============
Files in flist but missing from DESTDIR.
File wasn't installed ?
------------------------------------------
./usr/share/man/cat4/verifiedexec.0
./usr/share/man/man4/verifiedexec.4
======== end of 2 missing files ==========
*** Failed target: checkflist
*** Failed command: cd /usr/src/distrib/sets &&
DESTDIR=/usr/src/obj/destdir.i386 MACHINE=i386 MACHINE_ARCH=i386
CKSUM=/usr/src/obj/tooldir.NetBSD-3.0_BETA-i386/bin/nbcksum
MAKE=/usr/src/obj/tooldir.NetBSD-3.0_BETA-i386/bin/nbmake
MTREE=/usr/src/obj/tooldir.NetBSD-3.0_BETA-i386/bin/nbmtree
MKTEMP=/usr/src/obj/tooldir.NetBSD-3.0_BETA-i386/bin/nbmktemp
PAX=/usr/src/obj/tooldir.NetBSD-3.0_BETA-i386/bin/nbpax HOST_SH=sh sh
./checkflist
*** Error code 1
Stop.
nbmake: stopped in /usr/src/distrib/sets
*** 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/obj/tooldir.NetBSD-3.0_BETA-i386/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget distrib/sets
checkflist
*** Error code 1
Stop.
nbmake: stopped in /usr/src