Building X is failing

Previous thread: OpenBSD 4.7 Released, May 19 2010 by Bob Beck on Wednesday, May 19, 2010 - 5:48 am. (15 messages)

Next thread: La programmation dévoilée by FESTIVAL Le Chien à Plumes on Wednesday, May 19, 2010 - 8:58 am. (1 message)
From: Chris Bennett
Date: Wednesday, May 19, 2010 - 8:11 am

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

From: Chris Bennett
Date: Wednesday, May 19, 2010 - 8:26 am

Sorry for the noise, found answer in following -current

From: Peter Hessler
Date: Wednesday, May 19, 2010 - 8:30 am

http://www.openbsd.org/faq/current.html#20100509



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

From: Denis Doroshenko
Date: Wednesday, May 19, 2010 - 8:29 am

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

From: Vivien MOREAU
Date: Wednesday, May 19, 2010 - 8:35 am

Did you read <http://marc.info/?l=openbsd-tech&m=127342320820397&w=2> ?

-- 
Vivien MOREAU / vpm 

From: David Coppa
Date: Wednesday, May 19, 2010 - 8:30 am

On Wed, May 19, 2010 at 5:11 PM, Chris Bennett

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

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

ciao,
david

Previous thread: OpenBSD 4.7 Released, May 19 2010 by Bob Beck on Wednesday, May 19, 2010 - 5:48 am. (15 messages)

Next thread: La programmation dévoilée by FESTIVAL Le Chien à Plumes on Wednesday, May 19, 2010 - 8:58 am. (1 message)