Re: Stop installing /usr/bin/clang

2019-08-15 Thread nonameless
I see the same thing with base /usr/bin/ld and /usr/local/bin/ld from binutils. --- Original message --- From: "Konstantin Belousov"  Date: 15 August 2019, 19:48:37 Please look at https://reviews.freebsd.org/D21060 I propose to stop installing /usr/bin/clang, clang++, clang-cpp. It probably does

head -r351102 amd64 rebuilding itself but via devel/xtoolchain-llvm90 ( rc2: ports head -r509054 ) fails for boot2.out: ld.lld: error: undefined symbol: __ashldi3

2019-08-15 Thread Mark Millard
My attempt to have -r351102 rebuild itself via devel/llvm90 (rc2) got: --- all_subdir_stand --- --- boot2.out --- ld.lld: error: undefined symbol: __ashldi3 >>> referenced by ufsread.c:234 (/usr/src/stand/libsa/ufsread.c:234) >>> boot2.o:(fsread) >>> referenced by ufsread.c:270 (/usr

FreeBSD-13.0-CURRENT 20190815-r351067 is online

2019-08-15 Thread Clay Daniels Jr.
FreeBSD-13.0-CURRENT-amd64-20190815-r351067-disc1.iso.xz <https://download.freebsd.org/ftp/snapshots/amd64/amd64/ISO-IMAGES/13.0/FreeBSD-13.0-CURRENT-amd64-20190815-r351067-disc1.iso.xz> ___ freebsd-current@freebsd.org mailing list

svn commit: r351100 - head/sys/dev/iicbus/twsi looks to be missing (uintmax_t) cast

2019-08-15 Thread Mark Millard
A textually small nit for r351100 is that %ju normally goes with a (uintmax_t) cast, so more like: debugf(sc->dev, "Bus clock is at %ju\n", (uintmax_t)clk); %ju need not match up with uint64_t from: uint64_t clk; === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2

Re: r351066 lib/libc/tests/hash (install) … don't know how to make _testsDATA_FILESINS1_data/md5test-in

2019-08-15 Thread Jung-uk Kim
On 19. 8. 15., Graham Perrin wrote: > Whilst running > make installworld && etcupdate > > … > ===> lib/libc/tests/hash (install) > install  -o root  -g wheel -m 555  hash_test > /usr/tests/lib/libc/hash/hash_test > make[7]: don't know how to make _testsDATA_FILESINS1_data/md5test-in. Stop > … > >

r351066 lib/libc/tests/hash (install) … don't know how to make _testsDATA_FILESINS1_data/md5test-in

2019-08-15 Thread Graham Perrin
Whilst running make installworld && etcupdate … ===> lib/libc/tests/hash (install) install  -o root  -g wheel -m 555  hash_test /usr/tests/lib/libc/hash/hash_test make[7]: don't know how to make _testsDATA_FILESINS1_data/md5test-in. Stop … Photo: make.conf: PO

Stop installing /usr/bin/clang

2019-08-15 Thread Konstantin Belousov
Please look at https://reviews.freebsd.org/D21060 I propose to stop installing /usr/bin/clang, clang++, clang-cpp. It probably does not matter when all your software comes from ports or packages, but is actually very annoying when developing on FreeBSD. In particular, you never know which `clang'

Can't boot current under bhyve on current

2019-08-15 Thread Sean Eric Fagan
I get: Loading kernel... /boot/kernel/kernel text=0x16c493c data=0x1c8b38+0x819238 syms=[0x8+0x180c18+0x8+0x19df0b] Loading configured modules... can't find '/boot/entropy' \ Note that I am using vm-bhyve as a management & control wrapper, so that