Re: breakage at usr.sbin/jail/Makefile

2019-11-21 Thread Dennis Clarke
On 11/21/19 11:33 AM, Ed Maste wrote: On Wed, 20 Nov 2019 at 23:19, Pete Wright wrote: the issue seems to be on my amd64 system ${LINKER_TYPE} is not defined. i was contemplating suggesting updating the .if clause in the Makefile like so: .if defined($LINKER_TYPE}) && ${LINKER_TYPE} == "bfd"

Re: breakage at usr.sbin/jail/Makefile

2019-11-21 Thread Ed Maste
On Wed, 20 Nov 2019 at 23:19, Pete Wright wrote: > > the issue seems to be on my amd64 system ${LINKER_TYPE} is not defined. > i was contemplating suggesting updating the .if clause in the Makefile > like so: > > .if defined($LINKER_TYPE}) && ${LINKER_TYPE} == "bfd" && ${MACHINE} == > "riscv"

Re: breakage at usr.sbin/jail/Makefile

2019-11-20 Thread Glen Barber
On Wed, Nov 20, 2019 at 08:18:52PM -0800, Pete Wright wrote: > > > On 11/20/19 8:13 PM, Glen Barber wrote: > > On Wed, Nov 20, 2019 at 07:57:57PM -0800, Pete Wright wrote: > > > Hello, > > > looks like some of the recent commits to usr.sbin/jail/Makefile has broken > > > CURRENT.  I am getting

Re: breakage at usr.sbin/jail/Makefile

2019-11-20 Thread Pete Wright
On 11/20/19 8:13 PM, Glen Barber wrote: On Wed, Nov 20, 2019 at 07:57:57PM -0800, Pete Wright wrote: Hello, looks like some of the recent commits to usr.sbin/jail/Makefile has broken CURRENT.  I am getting this error when attempting a buildworld: ===> usr.sbin/jail (cleandir) make[4]:

Re: breakage at usr.sbin/jail/Makefile

2019-11-20 Thread Glen Barber
On Wed, Nov 20, 2019 at 07:57:57PM -0800, Pete Wright wrote: > Hello, > looks like some of the recent commits to usr.sbin/jail/Makefile has broken > CURRENT.  I am getting this error when attempting a buildworld: > > ===> usr.sbin/jail (cleandir) > make[4]:

breakage at usr.sbin/jail/Makefile

2019-11-20 Thread Pete Wright
Hello, looks like some of the recent commits to usr.sbin/jail/Makefile has broken CURRENT.  I am getting this error when attempting a buildworld: ===> usr.sbin/jail (cleandir) make[4]: "/usr/home/pete/git/freebsd/usr.sbin/jail/Makefile" line 21: Malformed conditional (${LINKER_TYPE} == "bfd"