Re: Building X is failing

2010-05-19 Thread David Coppa
On Wed, May 19, 2010 at 5:11 PM, Chris Bennett wrote: > I get the following after a fresh checkout > > > make bootstrap > # make bootstrap > "Makefile", line 14: Malformed conditional (${COMPILER_VERSION:L:Mgcc[34]*}) > "Makefile", line 14: Missing dependency operator > Fatal errors encountered --

Re: Building X is failing

2010-05-19 Thread Denis Doroshenko
On 5/19/10, Chris Bennett wrote: > I get the following after a fresh checkout > > > make bootstrap > # make bootstrap > "Makefile", line 14: Malformed conditional > (${COMPILER_VERSION:L:Mgcc[34]*}) > "Makefile", line 14: Missing dependency operator > Fatal errors encountered -- cannot contin

Re: Building X is failing

2010-05-19 Thread Vivien MOREAU
Wednesday 19 May 2010 ` 10:11:02 (-0500), Chris Bennett a icrit : > I get the following after a fresh checkout > > > make bootstrap > # make bootstrap > "Makefile", line 14: Malformed conditional (${COMPILER_VERSION:L:Mgcc[34]*}) > "Makefile", line 14: Missing dependency operator > Fatal errors

Re: Building X is failing

2010-05-19 Thread Peter Hessler
http://www.openbsd.org/faq/current.html#20100509 On 2010 May 19 (Wed) at 10:11:02 -0500 (-0500), Chris Bennett wrote: :I get the following after a fresh checkout : : :make bootstrap :# make bootstrap :"Makefile", line 14: Malformed conditional (${COMPILER_VERSION:L:Mgcc[34]*}) :"Makefile", line 14

Re: Building X is failing

2010-05-19 Thread Chris Bennett
On 05/19/10 10:11, Chris Bennett wrote: I get the following after a fresh checkout make bootstrap # make bootstrap "Makefile", line 14: Malformed conditional (${COMPILER_VERSION:L:Mgcc[34]*}) "Makefile", line 14: Missing dependency operator Fatal errors encountered -- cannot continue Not sure

Building X is failing

2010-05-19 Thread Chris Bennett
I get the following after a fresh checkout make bootstrap # make bootstrap "Makefile", line 14: Malformed conditional (${COMPILER_VERSION:L:Mgcc[34]*}) "Makefile", line 14: Missing dependency operator Fatal errors encountered -- cannot continue Not sure what to do about this. -- A human being