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 should be able to change a diaper, plan an invasion,
butcher a hog, conn a ship, design a building, write a sonnet, balance
accounts, build a wall, set a bone, comfort the dying, take orders,
give orders, cooperate, act alone, solve equations, analyze a new
problem, pitch manure, program a computer, cook a tasty meal, fight
efficiently, die gallantly. Specialization is for insects.
   -- Robert Heinlein



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 what to do about this.


Sorry for the noise, found answer in following -current



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: Missing dependency operator
:Fatal errors encountered -- cannot continue
:
:Not sure what to do about this.


-- 
Never be led astray onto the path of virtue.



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 encountered -- cannot continue
 
 Not sure what to do about this.

Did you read http://marc.info/?l=openbsd-techm=127342320820397w=2 ?

-- 
Vivien MOREAU / vpm 



Re: Building X is failing

2010-05-19 Thread Denis Doroshenko
On 5/19/10, Chris Bennett ch...@bennettconstruction.biz 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 what to do about this.

have you read http://www.openbsd.org/faq/current.html ?
e.g. the following:

2010/05/09 - system Makefile changes
Makefiles now assume the COMPILER_VERSION variable is set. The
following needs to be run before building userland:

# cd /usr/src/share/mk
# make install



Re: Building X is failing

2010-05-19 Thread David Coppa
On Wed, May 19, 2010 at 5:11 PM, Chris Bennett
ch...@bennettconstruction.biz 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 what to do about this.

I think you need to install a -current bsd.own.mk, first:

cd /usr/src/share/mk  sudo make install

ciao,
david