This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: python: not found
Type: compile error Stage:
Components: Build Versions: Python 3.3
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, wmoreno3
Priority: normal Keywords:

Created on 2013-06-21 01:08 by wmoreno3, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg191545 - (view) Author: William Moreno (wmoreno3) Date: 2013-06-21 01:08
mklib: Making FreeBSD static library:  librtasm.a
gmake[4]: Leaving directory `/usr/ports/graphics/libGL/work/Mesa-7.6.1/src/gallium/auxiliary/rtasm'
gmake[4]: Entering directory `/usr/ports/graphics/libGL/work/Mesa-7.6.1/src/gallium/auxiliary/util'
python u_format_access.py u_format.csv > u_format_access.c
python u_format_table.py u_format.csv > u_format_table.c
python: not found
python: not found
gmake[4]: *** No rule to make target `u_format_access.c', needed by `depend'.  Stop.
gmake[4]: Leaving directory `/usr/ports/graphics/libGL/work/Mesa-7.6.1/src/gallium/auxiliary/util'
gmake[3]: *** [default] Error 1
gmake[3]: Leaving directory `/usr/ports/graphics/libGL/work/Mesa-7.6.1/src/gallium/auxiliary'
gmake[2]: *** [default] Error 1
gmake[2]: Leaving directory `/usr/ports/graphics/libGL/work/Mesa-7.6.1/src/gallium'
gmake[1]: *** [subdirs] Error 1
gmake[1]: Leaving directory `/usr/ports/graphics/libGL/work/Mesa-7.6.1/src'
gmake: *** [default] Error 1
*** [do-build] Error code 1

Stop in /usr/ports/graphics/libGL.
msg191553 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-06-21 01:43
This is not the right place to ask for help with this. This is either a FreeBSD or Mesa issue. Have you tried installing Python using FreeBSD-ports?
msg191555 - (view) Author: William Moreno (wmoreno3) Date: 2013-06-21 03:58
Hi ... tks for answer me
 
What is the right place ?

Yes, I have installed Python using FreeBSD-ports?

I am using FreeBSD-ports regulary.

William Elasio Moreno Albarracin
Ingeniero de Sistemas de la Universidad Antonio Nariño
Universidad Industrial de Santander - Cursos Especialización en Telecomunicaciones

________________________________
 De: Brett Cannon <report@bugs.python.org>
Para: wmoreno3@yahoo.com 
Enviado: Jueves, 20 de junio, 2013 8:43 P.M.
Asunto: [issue18274] python: not found

Brett Cannon added the comment:

This is not the right place to ask for help with this. This is either a FreeBSD or Mesa issue. Have you tried installing Python using FreeBSD-ports?

----------
nosy: +brett.cannon
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue18274>
_______________________________________
msg191556 - (view) Author: William Moreno (wmoreno3) Date: 2013-06-21 03:58
Hi ... tks for answer me
 
What is the right place ?

Yes, I have installed Python using FreeBSD-ports?

I am using FreeBSD-ports regulary.

William Elasio Moreno Albarracin
Ingeniero de Sistemas de la Universidad Antonio Nariño
Universidad Industrial de Santander - Cursos Especialización en Telecomunicaciones

________________________________
 De: Brett Cannon <report@bugs.python.org>
Para: wmoreno3@yahoo.com 
Enviado: Jueves, 20 de junio, 2013 8:43 P.M.
Asunto: [issue18274] python: not found

Brett Cannon added the comment:

This is not the right place to ask for help with this. This is either a FreeBSD or Mesa issue. Have you tried installing Python using FreeBSD-ports?

----------
nosy: +brett.cannon
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue18274>
_______________________________________
msg191579 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2013-06-21 13:46
It would either be with freebsd-ports for having packaged Mesa incorrectly or with Mesa for having something wrong with their build setup.
History
Date User Action Args
2022-04-11 14:57:47adminsetgithub: 62474
2013-06-21 13:46:20brett.cannonsetmessages: + msg191579
2013-06-21 03:58:38wmoreno3setmessages: + msg191556
2013-06-21 03:58:38wmoreno3setmessages: + msg191555
2013-06-21 01:43:12brett.cannonsetstatus: open -> closed

nosy: + brett.cannon
messages: + msg191553

resolution: not a bug
2013-06-21 01:08:08wmoreno3create