Current-Users archive

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

51 extra files in DESTDIR



doing a ./build.sh distribution I get the following:

makesetfiles ===> /usr/src/distrib/sets
postinstall-fix-obsolete ===> .
   === Removing obsolete files ===
Source directory: /usr/src
Target directory: /usr/obj/destdir.amd64/
obsolete fix:
postinstall fixes passed: obsolete
postinstall fixes failed:
   ===============================
checkflist ===> distrib/sets

=======  51 extra files in DESTDIR  =========
Files in DESTDIR but missing from flist.
File is obsolete or flist is out of date ?
------------------------------------------
./usr/include/netinet/ip_auth.h
./usr/include/netinet/ip_fil.h
./usr/include/netinet/ip_frag.h
./usr/include/netinet/ip_htable.h
./usr/include/netinet/ip_lookup.h
./usr/include/netinet/ip_nat.h
./usr/include/netinet/ip_pool.h
./usr/include/netinet/ip_proxy.h
./usr/include/netinet/ip_scan.h
./usr/include/netinet/ip_state.h
./usr/include/netinet/ip_sync.h
./usr/include/netinet/ipl.h
./usr/lib/libc_p.a
./usr/lib/libgcc_eh_p.a
./usr/lib/libgcc_p.a
./usr/share/man/cat3/hesiod.0
./usr/share/man/cat3/hesiod_end.0
./usr/share/man/cat3/hesiod_free_list.0
./usr/share/man/cat3/hesiod_init.0
./usr/share/man/cat3/hesiod_resolve.0
./usr/share/man/cat3/hesiod_to_bind.0
./usr/share/man/cat3/yp_all.0
./usr/share/man/cat3/yp_bind.0
./usr/share/man/cat3/yp_first.0
./usr/share/man/cat3/yp_get_default_domain.0
./usr/share/man/cat3/yp_master.0
./usr/share/man/cat3/yp_match.0
./usr/share/man/cat3/yp_next.0
./usr/share/man/cat3/yp_order.0
./usr/share/man/cat3/yp_unbind.0
./usr/share/man/cat3/ypclnt.0
./usr/share/man/cat3/yperr_string.0
./usr/share/man/cat3/ypprot_err.0
./usr/share/man/man3/hesiod.3
./usr/share/man/man3/hesiod_end.3
./usr/share/man/man3/hesiod_free_list.3
./usr/share/man/man3/hesiod_init.3
./usr/share/man/man3/hesiod_resolve.3
./usr/share/man/man3/hesiod_to_bind.3
./usr/share/man/man3/yp_all.3
./usr/share/man/man3/yp_bind.3
./usr/share/man/man3/yp_first.3
./usr/share/man/man3/yp_get_default_domain.3
./usr/share/man/man3/yp_master.3
./usr/share/man/man3/yp_match.3
./usr/share/man/man3/yp_next.3
./usr/share/man/man3/yp_order.3
./usr/share/man/man3/yp_unbind.3
./usr/share/man/man3/ypclnt.3
./usr/share/man/man3/yperr_string.3
./usr/share/man/man3/ypprot_err.3
=========  end of 51 extra files  ===========


*** Failed target:  checkflist
*** Failed command: cd /usr/src/distrib/sets &&
DESTDIR=/usr/obj/destdir.amd64 MACHINE=amd64 MACHINE_ARCH=x86_64
CKSUM=/usr/obj/tooldir.NetBSD-4.99.54-x86_64/bin/nbcksum
DB=/usr/obj/tooldir.NetBSD-4.99.54-x86_64/bin/nbdb HOST_SH=/bin/sh
MAKE=/usr/obj/tooldir.NetBSD-4.99.54-x86_64/bin/nbmake
MKTEMP=/usr/obj/tooldir.NetBSD-4.99.54-x86_64/bin/nbmktemp
MTREE=/usr/obj/tooldir.NetBSD-4.99.54-x86_64/bin/nbmtree
PAX=/usr/obj/tooldir.NetBSD-4.99.54-x86_64/bin/nbpax
TSORT=/usr/obj/tooldir.NetBSD-4.99.54-x86_64/bin/nbtsort\ -q /bin/sh
/usr/src/distrib/sets/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/obj/tooldir.NetBSD-4.99.54-x86_64/bin/nbmake _THISDIR_="${this}"
"$@" ${target}; }; _makedirtarget distrib/sets checkflist
*** Error code 1

Stop.
nbmake: stopped in /usr/src

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

with this mk.conf:
MKMODULAR       = yes
MKPUFFS         = yes
MKUPDATE       = yes
MKCVS           = no
MKDEBUG         = no
MKGDB           = no
MKHESIOD        = no
MKIPFILTER      = no
MKPROFILE       = no
MKYP            = no
MAKEVERBOSE     = 0

the temporary fix is to set MKHESIOD MKIPFILTER MKYP to yes, but I
don't think it's a real fix

-- 
Regards,
 Kimi


Home | Main Index | Thread Index | Old Index