Re: Inability to build FreeBSD-current amd64

2019-05-15 Thread Niclas Zeising
On 2019-05-16 03:46, Thomas Mueller wrote: In general, WITH_CLANG_EXTRAS controls the building of extra tools such as a disassembler, and tools for working on clang itself such as bug reporting tools. I don't have a really detailed answer because I've never enabled the option. I've always perce

patch that replaces a single linked list with a hash table of lists (mountd.c) for review

2019-05-15 Thread Rick Macklem
Hi, I just put a patch for mountd.c in phabricator as D20270, which replaces the single linked list of structures for exported file systems with a hash table of lists. This is part of what I hope will fix the performance of mountd when reloading the exports file(s) for a server with a lot of expo

Re: Inability to build FreeBSD-current amd64

2019-05-15 Thread Thomas Mueller
> In general, WITH_CLANG_EXTRAS controls the building of extra tools such > as a disassembler, and tools for working on clang itself such as bug > reporting tools. I don't have a really detailed answer because I've > never enabled the option. I've always perceived it as being something > most peo

Re: Inability to build FreeBSD-current amd64

2019-05-15 Thread Ian Lepore
On Wed, 2019-05-15 at 23:23 +, Thomas Mueller wrote: > What do most FreeBSD users who rebuild system from source do > regarding WITH_CLANG_EXTRAS in /etc/src.conf ? > > I have WITH_CLANG_EXTRAS=yes in /etc/src.conf and wonder if that > could be screwing my build. > > Build seems to stumble on

Re: Inability to build FreeBSD-current amd64

2019-05-15 Thread Thomas Mueller
What do most FreeBSD users who rebuild system from source do regarding WITH_CLANG_EXTRAS in /etc/src.conf ? I have WITH_CLANG_EXTRAS=yes in /etc/src.conf and wonder if that could be screwing my build. Build seems to stumble on the llvm stuff, and llvm has really bloated in recent times. But t

Updated stream links

2019-05-15 Thread Pat McEvoy
FreeBSD Developer Summit Links: Room 1160: https://papers.freebsd.org/2019/bsdcan/streaming_dms1160/ Room 1140: https://papers.freebsd.org/2019/bsdcan/streaming_dms1140/ Room 1130: https://papers.freebsd.org/2019/bsdcan/streaming_dms1130/ __

Re: Inability to build FreeBSD-current amd64

2019-05-15 Thread Ian Lepore
On Wed, 2019-05-15 at 19:26 +, Thomas Mueller wrote: > from tech-lists: > > > What do you do before buildworld? > > > > I'll rm -rf /usr/obj and /var/cache/ccache [1], create them again, > > then in > > /usr/src I'll do this: > > make -j32 cleanworld && make -j32 cleandir && make -j3

Re: Inability to build FreeBSD-current amd64

2019-05-15 Thread Thomas Mueller
from tech-lists: > What do you do before buildworld? > I'll rm -rf /usr/obj and /var/cache/ccache [1], create them again, then in > /usr/src I'll do this: > make -j32 cleanworld && make -j32 cleandir && make -j32 clean > before make buildworld. it's probably overkill but it'll f

Links

2019-05-15 Thread Pat McEvoy
FreeBSD Developer Summit Links: https://papers.freebsd.org/2019/bsdcan/streaming_dms1160/ https://papers.freebsd.org/2019/bsdcan/streaming_dms1140/ http://fengler.ca/test.html ( 1130 link will be added to papers shortly) ___ freebsd-current@fr

freeBSD Developer Summit - DMS1160 Stream

2019-05-15 Thread Pat McEvoy
Hello All, Below is the streaming link for the FreeBSD Developer summit for May 2019 https://papers.freebsd.org/2019/bsdcan/streaming_dms1160/ ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To un

12-STABLE: poudriere jail installation/updating is failing

2019-05-15 Thread O. Hartmann
Recently an error seem to have spread across our 12-STABLE platforms offering poudriere. Building the binaries for FreeBSD 12-STABLE (recent version r347613) on systems running FreeBSD 12-STABLE (r347613) worked very well before, but now the install process seem to fail on all boxes the very same w

Updated Install Images with ZoL

2019-05-15 Thread kris
We're started rolling FreeBSD weekly HEAD images that include the most up to date ZoL ports, selectable at install time: http://pkg.trueos.org/iso/freebsd-pkgbase/ Feel free to give those a shot if you want to test ZoL. As usual, report issues to us via the GitHub issue tracker: http

Re: Inability to build FreeBSD-current amd64

2019-05-15 Thread tech-lists
On Wed, May 15, 2019 at 06:46:04AM +, Thomas Mueller wrote: Hi Tom, Are you using any nonstandard build options/modes? Cheers! -Enji I don't think I am using any nonstandard build options/modes. [...] Build didn't even start when I had WITHOUT_MANCOMPRESS on. Trouble occurs befor