Date: Tue, 25 Jul 2017 18:08:51 -0700 From: Mark Millard <markmi@dsl-only.net> To: Bryan Drewery <bdrewery@FreeBSD.org>, FreeBSD Toolchain <freebsd-toolchain@freebsd.org>, FreeBSD Current <freebsd-current@freebsd.org> Subject: -r321493 (and -r321371 ) "installworld distrib-dirs distribute" failure: target directory `/base/usr/include/arpa/' does not exist; `/base/usr/lib/' as well Message-ID: <5E9354FE-D1D0-4DD1-995C-9B3CE16A3E4E@dsl-only.net>
next in thread | raw e-mail | index | archive | help
[Thanks Bryan for enabling -j<?> for such use.] When I tried this and got the same kind of error in -r32137 I was not using -j<?> . In the -r321493 case it was with -j8 . (So this is the "other" report that I'd mentioned that I'd make.) First I list the error text (from -r321493 ) then the build context information. --- _FILESINS --- install -o root -g wheel -m 444 drti.o /base/usr/lib/dtrace/ --- distribute_subdir_gnu --- --- _FILESINS --- install -o root -g wheel -m 444 crtbegin.o crtend.o crtbeginT.o = crtbeginS.o crtendS.o /base/usr/lib/ --- distribute_subdir_include --- install: target directory `/base/usr/include/arpa/' does not exist --- distribute_subdir_cddl --- install: /base/usr/lib/dtrace/: No such file or directory --- distribute_subdir_include --- usage: install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] [-B suffix] [-l linkflags] [-N dbdir] file1 file2 install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] [-B suffix] [-l linkflags] [-N dbdir] file1 ... fileN directory install -dU [-vU] [-g group] [-m mode] [-N dbdir] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] directory ... *** [_INCSINS] Error code 64 make[4]: stopped in /usr/src/include/arpa 1 error make[4]: stopped in /usr/src/include/arpa --- distribute_subdir_gnu --- install: target directory `/base/usr/lib/' does not exist usage: install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] [-B suffix] [-l linkflags] [-N dbdir] file1 file2 install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] [-B suffix] [-l linkflags] [-N dbdir] file1 ... fileN directory install -dU [-vU] [-g group] [-m mode] [-N dbdir] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] directory ... --- distribute_subdir_cddl --- *** [_FILESINS] Error code 71 make[5]: stopped in /usr/src/cddl/lib/drti 1 error make[5]: stopped in /usr/src/cddl/lib/drti --- distribute_subdir_gnu --- *** [_FILESINS] Error code 64 The Build Context was: ~/sys_build_scripts.amd64-host/make_amd64_nodebug_clang-amd64-host.sh = -j8 installworld distrib-dirs distribute = DESTDIR=3D/usr/obj/DESTDIRs/clang-amd64-installworld-dist=20 # more = ~/sys_build_scripts.amd64-host/make_amd64_nodebug_clang-amd64-host.sh kldload -n filemon && \ script = ~/sys_typescripts/typescript_make_amd64_nodebug_clang-amd64-host-$(date = +%Y-%m-%d:%H:%M:%S) \ env __MAKE_CONF=3D"/root/src.configs/make.conf" SRCCONF=3D"/dev/null" = SRC_ENV_CONF=3D"/root/src.configs/src.conf.amd64-clang.amd64-host" \ WITH_META_MODE=3Dyes \ MAKEOBJDIRPREFIX=3D"/usr/obj/amd64_clang/amd64.amd64" \ make $* # more /root/src.configs/make.conf CFLAGS.gcc+=3D -v # more /root/src.configs/src.conf.amd64-clang.amd64-host TO_TYPE=3Damd64 # KERNCONF=3DGENERIC-NODBG TARGET=3D${TO_TYPE} .if ${.MAKE.LEVEL} =3D=3D 0 TARGET_ARCH=3D${TO_TYPE} .export TARGET_ARCH .endif # #WITH_CROSS_COMPILER=3D WITH_SYSTEM_COMPILER=3D # WITH_LIBCPLUSPLUS=3D WITH_BINUTILS_BOOTSTRAP=3D WITH_ELFTOOLCHAIN_BOOTSTRAP=3D #WITH_CLANG_BOOTSTRAP=3D WITH_CLANG=3D WITH_CLANG_IS_CC=3D WITH_CLANG_FULL=3D WITH_CLANG_EXTRAS=3D WITH_LLD=3D WITHOUT_LLD_IS_LD=3D WITH_LLVM_LIBUNWIND=3D WITH_LLDB=3D #PORTS_MODULES=3Demulators/virtualbox-ose-additions # WITH_BOOT=3D WITH_LIB32=3D # WITHOUT_GCC_BOOTSTRAP=3D WITHOUT_GCC=3D WITHOUT_GCC_IS_CC=3D WITHOUT_GNUCXX=3D # NO_WERROR=3D #WERROR=3D MALLOC_PRODUCTION=3D # WITH_REPRODUCIBLE_BUILD=3D WITH_DEBUG_FILES=3D =3D=3D=3D Mark Millard markmi at dsl-only.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5E9354FE-D1D0-4DD1-995C-9B3CE16A3E4E>