On 7/22/2017 9:04 PM, Mark Millard wrote:
> After buildworld buildkernel installkernel installkernel reboot to
> upgrade to -r321371 (from -r321109 ) I attempted:
> 
> ~/sys_build_scripts.amd64-host/make_amd64_nodebug_clang-amd64-host.sh 
> installworld distrib-dirs distribute 
> DESTDIR=/usr/obj/DESTDIRs/clang-amd64-installworld-dist
> 
> (where clang-amd64-installworld-dist was to be updated
> from -r321109 ) I got:
> 
> --- distribute_subdir_lib ---
> --- distribute ---
> cd /usr/src/lib/csu/amd64;  make install installconfig -DNO_SUBDIR 
> DESTDIR=/base SHARED=copies
> --- 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
> 
> make[5]: stopped in /usr/src/cddl/lib/drti
> 1 error
> 
> 
> Removing the -j8 got past this (but got a later problem that
> I'll report separately).

I am not surprised, there is no .ORDER defined for running installworld
distrib-dirs and distribute all at the same time with -j.  I can make it
parallel-safe though.

-- 
Regards,
Bryan Drewery

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to