make installworld in HEAD fails at llvm-objdump.1.gz

2018-12-05 Thread Gary Jennejohn
I just did a make buildworld of HEAD at r341510. During make installworld I got an error that llvm-objdump.1.gz could not be found. /usr/src/usr.bin/clang/llvm-objdump/llvm-objdump.1 is present. I ended up having to comment out llvm-objdump in the Makefile in order to finish the installation.

rm cannot recursively delete directory on tmpfs on RPi2

2018-12-05 Thread Jia-Shiun Li
amd64 and RPi3 do not have this issue. jsli@rpi2:/home/jsli 13:04 # uname -a FreeBSD rpi2 13.0-CURRENT FreeBSD 13.0-CURRENT r341419 GENERIC-NODEBUG arm jsli@rpi2:/home/jsli 13:05 # mount -t tmpfs tmpfs /mnt jsli@rpi2:/home/jsli 13:05 # cd /mnt jsli@rpi2:/mnt 13:05 # tar xf

Re: make installworld in HEAD fails at llvm-objdump.1.gz

2018-12-05 Thread Gary Jennejohn
On Wed, 5 Dec 2018 17:59:17 +0100 Gary Jennejohn wrote: > I just did a make buildworld of HEAD at r341510. > > During make installworld I got an error that llvm-objdump.1.gz > could not be found. > > /usr/src/usr.bin/clang/llvm-objdump/llvm-objdump.1 is present. > > I ended up having to