Hi, On Thu Jul 02, 2009 at 10:51:20PM -0700, Henry Precheur wrote: >> I have created a repository on bitbucket: >> >> http://bitbucket.org/henry/python-31-openbsd-port/ >> >> The tarball of the last version is here: >> >> http://bitbucket.org/henry/python-31-openbsd-port/get/tip.gz >> >> To test the port: >> >> $ tar zxvf python-31-openbsd-port-tip.gz >> $ mv python-31-openbsd-port /usr/ports/lang/python/3.1 >> >> Apply the attached patch to /usr/ports/lang/python/Makefile.inc >> >> $ cd /usr/ports/lang/python && patch -p 0 < Makefile.inc.diff >> >> >> Feedbacks are greatly appreciated!
Manys thank for this port. I just got the current tgz from bitbucket and applied your patch. Unfortunately it got this error that looks weird to me - not sure if I did something wrong. """ ===> Building package for python-3.1 Create /usr/ports/packages/i386/all/python-3.1.tgz Error in package: /usr/obj/ports/Python-3.1/fake-i386/usr/local/lib/python3.1/distutils/command/wininst-9.0-i386.exe does not exist ===> Cleaning for python-3.1 rm -f /usr/ports/packages/i386/all/python-3.1.tgz /usr/ports/packages/i386/ftp/python-3.1.tgz /usr/ports/packages/i386/cdrom/python-3.1.tgz *** Error code 1 Stop in /usr/ports/lang/python/3.1 (line 1443 of /usr/ports/infrastructure/mk/bsd.port.mk). *** Error code 1 Stop in /usr/ports/lang/python/3.1 (line 1983 of /usr/ports/infrastructure/mk/bsd.port.mk). *** Error code 1 Stop in /usr/ports/lang/python/3.1 (line 1473 of /usr/ports/infrastructure/mk/bsd.port.mk). """ Cheers Konrad
