Re: why does buildworld fail on stable/11 ?

2018-01-28 Thread Scott Bennett
Ian Lepore wrote: > On Fri, 2018-01-26 at 09:52 +, Holger Kipp wrote: > > Dear Scott, > > > > Am 26.01.2018 um 09:07 schrieb Scott Bennett > > >: > > > > cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin MAKE_CMD=make > >

Re: why does buildworld fail on stable/11 ?

2018-01-26 Thread Ian Lepore
On Fri, 2018-01-26 at 09:52 +, Holger Kipp wrote: > Dear Scott, > > Am 26.01.2018 um 09:07 schrieb Scott Bennett > >: > > cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin MAKE_CMD=make > /usr/obj/usr/src/make.amd64/bmake -m /usr/src/share/mk -f Makefile.inc1

Re: why does buildworld fail on stable/11 ?

2018-01-26 Thread Holger Kipp
Dear Scott, Am 26.01.2018 um 09:07 schrieb Scott Bennett >: cd /usr/src; PATH=/sbin:/bin:/usr/sbin:/usr/bin MAKE_CMD=make /usr/obj/usr/src/make.amd64/bmake -m /usr/src/share/mk -f Makefile.inc1 TARGET=amd64 TARGET_ARCH=amd64 MK_META_MODE=no cleandir

Re: why does buildworld fail on stable/11 ?

2018-01-26 Thread Scott Bennett
> On 24 Jan 2018, at 09:51, Scott Bennett <benn...@sdf.org> wrote: > > > > > > > > > > > > > > > > > > > > Subject: Re: why does buildworld fail on stable/11 ? > > > > > > > > > > I wrote: > >

Re: why does buildworld fail on stable/11 ?

2018-01-25 Thread Ian Lepore
On Thu, 2018-01-25 at 12:40 +, tech-lists wrote: > 2. I don't know the difference between svnlite and svn. All I know is > that svnlite is in base and it will be in base for reasons and one of > those reasons will be that it works reliably. I think svn in ports might > be more featureful, but

Re: why does buildworld fail on stable/11 ?

2018-01-25 Thread Ian Lepore
; > > > > > > > > > > > > > > Subject: Re: why does buildworld fail on stable/11 ? > > > > > > > > I wrote: > > > > > > > > > > > > > > > ???On Mon, 22 Jan 2018 12:42:58 +

Re: why does buildworld fail on stable/11 ?

2018-01-25 Thread tech-lists
On 25/01/2018 06:22, Scott Bennett wrote: > tech-lists wrote: > >> On 24/01/2018 08:51, Scott Bennett wrote: >>> hellas# mv /etc/make.conf{,.save} >>> hellas# mv /etc/src.conf{,.save} >>> hellas# cd /usr/src >>> hellas# make cleandir >>>

Re: why does buildworld fail on stable/11 ?

2018-01-24 Thread Scott Bennett
Ian Lepore <i...@freebsd.org> wrote: > On Wed, 2018-01-24 at 12:39 +0100, Dimitry Andric wrote: > > On 24 Jan 2018, at 09:51, Scott Bennett <benn...@sdf.org> wrote: > > > > > > > > > Subject: Re: why does buildworld fail on stable/11 ? > >

Re: why does buildworld fail on stable/11 ?

2018-01-24 Thread Scott Bennett
tech-lists wrote: > On 24/01/2018 08:51, Scott Bennett wrote: > > hellas# mv /etc/make.conf{,.save} > > hellas# mv /etc/src.conf{,.save} > > hellas# cd /usr/src > > hellas# make cleandir > > "/usr/src/share/mk/local.sys.mk", line 51: Malformed conditional >

Re: why does buildworld fail on stable/11 ?

2018-01-24 Thread Scott Bennett
Dimitry Andric <d...@freebsd.org> wrote: > On 24 Jan 2018, at 09:51, Scott Bennett <benn...@sdf.org> wrote: > > > > Subject: Re: why does buildworld fail on stable/11 ? > > > > I wrote: > >>On Mon, 22 Jan 2018 12:42:58 + lists <tec

Re: why does buildworld fail on stable/11 ?

2018-01-24 Thread Ian Lepore
On Wed, 2018-01-24 at 12:39 +0100, Dimitry Andric wrote: > On 24 Jan 2018, at 09:51, Scott Bennett <benn...@sdf.org> wrote: > > > > > > Subject: Re: why does buildworld fail on stable/11 ? > > > > I wrote: > > > > > >    On Mon, 22 J

Re: why does buildworld fail on stable/11 ?

2018-01-24 Thread tech-lists
On 24/01/2018 08:15, Scott Bennett wrote: >> Hi, > > Thank you for responding with your thoughts on this. >> >> What I'd do is firstly to make things as simple as possible. First do >> the upgrade simply. Either delete or call make.conf & src.conf something > > Okay. > >> else. Then

Re: why does buildworld fail on stable/11 ?

2018-01-24 Thread tech-lists
On 24/01/2018 08:51, Scott Bennett wrote: > hellas# mv /etc/make.conf{,.save} > hellas# mv /etc/src.conf{,.save} > hellas# cd /usr/src > hellas# make cleandir > "/usr/src/share/mk/local.sys.mk", line 51: Malformed conditional > (${.MAKE.MODE:Mmeta*} != "") >

Re: why does buildworld fail on stable/11 ?

2018-01-24 Thread Dimitry Andric
On 24 Jan 2018, at 09:51, Scott Bennett <benn...@sdf.org> wrote: > > Subject: Re: why does buildworld fail on stable/11 ? > > I wrote: >>On Mon, 22 Jan 2018 12:42:58 + lists <tech-li...@zyxst.net> wrote: >>> On 22/01/2018 09:17, Scott Bennett

Re: why does buildworld fail on stable/11 ?

2018-01-24 Thread Scott Bennett
Subject: Re: why does buildworld fail on stable/11 ? I wrote: > On Mon, 22 Jan 2018 12:42:58 + lists <tech-li...@zyxst.net> wrote: >>On 22/01/2018 09:17, Scott Bennett wrote: >>> Anyway, I'm stuck. Can someone please tell me what is going wrong and >&g

Re: why does buildworld fail on stable/11 ?

2018-01-24 Thread Scott Bennett
Subject: Re: why does buildworld fail on stable/11 ? On Mon, 22 Jan 2018 12:42:58 + lists <tech-li...@zyxst.net> wrote: >On 22/01/2018 09:17, Scott Bennett wrote: >> Anyway, I'm stuck. Can someone please tell me what is going wrong and >> how to fix it? I'd r

Re: why does buildworld fail on stable/11 ?

2018-01-22 Thread tech-lists
On 22/01/2018 09:17, Scott Bennett wrote: > Anyway, I'm stuck. Can someone please tell me what is going wrong and > how to fix it? I'd really like to be able to update my system, not only to > keep it reasonably current, but also to be able to customize a kernel. Thanks > in advance for any

why does buildworld fail on stable/11 ?

2018-01-22 Thread Scott Bennett
I tried asking for help on this several days ago on freebsd-questions@, but got no responses. I'm trying freebsd-stable@ next because it involves trying to build world on a 11.1-STABLE system from a freshly checked out, unaltered source tree at r328251. The system currently installed is