Re: Python from ports: Makefile:xx: *** missing separator. Stop.

2010-09-14 Thread Hugo Osvaldo Barrera
On Mon, Sep 13, 2010 at 18:25, Philip Guenther wrote: > On Mon, Sep 13, 2010 at 10:16 AM, Hugo Osvaldo Barrera > wrote: >> No luck; downloading -current from CVS gives the same error (just a >> different line), on ANY port, sys, or any other location: >> >> Makefile:36: *** missing separator. B S

Re: Python from ports: Makefile:xx: *** missing separator. Stop.

2010-09-13 Thread Philip Guenther
On Mon, Sep 13, 2010 at 10:16 AM, Hugo Osvaldo Barrera wrote: > No luck; downloading -current from CVS gives the same error (just a > different line), on ANY port, sys, or any other location: > > Makefile:36: *** missing separator. Stop. That's a message from GNU make, not OpenBSD's own make. I

Re: Python from ports: Makefile:xx: *** missing separator. Stop.

2010-09-13 Thread Hugo Osvaldo Barrera
No luck; downloading -current from CVS gives the same error (just a different line), on ANY port, sys, or any other location: Makefile:36: *** missing separator. Stop. line 36, in this case, says: .include "bsd.own.mk" remains untouched since installation. Same as before; OpenBSD 4.7-release,

Re: Python from ports: Makefile:xx: *** missing separator. Stop.

2010-09-13 Thread Hugo Osvaldo Barrera
On Sat, Sep 11, 2010 at 10:27, Stuart Henderson wrote: > On 2010-09-11, Hugo Osvaldo Barrera wrote: >> I've tried building python 2.6 from ports since I need setuptools for 2.6. >> However, when I try to make install (or any other sort of make), I get >> this error: >> >> # pwd >> /usr/ports/deve

Re: Python from ports: Makefile:xx: *** missing separator. Stop.

2010-09-11 Thread Stuart Henderson
On 2010-09-11, Hugo Osvaldo Barrera wrote: > I've tried building python 2.6 from ports since I need setuptools for 2.6. > However, when I try to make install (or any other sort of make), I get > this error: > > # pwd > /usr/ports/devel/py-setuptools > # make install > Makefile:28: *** missing sepa

Re: Python from ports: Makefile:xx: *** missing separator. Stop.

2010-09-10 Thread patrick keshishian
On Fri, Sep 10, 2010 at 7:15 PM, Hugo Osvaldo Barrera wrote: > I've tried building python 2.6 from ports since I need setuptools for 2.6. > However, when I try to make install (or any other sort of make), I get > this error: > > # pwd > /usr/ports/devel/py-setuptools > # make install > Makefile:28