Current-Users archive

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

building current on NetBSD 6.1_STABLE.



Hi, here is build problem of current on 6.1_STABLE from empty OBJDIR
and DESTDIR.


Command line:

# build.sh -N 1 -D /data/amd64/destdir.amd64 -O /data/amd64/obj.amd64 -R 
/data/release -m amd64 -u -N 2 -j 1 release

...
dependall ===> tools/mktemp
#    create  mktemp/mktemp.d
/data/amd64/obj.amd64/tooldir-NetBSD-6.1-amd64/bin/nbhost-mkdep -f mktemp.d  -- 
      /usr/src/tools/mktemp/../../usr.bin/mktemp/mktemp.c
sh: /data/amd64/obj.amd64/tooldir-NetBSD-6.1-amd64/bin/nbhost-mkdep: not found
*** [mktemp.d] Error code 127
nbmake: stopped in /usr/src/tools/mktemp
1 error
nbmake: stopped in /usr/src/tools/mktemp
*** [dependall-mktemp] Error code 2
nbmake: stopped in /usr/src/tools

tools before mktemp are fine to build.

        tools/host-mkdep
        tools/compat
        tools/binstall
        tools/mktemp

tools/compat/Makefile and tools/binstall/Makefile are explicitly
specify host-mkdep uninstalled host-mkdep (from tools/binstall/makefile):

# Use uninstalled copy of host-mkdep
HOST_MKDEP_OBJ!= cd ${.CURDIR}/../host-mkdep && ${PRINTOBJDIR}
HOST_MKDEP=     ${HOST_MKDEP_OBJ}/host-mkdep
MKDEP=          ${HOST_MKDEP}

But Makefiles from tools/mktemp dosen't contain such codes.  So,
host-mkdep should be installed to tooldir before building mktemp?

Best regards.

-- 
Takahiro Kambe <taca%back-street.net@localhost>


Home | Main Index | Thread Index | Old Index