Re: subversion -make error

2008-03-10 Thread comperr
SOLVED
following some advice I received on IRC I reinstalled python.

On Mar 10, 3:20 am, David Kelly [EMAIL PROTECTED] wrote:
 On Mar 9, 2008, at 7:02 PM, comperr wrote:



  On Mar 9, 12:40 pm, Lowell Gilbert [EMAIL PROTECTED]
  well.ilk.org wrote:

  Is python installed from the ports system?
  What does which python tell you?

  [EMAIL PROTECTED] ~]# which python
  [EMAIL PROTECTED] ~]# pkg_info -x python
  Information for python-2.5,2:
  
  Information for python25-2.5.2_1:
  [EMAIL PROTECTED] ~]# pkg_info |grep python
  python-2.5,2The meta-port for the default version of Python
  interpret
  python25-2.5.2_1An interpreted object-oriented programming
  language

 Python should have been found in /usr/local/bin/python:

 [EMAIL PROTECTED] {1009} which python
 /usr/local/bin/python

 --
 David Kelly N4HHE, [EMAIL PROTECTED]
 
 Whom computers would destroy, they must first drive mad.

 ___
 [EMAIL PROTECTED] mailing 
 listhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: subversion -make error

2008-03-09 Thread Lowell Gilbert
comperr [EMAIL PROTECTED] writes:

 Hey - when I try make install clean on subversion I get
 sr/local/bin/ifnames-2.61 AUTOM4TE=/usr/local/bin/autom4te-2.61
 AUTORECONF=/usr/local/bin/autoreconf-2.61 AUTOSCAN=/usr/local/bin/
 autoscan-2.61 AUTOUPDATE=/usr/local/bin/autoupdate-2.61
 AUTOCONF_VERSION=261 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/
 local/bin/libtoolize LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4
 lt_cv_sys_max_cmd_len=262144 /bin/sh ./buildconf
 buildconf: checking installation...
 buildconf: python not found.
You need python installed
to build APR from SVN.
 *** Error code 1

 This is when I know I have python installed

Is python installed from the ports system?
What does which python tell you?

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: subversion -make error

2008-03-09 Thread comperr
On Mar 9, 12:40 pm, Lowell Gilbert [EMAIL PROTECTED]
well.ilk.org wrote:
 comperr [EMAIL PROTECTED] writes:
  Hey - when I try make install clean on subversion I get
  sr/local/bin/ifnames-2.61 AUTOM4TE=/usr/local/bin/autom4te-2.61
  AUTORECONF=/usr/local/bin/autoreconf-2.61 AUTOSCAN=/usr/local/bin/
  autoscan-2.61 AUTOUPDATE=/usr/local/bin/autoupdate-2.61
  AUTOCONF_VERSION=261 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/
  local/bin/libtoolize LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4
  lt_cv_sys_max_cmd_len=262144 /bin/sh ./buildconf
  buildconf: checking installation...
  buildconf: python not found.
 You need python installed
 to build APR from SVN.
  *** Error code 1

  This is when I know I have python installed

 Is python installed from the ports system?
 What does which python tell you?

 --
 Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
 ___
 [EMAIL PROTECTED] mailing 
 listhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

[EMAIL PROTECTED] ~]# which python
[EMAIL PROTECTED] ~]# pkg_info -x python
Information for python-2.5,2:

Information for python25-2.5.2_1:
[EMAIL PROTECTED] ~]# pkg_info |grep python
python-2.5,2The meta-port for the default version of Python
interpret
python25-2.5.2_1An interpreted object-oriented programming language
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: subversion -make error

2008-03-09 Thread David Kelly


On Mar 9, 2008, at 7:02 PM, comperr wrote:


On Mar 9, 12:40 pm, Lowell Gilbert [EMAIL PROTECTED]
well.ilk.org wrote:


Is python installed from the ports system?
What does which python tell you?


[EMAIL PROTECTED] ~]# which python
[EMAIL PROTECTED] ~]# pkg_info -x python
Information for python-2.5,2:

Information for python25-2.5.2_1:
[EMAIL PROTECTED] ~]# pkg_info |grep python
python-2.5,2The meta-port for the default version of Python
interpret
python25-2.5.2_1An interpreted object-oriented programming  
language


Python should have been found in /usr/local/bin/python:

[EMAIL PROTECTED] {1009} which python
/usr/local/bin/python

--
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: subversion -make error

2008-03-08 Thread comperr
make distclean  make
returns the same exact erro

On Mar 7, 7:50 pm, David Kelly [EMAIL PROTECTED] wrote:
 On Fri, Mar 07, 2008 at 10:34:55AM -0800, comperr wrote:
  Hey - when I try make install clean on subversion I get

 make install clean usually works but it only says to build the install
 and clean targets, doesn't say in what order.

 make install  make clean resolves the ambiguity.

 --
 David Kelly N4HHE, [EMAIL PROTECTED]
 
 Whom computers would destroy, they must first drive mad.
 ___
 [EMAIL PROTECTED] mailing 
 listhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


subversion -make error

2008-03-07 Thread comperr
Hey - when I try make install clean on subversion I get
sr/local/bin/ifnames-2.61 AUTOM4TE=/usr/local/bin/autom4te-2.61
AUTORECONF=/usr/local/bin/autoreconf-2.61 AUTOSCAN=/usr/local/bin/
autoscan-2.61 AUTOUPDATE=/usr/local/bin/autoupdate-2.61
AUTOCONF_VERSION=261 LIBTOOL=/usr/local/bin/libtool LIBTOOLIZE=/usr/
local/bin/libtoolize LIBTOOL_M4=/usr/local/share/aclocal/libtool.m4
lt_cv_sys_max_cmd_len=262144 /bin/sh ./buildconf
buildconf: checking installation...
buildconf: python not found.
   You need python installed
   to build APR from SVN.
*** Error code 1

This is when I know I have python installed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: subversion -make error

2008-03-07 Thread David Kelly
On Fri, Mar 07, 2008 at 10:34:55AM -0800, comperr wrote:
 Hey - when I try make install clean on subversion I get

make install clean usually works but it only says to build the install
and clean targets, doesn't say in what order.

make install  make clean resolves the ambiguity.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]