installation of Python failed: ./python: Permission denied

2008-05-17 Thread Simon Jolle sjolle
Hi FreeBSD users

I am trying to install Python. Please help a newbie here.

[EMAIL PROTECTED] /usr/ports/lang/python]# make -DBATCH install clean
===  Extracting for python-2.5,2
===  Patching for python-2.5,2
===  Configuring for python-2.5,2
===  Installing for python-2.5,2
===   python-2.5,2 depends on file: /usr/local/bin/python2.5 - not found
===Verifying install for /usr/local/bin/python2.5 in
/usr/ports/lang/python25
===  Building for python25-2.5.2_2
cd /usr/ports/lang/python25/work/Python-2.5.2/portbld.shared;
/usr/bin/env VPATH=/usr/ports/lang/python25/work/Python-2.5.2
SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local
X11BASE=/usr/local  MOTIFLIB=-L/usr/local/lib -lXm -lXp
LIBDIR=/usr/lib CFLAGS=-O2 -fno-strict-aliasing -pipe
-D__wchar_t=wchar_t  -DTHREAD_STACK_SIZE=0x2  CXXFLAGS=-O2
-fno-strict-aliasing -pipe -D__wchar_t=wchar_t
-DTHREAD_STACK_SIZE=0x2 MANPREFIX=/usr/local
BSD_INSTALL_PROGRAM=install  -s -o root -g wheel -m 555
BSD_INSTALL_SCRIPT=install  -o root -g wheel -m 555
BSD_INSTALL_DATA=install  -o root -g wheel -m 444
BSD_INSTALL_MAN=install  -o root -g wheel -m 444 make libpython2.5.so
python;  /bin/ln -f libpython2.5.so libpython2.5.so.1;  /bin/ln -f
python python-shared2.5
`libpython2.5.so' is up to date.
`python' is up to date.
case $MAKEFLAGS in  *-s*)  CC='cc' LDSHARED='cc -shared -pthread'
OPT='-DNDEBUG -O2 -fno-strict-aliasing -pipe  -D__wchar_t=wchar_t
-DTHREAD_STACK_SIZE=0x2' ./python -E ./../setup.py -q build;;  *)
CC='cc' LDSHARED='cc -shared -pthread' OPT='-DNDEBUG -O2
-fno-strict-aliasing -pipe  -D__wchar_t=wchar_t
-DTHREAD_STACK_SIZE=0x2' ./python -E ./../setup.py build;;  esac
./python: Permission denied
*** Error code 126

Stop in /usr/ports/lang/python25/work/Python-2.5.2/portbld.static.
*** Error code 1

Stop in /usr/ports/lang/python25.
*** Error code 1

Stop in /usr/ports/lang/python.

cheers
Simon




signature.asc
Description: OpenPGP digital signature


Re: installation of Python failed: ./python: Permission denied

2008-05-17 Thread Sahil Tandon
* Simon Jolle sjolle [EMAIL PROTECTED] [05-17-2008]:

 ./python: Permission denied
 *** Error code 126

Anything in /etc/fstab being mounted with noexec,nosuid?

-- 
Sahil Tandon [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: installation of Python failed: ./python: Permission denied

2008-05-17 Thread Simon Jolle sjolle
On 05/18/2008 12:08 AM, Sahil Tandon wrote:
 * Simon Jolle sjolle [EMAIL PROTECTED] [05-17-2008]:
 
 ./python: Permission denied
 *** Error code 126
 
 Anything in /etc/fstab being mounted with noexec,nosuid?

No nothing noexec or nosuid. Filesystems table is out-of-the-box. Thanks

cheers
Simon




signature.asc
Description: OpenPGP digital signature