Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 2004 01:51:07 +0200
From:      "Willem Jan Withagen" <wjw@withagen.nl>
To:        <freebsd-ports@freebsd.org>
Subject:   Python on amd64
Message-ID:  <029c01c46eb4$6d5b5fd0$471b3dd4@digiware.nl>

next in thread | raw e-mail | index | archive | help
Is that supposed to work???

case $MAKEFLAGS in  *-s*)  CC='cc' LDSHARED='cc -shared -lpthread'
OPT='-DNDEBUG -pipe -g   -DTHREAD_STACK_SIZE=0x20000' ./python -E ./setup.py -q
build;;  *)  CC='cc' LDSHARED='cc -shared -lpthread'
T='-DNDEBUG -pipe -g   -DTHREAD_STACK_SIZE=0x20000' ./python -E ./setup.py
build;;  esac
Could not find platform independent libraries <prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "./setup.py", line 6, in ?
    import sys, os, getopt, imp, re
ImportError: No module named os
*** Error code 1

Stop in
/home2/ports/lang/python/work-amd64-5.2.1/home2/ports/lang/python/work/Python-2.
3.4.
*** Error code 1

Stop in /home2/ports/lang/python.

Don't know nothing about python, other than that I needs it for portindex. :(

--WjW



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?029c01c46eb4$6d5b5fd0$471b3dd4>