From owner-freebsd-questions@FreeBSD.ORG Sat May 17 21:38:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 956691065689 for ; Sat, 17 May 2008 21:38:57 +0000 (UTC) (envelope-from urandomdev@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id 1A1028FC0A for ; Sat, 17 May 2008 21:38:56 +0000 (UTC) (envelope-from urandomdev@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so1313775fkk.11 for ; Sat, 17 May 2008 14:38:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type; bh=NeyFINJwX+DXZIx8sQMsN7Gnehg8oEB4/8h2kk1FuGk=; b=GJ3Lcl80DDfuqDDUxwp5Vh/UaD1eRPsHw4C4xCkPUlsU34EP2xAkUFrRTmTfDJuzs9Em6AzDksYgu9cPkx7b8ydSQrktFbAv1q3tWSX3SLgagqtigMskeXQyXFVeTZsEgjPWih4kbM+cuKouvQtGrCxj24X/eGosWg3BK7Cvl0M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:x-enigmail-version:content-type; b=pZsEgfuZJRRK8SFpyIuP8Y/GN8LUhTCFCI8VQCXLoOjfwFCmJo+kA/TDY3CnfXD3hkPMrBqi29xiicyCLj7+n/gLwKdDMipXCx6LqQ9XVtWbHS80oG6xyC7aVb9AcSq9fE0KEowhcTdTqAFE075LFkGRRvF6qC/LemRyZfkOeeU= Received: by 10.125.164.7 with SMTP id r7mr4158038mko.132.1211060335036; Sat, 17 May 2008 14:38:55 -0700 (PDT) Received: from ?192.168.111.114? ( [84.75.166.248]) by mx.google.com with ESMTPS id 3sm6689609fge.3.2008.05.17.14.38.53 (version=SSLv3 cipher=RC4-MD5); Sat, 17 May 2008 14:38:54 -0700 (PDT) Message-ID: <482F506B.50001@gmail.com> Date: Sat, 17 May 2008 23:38:51 +0200 From: Simon Jolle sjolle User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org X-Enigmail-Version: 0.95.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigD09624244F17D5C7FE38A36D" Cc: Subject: installation of Python failed: ./python: Permission denied X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2008 21:38:57 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigD09624244F17D5C7FE38A36D Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Hi FreeBSD users I am trying to install Python. Please help a newbie here. [root@nixhost /usr/ports/lang/python]# make -DBATCH install clean =3D=3D=3D> Extracting for python-2.5,2 =3D=3D=3D> Patching for python-2.5,2 =3D=3D=3D> Configuring for python-2.5,2 =3D=3D=3D> Installing for python-2.5,2 =3D=3D=3D> python-2.5,2 depends on file: /usr/local/bin/python2.5 - not= found =3D=3D=3D> Verifying install for /usr/local/bin/python2.5 in /usr/ports/lang/python25 =3D=3D=3D> Building for python25-2.5.2_2 cd /usr/ports/lang/python25/work/Python-2.5.2/portbld.shared; /usr/bin/env VPATH=3D"/usr/ports/lang/python25/work/Python-2.5.2" SHELL=3D/bin/sh NO_LINT=3DYES PREFIX=3D/usr/local LOCALBASE=3D/usr/local= X11BASE=3D/usr/local MOTIFLIB=3D"-L/usr/local/lib -lXm -lXp" LIBDIR=3D"/usr/lib" CFLAGS=3D"-O2 -fno-strict-aliasing -pipe -D__wchar_t=3Dwchar_t -DTHREAD_STACK_SIZE=3D0x20000" CXXFLAGS=3D"-O2 -fno-strict-aliasing -pipe -D__wchar_t=3Dwchar_t -DTHREAD_STACK_SIZE=3D0x20000" MANPREFIX=3D"/usr/local" BSD_INSTALL_PROGRAM=3D"install -s -o root -g wheel -m 555" BSD_INSTALL_SCRIPT=3D"install -o root -g wheel -m 555" BSD_INSTALL_DATA=3D"install -o root -g wheel -m 444" BSD_INSTALL_MAN=3D"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=3D'cc' LDSHARED=3D'cc -shared -pthread' OPT=3D'-DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=3Dwchar_t -DTHREAD_STACK_SIZE=3D0x20000' ./python -E ./../setup.py -q build;; *) CC=3D'cc' LDSHARED=3D'cc -shared -pthread' OPT=3D'-DNDEBUG -O2 -fno-strict-aliasing -pipe -D__wchar_t=3Dwchar_t -DTHREAD_STACK_SIZE=3D0x20000' ./python -E ./../setup.py build;; esac =2E/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 --------------enigD09624244F17D5C7FE38A36D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIL1BrEMN/lNE/wrwRAo06AJ9sURW6m8zRMz5/9YEqFidBqNggJACffZOS yf0urWLYzEr1Gr56txm0HDQ= =ossg -----END PGP SIGNATURE----- --------------enigD09624244F17D5C7FE38A36D--