Date: Sat, 22 Jul 2017 21:09:08 -0700 From: Mark Millard <markmi@dsl-only.net> To: FreeBSD Toolchain <freebsd-toolchain@freebsd.org>, FreeBSD Current <freebsd-current@freebsd.org> Cc: Bryan Drewery <bdrewery@FreeBSD.org> Subject: Re: -r321371: -j8 failed for "installworld distrib-dirs distribute DESTDIR=/usr/obj/DESTDIRs/clang-amd64-installworld-dist" Message-ID: <0B20AE24-8C71-4C93-808B-97DCBF855B30@dsl-only.net> In-Reply-To: <586A3914-C775-4EA7-8922-475224891EC6@dsl-only.net> References: <586A3914-C775-4EA7-8922-475224891EC6@dsl-only.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2017-Jul-22, at 9:04 PM, Mark Millard <markmi@dsl-only.net> wrote: > After buildworld buildkernel installkernel installkernel reboot to > upgrade to -r321371 (from -r321109 ) I attempted: >=20 > ~/sys_build_scripts.amd64-host/make_amd64_nodebug_clang-amd64-host.sh = installworld distrib-dirs distribute = DESTDIR=3D/usr/obj/DESTDIRs/clang-amd64-installworld-dist Above: I accidentally copied and pasted the later command that did not = have -j8 . So: ~/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 here. > (where clang-amd64-installworld-dist was to be updated > from -r321109 ) I got: >=20 > --- distribute_subdir_lib --- > --- distribute --- > cd /usr/src/lib/csu/amd64; make install installconfig -DNO_SUBDIR = DESTDIR=3D/base SHARED=3Dcopies > --- distribute_subdir_cddl --- > --- _FILESINS --- > install -o root -g wheel -m 444 drti.o /base/usr/lib/dtrace/ > install: /base/usr/lib/dtrace/: No such file or directory > *** [_FILESINS] Error code 71 >=20 > make[5]: stopped in /usr/src/cddl/lib/drti > 1 error >=20 >=20 > Removing the -j8 got past this (but got a later problem that > I'll report separately). >=20 >=20 > Build Context: >=20 > # svnlite info /usr/src/ | grep "Re[plv]" > Relative URL: ^/head > Repository Root: svn://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 321371 > Last Changed Rev: 321371 >=20 > # more = ~/sys_build_scripts.amd64-host/make_amd64_nodebug_clang-amd64-host.sh=20 > 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 $* >=20 > # more /root/src.configs/make.conf > CFLAGS.gcc+=3D -v >=20 > # more = ~/sys_build_scripts.amd64-host/make_amd64_nodebug_clang-amd64-host.sh=20 > 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 $* >=20 > #WITH_META_MODE=3Dyes \ > # > FreeBSDx64OPC# 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 =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?0B20AE24-8C71-4C93-808B-97DCBF855B30>