Re: svn commit: r339636 - in head: . share/mk

2018-11-06 Thread Markiyan Kushnir
Here it is. Environment: # env SSH_CLIENT=10.1.2.10 43379 22 REPLYTO=markiyan.kush...@gmail.com LSCOLORS=gxfxcxdxbxegedabagacad LOGNAME=root PAGER=less MAIL=/var/mail/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin EDITOR=vim ENV=/root/.shrc

Re: svn commit: r339636 - in head: . share/mk

2018-11-06 Thread Alexander Richardson
Hi Markiyan, This looks exactly like the SYSTEM_COMPILER/SYSTEM_LINKER build failure that should have been fixed by r340167. Does passing BUILD_WITH_STRICT_TMPPATH=0 on the make command line fix the build error? If so it seems like I missed one more SYSTEM_COMPILER case. Could you send me your

Re: svn commit: r339636 - in head: . share/mk

2018-11-06 Thread Markiyan Kushnir
Alexander, Cannot tell exactly what change it was, might be one of your recent changes to bsd.compiler.mk or Makefile.inc1? ... Now running "make buildworld" I can proceed with "3.1: recording build metadata" only having USING_SYSTEM_COMPILER=yes USING_SYSTEM_LINKER=yes set in my environment.

Re: svn commit: r339636 - in head: . share/mk

2018-11-05 Thread Alexander Richardson
On Mon, 5 Nov 2018 at 23:00, Bryan Drewery wrote: > > On 10/22/2018 11:31 PM, Alex Richardson wrote: > > Author: arichardson > > Date: Tue Oct 23 06:31:25 2018 > > New Revision: 339636 > > URL: https://svnweb.freebsd.org/changeset/base/339636 > > > > Log: > > Only compute the

Re: svn commit: r339636 - in head: . share/mk

2018-11-05 Thread Bryan Drewery
On 10/22/2018 11:31 PM, Alex Richardson wrote: > Author: arichardson > Date: Tue Oct 23 06:31:25 2018 > New Revision: 339636 > URL: https://svnweb.freebsd.org/changeset/base/339636 > > Log: > Only compute the X_COMPILER_*/X_LINKER_* variables when needed > > When building CheriBSD we have