Current problem reports assigned to freebsd-python@FreeBSD.org

2010-08-23 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o ports/149167 python lang/python26 fails to build _ctypes on Sheevaplug (AR
o ports/149005 python [patch] fix EOPNOTSUPP for copy2/copystat in lang/pyth
o ports/148406 python [PATCH] lang/python26: fix build backage without threa
f ports/147665 python update for www/py-pylons
o ports/147291 python lang/python* doesn't compile nis.so when WITHOUT_NIS s
o ports/146957 python Mk/bsd.python.mk: PYTHONOPTIMIZE=1 in environ(7) break
o ports/146823 python [patch] lang/python26: knob to build _ctypes module ag
o ports/146644 python lang/python26: WITH_PTH option breaks most ports depen
f ports/145460 python Unable to build /usr/ports/net-p2p/py-bittorrent-core
o ports/145276 python new port x11-toolkits/py-pyside
o ports/144872 python lang/python25: Python 2.5 uname() broken
o ports/144335 python [PATCH] www/py-webhelpers does not use PYTHONPREFIX_SI
a ports/144035 python ports/databases/py-sqlite3 does not start to build
f ports/142440 python New Port: databases/py-south0.6
o ports/141133 python [NEW PORT]  net-p2p/py-transmissionrpc
o ports/140968 python x11-toolkits/py-tkinter(devel/pth): py26-tkinter-2.6.4
o ports/136917 python [patch] lang/python26: gettext detection
o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken
o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in
o ports/118301 python devel/py-setuptools easy-install.pth contents lost on 
o ports/115940 python Missed one file in lang/python25 if NO_NIS defined

21 problems total.

___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/145276: new port x11-toolkits/py-pyside

2010-08-23 Thread lwhsu
Synopsis: new port x11-toolkits/py-pyside

State-Changed-From-To: open->feedback
State-Changed-By: lwhsu
State-Changed-When: Mon Aug 23 20:22:55 UTC 2010
State-Changed-Why: 
All the new port PRs this port depends on are closed.  Are you still
interested in this one?

http://www.freebsd.org/cgi/query-pr.cgi?pr=145276
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/145276: new port x11-toolkits/py-pyside

2010-08-23 Thread Tomek CEDRO
Hello! PySide is still very-under-development, so as for now PyQT is
better choice. I dont need this library anymore, so maybe someone will
port it when necessary. You can close the PR, thank you.
Best regards,
Tomek
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Re: ports/145276: new port x11-toolkits/py-pyside

2010-08-23 Thread lwhsu
Synopsis: new port x11-toolkits/py-pyside

State-Changed-From-To: feedback->closed
State-Changed-By: lwhsu
State-Changed-When: Mon Aug 23 21:22:41 UTC 2010
State-Changed-Why: 
Close per submitter's request.

http://www.freebsd.org/cgi/query-pr.cgi?pr=145276
___
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


request to commit some patches to fix lang/python* on powerpc

2010-08-23 Thread Mark Linimon
I was recently given some patches to fix various Python ports on powerpc,
and have tested them.  Does anyone have any objections if I commit these?

Thanks.

mcl

(note: although I didn't test lang/python24 yet, I'm fairly sure that the
same patch for python25 will fix it as well.)

--

the following is for lang/python25:

lang_python_2.5_diff.out

the following are for lang/python26:

lang_python_2.6_diff.out
patch-Modules-_ctypes-libffi-configure

the following is for lang/python26 and lang/python31:

patch-Modules-_ctypes-libffi-src-powerpc-ffitarget

-

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#   lang_python_2.5_diff.out
#   lang_python_2.6_diff.out
#   patch-Modules-_ctypes-libffi-configure
#   patch-Modules-_ctypes-libffi-src-powerpc-ffitarget
#
echo x - lang_python_2.5_diff.out
sed 's/^X//' >lang_python_2.5_diff.out << 'fadccdaa78dd176e58e4061ef4ede452'
XIndex: Makefile
X===
XRCS file: /home/FreeBSD/pcvs/ports/lang/python25/Makefile,v
Xretrieving revision 1.159
Xdiff -u -r1.159 Makefile
X--- Makefile   2 Feb 2010 22:00:24 -   1.159
X+++ Makefile   4 Apr 2010 05:05:06 -
X@@ -89,11 +89,6 @@
X CONFIGURE_ARGS+=  --without-pymalloc
X .endif
X 
X-.if ${ARCH} == i386
X-PLIST_SUB+=   X86_ONLY=""
X-.else
X-PLIST_SUB+=   X86_ONLY="@comment "
X-.endif
X .if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == 
alpha
X PLIST_SUB+=   32BIT_ONLY="@comment "
X .else
XIndex: pkg-plist
X===
XRCS file: /home/FreeBSD/pcvs/ports/lang/python25/pkg-plist,v
Xretrieving revision 1.75
Xdiff -u -r1.75 pkg-plist
X--- pkg-plist  26 Nov 2009 14:04:18 -  1.75
X+++ pkg-plist  4 Apr 2010 05:05:29 -
X@@ -674,7 +674,7 @@
X %%32BIT_ONLYPYTHON_LIBDIR%%/lib-dynload/dl.so
X %%PYTHON_LIBDIR%%/lib-dynload/fcntl.so
X %%PYTHON_LIBDIR%%/lib-dynload/grp.so
X-%%X86_ONLYPYTHON_LIBDIR%%/lib-dynload/imageop.so
X+%%32BIT_ONLYPYTHON_LIBDIR%%/lib-dynload/imageop.so
X %%PYTHON_LIBDIR%%/lib-dynload/itertools.so
X %%PYTHON_LIBDIR%%/lib-dynload/math.so
X %%PYTHON_LIBDIR%%/lib-dynload/mmap.so
X@@ -685,7 +685,7 @@
X %%PYTHON_LIBDIR%%/lib-dynload/pyexpat.so
X %%PYTHON_LIBDIR%%/lib-dynload/readline.so
X %%PYTHON_LIBDIR%%/lib-dynload/resource.so
X-%%X86_ONLYPYTHON_LIBDIR%%/lib-dynload/rgbimg.so
X+%%32BIT_ONLYPYTHON_LIBDIR%%/lib-dynload/rgbimg.so
X %%PYTHON_LIBDIR%%/lib-dynload/select.so
X %%PYTHON_LIBDIR%%/lib-dynload/strop.so
X %%PYTHON_LIBDIR%%/lib-dynload/syslog.so
fadccdaa78dd176e58e4061ef4ede452
echo x - lang_python_2.6_diff.out
sed 's/^X//' >lang_python_2.6_diff.out << '4689ead7e4e3879f4a5a990cfb1108d6'
XIndex: Makefile
X===
XRCS file: /home/FreeBSD/pcvs/ports/lang/python26/Makefile,v
Xretrieving revision 1.165
Xdiff -u -r1.165 Makefile
X--- Makefile   26 Nov 2009 22:21:19 -  1.165
X+++ Makefile   22 Apr 2010 01:59:31 -
X@@ -116,11 +116,6 @@
X CONFIGURE_ARGS+=  --without-pymalloc
X .endif
X 
X-.if ${ARCH} == i386
X-PLIST_SUB+=   X86_ONLY=""
X-.else
X-PLIST_SUB+=   X86_ONLY="@comment "
X-.endif
X .if ${ARCH} == amd64 || ${ARCH} == ia64 || ${ARCH} == sparc64 || ${ARCH} == 
alpha
X PLIST_SUB+=   32BIT_ONLY="@comment "
X .else
XIndex: pkg-plist
X===
XRCS file: /home/FreeBSD/pcvs/ports/lang/python26/pkg-plist,v
Xretrieving revision 1.79
Xdiff -u -r1.79 pkg-plist
X--- pkg-plist  26 Nov 2009 22:21:20 -  1.79
X+++ pkg-plist  22 Apr 2010 01:59:31 -
X@@ -820,7 +820,7 @@
X %%PYTHON_LIBDIR%%/lib-dynload/fcntl.so
X %%PYTHON_LIBDIR%%/lib-dynload/future_builtins.so
X %%PYTHON_LIBDIR%%/lib-dynload/grp.so
X-%%X86_ONLYPYTHON_LIBDIR%%/lib-dynload/imageop.so
X+%%32BIT_ONLYPYTHON_LIBDIR%%/lib-dynload/imageop.so
X %%PYTHON_LIBDIR%%/lib-dynload/itertools.so
X %%PYTHON_LIBDIR%%/lib-dynload/math.so
X %%PYTHON_LIBDIR%%/lib-dynload/mmap.so
4689ead7e4e3879f4a5a990cfb1108d6
echo x - patch-Modules-_ctypes-libffi-configure
sed 's/^X//' >patch-Modules-_ctypes-libffi-configure << 
'9e168a36d7b9d35d73fc07465fd7d8c8'
X--- Modules/_ctypes/libffi/configure.orig  2008-05-24 00:06:50.0 
+0900
X+++ Modules/_ctypes/libffi/configure   2008-10-09 20:24:02.0 +0900
X@@ -4725,7 +4725,7 @@
X   rm -rf conftest*
X   ;;
X 
X-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
X+amd64-*-freebsd*|x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|powerpc-*-freebsd*|
 \
X s390*-*linux*|sparc*-*linux*)
X   # Find out which ABI we