From david at vizion2000.net Tue Sep 1 14:00:09 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 1 14:00:15 2009 Subject: Fwd: boost-python-libs and associated compile errors In-Reply-To: <200908261540.55274.david@vizion2000.net> References: <200908261540.55274.david@vizion2000.net> Message-ID: <200909011459.55412.david@vizion2000.net> > I have just completed > # portupgrade -fRra > following a system upgrade from freebsd 7.2 p2 to p3 > > after a few minor hiccups and recompiling some of the ports I am left with > four failing ports. As at least three of them seem to share some common > features. If anyone would be willing to help me out here it would be most > appreciated. > The failure list is: > > ! science/openbabel (openbabel-2.2.1) (unknown build error) > * misc/kdeedu4 (kdeedu-4.2.4) > ! graphics/blender (blender-2.49a_1) (unknown build error) > ! deskutils/kdeplasma-addons (kdeplasma-addons-4.2.4_1) (missing header) > > The errors reports are shown below in the same order. > The common features are: > problems with compiling boost-python-libs > threading issues > > ###### > ! science/openbabel (openbabel-2.2.1) (unknown build error) > ###### > > In file included from /usr/include/c++/4.2/bits/gthr.h:114, > from /usr/include/c++/4.2/bits/c++io.h:43, > from /usr/include/c++/4.2/iosfwd:46, > from /usr/include/c++/4.2/ios:43, > from /usr/include/c++/4.2/ostream:45, > from /usr/include/c++/4.2/iterator:70, > from ./boost/iterator.hpp:17, > from ./boost/operators.hpp:81, > from ./boost/python/type_id.hpp:11, > from ./boost/python/converter/registrations.hpp:10, > from libs/python/src/object/function_doc_signature.cpp:6: > /usr/include/c++/4.2/bits/gthr-default.h: In function 'int > __gthread_active_p()': > /usr/include/c++/4.2/bits/gthr-default.h:174: error: conversion from 'int' > to non-scalar type 'pthread_once' requested > ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.2.1/release/link- > static/threading-multi/object/function_doc_signature.o... > ...skipped > multi>libboost_python.a(clean) for lack of > multi>numeric.o... > ...skipped > multi>libboost_python.a for lack of > multi>numeric.o... > ...skipped libboost_python.a for lack of > multi>libboost_python.a... > ...failed updating 54 targets... > ...skipped 5 targets... > ...updated 17 targets... > *** Error code 1 > > Stop in /usr/ports/devel/boost-python-libs. > *** Error code 1 > > Stop in /usr/ports/devel/boost-python-libs. > *** Error code 1 > > Stop in /usr/ports/science/openbabel. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade20090826-26960-1q590yk-0 env UPGRADE_TOOL=portupgrade > UPGRADE_PORT=openbabel-2.2.1 UPGRADE_PORT_VER=2.2.1 make > ** Fix the problem and try again. > ###### > * misc/kdeedu4 (kdeedu-4.2.4) > ###### > > In file included from /usr/include/c++/4.2/bits/gthr-default.h:43, > from /usr/include/c++/4.2/bits/gthr.h:114, > from /usr/include/c++/4.2/bits/c++io.h:43, > from /usr/include/c++/4.2/iosfwd:46, > from /usr/include/c++/4.2/ios:43, > from /usr/include/c++/4.2/ostream:45, > from /usr/include/c++/4.2/iterator:70, > from ./boost/iterator.hpp:17, > from ./boost/operators.hpp:81, > from ./boost/python/type_id.hpp:11, > from ./boost/python/converter/registrations.hpp:10, > from libs/python/src/object/function_doc_signature.cpp:6: > /usr/local/include/python2.6/pthread.h:285: error: conflicting declaration > 'typedef struct pthread_st* pthread_t' > /usr/include/sys/_pthreadtypes.h:64: error: 'pthread_t' has a previous > declaration as 'typedef struct pthread* pthread_t' > /usr/local/include/python2.6/pthread.h:286: error: conflicting declaration > 'typedef struct pthread_attr_st* pthread_attr_t' > /usr/include/sys/_pthreadtypes.h:65: error: 'pthread_attr_t' has a previous > declaration as 'typedef struct pthread_attr* pthread_attr_t' > /usr/local/include/python2.6/pthread.h:288: error: conflicting declaration > 'typedef int pthread_once_t' > /usr/include/sys/_pthreadtypes.h:71: error: 'pthread_once_t' has a previous > declaration as 'typedef struct pthread_once pthread_once_t' > /usr/local/include/python2.6/pthread.h:289: error: conflicting declaration > 'typedef int pthread_mutexattr_t' > /usr/include/sys/_pthreadtypes.h:67: error: 'pthread_mutexattr_t' has a > previous declaration as 'typedef struct pthread_mutex_attr* > pthread_mutexattr_t' > /usr/local/include/python2.6/pthread.h:290: error: conflicting declaration > 'typedef struct pthread_mutex_st* pthread_mutex_t' > /usr/include/sys/_pthreadtypes.h:66: error: 'pthread_mutex_t' has a > previous declaration as 'typedef struct pthread_mutex* pthread_mutex_t' > /usr/local/include/python2.6/pthread.h:291: error: conflicting declaration > 'typedef int pthread_condattr_t' > /usr/include/sys/_pthreadtypes.h:69: error: 'pthread_condattr_t' has a > previous declaration as 'typedef struct pthread_cond_attr* > pthread_condattr_t' /usr/local/include/python2.6/pthread.h:292: error: > conflicting declaration 'typedef struct pthread_cond_st* pthread_cond_t' > /usr/include/sys/_pthreadtypes.h:68: error: 'pthread_cond_t' has a previous > declaration as 'typedef struct pthread_cond* pthread_cond_t' > /usr/local/include/python2.6/pthread.h:293: error: conflicting declaration > 'typedef int pthread_rwlockattr_t' > /usr/include/sys/_pthreadtypes.h:73: error: 'pthread_rwlockattr_t' has a > previous declaration as 'typedef struct pthread_rwlockattr* > pthread_rwlockattr_t' > /usr/local/include/python2.6/pthread.h:294: error: conflicting declaration > 'typedef struct pthread_rwlock_st* pthread_rwlock_t' > /usr/include/sys/_pthreadtypes.h:72: error: 'pthread_rwlock_t' has a > previous declaration as 'typedef struct pthread_rwlock* pthread_rwlock_t' > In file included from /usr/include/c++/4.2/bits/gthr.h:114, > from /usr/include/c++/4.2/bits/c++io.h:43, > from /usr/include/c++/4.2/iosfwd:46, > from /usr/include/c++/4.2/ios:43, > from /usr/include/c++/4.2/ostream:45, > from /usr/include/c++/4.2/iterator:70, > from ./boost/iterator.hpp:17, > from ./boost/operators.hpp:81, > from ./boost/python/type_id.hpp:11, > from ./boost/python/converter/registrations.hpp:10, > from libs/python/src/object/function_doc_signature.cpp:6: > /usr/include/c++/4.2/bits/gthr-default.h: In function 'int > __gthread_active_p()': > /usr/include/c++/4.2/bits/gthr-default.h:174: error: conversion from 'int' > to non-scalar type 'pthread_once' requested > ...failed gcc.compile.c++ bin.v2/libs/python/build/gcc-4.2.1/release/link- > static/threading-multi/object/function_doc_signature.o... > ...skipped > multi>libboost_python.a(clean) for lack of > multi>numeric.o... > ...skipped > multi>libboost_python.a for lack of > multi>numeric.o... > ...skipped libboost_python.a for lack of > multi>libboost_python.a... > ...failed updating 54 targets... > ...skipped 5 targets... > ...updated 17 targets... > *** Error code 1 > > Stop in /usr/ports/devel/boost-python-libs. > *** Error code 1 > > Stop in /usr/ports/devel/boost-python-libs. > *** Error code 1 > > Stop in /usr/ports/misc/kdeedu4. > ###### > ! graphics/blender (blender-2.49a_1) (unknown build error) > ###### > /usr/local/include/python2.6/pthread.h:285: error: conflicting declaration > 'typedef struct pthread_st* pthread_t' > /usr/include/sys/_pthreadtypes.h:64: error: 'pthread_t' has a previous > declaration as 'typedef struct pthread* pthread_t' > /usr/local/include/python2.6/pthread.h:286: error: conflicting declaration > 'typedef struct pthread_attr_st* pthread_attr_t' > /usr/include/sys/_pthreadtypes.h:65: error: 'pthread_attr_t' has a previous > declaration as 'typedef struct pthread_attr* pthread_attr_t' > /usr/local/include/python2.6/pthread.h:288: error: conflicting declaration > 'typedef int pthread_once_t' > /usr/include/sys/_pthreadtypes.h:71: error: 'pthread_once_t' has a previous > declaration as 'typedef struct pthread_once pthread_once_t' > /usr/local/include/python2.6/pthread.h:289: error: conflicting declaration > 'typedef int pthread_mutexattr_t' > /usr/include/sys/_pthreadtypes.h:67: error: 'pthread_mutexattr_t' has a > previous declaration as 'typedef struct pthread_mutex_attr* > pthread_mutexattr_t' > /usr/local/include/python2.6/pthread.h:290: error: conflicting declaration > 'typedef struct pthread_mutex_st* pthread_mutex_t' > /usr/include/sys/_pthreadtypes.h:66: error: 'pthread_mutex_t' has a > previous declaration as 'typedef struct pthread_mutex* pthread_mutex_t' > /usr/local/include/python2.6/pthread.h:291: error: conflicting declaration > 'typedef int pthread_condattr_t' > /usr/include/sys/_pthreadtypes.h:69: error: 'pthread_condattr_t' has a > previous declaration as 'typedef struct pthread_cond_attr* > pthread_condattr_t' /usr/local/include/python2.6/pthread.h:292: error: > conflicting declaration 'typedef struct pthread_cond_st* pthread_cond_t' > /usr/include/sys/_pthreadtypes.h:68: error: 'pthread_cond_t' has a previous > declaration as 'typedef struct pthread_cond* pthread_cond_t' > /usr/local/include/python2.6/pthread.h:293: error: conflicting declaration > 'typedef int pthread_rwlockattr_t' > /usr/include/sys/_pthreadtypes.h:73: error: 'pthread_rwlockattr_t' has a > previous declaration as 'typedef struct pthread_rwlockattr* > pthread_rwlockattr_t' > /usr/local/include/python2.6/pthread.h:294: error: conflicting declaration > 'typedef struct pthread_rwlock_st* pthread_rwlock_t' > /usr/include/sys/_pthreadtypes.h:72: error: 'pthread_rwlock_t' has a > previous declaration as 'typedef struct pthread_rwlock* pthread_rwlock_t' > In file included from /usr/include/c++/4.2/bits/gthr.h:114, > from /usr/include/c++/4.2/bits/c++io.h:43, > from /usr/include/c++/4.2/iosfwd:46, > from /usr/include/c++/4.2/bits/stl_algobase.h:70, > from /usr/include/c++/4.2/vector:66, > from > /usr/ports/graphics/blender/work/blender-2.49a/../lib/freebsd-7.2- > x86_64/string/include/STR_String.h:45, > from ../GHOST_IWindow.h:36, > from ../GHOST_ISystem.h:40, > from GHOST_System.h:36, > from GHOST_SystemX11.h:39, > from GHOST_SystemX11.cpp:33: > /usr/include/c++/4.2/bits/gthr-default.h: In function 'int > __gthread_active_p()': > /usr/include/c++/4.2/bits/gthr-default.h:174: error: conversion from 'int' > to non-scalar type 'pthread_once' requested > gmake[3]: *** > [/usr/ports/graphics/blender/work/blender-2.49a/obj/freebsd-7.2- > x86_64/intern/ghost/GHOST_SystemX11.o] Error 1 > gmake[2]: *** [all] Error 1 > gmake[1]: *** [all] Error 1 > gmake: *** [all] Error 1 > *** Error code 1 > > Stop in /usr/ports/graphics/blender. > *** Error code 1 > > Stop in /usr/ports/graphics/blender. > > > ###### > ! deskutils/kdeplasma-addons (kdeplasma-addons-4.2.4_1) (missing header) > ###### > Scanning dependencies of target plasma_wallpaper_virus > [ 59%] Building CXX object > wallpapers/virus/CMakeFiles/plasma_wallpaper_virus.dir/plasma_wallpaper_vir >us_automoc.cpp.o [ 60%] Building CXX object > dataengines/ocs/lib/CMakeFiles/ocsclient.dir/categoryparser.o > [ 60%] Building CXX object > wallpapers/virus/CMakeFiles/plasma_wallpaper_virus.dir/backgrounddelegate.c >pp.o /usr/ports/deskutils/kdeplasma-addons/work/kdeplasma- > addons-4.3.0/wallpapers/marble/marble.cpp: In member function 'virtual void > Marble::MarbleWallpaper::init(const KConfigGroup&)': > /usr/ports/deskutils/kdeplasma-addons/work/kdeplasma- > addons-4.3.0/wallpapers/marble/marble.cpp:84: error: 'RenderPlugin' was not > declared in this scope > /usr/ports/deskutils/kdeplasma-addons/work/kdeplasma- > addons-4.3.0/wallpapers/marble/marble.cpp:84: error: 'item' was not > declared in this scope > *** Error code 1 > 1 error > *** Error code 2 > [ 60%] Building CXX object > dataengines/ocs/lib/CMakeFiles/ocsclient.dir/content.o > Linking CXX shared module ../../lib/plasma_wallpaper_pattern.so > [ 61%] Building CXX object > wallpapers/virus/CMakeFiles/plasma_wallpaper_virus.dir/alife.cpp.o > [ 61%] Built target plasma_wallpaper_pattern > [ 61%] Building CXX object > dataengines/ocs/lib/CMakeFiles/ocsclient.dir/contentjob.o > [ 61%] Building CXX object > wallpapers/virus/CMakeFiles/plasma_wallpaper_virus.dir/backgroundlistmodel. >cpp.o [ 61%] Building CXX object > wallpapers/virus/CMakeFiles/plasma_wallpaper_virus.dir/virus.cpp.o > [ 61%] Building CXX object > dataengines/ocs/lib/CMakeFiles/ocsclient.dir/contentlistjob.o > [ 61%] Building CXX object > dataengines/ocs/lib/CMakeFiles/ocsclient.dir/contentparser.o > [ 62%] Building CXX object > dataengines/ocs/lib/CMakeFiles/ocsclient.dir/knowledgebase.o > [ 62%] Building CXX object > dataengines/ocs/lib/CMakeFiles/ocsclient.dir/knowledgebasejob.o > [ 62%] Building CXX object > dataengines/ocs/lib/CMakeFiles/ocsclient.dir/knowledgebaselistjob.o > [ 62%] Building CXX object > dataengines/ocs/lib/CMakeFiles/ocsclient.dir/knowledgebaseparser.o > Linking CXX shared module ../../lib/plasma_wallpaper_virus.so > [ 62%] Built target plasma_wallpaper_virus > Linking CXX shared library ../../../lib/libocsclient.so > [ 62%] Built target ocsclient > 1 error > *** Error code 2 > 1 error > *** Error code 1 > > Stop in /usr/ports/deskutils/kdeplasma-addons. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade20090826-39449-uq4f3v-0 env UPGRADE_TOOL=portupgrade > UPGRADE_PORT=kdeplasma-addons-4.2.4_1 UPGRADE_PORT_VER=4.2.4_1 make > ** Fix the problem and try again. > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > > > ! science/openbabel (openbabel-2.2.1) (unknown build error) > * misc/kdeedu4 (kdeedu-4.2.4) > ! graphics/blender (blender-2.49a_1) (unknown build error) > ! deskutils/kdeplasma-addons (kdeplasma-addons-4.2.4_1) (missing > header) > > Thanks in advance > > David Comments would be appreciated Thanks David From edwin at FreeBSD.org Wed Sep 2 20:50:27 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Sep 2 20:50:34 2009 Subject: ports/138487: www/py-prewikka: 0.9.14 is broken under Python 2.6 Message-ID: <200909022050.n82KoR4R041458@freefall.freebsd.org> Synopsis: www/py-prewikka: 0.9.14 is broken under Python 2.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Sep 2 20:50:26 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138487 From edwin at FreeBSD.org Wed Sep 2 20:50:31 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Sep 2 20:50:43 2009 Subject: ports/138487: www/py-prewikka: 0.9.14 is broken under Python 2.6 Message-ID: <200909022050.n82KoVJ8042248@freefall.freebsd.org> Synopsis: www/py-prewikka: 0.9.14 is broken under Python 2.6 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Sep 2 20:50:31 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138487 From edwin at FreeBSD.org Wed Sep 2 21:00:18 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Wed Sep 2 21:00:24 2009 Subject: ports/138487: www/py-prewikka: 0.9.14 is broken under Python 2.6 Message-ID: <200909022100.n82L0IJf048774@freefall.freebsd.org> The following reply was made to PR ports/138487; it has been noted by GNATS. From: Edwin Groothuis To: r.gruyters@snow.nl Cc: bug-followup@FreeBSD.org Subject: Re: ports/138487: www/py-prewikka: 0.9.14 is broken under Python 2.6 Date: Wed, 2 Sep 2009 20:50:29 UT Maintainer of www/py-prewikka, Please note that PR ports/138487 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138487 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From edwin at FreeBSD.org Thu Sep 3 23:10:29 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Sep 3 23:10:41 2009 Subject: ports/138513: New port: security/py-keyring Store and access your passwords safely Message-ID: <200909032310.n83NASXN061480@freefall.freebsd.org> Synopsis: New port: security/py-keyring Store and access your passwords safely Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 3 23:10:28 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138513 From miwi at FreeBSD.org Fri Sep 4 21:04:33 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Fri Sep 4 21:04:40 2009 Subject: ports/138513: New port: security/py-keyring Store and access your passwords safely Message-ID: <200909042104.n84L4V8D048255@freefall.freebsd.org> Synopsis: New port: security/py-keyring Store and access your passwords safely State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Fri Sep 4 21:04:31 UTC 2009 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=138513 From miwi at FreeBSD.org Fri Sep 4 21:06:21 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Fri Sep 4 21:06:29 2009 Subject: ports/138338: [maintainer-update] UNBREAK graphics/py-poppler Message-ID: <200909042106.n84L6KUV048485@freefall.freebsd.org> Synopsis: [maintainer-update] UNBREAK graphics/py-poppler State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Fri Sep 4 21:06:20 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=138338 From miwi at FreeBSD.org Fri Sep 4 21:08:03 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Fri Sep 4 21:08:31 2009 Subject: ports/138287: [patch] converters/py-pisa fix dependency to py-reportlab Message-ID: <200909042108.n84L82qH048713@freefall.freebsd.org> Synopsis: [patch] converters/py-pisa fix dependency to py-reportlab State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Fri Sep 4 21:08:02 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=138287 From dfilter at FreeBSD.ORG Fri Sep 4 21:10:06 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Fri Sep 4 21:10:23 2009 Subject: ports/138513: commit references a PR Message-ID: <200909042110.n84LA5Nq048972@freefall.freebsd.org> The following reply was made to PR ports/138513; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138513: commit references a PR Date: Fri, 4 Sep 2009 21:04:57 +0000 (UTC) miwi 2009-09-04 21:04:44 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/py-keyring Makefile distinfo pkg-descr pkg-plist security/py-keyring/files patch-extensions.py Log: The Python keyring lib provides an easy way to access the system keyring service from Python. It can be used in any application that needs safe password storage. It supports OSX, KDE, Gnome and Windows's native password storing services. Besides this, it is shipped with kinds of Python implemented keyring for the left environments. WWW: http://pypi.python.org/pypi/keyring PR: ports/138513 Submitted by: Douglas Thrift Revision Changes Path 1.1053 +1 -0 ports/security/Makefile 1.1 +56 -0 ports/security/py-keyring/Makefile (new) 1.1 +3 -0 ports/security/py-keyring/distinfo (new) 1.1 +14 -0 ports/security/py-keyring/files/patch-extensions.py (new) 1.1 +7 -0 ports/security/py-keyring/pkg-descr (new) 1.1 +12 -0 ports/security/py-keyring/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From dfilter at FreeBSD.ORG Fri Sep 4 21:10:07 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Fri Sep 4 21:10:23 2009 Subject: ports/138338: commit references a PR Message-ID: <200909042110.n84LA71t049019@freefall.freebsd.org> The following reply was made to PR ports/138338; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138338: commit references a PR Date: Fri, 4 Sep 2009 21:06:20 +0000 (UTC) miwi 2009-09-04 21:06:12 UTC FreeBSD ports repository Modified files: graphics/py-poppler Makefile Log: - Unbreak and update MASTER_SITES PR: 138338 Submitted by: Romain Tartiere (maintainer) Revision Changes Path 1.9 +3 -3 ports/graphics/py-poppler/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From dfilter at FreeBSD.ORG Fri Sep 4 21:10:09 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Fri Sep 4 21:10:23 2009 Subject: ports/138287: commit references a PR Message-ID: <200909042110.n84LA9T9049181@freefall.freebsd.org> The following reply was made to PR ports/138287; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138287: commit references a PR Date: Fri, 4 Sep 2009 21:08:22 +0000 (UTC) miwi 2009-09-04 21:07:56 UTC FreeBSD ports repository Modified files: converters/py-pisa Makefile Log: - Fix dependency to py-reportlab PR: 138287 Submitted by: "Junji NAKANISHI" Approved by: maintainer Revision Changes Path 1.2 +2 -1 ports/converters/py-pisa/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From c.kworr at gmail.com Sun Sep 6 20:10:03 2009 From: c.kworr at gmail.com (Volodymyr Kostyrko) Date: Sun Sep 6 20:10:19 2009 Subject: ports/137782: databases/py-postgresql (new port) postgresql driver for python, works with python>=3.0 Message-ID: <200909062010.n86KA32Z062072@freefall.freebsd.org> The following reply was made to PR ports/137782; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/137782: databases/py-postgresql (new port) postgresql driver for python, works with python>=3.0 Date: Sun, 06 Sep 2009 22:41:02 +0300 This is a multi-part message in MIME format. --------------090402010909010205080700 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Though nothing changes I have made a new version of the port. Changes are: * USE_BZIP2; * correct .egg-info file installation/deinstallation; * now packed with shar. Is there anyone willing to commit this? What I should fix to have this commited? -- Sphinx of black quartz judge my vow. --------------090402010909010205080700 Content-Type: text/plain; name="py-postgresql.txt" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="py-postgresql.txt" IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxlLCByZW1vdmUg YW55dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhlbiB1bnBhY2sgaXQgYnkgZW50 ZXJpbmcgInNoIGZpbGUiLiAgTm90ZSwgaXQgbWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBm aWxlcyBhbmQgZGlyZWN0b3JpZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBk ZWZhdWx0IHBlcm1pc3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJcHkt cG9zdGdyZXNxbAojCXB5LXBvc3RncmVzcWwvTWFrZWZpbGUKIwlweS1wb3N0Z3Jlc3FsL2Rp c3RpbmZvCiMJcHktcG9zdGdyZXNxbC9wa2ctZGVzY3IKIwlweS1wb3N0Z3Jlc3FsL3BrZy1w bGlzdAojCmVjaG8gYyAtIHB5LXBvc3RncmVzcWwKbWtkaXIgLXAgcHktcG9zdGdyZXNxbCA+ IC9kZXYvbnVsbCAyPiYxCmVjaG8geCAtIHB5LXBvc3RncmVzcWwvTWFrZWZpbGUKc2VkICdz L15YLy8nID5weS1wb3N0Z3Jlc3FsL01ha2VmaWxlIDw8ICdiZGQ2MWJiN2EyMjk3YzZmYmVl MTM2MTAzMDllNWU5ZicKWCMgTmV3IHBvcnRzIGNvbGxlY3Rpb24gbWFrZWZpbGUgZm9yOglw eS1wb3N0Z3Jlc3FsClgjIERhdGUgY3JlYXRlZDoJCTE1IEF1Z3VzdCAyMDA5ClgjIFdob206 CQkJVm9sb2R5bXlyIEtvc3R5cmtvIAk8Yy5rd29yckBnbWFpbC5jb20+ClgjClgjICRGcmVl QlNEJApYIwpYClhQT1JUTkFNRT0JcG9zdGdyZXNxbApYUE9SVFZFUlNJT049CTAuOS4xClhD QVRFR09SSUVTPQlkYXRhYmFzZXMgcHl0aG9uClhNQVNURVJfU0lURVM9CWh0dHA6Ly9wZ2Zv dW5kcnkub3JnL2Zycy9kb3dubG9hZC5waHAvMjMzMi8KWFBLR05BTUVQUkVGSVg9CSR7UFlU SE9OX1BLR05BTUVQUkVGSVh9ClhESVNUTkFNRT0JcHktJHtQT1JUTkFNRX0tJHtQT1JUVkVS U0lPTn0KWERJU1RfU1VCRElSPQlwb3N0Z3Jlc3FsClgKWFBZRElTVFVUSUxTX0VHR0lORk89 CXB5XyR7UFlESVNUVVRJTFNfUEtHTkFNRTpDL1teQS1aYS16MC05Ll0rL18vZ30tJHtQWURJ U1RVVElMU19QS0dWRVJTSU9OOkMvW15BLVphLXowLTkuXSsvXy9nfS0ke1BZVEhPTl9WRVJT SU9OOlMvdGhvbi8vfS5lZ2ctaW5mbwpYClhNQUlOVEFJTkVSPQljLmt3b3JyQGdtYWlsLmNv bQpYQ09NTUVOVD0JcHktcG9zdGdyZXNxbCBwcm92aWRlcyBhIGRyaXZlciwgY2x1c3RlciBt YW5hZ2VtZW50IHRvb2xzLCBjbGllbnQgXApYCQlkZXZlbG9wbWVudCB0b29scywgYW5kIEFQ SSBzcGVjaWZpY2F0aW9ucwpYClhVU0VfQlpJUDI9CXllcwpYVVNFX1BHU1FMPQl5ZXMKWFVT RV9QWVRIT049CTMuMCsKWFVTRV9QWURJU1RVVElMUz0JeWVzClgKWGRvLWJ1aWxkOgpYCUAo Y2QgJHtXUktTUkN9OyAke1BZVEhPTl9DTUR9IHNldHVwLnB5IGJ1aWxkKQpYClhkby1pbnN0 YWxsOgpYCUAoY2QgJHtXUktTUkN9OyAke1BZVEhPTl9DTUR9IHNldHVwLnB5IGluc3RhbGwp ClgKWC5pbmNsdWRlIDxic2QucG9ydC5taz4KYmRkNjFiYjdhMjI5N2M2ZmJlZTEzNjEwMzA5 ZTVlOWYKZWNobyB4IC0gcHktcG9zdGdyZXNxbC9kaXN0aW5mbwpzZWQgJ3MvXlgvLycgPnB5 LXBvc3RncmVzcWwvZGlzdGluZm8gPDwgJ2Y3N2U1NzQ1YjE0ZTA5NmI4MDNmNDA5ZTkwMTFj M2M2JwpYTUQ1IChwb3N0Z3Jlc3FsL3B5LXBvc3RncmVzcWwtMC45LjEudGFyLmJ6MikgPSA3 NjZiNzkzZTIxODI3NzVhZWQ3ZjNhYTJlYTgyYTI1MApYU0hBMjU2IChwb3N0Z3Jlc3FsL3B5 LXBvc3RncmVzcWwtMC45LjEudGFyLmJ6MikgPSA1OTcyODBlNGQ2ZWNjMTk1MGRkNzljOWU4 Y2FkOGUzZTY5N2E1M2NlZjY0NDY5NDg3NTkyMzQ0MTlmODk0NGRkClhTSVpFIChwb3N0Z3Jl c3FsL3B5LXBvc3RncmVzcWwtMC45LjEudGFyLmJ6MikgPSAxNzMyMjMKZjc3ZTU3NDViMTRl MDk2YjgwM2Y0MDllOTAxMWMzYzYKZWNobyB4IC0gcHktcG9zdGdyZXNxbC9wa2ctZGVzY3IK c2VkICdzL15YLy8nID5weS1wb3N0Z3Jlc3FsL3BrZy1kZXNjciA8PCAnNzNlY2JiY2JhZjdm ZWVjZDU2MGU2Mzc3NTA0ZjM2YmInClhQdXJlIFB5dGhvbgpYQWxsIGNvZGUsIGF0IGZpcnN0 LCBpcyB3cml0dGVuIGluIHB1cmUgUHl0aG9uIHNvIHRoYXQgcHktcG9zdGdyZXNxbCB3aWxs IHdvcmsKWGFueXdoZXJlIHRoYXQgeW91IGNhbiBpbnN0YWxsIFB5dGhvbiAzLiBPcHRpbWl6 YXRpb25zIGluIEMgYXJlIG1hZGUgd2hlcmUKWG5lZWRlZCwgYnV0IGFyZSBhbHdheXMgb3B0 aW9uYWwuClgKWFByZXBhcmVkIFN0YXRlbWVudHMKWFVzaW5nIHRoZSBQRy1BUEkgaW50ZXJm YWNlLCBwcm90b2NvbC1sZXZlbCBwcmVwYXJlZCBzdGF0ZW1lbnRzIG1heSBiZSBjcmVhdGVk ClhhbmQgdXNlZCBtdWx0aXBsZSB0aW1lcy4gZGIucHJlcGFyZShzcWwpKCphcmdzKQpYClhD T1BZIFN1cHBvcnQKWFVzZSB0aGUgY29udmVuaWVudCBDT1BZIGludGVyZmFjZSB0byBkaXJl Y3RseSBjb3B5IGRhdGEgZnJvbSBvbmUgY29ubmVjdGlvbiB0bwpYYW5vdGhlci4gTm8gaW50 ZXJtZWRpYXRlIGZpbGVzIG9yIHRyaWNrcyBhcmUgbmVjZXNzYXJ5LgpYClhBcnJheXMgYW5k IENvbXBvc2l0ZSBUeXBlc2N3ClhBcnJheXMgYW5kIGNvbXBvc2l0ZXMgYXJlIGZ1bGx5IHN1 cHBvcnRlZC4gUXVlcmllcyByZXF1ZXN0aW5nIHRoZW0gd2lsbCByZXR1cm5zClhvYmplY3Rz IHRoYXQgcHJvdmlkZSBhY2Nlc3MgdG8gdGhlIGVsZW1lbnRzIHdpdGhpbi4KWApYInBnX3B5 dGhvbiIgUXVpY2sgQ29uc29sZQpYR2V0IGEgUHl0aG9uIGNvbnNvbGUgd2l0aCBhIGNvbm5l Y3Rpb24gdG8gUG9zdGdyZVNRTCBmb3IgcXVpY2sgdGVzdHMgYW5kIHNpbXBsZQpYc2NyaXB0 cy4KWApYV1dXOiBodHRwOi8vcHl0aG9uLnByb2plY3RzLnBvc3RncmVzcWwub3JnLwo3M2Vj YmJjYmFmN2ZlZWNkNTYwZTYzNzc1MDRmMzZiYgplY2hvIHggLSBweS1wb3N0Z3Jlc3FsL3Br Zy1wbGlzdApzZWQgJ3MvXlgvLycgPnB5LXBvc3RncmVzcWwvcGtnLXBsaXN0IDw8ICdkYWVl YmMxNjM3MmIwNGY0NTNmODdmNjI4YjEzMjdiZCcKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUv c2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL19faW5pdF9fLnB5ClhsaWIvJSVQWVRIT05fVkVS U0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9fX2luaXRfXy5weWMKWGxpYi8lJVBZ VEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2FwaS5weQpYbGliLyUl UFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvYXBpLnB5YwpYbGli LyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvYmluL19faW5p dF9fLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNx bC9iaW4vX19pbml0X18ucHljClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2Fn ZXMvcG9zdGdyZXNxbC9iaW4vcGdfZG90Y29uZi5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04l JS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvYmluL3BnX2RvdGNvbmYucHljClhsaWIvJSVQ WVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9iaW4vcGdfcHl0aG9u LnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9i aW4vcGdfcHl0aG9uLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2Vz L3Bvc3RncmVzcWwvY2xpZW50cGFyYW1ldGVycy5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04l JS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvY2xpZW50cGFyYW1ldGVycy5weWMKWGxpYi8l JVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2NsdXN0ZXIucHkK WGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2NsdXN0 ZXIucHljClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNx bC9jb25maWdmaWxlLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMv cG9zdGdyZXNxbC9jb25maWdmaWxlLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRl LXBhY2thZ2VzL3Bvc3RncmVzcWwvZG9jdW1lbnRhdGlvbi9fX2luaXRfXy5weQpYbGliLyUl UFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvZG9jdW1lbnRhdGlv bi9fX2luaXRfXy5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9w b3N0Z3Jlc3FsL2RvY3VtZW50YXRpb24vYWRtaW4ucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9O JSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2RvY3VtZW50YXRpb24vYWRtaW4ucHljClhs aWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9kb2N1bWVu dGF0aW9uL2FkbWluLnR4dApYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2Vz L3Bvc3RncmVzcWwvZG9jdW1lbnRhdGlvbi9iaW4ucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9O JSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2RvY3VtZW50YXRpb24vYmluLnB5YwpYbGli LyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvZG9jdW1lbnRh dGlvbi9iaW4udHh0ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9z dGdyZXNxbC9kb2N1bWVudGF0aW9uL2NoYW5nZXMucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9O JSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2RvY3VtZW50YXRpb24vY2hhbmdlcy5weWMK WGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2RvY3Vt ZW50YXRpb24vY2hhbmdlcy50eHQKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNr YWdlcy9wb3N0Z3Jlc3FsL2RvY3VtZW50YXRpb24vY2xpZW50cGFyYW1ldGVycy5weQpYbGli LyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvZG9jdW1lbnRh dGlvbi9jbGllbnRwYXJhbWV0ZXJzLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRl LXBhY2thZ2VzL3Bvc3RncmVzcWwvZG9jdW1lbnRhdGlvbi9jbGllbnRwYXJhbWV0ZXJzLnR4 dApYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvZG9j dW1lbnRhdGlvbi9kcml2ZXIucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNr YWdlcy9wb3N0Z3Jlc3FsL2RvY3VtZW50YXRpb24vZHJpdmVyLnB5YwpYbGliLyUlUFlUSE9O X1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvZG9jdW1lbnRhdGlvbi9kcml2 ZXIudHh0ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNx bC9kb2N1bWVudGF0aW9uL2dvdGNoYXMucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0 ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2RvY3VtZW50YXRpb24vZ290Y2hhcy5weWMKWGxpYi8l JVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2RvY3VtZW50YXRp b24vZ290Y2hhcy50eHQKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9w b3N0Z3Jlc3FsL2RvY3VtZW50YXRpb24vaW5kZXgucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9O JSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2RvY3VtZW50YXRpb24vaW5kZXgucHljClhs aWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9kb2N1bWVu dGF0aW9uL2luZGV4LnR4dApYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2Vz L3Bvc3RncmVzcWwvZG9jdW1lbnRhdGlvbi9saWIucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9O JSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2RvY3VtZW50YXRpb24vbGliLnB5YwpYbGli LyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvZG9jdW1lbnRh dGlvbi9saWIudHh0ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9z dGdyZXNxbC9kcml2ZXIvX19pbml0X18ucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0 ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2RyaXZlci9fX2luaXRfXy5weWMKWGxpYi8lJVBZVEhP Tl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2RyaXZlci9kYmFwaTIwLnB5 ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9kcml2 ZXIvZGJhcGkyMC5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9w b3N0Z3Jlc3FsL2RyaXZlci9wcTMucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1w YWNrYWdlcy9wb3N0Z3Jlc3FsL2RyaXZlci9wcTMucHljClhsaWIvJSVQWVRIT05fVkVSU0lP TiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9lbmNvZGluZ3MvX19pbml0X18ucHkKWGxp Yi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2VuY29kaW5n cy9fX2luaXRfXy5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9w b3N0Z3Jlc3FsL2VuY29kaW5ncy9hbGlhc2VzLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUl L3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9lbmNvZGluZ3MvYWxpYXNlcy5weWMKWGxpYi8l JVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2VuY29kaW5ncy9i eXRlYS5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVz cWwvZW5jb2RpbmdzL2J5dGVhLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBh Y2thZ2VzL3Bvc3RncmVzcWwvZXhjZXB0aW9ucy5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04l JS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvZXhjZXB0aW9ucy5weWMKWGxpYi8lJVBZVEhP Tl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2luc3RhbGxhdGlvbi5weQpY bGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvaW5zdGFs bGF0aW9uLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3Rn cmVzcWwvaXJpLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9z dGdyZXNxbC9pcmkucHljClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMv cG9zdGdyZXNxbC9saWIvX19pbml0X18ucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0 ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2xpYi9fX2luaXRfXy5weWMKWGxpYi8lJVBZVEhPTl9W RVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL2xpYi9saWJzeXMuc3FsClhsaWIv JSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9wZ3Bhc3NmaWxl LnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9w Z3Bhc3NmaWxlLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bv c3RncmVzcWwvcHJvdG9jb2wvX19pbml0X18ucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUv c2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Byb3RvY29sL19faW5pdF9fLnB5YwpYbGliLyUl UFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHJvdG9jb2wvYnVm ZmVyLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNx bC9wcm90b2NvbC9idWZmZXIucHljClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFj a2FnZXMvcG9zdGdyZXNxbC9wcm90b2NvbC9jbGllbnQzLnB5ClhsaWIvJSVQWVRIT05fVkVS U0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9wcm90b2NvbC9jbGllbnQzLnB5YwpY bGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHJvdG9j b2wvZWxlbWVudDMucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9w b3N0Z3Jlc3FsL3Byb3RvY29sL2VsZW1lbnQzLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04l JS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHJvdG9jb2wvbWVzc2FnZV90eXBlcy5weQpY bGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHJvdG9j b2wvbWVzc2FnZV90eXBlcy5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNr YWdlcy9wb3N0Z3Jlc3FsL3Byb3RvY29sL29wdGltaXplZC5zbwpYbGliLyUlUFlUSE9OX1ZF UlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHJvdG9jb2wvcGJ1ZmZlci5weQpY bGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHJvdG9j b2wvcGJ1ZmZlci5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9w b3N0Z3Jlc3FsL3Byb3RvY29sL3R5cGlvLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3Np dGUtcGFja2FnZXMvcG9zdGdyZXNxbC9wcm90b2NvbC90eXBpby5weWMKWGxpYi8lJVBZVEhP Tl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Byb3RvY29sL3R5cHN0cnVj dC5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwv cHJvdG9jb2wvdHlwc3RydWN0LnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBh Y2thZ2VzL3Bvc3RncmVzcWwvcHJvdG9jb2wvdmVyc2lvbi5weQpYbGliLyUlUFlUSE9OX1ZF UlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHJvdG9jb2wvdmVyc2lvbi5weWMK WGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Byb3Rv Y29sL3hhY3QzLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9z dGdyZXNxbC9wcm90b2NvbC94YWN0My5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0 ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3B5dGhvbi9fX2luaXRfXy5weQpYbGliLyUlUFlUSE9O X1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHl0aG9uL19faW5pdF9fLnB5 YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHl0 aG9uL2NvbW1hbmQucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9w b3N0Z3Jlc3FsL3B5dGhvbi9jb21tYW5kLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9z aXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHl0aG9uL2NvbnRleHRsaWIucHkKWGxpYi8lJVBZ VEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3B5dGhvbi9jb250ZXh0 bGliLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVz cWwvcHl0aG9uL2RhdGV0aW1lLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFj a2FnZXMvcG9zdGdyZXNxbC9weXRob24vZGF0ZXRpbWUucHljClhsaWIvJSVQWVRIT05fVkVS U0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9weXRob24vZGVjb3JsaWIucHkKWGxp Yi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3B5dGhvbi9k ZWNvcmxpYi5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0 Z3Jlc3FsL3B5dGhvbi9kb2MucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNr YWdlcy9wb3N0Z3Jlc3FsL3B5dGhvbi9kb2MucHljClhsaWIvJSVQWVRIT05fVkVSU0lPTiUl L3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9weXRob24vZWxlbWVudC5weQpYbGliLyUlUFlU SE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHl0aG9uL2VsZW1lbnQu cHljClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9w eXRob24vZnVuY3Rvb2xzLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2Fn ZXMvcG9zdGdyZXNxbC9weXRob24vZnVuY3Rvb2xzLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJ T04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHl0aG9uL2l0ZXJ0b29scy5weQpYbGli LyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcHl0aG9uL2l0 ZXJ0b29scy5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0 Z3Jlc3FsL3B5dGhvbi9vcHRpbWl6ZWQuc28KWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0 ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3B5dGhvbi9zb2NrZXQucHkKWGxpYi8lJVBZVEhPTl9W RVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3B5dGhvbi9zb2NrZXQucHljClhs aWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9weXRob24v c3RyaW5nLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdy ZXNxbC9weXRob24vc3RyaW5nLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBh Y2thZ2VzL3Bvc3RncmVzcWwvcmVsZWFzZS9fX2luaXRfXy5weQpYbGliLyUlUFlUSE9OX1ZF UlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcmVsZWFzZS9fX2luaXRfXy5weWMK WGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3JlbGVh c2UvZGlzdHV0aWxzLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMv cG9zdGdyZXNxbC9yZWxlYXNlL2Rpc3R1dGlscy5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9O JSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Jlc29sdmVkL19faW5pdF9fLnB5ClhsaWIv JSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9yZXNvbHZlZC9f X2luaXRfXy5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0 Z3Jlc3FsL3Jlc29sdmVkL2NyeXB0LnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUt cGFja2FnZXMvcG9zdGdyZXNxbC9yZXNvbHZlZC9jcnlwdC5weWMKWGxpYi8lJVBZVEhPTl9W RVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Jlc29sdmVkL3JpcGFyc2UucHkK WGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Jlc29s dmVkL3JpcGFyc2UucHljClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMv cG9zdGdyZXNxbC9zdHJpbmcucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNr YWdlcy9wb3N0Z3Jlc3FsL3N0cmluZy5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0 ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3N5cy5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9z aXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvc3lzLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04l JS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvdGVzdC9fX2luaXRfXy5weQpYbGliLyUlUFlU SE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvdGVzdC9fX2luaXRfXy5w eWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Rl c3QvY3Vyc29yX2ludGVncml0eS5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBh Y2thZ2VzL3Bvc3RncmVzcWwvdGVzdC9jdXJzb3JfaW50ZWdyaXR5LnB5YwpYbGliLyUlUFlU SE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvdGVzdC9wZXJmX2NvcHlf aW8ucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3Fs L3Rlc3QvcGVyZl9jb3B5X2lvLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBh Y2thZ2VzL3Bvc3RncmVzcWwvdGVzdC9wZXJmX3F1ZXJ5X2lvLnB5ClhsaWIvJSVQWVRIT05f VkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC90ZXN0L3BlcmZfcXVlcnlfaW8u cHljClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC90 ZXN0L3Rlc3RfYnl0ZWFfY29kZWMucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1w YWNrYWdlcy9wb3N0Z3Jlc3FsL3Rlc3QvdGVzdF9ieXRlYV9jb2RlYy5weWMKWGxpYi8lJVBZ VEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Rlc3QvdGVzdF9jbHVz dGVyLnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNx bC90ZXN0L3Rlc3RfY2x1c3Rlci5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1w YWNrYWdlcy9wb3N0Z3Jlc3FsL3Rlc3QvdGVzdF9jb25maWdmaWxlLnB5ClhsaWIvJSVQWVRI T05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC90ZXN0L3Rlc3RfY29uZmln ZmlsZS5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jl c3FsL3Rlc3QvdGVzdF9jb25uZWN0LnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUt cGFja2FnZXMvcG9zdGdyZXNxbC90ZXN0L3Rlc3RfY29ubmVjdC5weWMKWGxpYi8lJVBZVEhP Tl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Rlc3QvdGVzdF9kYmFwaTIw LnB5ClhsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC90 ZXN0L3Rlc3RfZGJhcGkyMC5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNr YWdlcy9wb3N0Z3Jlc3FsL3Rlc3QvdGVzdF9kcml2ZXIucHkKWGxpYi8lJVBZVEhPTl9WRVJT SU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Rlc3QvdGVzdF9kcml2ZXIucHljClhs aWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC90ZXN0L3Rl c3RfZXhjZXB0aW9ucy5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2Vz L3Bvc3RncmVzcWwvdGVzdC90ZXN0X2V4Y2VwdGlvbnMucHljClhsaWIvJSVQWVRIT05fVkVS U0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC90ZXN0L3Rlc3RfaXJpLnB5ClhsaWIv JSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC90ZXN0L3Rlc3Rf aXJpLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVz cWwvdGVzdC90ZXN0X2xpYi5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2th Z2VzL3Bvc3RncmVzcWwvdGVzdC90ZXN0X2xpYi5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9O JSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Rlc3QvdGVzdF9wZ3Bhc3NmaWxlLnB5Clhs aWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC90ZXN0L3Rl c3RfcGdwYXNzZmlsZS5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdl cy9wb3N0Z3Jlc3FsL3Rlc3QvdGVzdF9wcm90b2NvbC5weQpYbGliLyUlUFlUSE9OX1ZFUlNJ T04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvdGVzdC90ZXN0X3Byb3RvY29sLnB5YwpY bGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvdGVzdC90 ZXN0X3B5dGhvbi5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bv c3RncmVzcWwvdGVzdC90ZXN0X3B5dGhvbi5weWMKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUv c2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Rlc3QvdGVzdF9zc2xfY29ubmVjdC5weQpYbGli LyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvdGVzdC90ZXN0 X3NzbF9jb25uZWN0LnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2Vz L3Bvc3RncmVzcWwvdGVzdC90ZXN0X3N0cmluZy5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04l JS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvdGVzdC90ZXN0X3N0cmluZy5weWMKWGxpYi8l JVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3Rlc3QvdGVzdGFs bC5weQpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwv dGVzdC90ZXN0YWxsLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2Vz L3Bvc3RncmVzcWwvdHlwZXMucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9OJSUvc2l0ZS1wYWNr YWdlcy9wb3N0Z3Jlc3FsL3R5cGVzLnB5YwpYbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRl LXBhY2thZ2VzL3Bvc3RncmVzcWwvdW5pdHRlc3QucHkKWGxpYi8lJVBZVEhPTl9WRVJTSU9O JSUvc2l0ZS1wYWNrYWdlcy9wb3N0Z3Jlc3FsL3VuaXR0ZXN0LnB5YwpYbGliLyUlUFlUSE9O X1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvdmVyc2lvbnN0cmluZy5weQpY bGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvdmVyc2lv bnN0cmluZy5weWMKWEBkaXJybSBsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2Fn ZXMvcG9zdGdyZXNxbC9iaW4KWEBkaXJybSBsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUt cGFja2FnZXMvcG9zdGdyZXNxbC9kb2N1bWVudGF0aW9uClhAZGlycm0gbGliLyUlUFlUSE9O X1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvZHJpdmVyClhAZGlycm0gbGli LyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvZW5jb2Rpbmdz ClhAZGlycm0gbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVz cWwvbGliClhAZGlycm0gbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bv c3RncmVzcWwvcHJvdG9jb2wKWEBkaXJybSBsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUt cGFja2FnZXMvcG9zdGdyZXNxbC9weXRob24KWEBkaXJybSBsaWIvJSVQWVRIT05fVkVSU0lP TiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC9yZWxlYXNlClhAZGlycm0gbGliLyUlUFlU SE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVzcWwvcmVzb2x2ZWQKWEBkaXJy bSBsaWIvJSVQWVRIT05fVkVSU0lPTiUlL3NpdGUtcGFja2FnZXMvcG9zdGdyZXNxbC90ZXN0 ClhAZGlycm0gbGliLyUlUFlUSE9OX1ZFUlNJT04lJS9zaXRlLXBhY2thZ2VzL3Bvc3RncmVz cWwKZGFlZWJjMTYzNzJiMDRmNDUzZjg3ZjYyOGIxMzI3YmQKZXhpdAoK --------------090402010909010205080700-- From edwin at FreeBSD.org Sun Sep 6 23:30:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Sep 6 23:30:19 2009 Subject: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 8.0 Message-ID: <200909062330.n86NUCXB067765@freefall.freebsd.org> Synopsis: [PATCH] lang/python26: install problem on FreeBSD 8.0 Responsible-Changed-From-To: freebsd-ports-bugs->python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 6 23:30:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138600 From amdmi3 at amdmi3.ru Sun Sep 6 23:52:45 2009 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Sun Sep 6 23:52:51 2009 Subject: [PATCH] lang/python26: install problem on FreeBSD 8.0 Message-ID: <20090906232910.8316DB849@hades.panopticon> >Submitter-Id: current-users >Originator: Dmitry Marakasov >Organization: >Confidential: no >Synopsis: [PATCH] lang/python26: install problem on FreeBSD 8.0 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.0-BETA2 i386 >Environment: System: FreeBSD hades.panopticon 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Thu Jul 30 19:51:12 MSD 2009 >Description: Seems like there is a plist problem for python2.6 on recent FreeBSD 8.0. This was not an issue on somewhat older current, from May or June or so. -- ======================================== ===> Building package for python26-2.6.2_2 tar: lib/python2.6/lib-dynload/ossaudiodev.so: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/python26-2.6.2_2.tgz Registering depends:. Creating gzip'd tar ball in '/tmp/packages/All/python26-2.6.2_2.tgz' *** Error code 1 Stop in /a/ports/lang/python26. Deleting python26-2.6.2_2 pkg_delete: file '/usr/local/lib/python2.6/lib-dynload/ossaudiodev.so' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/python2.6' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 4335145 28 drwxr-xr-x 3 root wheel 13824 Sep 6 23:07 usr/local/lib/python2.6 4616604 4 drwxr-xr-x 2 root wheel 512 Sep 6 23:06 usr/local/lib/python2.6/plat-freebsd9 4617894 28 -r--r--r-- 1 root wheel 13454 Sep 6 23:06 usr/local/lib/python2.6/plat-freebsd9/IN.py 4617895 4 -r-xr-xr-x 1 root wheel 97 Sep 6 23:06 usr/local/lib/python2.6/plat-freebsd9/regen 4618320 48 -rw-r--r-- 1 root wheel 23846 Sep 6 23:06 usr/local/lib/python2.6/plat-freebsd9/IN.pyc 4619586 48 -rw-r--r-- 1 root wheel 23846 Sep 6 23:06 usr/local/lib/python2.6/plat-freebsd9/IN.pyo -- Full log: http://people.freebsd.org/~amdmi3/python26-2.6.2_2.log Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: From edwin at FreeBSD.org Mon Sep 7 01:30:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Sep 7 01:30:20 2009 Subject: ports/138605: [MAINTAINER] devel/py-asn1: update to 0.0.9a Message-ID: <200909070130.n871UETp087552@freefall.freebsd.org> Synopsis: [MAINTAINER] devel/py-asn1: update to 0.0.9a Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 7 01:30:13 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138605 From edwin at FreeBSD.org Mon Sep 7 02:10:11 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Sep 7 02:10:22 2009 Subject: ports/138606: [MAINTAINER] net-mgmt/py-snmp4: update to 4.1.11a Message-ID: <200909070210.n872ABSO029050@freefall.freebsd.org> Synopsis: [MAINTAINER] net-mgmt/py-snmp4: update to 4.1.11a Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 7 02:10:10 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138606 From miwi at FreeBSD.org Mon Sep 7 08:21:26 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Mon Sep 7 08:21:33 2009 Subject: ports/138605: [MAINTAINER] devel/py-asn1: update to 0.0.9a Message-ID: <200909070821.n878LQhr047842@freefall.freebsd.org> Synopsis: [MAINTAINER] devel/py-asn1: update to 0.0.9a Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Mon Sep 7 08:21:25 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=138605 From bugmaster at FreeBSD.org Mon Sep 7 11:07:07 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 7 11:09:24 2009 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200909071107.n87B76Sk010350@freefall.freebsd.org> 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/138606 python [MAINTAINER] net-mgmt/py-snmp4: update to 4.1.11a f ports/138487 python www/py-prewikka: 0.9.14 is broken under Python 2.6 o ports/138233 python [Update] mail/py-turbomail:update to 3.0 o ports/138120 python New Port: x11-toolkits/py-traitsbackendwx o ports/137782 python databases/py-postgresql (new port) postgresql driver f f ports/137764 python devel/py-setuptools cannot be installed o ports/137359 python lang/python26 - Python ports depending on python26 do o ports/136917 python [patch] lang/python26: gettext detection f ports/133844 python New port: databases/py-postgresql python3 pgsql drive f ports/133451 python www/plone3 build fails. Plone3 needs python-2.4 but li o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken f ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener 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 15 problems total. From bugmaster at FreeBSD.org Mon Sep 7 11:08:21 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 7 11:11:00 2009 Subject: Current problem reports assigned to python@FreeBSD.org Message-ID: <200909071108.n87B8Kg5011670@freefall.freebsd.org> 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/138600 python [PATCH] lang/python26: install problem on FreeBSD 8.0 1 problem total. From linimon at FreeBSD.org Mon Sep 7 15:49:19 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Sep 7 15:49:31 2009 Subject: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 8.0 Message-ID: <200909071549.n87FnJsB094749@freefall.freebsd.org> Synopsis: [PATCH] lang/python26: install problem on FreeBSD 8.0 Responsible-Changed-From-To: python->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 7 15:49:08 UTC 2009 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=138600 From linimon at FreeBSD.org Mon Sep 7 15:49:19 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Mon Sep 7 15:49:31 2009 Subject: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 8.0 Message-ID: <200909071549.n87FnJsB094749@freefall.freebsd.org> Synopsis: [PATCH] lang/python26: install problem on FreeBSD 8.0 Responsible-Changed-From-To: python->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Mon Sep 7 15:49:08 UTC 2009 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=138600 From edwin at FreeBSD.org Mon Sep 7 18:10:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Sep 7 18:10:18 2009 Subject: ports/138617: [MAINTAINER] net-mgmt/py-snmp4-mibs: update to 0.0.7a Message-ID: <200909071810.n87IACZK047981@freefall.freebsd.org> Synopsis: [MAINTAINER] net-mgmt/py-snmp4-mibs: update to 0.0.7a Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 7 18:10:11 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138617 From amdmi3 at amdmi3.ru Mon Sep 7 20:41:31 2009 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Mon Sep 7 20:41:38 2009 Subject: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 8.0 In-Reply-To: <20090906232910.8316DB849@hades.panopticon> References: <20090906232910.8316DB849@hades.panopticon> Message-ID: <20090907204127.GC5289@hades.panopticon> * Dmitry Marakasov (amdmi3@amdmi3.ru) wrote: > Seems like there is a plist problem for python2.6 on recent FreeBSD 8.0. > > This was not an issue on somewhat older current, from May or June or so. Some clarification, as I've checked out source tree with wrong CVS tag: python26 fails on 9.0-CURRENT as per this PR, but there are no problems on 8.0 (including fresh checkout from 2009.09.04). -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From amdmi3 at amdmi3.ru Mon Sep 7 20:50:03 2009 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Mon Sep 7 20:50:09 2009 Subject: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 8.0 Message-ID: <200909072050.n87Ko3uj007395@freefall.freebsd.org> The following reply was made to PR ports/138600; it has been noted by GNATS. From: Dmitry Marakasov To: bug-followup@FreeBSD.org Cc: python@FreeBSD.org Subject: Re: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 8.0 Date: Tue, 8 Sep 2009 00:41:27 +0400 * Dmitry Marakasov (amdmi3@amdmi3.ru) wrote: > Seems like there is a plist problem for python2.6 on recent FreeBSD 8.0. > > This was not an issue on somewhat older current, from May or June or so. Some clarification, as I've checked out source tree with wrong CVS tag: python26 fails on 9.0-CURRENT as per this PR, but there are no problems on 8.0 (including fresh checkout from 2009.09.04). -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From sales at myconnectively.com Wed Sep 9 21:50:42 2009 From: sales at myconnectively.com (Connectively) Date: Wed Sep 9 21:50:49 2009 Subject: If your home is part of an HOA, your community needs this now Message-ID: <3335339301.659791086867.IM%sales@myconnectively.com> Connectively is the absolute best & easiest way to bring your HOA into the 21st century! Connectively and the myConnectively forums connects community residents with each other, the property management company, and the HOA board together in an online forum. Think of Connectively as your personal town hall meeting, expressly made for your community- available 24 hours a day, 7 days a week. Since Connectively makes it effortless to stay connected, you can gently remind your neighbor to take in his trashcans, or pick up after his dog. And you can use Connectively to introduce new ideas to the community, BEFORE the board meeting. Connectively can even make a huge difference in helping to reunite a lost pet with it's owner. See what else Connectively can do for you and YOUR Home Owners Association, at www.myConnectively.com [ www.myconnectively.com ] For the month of September, Connectively is waiving the set-up fees ($125) and is only charging the low $70 monthly fee for your entire community. As always, there is no contract- cancel anytime. Stay connected to YOUR community, with Connectively. Connectively | (714) 786-5846 | 17280 Newhope, Ste 3 | Fountain Valley, CA 92708 If you don't wish to receive future emails from us, click here to unsubscribe. [ www.myconnectively.com/index.php?option=com_content&view=article&id=87 ] From bzeeb+freebsd+ports at zabbadoz.net Thu Sep 10 18:40:03 2009 From: bzeeb+freebsd+ports at zabbadoz.net (Bjoern A. Zeeb) Date: Thu Sep 10 18:40:10 2009 Subject: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 8.0 Message-ID: <200909101840.n8AIe2HA062006@freefall.freebsd.org> The following reply was made to PR ports/138600; it has been noted by GNATS. From: "Bjoern A. Zeeb" To: bug-followup@FreeBSD.org, amdmi3@amdmi3.ru Cc: Subject: Re: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 8.0 Date: Thu, 10 Sep 2009 18:28:18 +0000 (UTC) Hi, as I cannot see a patch even though it's in the Synopsis and as later clarified that the problem is on 9.0 and not 8.0, here is the patch: You can also temporary fetch it from http://people.freebsd.org/~bz/lang-python26-freebsd9.diff Index: files/patch-setup.py =================================================================== RCS file: /mirror/FreeBSD/r/pcvs/ports/lang/python26/files/patch-setup.py,v retrieving revision 1.18 diff -u -p -r1.18 patch-setup.py --- files/patch-setup.py 13 Oct 2008 08:22:58 -0000 1.18 +++ files/patch-setup.py 10 Sep 2009 18:25:25 -0000 @@ -1,6 +1,6 @@ ---- setup.py.orig 2008-09-30 09:15:45.000000000 +0900 -+++ setup.py 2008-10-09 20:34:35.000000000 +0900 -@@ -17,7 +17,7 @@ +--- setup.py.orig 2009-03-31 18:20:48.000000000 +0000 ++++ setup.py 2009-09-10 05:27:01.000000000 +0000 +@@ -17,7 +17,7 @@ from distutils.command.install import in from distutils.command.install_lib import install_lib # This global variable is used to hold the list of modules to be disabled. @@ -9,7 +9,7 @@ def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -575,7 +575,7 @@ +@@ -577,7 +577,7 @@ class PyBuildExt(build_ext): readline_libs = ['readline'] if self.compiler.find_library_file(lib_dirs, @@ -18,7 +18,7 @@ readline_libs.append('ncursesw') elif self.compiler.find_library_file(lib_dirs, 'ncurses'): -@@ -587,7 +587,7 @@ +@@ -589,7 +589,7 @@ class PyBuildExt(build_ext): 'termcap'): readline_libs.append('termcap') exts.append( Extension('readline', ['readline.c'], @@ -27,7 +27,7 @@ extra_link_args=readline_extra_link_args, libraries=readline_libs) ) else: -@@ -687,6 +687,8 @@ +@@ -689,6 +689,8 @@ class PyBuildExt(build_ext): # OpenSSL doesn't do these until 0.9.8 so we'll bring our own hash exts.append( Extension('_sha256', ['sha256module.c']) ) exts.append( Extension('_sha512', ['sha512module.c']) ) @@ -36,7 +36,7 @@ # Modules that provide persistent dictionary-like semantics. You will # probably want to arrange for at least one of them to be available on -@@ -987,7 +989,7 @@ +@@ -990,7 +992,7 @@ class PyBuildExt(build_ext): # the more recent berkeleydb's db.h file first in the include path # when attempting to compile and it will fail. f = "/usr/include/db.h" @@ -45,7 +45,7 @@ data = open(f).read() m = re.search(r"#s*define\s+HASHVERSION\s+2\s*", data) if m is not None: -@@ -1066,7 +1068,7 @@ +@@ -1080,7 +1082,7 @@ class PyBuildExt(build_ext): # Curses support, requiring the System V version of curses, often # provided by the ncurses library. panel_library = 'panel' @@ -54,7 +54,7 @@ curses_libs = ['ncursesw'] # Bug 1464056: If _curses.so links with ncursesw, # _curses_panel.so must link with panelw. -@@ -1076,6 +1078,7 @@ +@@ -1090,6 +1092,7 @@ class PyBuildExt(build_ext): elif (self.compiler.find_library_file(lib_dirs, 'ncurses')): curses_libs = ['ncurses'] exts.append( Extension('_curses', ['_cursesmodule.c'], @@ -62,7 +62,7 @@ libraries = curses_libs) ) elif (self.compiler.find_library_file(lib_dirs, 'curses') and platform != 'darwin'): -@@ -1097,6 +1100,7 @@ +@@ -1111,6 +1114,7 @@ class PyBuildExt(build_ext): if (module_enabled(exts, '_curses') and self.compiler.find_library_file(lib_dirs, panel_library)): exts.append( Extension('_curses_panel', ['_curses_panel.c'], @@ -70,7 +70,25 @@ libraries = [panel_library] + curses_libs) ) else: missing.append('_curses_panel') -@@ -1869,9 +1873,7 @@ +@@ -1273,7 +1277,7 @@ class PyBuildExt(build_ext): + ) + libraries = [] + +- elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'): ++ elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8', 'freebsd9'): + # FreeBSD's P1003.1b semaphore support is very experimental + # and has many known problems. (as of June 2008) + macros = dict( # FreeBSD +@@ -1338,7 +1342,7 @@ class PyBuildExt(build_ext): + missing.append('linuxaudiodev') + + if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6', +- 'freebsd7', 'freebsd8'): ++ 'freebsd7', 'freebsd8', 'freebsd9'): + exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) + else: + missing.append('ossaudiodev') +@@ -1891,9 +1895,7 @@ def main(): ext_modules=[Extension('_struct', ['_struct.c'])], # Scripts to install -- Bjoern A. Zeeb What was I talking about and who are you again? From amdmi3 at amdmi3.ru Fri Sep 11 02:10:03 2009 From: amdmi3 at amdmi3.ru (Dmitry Marakasov) Date: Fri Sep 11 02:10:10 2009 Subject: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 8.0 Message-ID: <200909110210.n8B2A2xA006670@freefall.freebsd.org> The following reply was made to PR ports/138600; it has been noted by GNATS. From: Dmitry Marakasov To: "Bjoern A. Zeeb" Cc: bug-followup@FreeBSD.org Subject: Re: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 8.0 Date: Fri, 11 Sep 2009 06:06:12 +0400 * Bjoern A. Zeeb (bzeeb+freebsd+ports@zabbadoz.net) wrote: > as I cannot see a patch even though it's in the Synopsis and as later > clarified that the problem is on 9.0 and not 8.0, here is the patch: There was no patch. > You can also temporary fetch it from > http://people.freebsd.org/~bz/lang-python26-freebsd9.diff This (with corresponding plist update) fixes the port on 9.0, but breaks on other versions, on which python still does not install plat-freebsd9/ stuff. --- python26.patch begins here --- Index: pkg-plist =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/python26/pkg-plist,v retrieving revision 1.77 diff -u -r1.77 pkg-plist --- pkg-plist 13 Aug 2009 12:12:20 -0000 1.77 +++ pkg-plist 11 Sep 2009 00:56:07 -0000 @@ -911,6 +911,8 @@ %%PYTHON_LIBDIR%%/plat-freebsd7/regen %%PYTHON_LIBDIR%%/plat-freebsd8/IN.py %%PYTHON_LIBDIR%%/plat-freebsd8/regen +%%PYTHON_LIBDIR%%/plat-freebsd9/IN.py +%%PYTHON_LIBDIR%%/plat-freebsd9/regen %%PYTHON_LIBDIR%%/platform.py %%PYTHON_LIBDIR%%/plistlib.py %%PYTHON_LIBDIR%%/popen2.py @@ -2205,6 +2207,7 @@ @dirrm %%PYTHON_LIBDIR%%/sqlite3/test @dirrm %%PYTHON_LIBDIR%%/sqlite3 @dirrm %%PYTHON_LIBDIR%%/site-packages +@dirrm %%PYTHON_LIBDIR%%/plat-freebsd9 @dirrm %%PYTHON_LIBDIR%%/plat-freebsd8 @dirrm %%PYTHON_LIBDIR%%/plat-freebsd7 @dirrm %%PYTHON_LIBDIR%%/plat-freebsd6 Index: files/patch-setup.py =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/python26/files/patch-setup.py,v retrieving revision 1.18 diff -u -r1.18 patch-setup.py --- files/patch-setup.py 13 Oct 2008 08:22:58 -0000 1.18 +++ files/patch-setup.py 10 Sep 2009 19:01:55 -0000 @@ -1,6 +1,6 @@ ---- setup.py.orig 2008-09-30 09:15:45.000000000 +0900 -+++ setup.py 2008-10-09 20:34:35.000000000 +0900 -@@ -17,7 +17,7 @@ +--- setup.py.orig 2009-03-31 18:20:48.000000000 +0000 ++++ setup.py 2009-09-10 05:27:01.000000000 +0000 +@@ -17,7 +17,7 @@ from distutils.command.install import in from distutils.command.install_lib import install_lib # This global variable is used to hold the list of modules to be disabled. @@ -9,7 +9,7 @@ def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -575,7 +575,7 @@ +@@ -577,7 +577,7 @@ class PyBuildExt(build_ext): readline_libs = ['readline'] if self.compiler.find_library_file(lib_dirs, @@ -18,7 +18,7 @@ readline_libs.append('ncursesw') elif self.compiler.find_library_file(lib_dirs, 'ncurses'): -@@ -587,7 +587,7 @@ +@@ -589,7 +589,7 @@ class PyBuildExt(build_ext): 'termcap'): readline_libs.append('termcap') exts.append( Extension('readline', ['readline.c'], @@ -27,7 +27,7 @@ extra_link_args=readline_extra_link_args, libraries=readline_libs) ) else: -@@ -687,6 +687,8 @@ +@@ -689,6 +689,8 @@ class PyBuildExt(build_ext): # OpenSSL doesn't do these until 0.9.8 so we'll bring our own hash exts.append( Extension('_sha256', ['sha256module.c']) ) exts.append( Extension('_sha512', ['sha512module.c']) ) @@ -36,7 +36,7 @@ # Modules that provide persistent dictionary-like semantics. You will # probably want to arrange for at least one of them to be available on -@@ -987,7 +989,7 @@ +@@ -990,7 +992,7 @@ class PyBuildExt(build_ext): # the more recent berkeleydb's db.h file first in the include path # when attempting to compile and it will fail. f = "/usr/include/db.h" @@ -45,7 +45,7 @@ data = open(f).read() m = re.search(r"#s*define\s+HASHVERSION\s+2\s*", data) if m is not None: -@@ -1066,7 +1068,7 @@ +@@ -1080,7 +1082,7 @@ class PyBuildExt(build_ext): # Curses support, requiring the System V version of curses, often # provided by the ncurses library. panel_library = 'panel' @@ -54,7 +54,7 @@ curses_libs = ['ncursesw'] # Bug 1464056: If _curses.so links with ncursesw, # _curses_panel.so must link with panelw. -@@ -1076,6 +1078,7 @@ +@@ -1090,6 +1092,7 @@ class PyBuildExt(build_ext): elif (self.compiler.find_library_file(lib_dirs, 'ncurses')): curses_libs = ['ncurses'] exts.append( Extension('_curses', ['_cursesmodule.c'], @@ -62,7 +62,7 @@ libraries = curses_libs) ) elif (self.compiler.find_library_file(lib_dirs, 'curses') and platform != 'darwin'): -@@ -1097,6 +1100,7 @@ +@@ -1111,6 +1114,7 @@ class PyBuildExt(build_ext): if (module_enabled(exts, '_curses') and self.compiler.find_library_file(lib_dirs, panel_library)): exts.append( Extension('_curses_panel', ['_curses_panel.c'], @@ -70,7 +70,25 @@ libraries = [panel_library] + curses_libs) ) else: missing.append('_curses_panel') -@@ -1869,9 +1873,7 @@ +@@ -1273,7 +1277,7 @@ class PyBuildExt(build_ext): + ) + libraries = [] + +- elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'): ++ elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8', 'freebsd9'): + # FreeBSD's P1003.1b semaphore support is very experimental + # and has many known problems. (as of June 2008) + macros = dict( # FreeBSD +@@ -1338,7 +1342,7 @@ class PyBuildExt(build_ext): + missing.append('linuxaudiodev') + + if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6', +- 'freebsd7', 'freebsd8'): ++ 'freebsd7', 'freebsd8', 'freebsd9'): + exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) + else: + missing.append('ossaudiodev') +@@ -1891,9 +1895,7 @@ def main(): ext_modules=[Extension('_struct', ['_struct.c'])], # Scripts to install --- python26.patch ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From edwin at FreeBSD.org Fri Sep 11 12:20:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Sep 11 12:20:28 2009 Subject: ports/138733: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools Message-ID: <200909111220.n8BCKGqg047209@freefall.freebsd.org> Synopsis: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Sep 11 12:20:16 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138733 From edwin at FreeBSD.org Fri Sep 11 12:20:21 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Fri Sep 11 12:20:39 2009 Subject: ports/138733: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools Message-ID: <200909111220.n8BCKKQo047830@freefall.freebsd.org> Synopsis: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Sep 11 12:20:20 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138733 From edwin at FreeBSD.org Fri Sep 11 12:30:02 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Fri Sep 11 12:30:08 2009 Subject: ports/138733: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools Message-ID: <200909111230.n8BCU2J6055597@freefall.freebsd.org> The following reply was made to PR ports/138733; it has been noted by GNATS. From: Edwin Groothuis To: mhjacks@swbell.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/138733: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools Date: Fri, 11 Sep 2009 12:20:18 UT Maintainer of devel/py-asn1, Please note that PR ports/138733 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138733 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From dfilter at FreeBSD.ORG Fri Sep 11 15:00:09 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Fri Sep 11 15:00:15 2009 Subject: ports/138600: commit references a PR Message-ID: <200909111500.n8BF080g009983@freefall.freebsd.org> The following reply was made to PR ports/138600; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138600: commit references a PR Date: Fri, 11 Sep 2009 14:58:21 +0000 (UTC) miwi 2009-09-11 14:58:08 UTC FreeBSD ports repository Modified files: lang/python26 Makefile pkg-plist lang/python26/files extra-patch-setup.py patch-Lib_test_test_threading.py patch-setup.py Log: - Add support for FreeBSD 9.0 PR: based on 138600 Revision Changes Path 1.163 +4 -2 ports/lang/python26/Makefile 1.2 +1 -1 ports/lang/python26/files/extra-patch-setup.py 1.2 +1 -1 ports/lang/python26/files/patch-Lib_test_test_threading.py 1.19 +29 -11 ports/lang/python26/files/patch-setup.py 1.78 +3 -0 ports/lang/python26/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From miwi at FreeBSD.org Fri Sep 11 21:02:41 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Fri Sep 11 21:02:47 2009 Subject: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 9.0 Message-ID: <200909112102.n8BL2eXF075755@freefall.freebsd.org> Synopsis: [PATCH] lang/python26: install problem on FreeBSD 9.0 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Fri Sep 11 21:02:40 UTC 2009 State-Changed-Why: fixed now. http://www.freebsd.org/cgi/query-pr.cgi?pr=138600 From david at vizion2000.net Fri Sep 11 21:16:52 2009 From: david at vizion2000.net (David Southwell) Date: Fri Sep 11 21:16:59 2009 Subject: python26-2.6.2_3 failed on amd64 Freebsd 7.2 Message-ID: <200909112216.39823.david@vizion2000.net> portupgrade -a failed. I then attempted the following which also failed with identical error messages: dns1# make ===> Found saved configuration for python26-2.6.2_3 ===> Extracting for python26-2.6.2_3 => MD5 Checksum OK for python/Python-2.6.2.tgz. => SHA256 Checksum OK for python/Python-2.6.2.tgz. ===> Patching for python26-2.6.2_3 /bin/cp -r /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd8 /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd9 /bin/mkdir -p /usr/ports/lang/python26/work/Python-2.6.2/portbld.static /usr/ports/lang/python26/work/Python-2.6.2/portbld.shared/Modules /bin/ln /usr/ports/lang/python26/work/Python-2.6.2/Lib/smtpd.py /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/ /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/2to3 > /usr/ports/lang/python26/work/`echo 2to3 | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/idle > /usr/ports/lang/python26/work/`echo idle | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/pydoc > /usr/ports/lang/python26/work/`echo pydoc | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/smtpd.py > /usr/ports/lang/python26/work/`echo smtpd.py | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -i.bak -e 's,/usr/doc/python- docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python26/work/Python-2.6.2/Lib/pydoc.py /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/local"]|g' /usr/ports/lang/python26/work/Python-2.6.2/Lib/site.py /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port \1|' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.6|' /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > /usr/ports/lang/python26/work/python2.6-config /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.6|' /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > /usr/ports/lang/python26/work/python-shared2.6-config ===> Applying extra patch /usr/ports/lang/python26/files/extra-patch-setup.py ===> Applying FreeBSD patches for python26-2.6.2_3 1 out of 11 hunks failed--saving rejects to setup.py.rej => Patch patch-setup.py failed to apply cleanly. => Patch(es) patch-Lib_test_test_threading.py patch-Modules-_ctypes-libffi- configure patch-Python2.6-Lib_local.py patch-Python_thread__pthread.h applied cleanly. *** Error code 1 Stop in /usr/ports/lang/python26. *** Error code 1 Stop in /usr/ports/lang/python26. dns1# Thanks in advance for any advice David _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From mhjacks at swbell.net Fri Sep 11 23:20:04 2009 From: mhjacks at swbell.net (Martin Jackson) Date: Fri Sep 11 23:20:10 2009 Subject: ports/138733: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools Message-ID: <200909112320.n8BNK3wg004856@freefall.freebsd.org> The following reply was made to PR ports/138733; it has been noted by GNATS. From: Martin Jackson To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138733: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools Date: Fri, 11 Sep 2009 17:48:28 -0500 Edwin Groothuis wrote: > Maintainer of devel/py-asn1, > > Please note that PR ports/138733 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138733 > I approve. This same issue might show up in py-snmp4 and py-snmp4-mibs as well. Thanks, Marty From linimon at FreeBSD.org Sat Sep 12 00:41:56 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sat Sep 12 00:42:01 2009 Subject: ports/138733: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools Message-ID: <200909120041.n8C0ftNs095877@freefall.freebsd.org> Synopsis: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sat Sep 12 00:41:43 UTC 2009 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=138733 From miwi at FreeBSD.org Sat Sep 12 10:08:54 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sat Sep 12 10:09:00 2009 Subject: ports/138617: [MAINTAINER] net-mgmt/py-snmp4-mibs: update to 0.0.7a Message-ID: <200909121008.n8CA8s5F093693@freefall.freebsd.org> Synopsis: [MAINTAINER] net-mgmt/py-snmp4-mibs: update to 0.0.7a State-Changed-From-To: open->feedback State-Changed-By: miwi State-Changed-When: Sat Sep 12 10:08:46 UTC 2009 State-Changed-Why: Patch rejected: |+++ /root/portsdev/py-snmp4-mibs/distinfo 2009-09-07 12:22:38.000000000 -0500 -------------------------- Patching file distinfo using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff -ruN --exclude=CVS /usr/ports/net-mgmt/py-snmp4-mibs/files/IANA-CHARSET-MIB.py /root/portsdev/py-snmp4-mibs/files/IANA-CHARSET-MIB.py |--- /usr/ports/net-mgmt/py-snmp4-mibs/files/IANA-CHARSET-MIB.py 1969-12-31 18:00:00.000000000 -0600 |+++ /root/portsdev/py-snmp4-mibs/files/IANA-CHARSET-MIB.py 2009-09-07 12:48:21.000000000 -0500 -------------------------- (Creating file IANA-CHARSET-MIB.py...) Patching file IANA-CHARSET-MIB.py using Plan A... patch: **** malformed patch at line 65: 11,2006,87,32,2077,2254,2101,2081,86,67,68,76,1,2092,2070,102,2055,2021,1010,2091,85,2063,84,1017,50,2060,74,2080,2079,60,1020,1002,106,33,40,20,65,2090,2029,52,2003,2002,91,35,73,1000,26,2035,), constraint.SingleValueConstraint(2066,21,)) http://www.freebsd.org/cgi/query-pr.cgi?pr=138617 From mhjacks at swbell.net Sat Sep 12 16:54:19 2009 From: mhjacks at swbell.net (Martin Jackson) Date: Sat Sep 12 16:54:29 2009 Subject: ports/138617: [MAINTAINER] net-mgmt/py-snmp4-mibs: update to 0.0.7a In-Reply-To: <200909121008.n8CA8s5F093693@freefall.freebsd.org> References: <200909121008.n8CA8s5F093693@freefall.freebsd.org> Message-ID: <4AABCBEF.8050508@swbell.net> miwi@FreeBSD.org wrote: > Synopsis: [MAINTAINER] net-mgmt/py-snmp4-mibs: update to 0.0.7a > > State-Changed-From-To: open->feedback > State-Changed-By: miwi > State-Changed-When: Sat Sep 12 10:08:46 UTC 2009 > State-Changed-Why: > Patch rejected: It seems that patch itself is having a problem with this file. Is there another way to represent or package it that meets FreeBSD standards? From david at vizion2000.net Sat Sep 12 17:32:04 2009 From: david at vizion2000.net (David Southwell) Date: Sat Sep 12 17:32:11 2009 Subject: python26-2.6.2_3 fails patchset up on amd64 In-Reply-To: <20090911223317.GA19750@amp2.iem.pw.edu.pl> References: <200909112100.27416.david@vizion2000.net> <20090911223317.GA19750@amp2.iem.pw.edu.pl> Message-ID: <200909121831.49306.david@vizion2000.net> > On Fri, Sep 11, 2009 at 09:00:27PM +0100, David Southwell wrote: > > portupgrade -a failed. I then attempted the following which also failed > > with identical error messages: > > Hello David, > > Patching files/patch-setup.py : > > % diff /PORTS/lang/python26/files/patch-setup.py /tmp > 77c77 > < - elif platform in ('freebsd4', 'freebsd5', 'freebsd6'): > --- > > > - elif platform in ('freebsd4', 'freebsd5', 'freebsd6', > > 'freebsd7', 'freebsd8'): > > 81c81 > < macros = dict( # FreeBSD 4-6 > --- > > > macros = dict( # FreeBSD > > I build it sucessfully. > > cheers, > -at > > > dns1# make > > ===> Found saved configuration for python26-2.6.2_3 > > ===> Extracting for python26-2.6.2_3 > > => MD5 Checksum OK for python/Python-2.6.2.tgz. > > => SHA256 Checksum OK for python/Python-2.6.2.tgz. > > ===> Patching for python26-2.6.2_3 > > /bin/cp -r /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd8 > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd9 > > /bin/mkdir -p /usr/ports/lang/python26/work/Python-2.6.2/portbld.static > > /usr/ports/lang/python26/work/Python-2.6.2/portbld.shared/Modules > > /bin/ln /usr/ports/lang/python26/work/Python-2.6.2/Lib/smtpd.py > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/ > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/2to3 > > > /usr/ports/lang/python26/work/`echo 2to3 | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared| python),\12.6,'` > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/idle > > > /usr/ports/lang/python26/work/`echo idle | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared| python),\12.6,'` > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/pydoc > > > /usr/ports/lang/python26/work/`echo pydoc | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared| python),\12.6,'` > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/smtpd.py > > > /usr/ports/lang/python26/work/`echo smtpd.py | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared| python),\12.6,'` > > /usr/bin/sed -i.bak -e 's,/usr/doc/python- > > docs-,/usr/local/share/doc/python,g' > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/pydoc.py > > /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/local"]|g' > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/site.py > > /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g' > > /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > > /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port > > \1|' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.6|' > > /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > > > /usr/ports/lang/python26/work/python2.6-config > > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.6|' > > /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > > > /usr/ports/lang/python26/work/python-shared2.6-config > > ===> Applying extra patch > > /usr/ports/lang/python26/files/extra-patch-setup.py ===> Applying > > FreeBSD patches for python26-2.6.2_3 > > 1 out of 11 hunks failed--saving rejects to setup.py.rej > > => Patch patch-setup.py failed to apply cleanly. > > => Patch(es) patch-Lib_test_test_threading.py > > patch-Modules-_ctypes-libffi- configure patch-Python2.6-Lib_local.py > > patch-Python_thread__pthread.h applied cleanly. > > *** Error code 1 > > > > Stop in /usr/ports/lang/python26. > > *** Error code 1 > > > > Stop in /usr/ports/lang/python26. > > dns1# > > Thanks in advance for any advice > > > > David > Just cvsup ports and tried again here is what I am getting: dns1# portupgrade -a ---> Upgrading 'py26-papyon-0.4.1' to 'py26-papyon-0.4.2' (net-im/papyon) ---> Building '/usr/ports/net-im/papyon' ===> Cleaning for py26-papyon-0.4.2 ===> Extracting for py26-papyon-0.4.2 => MD5 Checksum OK for papyon-0.4.2.tar.gz. => SHA256 Checksum OK for papyon-0.4.2.tar.gz. ===> Patching for py26-papyon-0.4.2 ===> Applying FreeBSD patches for py26-papyon-0.4.2 ===> py26-papyon-0.4.2 depends on file: /usr/local/lib/python2.6/site- packages/gtk-2.0/gobject/_gobject.so - found ===> py26-papyon-0.4.2 depends on file: /usr/local/lib/python2.6/site- packages/OpenSSL/SSL.so - found ===> py26-papyon-0.4.2 depends on file: /usr/local/lib/python2.6/site- packages/Crypto/Hash/SHA.py - found ===> py26-papyon-0.4.2 depends on file: /usr/local/bin/python2.6 - not found ===> Verifying install for /usr/local/bin/python2.6 in /usr/ports/lang/python26 ===> Found saved configuration for python26-2.6.2_3 ===> Extracting for python26-2.6.2_3 => MD5 Checksum OK for python/Python-2.6.2.tgz. => SHA256 Checksum OK for python/Python-2.6.2.tgz. ===> Patching for python26-2.6.2_3 /bin/cp -r /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd8 /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd9 /bin/mkdir -p /usr/ports/lang/python26/work/Python-2.6.2/portbld.static /usr/ports/lang/python26/work/Python-2.6.2/portbld.shared/Modules /bin/ln /usr/ports/lang/python26/work/Python-2.6.2/Lib/smtpd.py /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/ /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/2to3 > /usr/ports/lang/python26/work/`echo 2to3 | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/idle > /usr/ports/lang/python26/work/`echo idle | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/pydoc > /usr/ports/lang/python26/work/`echo pydoc | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/smtpd.py > /usr/ports/lang/python26/work/`echo smtpd.py | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -i.bak -e 's,/usr/doc/python- docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python26/work/Python-2.6.2/Lib/pydoc.py /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/local"]|g' /usr/ports/lang/python26/work/Python-2.6.2/Lib/site.py /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port \1|' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.6|' /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > /usr/ports/lang/python26/work/python2.6-config /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.6|' /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > /usr/ports/lang/python26/work/python-shared2.6-config ===> Applying extra patch /usr/ports/lang/python26/files/extra-patch-setup.py ===> Applying FreeBSD patches for python26-2.6.2_3 1 out of 11 hunks failed--saving rejects to setup.py.rej => Patch patch-setup.py failed to apply cleanly. => Patch(es) patch-Lib_test_test_threading.py patch-Modules-_ctypes-libffi- configure patch-Python2.6-Lib_local.py patch-Python_thread__pthread.h applied cleanly. *** Error code 1 Stop in /usr/ports/lang/python26. *** Error code 1 Stop in /usr/ports/lang/python26. *** Error code 1 Stop in /usr/ports/net-im/papyon. ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'py26-papyon-0.4.1' pkg_delete: package 'py26-papyon-0.4.1' is required by these other packages and may not be deinstalled (but I'll delete it anyway): py26-telepathy-butterfly-0.5.0 pkg_delete: '/usr/local/lib/python2.6/site- packages/papyon/gnet/proxy/HTTPConnect.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.6/site- packages/papyon/gnet/proxy/proxy_infos.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.6/site-packages/papyon/msnp/command.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.6/site-packages/papyon/msnp/constants.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.6/site-packages/papyon/msnp/mailbox.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.6/site- packages/papyon/msnp/notification.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.6/site- packages/papyon/msnp/switchboard.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.6/site-packages/papyon/profile.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.6/site- packages/papyon/service/AddressBook/scenario/contacts/accept_invite.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.6/site- packages/papyon/service/AddressBook/scenario/contacts/messenger_contact_add.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.6/site- packages/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.pyc' fails original MD5 checksum - deleted anyway. [Updating the pkgdb in /var/db/pkg ... - 1081 packages found (-1 +0) (...) done] ---> Installing the new version via the port ===> py26-papyon-0.4.2 depends on file: /usr/local/lib/python2.6/site- packages/gtk-2.0/gobject/_gobject.so - found ===> py26-papyon-0.4.2 depends on file: /usr/local/lib/python2.6/site- packages/OpenSSL/SSL.so - found ===> py26-papyon-0.4.2 depends on file: /usr/local/lib/python2.6/site- packages/Crypto/Hash/SHA.py - found ===> py26-papyon-0.4.2 depends on file: /usr/local/bin/python2.6 - not found ===> Verifying reinstall for /usr/local/bin/python2.6 in /usr/ports/lang/python26 ===> Patching for python26-2.6.2_3 /bin/cp -r /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd8 /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd9 /bin/mkdir -p /usr/ports/lang/python26/work/Python-2.6.2/portbld.static /usr/ports/lang/python26/work/Python-2.6.2/portbld.shared/Modules /bin/ln /usr/ports/lang/python26/work/Python-2.6.2/Lib/smtpd.py /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/ ln: /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts//smtpd.py: File exists *** Error code 1 Stop in /usr/ports/lang/python26. *** Error code 1 Stop in /usr/ports/lang/python26. *** Error code 1 Stop in /usr/ports/lang/python26. *** Error code 1 Stop in /usr/ports/net-im/papyon. *** Error code 1 Stop in /usr/ports/net-im/papyon. ===> Cleaning for python26-2.6.2_3 ===> Cleaning for py26-papyon-0.4.2 ---> Cleaning out obsolete shared libraries ---> Upgrading 'xcb-util-0.3.5' to 'xcb-util-0.3.6' (x11/xcb-util) From miwi at FreeBSD.org Sat Sep 12 23:09:16 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sat Sep 12 23:09:31 2009 Subject: ports/138120: New Port: x11-toolkits/py-traitsbackendwx Message-ID: <200909122309.n8CN9GNM079265@freefall.freebsd.org> Synopsis: New Port: x11-toolkits/py-traitsbackendwx State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sat Sep 12 23:09:15 UTC 2009 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=138120 From dfilter at FreeBSD.ORG Sat Sep 12 23:10:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sat Sep 12 23:10:38 2009 Subject: ports/138120: commit references a PR Message-ID: <200909122310.n8CNA4M2079356@freefall.freebsd.org> The following reply was made to PR ports/138120; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138120: commit references a PR Date: Sat, 12 Sep 2009 23:09:22 +0000 (UTC) miwi 2009-09-12 23:09:13 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/py-traitsbackendwx Makefile distinfo pkg-descr pkg-plist Log: wx based backend for Enthought's TraitsGUI abstracted GUI library for python WWW: http://code.enthought.com/projects/traits_gui/ PR: ports/138120 Submitted by: Jacob Frelinger Revision Changes Path 1.524 +1 -0 ports/x11-toolkits/Makefile 1.1 +29 -0 ports/x11-toolkits/py-traitsbackendwx/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/py-traitsbackendwx/distinfo (new) 1.1 +3 -0 ports/x11-toolkits/py-traitsbackendwx/pkg-descr (new) 1.1 +528 -0 ports/x11-toolkits/py-traitsbackendwx/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From linimon at FreeBSD.org Sun Sep 13 19:20:16 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Sun Sep 13 19:20:22 2009 Subject: ports/138784: lang/python26 segfault Message-ID: <200909131920.n8DJKFHb086371@freefall.freebsd.org> Old Synopsis: python2.6 segfault New Synopsis: lang/python26 segfault Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Sun Sep 13 19:19:31 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=138784 From roberthuff at rcn.com Sun Sep 13 19:29:32 2009 From: roberthuff at rcn.com (Robert Huff) Date: Sun Sep 13 19:29:37 2009 Subject: python app crashing Message-ID: <19117.16679.994298.433278@jerusalem.litteratus.org> On this system: FreeBSD 9.0-CURRENT #4: Tue Sep 8 10:53:24 EDT 2009 amd64 with python26-2.6.2_3 installed I'm trying to run science/gramps. However, when I start it up: huff@> gramps Bus error (core dumped) leaving -rw------- 1 huff huff 12591104 Sep 13 14:58 python2.6.core The gramps maintainer has suggested you are the correct people to help me with this. I know very little about python; what do I do next? Respectfully, Robert Huff From edwin at FreeBSD.org Sun Sep 13 21:00:27 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Sep 13 21:00:39 2009 Subject: ports/138788: Update port: security/py-keyring Upgrade to 0.2 Message-ID: <200909132100.n8DL0RKC086877@freefall.freebsd.org> Synopsis: Update port: security/py-keyring Upgrade to 0.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 13 21:00:26 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138788 From edwin at FreeBSD.org Mon Sep 14 06:20:12 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Sep 14 06:20:24 2009 Subject: ports/138802: New port: www/py-tornado Message-ID: <200909140620.n8E6KBVG048451@freefall.freebsd.org> Synopsis: New port: www/py-tornado Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 14 06:20:11 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138802 From david at vizion2000.net Mon Sep 14 09:31:11 2009 From: david at vizion2000.net (David Southwell) Date: Mon Sep 14 09:31:23 2009 Subject: Still getting python26 build failure Message-ID: <200909141030.53657.david@vizion2000.net> FreeBSD dns1.vizion2000.net 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Thu Aug 20 12:54:34 BST 2009 david@dns1.vizion2000.net:/usr/obj/usr/src/sys/GENERIC amd64 Thanks in advance for info on how to fix this.. David dns1# cd python26 dns1# make ===> Found saved configuration for python26-2.6.2_3 ===> Extracting for python26-2.6.2_3 => MD5 Checksum OK for python/Python-2.6.2.tgz. => SHA256 Checksum OK for python/Python-2.6.2.tgz. ===> Patching for python26-2.6.2_3 /bin/cp -r /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd8 /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd9 /bin/mkdir -p /usr/ports/lang/python26/work/Python-2.6.2/portbld.static /usr/ports/lang/python26/work/Python-2.6.2/portbld.shared/Modules /bin/ln /usr/ports/lang/python26/work/Python-2.6.2/Lib/smtpd.py /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/ /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/2to3 > /usr/ports/lang/python26/work/`echo 2to3 | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/idle > /usr/ports/lang/python26/work/`echo idle | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/pydoc > /usr/ports/lang/python26/work/`echo pydoc | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/smtpd.py > /usr/ports/lang/python26/work/`echo smtpd.py | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared| python),\12.6,'` /usr/bin/sed -i.bak -e 's,/usr/doc/python- docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python26/work/Python-2.6.2/Lib/pydoc.py /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/local"]|g' /usr/ports/lang/python26/work/Python-2.6.2/Lib/site.py /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port \1|' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.6|' /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > /usr/ports/lang/python26/work/python2.6-config /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.6|' /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > /usr/ports/lang/python26/work/python-shared2.6-config ===> Applying extra patch /usr/ports/lang/python26/files/extra-patch-setup.py ===> Applying FreeBSD patches for python26-2.6.2_3 1 out of 11 hunks failed--saving rejects to setup.py.rej => Patch patch-setup.py failed to apply cleanly. => Patch(es) patch-Lib_test_test_threading.py patch-Modules-_ctypes-libffi- configure patch-Python2.6-Lib_local.py patch-Python_thread__pthread.h applied cleanly. *** Error code 1 Stop in /usr/ports/lang/python26. *** Error code 1 Stop in /usr/ports/lang/python26. From bugmaster at FreeBSD.org Mon Sep 14 11:07:07 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 14 11:09:10 2009 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200909141107.n8EB76cR072451@freefall.freebsd.org> 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/138802 python New port: www/py-tornado o ports/138788 python Update port: security/py-keyring Upgrade to 0.2 o ports/138784 python lang/python26 segfault o ports/138733 python [FIX] devel/py-asn1 0.0.9a fail create a package with f ports/138617 python [MAINTAINER] net-mgmt/py-snmp4-mibs: update to 0.0.7a o ports/138606 python [MAINTAINER] net-mgmt/py-snmp4: update to 4.1.11a f ports/138487 python www/py-prewikka: 0.9.14 is broken under Python 2.6 o ports/138233 python [Update] mail/py-turbomail:update to 3.0 o ports/137782 python databases/py-postgresql (new port) postgresql driver f f ports/137764 python devel/py-setuptools cannot be installed o ports/137359 python lang/python26 - Python ports depending on python26 do o ports/136917 python [patch] lang/python26: gettext detection f ports/133844 python New port: databases/py-postgresql python3 pgsql drive f ports/133451 python www/plone3 build fails. Plone3 needs python-2.4 but li o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken f ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener 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 19 problems total. From james.technew at gmail.com Tue Sep 15 07:16:33 2009 From: james.technew at gmail.com (James Chang) Date: Tue Sep 15 07:16:39 2009 Subject: python26 (python26-2.6.2_3) build ERROR in FreeBSD ports tree Message-ID: Der Sir, When I build python26 from FreeBSD ports, it shown me the following ERROR messages: ==================================================================== <-root->make depend all ===> Vulnerability check disabled, database not found ===> Found saved configuration for python26-2.6.2_3 ===> Extracting for python26-2.6.2_3 => MD5 Checksum OK for python/Python-2.6.2.tgz. => SHA256 Checksum OK for python/Python-2.6.2.tgz. ===> Patching for python26-2.6.2_3 /bin/cp -r /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd8 /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd9 /bin/mkdir -p /usr/ports/lang/python26/work/Python-2.6.2/portbld.static /usr/ports/lang/python26/work/Python-2.6.2/portbld.shared/Modules /bin/ln /usr/ports/lang/python26/work/Python-2.6.2/Lib/smtpd.py /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/ /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/2to3 > /usr/ports/lang/python26/work/`echo 2to3 | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/idle > /usr/ports/lang/python26/work/`echo idle | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/pydoc > /usr/ports/lang/python26/work/`echo pydoc | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/smtpd.py > /usr/ports/lang/python26/work/`echo smtpd.py | /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -i.bak -e 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' /usr/ports/lang/python26/work/Python-2.6.2/Lib/pydoc.py /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/local"]|g' /usr/ports/lang/python26/work/Python-2.6.2/Lib/site.py /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port \1|' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.6|' /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > /usr/ports/lang/python26/work/python2.6-config /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.6|' /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > /usr/ports/lang/python26/work/python-shared2.6-config ===> Applying extra patch /usr/ports/lang/python26/files/extra-patch-setup.py ===> Applying extra patch /usr/ports/lang/python26/files/extra-patch-configure-pth ===> Applying FreeBSD patches for python26-2.6.2_3 1 out of 11 hunks failed--saving rejects to setup.py.rej => Patch patch-setup.py failed to apply cleanly. => Patch(es) patch-Lib_test_test_threading.py patch-Modules-_ctypes-libffi-configure patch-Python2.6-Lib_local.py patch-Python_thread__pthread.h applied cleanly. *** Error code 1 Stop in /usr/ports/lang/python26. *** Error code 1 Stop in /usr/ports/lang/python26. Best Regards! James Chang From david at vizion2000.net Tue Sep 15 08:20:04 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 08:20:16 2009 Subject: python26 (python26-2.6.2_3) build ERROR in FreeBSD ports tree In-Reply-To: <200909150909.05644.david@vizion2000.net> References: <200909150909.05644.david@vizion2000.net> Message-ID: <200909150911.35772.david@vizion2000.net> > > Der Sir, > > > > When I build python26 from FreeBSD ports, it shown me the > > following ERROR messages: > > > > ==================================================================== > > <-root->make depend all > > ===> Vulnerability check disabled, database not found > > ===> Found saved configuration for python26-2.6.2_3 > > ===> Extracting for python26-2.6.2_3 > > => MD5 Checksum OK for python/Python-2.6.2.tgz. > > => SHA256 Checksum OK for python/Python-2.6.2.tgz. > > ===> Patching for python26-2.6.2_3 > > /bin/cp -r /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd8 > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd9 > > /bin/mkdir -p /usr/ports/lang/python26/work/Python-2.6.2/portbld.static > > /usr/ports/lang/python26/work/Python-2.6.2/portbld.shared/Modules > > /bin/ln /usr/ports/lang/python26/work/Python-2.6.2/Lib/smtpd.py > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/ > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/2to3 > > > /usr/ports/lang/python26/work/`echo 2to3 | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/idle > > > /usr/ports/lang/python26/work/`echo idle | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/pydoc > > > /usr/ports/lang/python26/work/`echo pydoc | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/smtpd.py > > > /usr/ports/lang/python26/work/`echo smtpd.py | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > /usr/bin/sed -i.bak -e > > 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/pydoc.py > > /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, > > "/usr/local"]|g' > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/site.py > > /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g' > > /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > > /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port > > \1|' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.6|' > > /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > > > /usr/ports/lang/python26/work/python2.6-config > > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.6|' > > /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > > > /usr/ports/lang/python26/work/python-shared2.6-config > > ===> Applying extra patch > > /usr/ports/lang/python26/files/extra-patch-setup.py ===> Applying extra > > patch > > /usr/ports/lang/python26/files/extra-patch-configure-pth > > ===> Applying FreeBSD patches for python26-2.6.2_3 > > 1 out of 11 hunks failed--saving rejects to setup.py.rej > > => Patch patch-setup.py failed to apply cleanly. > > => Patch(es) patch-Lib_test_test_threading.py > > patch-Modules-_ctypes-libffi-configure patch-Python2.6-Lib_local.py > > patch-Python_thread__pthread.h applied cleanly. > > *** Error code 1 > > > > Stop in /usr/ports/lang/python26. > > *** Error code 1 > > > > Stop in /usr/ports/lang/python26. > > > > > > Best Regards! > > This is the same error I have been getting and reporting here for almost a > week. I have just submitted a PR but do not yet have a number. I will post > it here as soon as I receive the PR acknowledgement. > > David PS Can you please post output from uname -a? Thanks > From david at vizion2000.net Tue Sep 15 08:20:04 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 08:20:16 2009 Subject: python26 (python26-2.6.2_3) build ERROR in FreeBSD ports tree In-Reply-To: <200909150909.05644.david@vizion2000.net> References: <200909150909.05644.david@vizion2000.net> Message-ID: <200909150913.00670.david@vizion2000.net> > > Der Sir, > > > > When I build python26 from FreeBSD ports, it shown me the > > following ERROR messages: > > > > ==================================================================== > > <-root->make depend all > > ===> Vulnerability check disabled, database not found > > ===> Found saved configuration for python26-2.6.2_3 > > ===> Extracting for python26-2.6.2_3 > > => MD5 Checksum OK for python/Python-2.6.2.tgz. > > => SHA256 Checksum OK for python/Python-2.6.2.tgz. > > ===> Patching for python26-2.6.2_3 > > /bin/cp -r /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd8 > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd9 > > /bin/mkdir -p /usr/ports/lang/python26/work/Python-2.6.2/portbld.static > > /usr/ports/lang/python26/work/Python-2.6.2/portbld.shared/Modules > > /bin/ln /usr/ports/lang/python26/work/Python-2.6.2/Lib/smtpd.py > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/ > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/2to3 > > > /usr/ports/lang/python26/work/`echo 2to3 | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/idle > > > /usr/ports/lang/python26/work/`echo idle | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/pydoc > > > /usr/ports/lang/python26/work/`echo pydoc | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/smtpd.py > > > /usr/ports/lang/python26/work/`echo smtpd.py | /usr/bin/sed -E -e > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > /usr/bin/sed -i.bak -e > > 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/pydoc.py > > /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, > > "/usr/local"]|g' > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/site.py > > /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g' > > /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > > /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port > > \1|' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.6|' > > /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > > > /usr/ports/lang/python26/work/python2.6-config > > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.6|' > > /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > > > /usr/ports/lang/python26/work/python-shared2.6-config > > ===> Applying extra patch > > /usr/ports/lang/python26/files/extra-patch-setup.py ===> Applying extra > > patch > > /usr/ports/lang/python26/files/extra-patch-configure-pth > > ===> Applying FreeBSD patches for python26-2.6.2_3 > > 1 out of 11 hunks failed--saving rejects to setup.py.rej > > => Patch patch-setup.py failed to apply cleanly. > > => Patch(es) patch-Lib_test_test_threading.py > > patch-Modules-_ctypes-libffi-configure patch-Python2.6-Lib_local.py > > patch-Python_thread__pthread.h applied cleanly. > > *** Error code 1 > > > > Stop in /usr/ports/lang/python26. > > *** Error code 1 > > > > Stop in /usr/ports/lang/python26. > > > > > > Best Regards! > > This is the same error I have been getting and reporting here for almost a > week. I have just submitted a PR but do not yet have a number. I will post > it here as soon as I receive the PR acknowledgement. > > David PR link: http://www.freebsd.org/cgi/query-pr.cgi?pr=138835 > From david at vizion2000.net Tue Sep 15 08:25:05 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 08:25:10 2009 Subject: python26 (python26-2.6.2_3) build ERROR in FreeBSD ports tree In-Reply-To: References: Message-ID: <200909150909.05644.david@vizion2000.net> > Der Sir, > > When I build python26 from FreeBSD ports, it shown me the > following ERROR messages: > > ==================================================================== > <-root->make depend all > ===> Vulnerability check disabled, database not found > ===> Found saved configuration for python26-2.6.2_3 > ===> Extracting for python26-2.6.2_3 > => MD5 Checksum OK for python/Python-2.6.2.tgz. > => SHA256 Checksum OK for python/Python-2.6.2.tgz. > ===> Patching for python26-2.6.2_3 > /bin/cp -r /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd8 > /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd9 > /bin/mkdir -p /usr/ports/lang/python26/work/Python-2.6.2/portbld.static > /usr/ports/lang/python26/work/Python-2.6.2/portbld.shared/Modules > /bin/ln /usr/ports/lang/python26/work/Python-2.6.2/Lib/smtpd.py > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/ > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/2to3 > > /usr/ports/lang/python26/work/`echo 2to3 | /usr/bin/sed -E -e > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > 's,(idle|pydoc|python-shared|python),\12.6,'` > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/idle > > /usr/ports/lang/python26/work/`echo idle | /usr/bin/sed -E -e > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > 's,(idle|pydoc|python-shared|python),\12.6,'` > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/pydoc > > /usr/ports/lang/python26/work/`echo pydoc | /usr/bin/sed -E -e > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > 's,(idle|pydoc|python-shared|python),\12.6,'` > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/smtpd.py > > /usr/ports/lang/python26/work/`echo smtpd.py | /usr/bin/sed -E -e > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > 's,(idle|pydoc|python-shared|python),\12.6,'` > /usr/bin/sed -i.bak -e > 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' > /usr/ports/lang/python26/work/Python-2.6.2/Lib/pydoc.py > /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, > "/usr/local"]|g' > /usr/ports/lang/python26/work/Python-2.6.2/Lib/site.py > /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g' > /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port > \1|' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.6|' > /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > > /usr/ports/lang/python26/work/python2.6-config > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.6|' > /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > > /usr/ports/lang/python26/work/python-shared2.6-config > ===> Applying extra patch > /usr/ports/lang/python26/files/extra-patch-setup.py ===> Applying extra > patch > /usr/ports/lang/python26/files/extra-patch-configure-pth > ===> Applying FreeBSD patches for python26-2.6.2_3 > 1 out of 11 hunks failed--saving rejects to setup.py.rej > => Patch patch-setup.py failed to apply cleanly. > => Patch(es) patch-Lib_test_test_threading.py > patch-Modules-_ctypes-libffi-configure patch-Python2.6-Lib_local.py > patch-Python_thread__pthread.h applied cleanly. > *** Error code 1 > > Stop in /usr/ports/lang/python26. > *** Error code 1 > > Stop in /usr/ports/lang/python26. > > > Best Regards! > This is the same error I have been getting and reporting here for almost a week. I have just submitted a PR but do not yet have a number. I will post it here as soon as I receive the PR acknowledgement. David > From david at vizion2000.net Tue Sep 15 08:28:22 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 08:28:29 2009 Subject: ports/138835: Python compile failure In-Reply-To: <200909150818.n8F8I6eN083640@freefall.freebsd.org> References: <200909150818.n8F8I6eN083640@freefall.freebsd.org> Message-ID: <200909150928.20116.david@vizion2000.net> > Synopsis: Python compile failure > > State-Changed-From-To: open->closed > State-Changed-By: miwi > State-Changed-When: Tue Sep 15 08:16:58 UTC 2009 > State-Changed-Why: > Sorry I can't confirm this error: > > [10:17] root@miwi /usr/home/miwi/dev/ports/lang/python26# make patch > ===> Found saved configuration for python26-2.6.2_3 ===> Extracting > for python26-2.6.2_3 => MD5 Checksum OK for python/Python-2.6.2.tgz. => > SHA256 Checksum OK for python/Python-2.6.2.tgz. ===> Patching for > python26-2.6.2_3 /bin/cp -r > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd8 > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd9 > /bin/mkdir -p > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/portbld.static > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/portbld.shared/Mod > ules /bin/ln > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Lib/smtpd.py > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Tools/scripts/ > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Tools/scripts/2to3 > > > /usr/home/miwi/dev/ports/lang/python26/work/`echo 2to3 | /usr/bin/sed > > -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -e > '1s,^.*$,#!/usr/local/bin/python2.6,' > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Tools/scripts/idle > > > /usr/home/miwi/dev/ports/lang/python26/work/`echo idle | /usr/bin/sed > > -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -e > '1s,^.*$,#!/usr/local/bin/python2.6,' > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Tools/scripts/pydo > c > > > /usr/home/miwi/dev/ports/lang/python26/work/`echo pydoc | /usr/bin/sed > > -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -e > '1s,^.*$,#!/usr/local/bin/python2.6,' > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Tools/scripts/smtp > d.py > > > /usr/home/miwi/dev/ports/lang/python26/work/`echo smtpd.py | > > /usr/bin/sed -E -e 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > 's,(idle|pydoc|python-shared|python),\12.6,'` /usr/bin/sed -i.bak -e > 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Lib/pydoc.py > /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, "/usr/local"]|g' > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Lib/site.py > /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g' > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port > \1|' > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.6|' > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Misc/python-config > .in > > > /usr/home/miwi/dev/ports/lang/python26/work/python2.6-config > > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.6|' > /usr/home/miwi/dev/ports/lang/python26/work/Python-2.6.2/Misc/python-config > .in > > > /usr/home/miwi/dev/ports/lang/python26/work/python-shared2.6-config > > ===> Applying FreeBSD patches for python26-2.6.2_3 > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138835 > It looks to me as though you have closed this PR prematurely. You now have independent reports of the same failure. I really feel you should not close a PR until you have provided an opportunity for discussion and allowd follow-ups to be posted. I have been reporting this bug for a week now. David From david at vizion2000.net Tue Sep 15 08:54:12 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 08:54:24 2009 Subject: Premature closure of PRs Message-ID: <200909150954.10209.david@vizion2000.net> I want to understand why bug reports get closed prematurely and without any discussion with the original person submitting the report. For example I submitted PR today in connection with a bug I originally reported to both the ports and the python lists last week. When there was no immediate fix I then submitted a PR this morning at was submitted: Tue Sep 15 08:10:02 UTC 2009 It was closed 8 minutes later without further query: Closed-Date: Tue Sep 15 08:18:07 UTC 2009 Despite the fact there had been a posting on both the ports and python lists by James Chang which was distributed to the lists at Tue, 15 Sep 2009 06:48:37 +0000 (UTC) I then attempted to Submit a Follow up to include Chang's report only to find that the PR had been prematurely closed simply because the maintainer assumed that as he could not replicate it the report must be unfounded. Last-Modified: Tue Sep 15 08:18:07 UTC 2009 Can we please have the system modified so that reports are not closed until the submitter has had an opportunity to review the reasons and comment. Lastly How does one get a closed PR re-opened? Yrs frustrated David Southwell From david at vizion2000.net Tue Sep 15 09:08:54 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 09:09:10 2009 Subject: Premature closure of PRs In-Reply-To: <200909150954.10209.david@vizion2000.net> References: <200909150954.10209.david@vizion2000.net> Message-ID: <200909151008.52311.david@vizion2000.net> > I want to understand why bug reports get closed prematurely and without any > discussion with the original person submitting the report. > > For example I submitted PR today in connection with a bug I originally > reported to both the ports and the python lists last week. When there was > no immediate fix I then submitted a PR this morning at was submitted: > > Tue Sep 15 08:10:02 UTC 2009 > > It was closed 8 minutes later without further query: > > Closed-Date: Tue Sep 15 08:18:07 UTC 2009 > > Despite the fact there had been a posting on both the ports and python > lists by James Chang which was distributed to the lists at > > Tue, 15 Sep 2009 06:48:37 +0000 (UTC) > > I then attempted to Submit a Follow up to include Chang's report only to > find that the PR had been prematurely closed simply because the maintainer > assumed that as he could not replicate it the report must be unfounded. > > Last-Modified: Tue Sep 15 08:18:07 UTC 2009 > > Can we please have the system modified so that reports are not closed until > the submitter has had an opportunity to review the reasons and comment. > > Lastly How does one get a closed PR re-opened? > > Yrs frustrated > David Southwell ps the PR link is: http://www.freebsd.org/cgi/query-pr.cgi?pr=138835 (ports/138835: Python compile failure) > From edwin at FreeBSD.org Tue Sep 15 09:30:20 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Sep 15 09:30:31 2009 Subject: ports/138837: lang/python26 compile failure Message-ID: <200909150930.n8F9UJJH058882@freefall.freebsd.org> Synopsis: lang/python26 compile failure Responsible-Changed-From-To: freebsd-ports-bugs->python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 15 09:30:19 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138837 From david at vizion2000.net Tue Sep 15 09:34:38 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 09:34:56 2009 Subject: python26 (python26-2.6.2_3) build ERROR in FreeBSD ports tree In-Reply-To: <200909150913.00670.david@vizion2000.net> References: <200909150909.05644.david@vizion2000.net> <200909150913.00670.david@vizion2000.net> Message-ID: <200909151034.36407.david@vizion2000.net> > > > Der Sir, > > > > > > When I build python26 from FreeBSD ports, it shown me the > > > following ERROR messages: > > > > > > ==================================================================== > > > <-root->make depend all > > > ===> Vulnerability check disabled, database not found > > > ===> Found saved configuration for python26-2.6.2_3 > > > ===> Extracting for python26-2.6.2_3 > > > => MD5 Checksum OK for python/Python-2.6.2.tgz. > > > => SHA256 Checksum OK for python/Python-2.6.2.tgz. > > > ===> Patching for python26-2.6.2_3 > > > /bin/cp -r /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd8 > > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/plat-freebsd9 > > > /bin/mkdir -p /usr/ports/lang/python26/work/Python-2.6.2/portbld.static > > > /usr/ports/lang/python26/work/Python-2.6.2/portbld.shared/Modules > > > /bin/ln /usr/ports/lang/python26/work/Python-2.6.2/Lib/smtpd.py > > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/ > > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/2to3 > > > > /usr/ports/lang/python26/work/`echo 2to3 | /usr/bin/sed -E -e > > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/idle > > > > /usr/ports/lang/python26/work/`echo idle | /usr/bin/sed -E -e > > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/pydoc > > > > /usr/ports/lang/python26/work/`echo pydoc | /usr/bin/sed -E -e > > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > > /usr/bin/sed -e '1s,^.*$,#!/usr/local/bin/python2.6,' > > > /usr/ports/lang/python26/work/Python-2.6.2/Tools/scripts/smtpd.py > > > > /usr/ports/lang/python26/work/`echo smtpd.py | /usr/bin/sed -E -e > > > 's,smtpd,smtpd2.6,' -e 's,2to3,2to3-2.6,' -e > > > 's,(idle|pydoc|python-shared|python),\12.6,'` > > > /usr/bin/sed -i.bak -e > > > 's,/usr/doc/python-docs-,/usr/local/share/doc/python,g' > > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/pydoc.py > > > /usr/bin/sed -i.bak -e 's|^\( *prefixes = .*\)\]$|\1, > > > "/usr/local"]|g' > > > /usr/ports/lang/python26/work/Python-2.6.2/Lib/site.py > > > /usr/bin/sed -i.bak -e 's|^ \(..ASDLGEN.*\)$| true|g' > > > /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > > > /usr/bin/sed -i.bak -e 's|*\(..INSTALL_SCRIPT.*\)python-config$|#port > > > \1|' /usr/ports/lang/python26/work/Python-2.6.2/Makefile.pre.in > > > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python2.6|' > > > /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > > > > /usr/ports/lang/python26/work/python2.6-config > > > /usr/bin/sed -e 's|^#!.*|#!/usr/local/bin/python-shared2.6|' > > > /usr/ports/lang/python26/work/Python-2.6.2/Misc/python-config.in > > > > /usr/ports/lang/python26/work/python-shared2.6-config > > > ===> Applying extra patch > > > /usr/ports/lang/python26/files/extra-patch-setup.py ===> Applying > > > extra patch > > > /usr/ports/lang/python26/files/extra-patch-configure-pth > > > ===> Applying FreeBSD patches for python26-2.6.2_3 > > > 1 out of 11 hunks failed--saving rejects to setup.py.rej > > > => Patch patch-setup.py failed to apply cleanly. > > > => Patch(es) patch-Lib_test_test_threading.py > > > patch-Modules-_ctypes-libffi-configure patch-Python2.6-Lib_local.py > > > patch-Python_thread__pthread.h applied cleanly. > > > *** Error code 1 > > > > > > Stop in /usr/ports/lang/python26. > > > *** Error code 1 > > > > > > Stop in /usr/ports/lang/python26. > > > > > > > > > Best Regards! > > > > This is the same error I have been getting and reporting here for almost > > a week. I have just submitted a PR but do not yet have a number. I will > > post it here as soon as I receive the PR acknowledgement. > > > > David > > PR link: > http://www.freebsd.org/cgi/query-pr.cgi?pr=138835 > > _______________________________________________ Due to the premature closure of the original PR I have had to resubmit the info. Here is the new open PR Link: http://www.freebsd.org/cgi/query-pr.cgi?pr=138837 > From david at vizion2000.net Tue Sep 15 09:57:07 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 09:57:13 2009 Subject: [HEADSUP]: Ports feature freeze now enforced In-Reply-To: <20090915095154.GH54962@droso.net> References: <20090915095154.GH54962@droso.net> Message-ID: <200909151057.04556.david@vizion2000.net> > As an experiment, there will not be a complete ports freeze ahead of the > release of 8.0. To ensure that the tree is kept in a stable condition, > we do need to have more discipline about the feature freeze we are > currently using. To achieve this, I have added a new tag to the commit > log Feature safe: which needs to be set to yes explicitly for each > commit. While this is is tedious, it does mean that commits will be > allowed without prior explicit approval from portmgr. Portmgr is still > working on a written set of rules for what is and isn't allowed during a > feature freeze, so please use common sense for now, and try to err on > the side of caution and contact portmgr when in any doubt. Sweeping > commits touching a large number of ports, shared library updates affect > more than a trivial number of ports, you get the picture; anything that > would require a rebuild of more than a trivial amount of ports is not > allowed without prior approval from portmgr. With the release only a > few weeks off, we cannot afford any major mishaps, so be conservative. > > The feature freeze is enforced from right now and current plan is to tag > the tree after RC1 is released. There will be a short freeze while the > tag is processed, and after that we will proceed with the ports slush as > usual. > > Please consider your commits in this light and help make this experiment > a success so we can avoid long freezes for future releases. > > -erwin > Please can we ensure the python bug can be fixed. I noiw have a problem python26 will not build and the maintainer has not fixed the port. He has not tested the routine that causes the failure and a lot of ports are dependent upon python26!! See latest PRs David Southwell From david at vizion2000.net Tue Sep 15 10:10:07 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 10:22:44 2009 Subject: ports/138837: lang/python26 compile failure Message-ID: <200909151010.n8FAA7jT096905@freefall.freebsd.org> The following reply was made to PR ports/138837; it has been noted by GNATS. From: David Southwell To: bug-followup@freebsd.org, david@vizion2000.net Cc: Subject: Re: ports/138837: lang/python26 compile failure Date: Tue, 15 Sep 2009 11:07:36 +0100 Re: ports/138835: Python compile failure Now 138837 !!! From: David Southwell To: bug-followup@freebsd.org, david@vizion2000.net CC: miwi@freebsd.org, freebsd-ports-bugs@freebsd.org As reported by Ralph Kenyon >On 2009-09-15T10:08:52+0100, David Southwell wrote: > > I want to understand why bug reports get closed prematurely and without any > > discussion with the original person submitting the report. ... > > Yrs frustrated > > David Southwell > >ps the PR link is: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=138835 > >(ports/138835: Python compile failure) >I am wondering the same thing. extra-patch-setup.py is wrong. miwi's >"can't confirm" post in ports/138835 doesn't even show the patch being >applied. >Here is the rejects file: >*************** >*** 1273,1279 **** ) libraries = [] - elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'): # FreeBSD's P1003.1b semaphore support is very experimental # and has many known problems. (as of June 2008) macros = dict( # FreeBSD --- 1277,1283 ---- ) libraries = [] + elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8', 'freebsd9'): # FreeBSD's P1003.1b semaphore support is very experimental # and has many known problems. (as of June 2008) macros = dict( # FreeBSD >Kenyon Ralph >End of signed message This bug now has a new PR Link is: http://www.freebsd.org/cgi/query-pr.cgi?pr=138837 From david at vizion2000.net Tue Sep 15 10:28:21 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 10:28:32 2009 Subject: ports/138835: Python compile failure In-Reply-To: <20090915101407.GA58780@bsdcrew.de> References: <200909151105.27983.david@vizion2000.net> <20090915101407.GA58780@bsdcrew.de> Message-ID: <200909151128.17963.david@vizion2000.net> > David sorry but stop your agressive blaming here, > first you come not without any more infos only it failed > secound we are all humons and do sometimes mistakes so, > now show me your 'make showconfig" and "uname -a" > > Thx! > > On Tue, Sep 15, 2009 at 11:05:27AM +0100, David Southwell wrote: > > As reported by Ralph Kenyon > > > > >On 2009-09-15T10:08:52+0100, David Southwell wrote: > > > > I want to understand why bug reports get closed prematurely and > > > > without > > > > any > > > > > > discussion with the original person submitting the report. > > > > ... > > > > > > Yrs frustrated > > > > David Southwell > > > >ps the PR link is: > > >> > > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=138835 > > >> > > > >(ports/138835: Python compile failure) > > > > > >I am wondering the same thing. extra-patch-setup.py is wrong. miwi's > > >"can't confirm" post in ports/138835 doesn't even show the patch being > > >applied. > > > > > >Here is the rejects file: > > > > > >*************** > > >*** 1273,1279 **** > > > > ) > > libraries = [] > > > > - elif platform in ('freebsd4', 'freebsd5', 'freebsd6', > > 'freebsd7', 'freebsd8'): > > # FreeBSD's P1003.1b semaphore support is very experimental > > # and has many known problems. (as of June 2008) > > macros = dict( # FreeBSD > > --- 1277,1283 ---- > > ) > > libraries = [] > > > > + elif platform in ('freebsd4', 'freebsd5', 'freebsd6', > > 'freebsd7', 'freebsd8', 'freebsd9'): > > # FreeBSD's P1003.1b semaphore support is very experimental > > # and has many known problems. (as of June 2008) > > macros = dict( # FreeBSD > > > > >Kenyon Ralph > > > > > >End of signed message > > > > This bug now has a new PR > > Link is: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138837 > David sorry but stop your agressive blaming here, > first you come not without any more infos only it failed > secound we are all humons and do sometimes mistakes so, > now show me your 'make showconfig" and "uname -a" > > Thx! 1. There has been no blaming only politelly asking question which in the circumstances seem appropriate. 2. output of uname -a is included in my reports both ion the PRs and the reports to freebsd-ports and freebsd-python. 3. You will see I have already asked James Chang in my posting to ports to post the output of his uname -a. 4.dns1# make showconfig ===> The following configuration options are available for python26-2.6.2_3: THREADS=on "Enable thread support" HUGE_STACK_SIZE=off "Use a larger thread stack" SEM=on "Use POSIX semaphores (experimental)" PTH=off "Use GNU Pth for threading/multiprocessing" UCS4=on "Use UCS4 for unicode support" PYMALLOC=on "Use python's internal malloc" IPV6=off "Enable IPv6 support" FPECTL=on "Enable floating point exception handling" ===> Use 'make config' to modify these settings I do not think this is much help as python26-2.6.2_3 will not build 5. Noone is blaming you - and noone is being aggressive- only asking why the standard procedure for handling all PR's does not expect maintainers to go back to the original reporting individual for comments before closing so the maintainer has the benefit of any additional information that might help to resolve the problem. When a port freeze is imminent you can however understand that those who are affected by a failure can feel frustrated when a PR is closed prematurely. David Southwell From miwi at FreeBSD.org Tue Sep 15 10:29:38 2009 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Sep 15 10:29:45 2009 Subject: ports/138835: Python compile failure In-Reply-To: <200909151105.27983.david@vizion2000.net> References: <200909151105.27983.david@vizion2000.net> Message-ID: <20090915101407.GA58780@bsdcrew.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 David sorry but stop your agressive blaming here, first you come not without any more infos only it failed secound we are all humons and do sometimes mistakes so, now show me your 'make showconfig" and "uname -a" Thx! On Tue, Sep 15, 2009 at 11:05:27AM +0100, David Southwell wrote: > As reported by Ralph Kenyon > > > >On 2009-09-15T10:08:52+0100, David Southwell wrote: > > > I want to understand why bug reports get closed prematurely and without > any > > > discussion with the original person submitting the report. > > ... > > > > Yrs frustrated > > > David Southwell > > >ps the PR link is: > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=138835 > > >(ports/138835: Python compile failure) > > >I am wondering the same thing. extra-patch-setup.py is wrong. miwi's > >"can't confirm" post in ports/138835 doesn't even show the patch being > >applied. > > >Here is the rejects file: > > >*************** > >*** 1273,1279 **** > ) > libraries = [] > > - elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', > 'freebsd8'): > # FreeBSD's P1003.1b semaphore support is very experimental > # and has many known problems. (as of June 2008) > macros = dict( # FreeBSD > --- 1277,1283 ---- > ) > libraries = [] > > + elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', > 'freebsd8', 'freebsd9'): > # FreeBSD's P1003.1b semaphore support is very experimental > # and has many known problems. (as of June 2008) > macros = dict( # FreeBSD > > > >Kenyon Ralph > >End of signed message > > This bug now has a new PR > Link is: > http://www.freebsd.org/cgi/query-pr.cgi?pr=138837 > - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkqvaO8ACgkQdLJIhLHm/OkC+QCfTJzBNF/I+tvYV4nb88Ro+Nf5 8bcAniJ0J0Bbcggd6Tv4sHecqs5mTd+6 =0sgD -----END PGP SIGNATURE----- From kenyon at kenyonralph.com Tue Sep 15 11:06:04 2009 From: kenyon at kenyonralph.com (Kenyon Ralph) Date: Tue Sep 15 11:06:17 2009 Subject: python26 (python26-2.6.2_3) build ERROR in FreeBSD ports tree In-Reply-To: <200909150913.00670.david@vizion2000.net> References: <200909150909.05644.david@vizion2000.net> <200909150913.00670.david@vizion2000.net> Message-ID: <20090915094056.GC506@kenyonralph.com> On 2009-09-15T10:08:52+0100, David Southwell wrote: > > I want to understand why bug reports get closed prematurely and without any > > discussion with the original person submitting the report. ... > > Yrs frustrated > > David Southwell > ps the PR link is: > http://www.freebsd.org/cgi/query-pr.cgi?pr=138835 > (ports/138835: Python compile failure) I am wondering the same thing. extra-patch-setup.py is wrong. miwi's "can't confirm" post in ports/138835 doesn't even show the patch being applied. Here is the rejects file: *************** *** 1273,1279 **** ) libraries = [] - elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8'): # FreeBSD's P1003.1b semaphore support is very experimental # and has many known problems. (as of June 2008) macros = dict( # FreeBSD --- 1277,1283 ---- ) libraries = [] + elif platform in ('freebsd4', 'freebsd5', 'freebsd6', 'freebsd7', 'freebsd8', 'freebsd9'): # FreeBSD's P1003.1b semaphore support is very experimental # and has many known problems. (as of June 2008) macros = dict( # FreeBSD Kenyon Ralph -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: Digital signature Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20090915/e7f24970/attachment.pgp From edwin at FreeBSD.org Tue Sep 15 11:30:45 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Sep 15 11:30:56 2009 Subject: ports/138839: lang/python26 SEM option problem Message-ID: <200909151130.n8FBUi81087367@freefall.freebsd.org> Synopsis: lang/python26 SEM option problem Responsible-Changed-From-To: freebsd-ports-bugs->python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 15 11:30:44 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138839 From miwi at FreeBSD.org Tue Sep 15 12:40:59 2009 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Sep 15 12:41:06 2009 Subject: ports/138835: Python compile failure In-Reply-To: <200909151128.17963.david@vizion2000.net> References: <200909151105.27983.david@vizion2000.net> <20090915101407.GA58780@bsdcrew.de> <200909151128.17963.david@vizion2000.net> Message-ID: <20090915124057.GA69628@bsdcrew.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Sep 15, 2009 at 11:28:17AM +0100, David Southwell wrote: > > 1. There has been no blaming only politelly asking question which in the > circumstances seem appropriate. > 2. output of uname -a is included in my reports both ion the PRs and the > reports to freebsd-ports and freebsd-python. > 3. You will see I have already asked James Chang in my posting to ports to > post the output of his uname -a. > 4.dns1# make showconfig > ===> The following configuration options are available for python26-2.6.2_3: > THREADS=on "Enable thread support" > HUGE_STACK_SIZE=off "Use a larger thread stack" > SEM=on "Use POSIX semaphores (experimental)" > PTH=off "Use GNU Pth for threading/multiprocessing" > UCS4=on "Use UCS4 for unicode support" > PYMALLOC=on "Use python's internal malloc" > IPV6=off "Enable IPv6 support" > FPECTL=on "Enable floating point exception handling" > ===> Use 'make config' to modify these settings the problem is here SEM on, if you disable that it builds fine, beat@ has fixed this issus, please test following patch: http://tmp.chruetertee.ch/python26-sem-hack.patch > > > I do not think this is much help as python26-2.6.2_3 will not build > 5. Noone is blaming you - and noone is being aggressive- only asking why the > standard procedure for handling all PR's does not expect maintainers to go > back to the original reporting individual for comments before closing so the > maintainer has the benefit of any additional information that might help to > resolve the problem. When a port freeze is imminent you can however understand > that those who are affected by a failure can feel frustrated when a PR is > closed prematurely. > > David Southwell > - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkqvi1kACgkQdLJIhLHm/On1DACfRd0XAknn5rrJ4D+tCuOg7PzJ 7McAn25kDQztuaLsP7xUaTCb+bSlz5BM =Tcn8 -----END PGP SIGNATURE----- From miwi at FreeBSD.org Tue Sep 15 13:13:50 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Tue Sep 15 13:13:58 2009 Subject: ports/138839: lang/python26 SEM option problem Message-ID: <200909151313.n8FDDJ01094089@freefall.freebsd.org> Synopsis: lang/python26 SEM option problem State-Changed-From-To: open->feedback State-Changed-By: miwi State-Changed-When: Tue Sep 15 13:13:01 UTC 2009 State-Changed-Why: Please test following patch: http://tmp.chruetertee.ch/python26-sem-hack.patch http://www.freebsd.org/cgi/query-pr.cgi?pr=138839 From edwin at FreeBSD.org Tue Sep 15 13:30:25 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Sep 15 13:30:31 2009 Subject: ports/138843: [maintainer] www/py-amf update to 0.5 Message-ID: <200909151330.n8FDUPBX006906@freefall.freebsd.org> Synopsis: [maintainer] www/py-amf update to 0.5 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 15 13:30:25 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138843 From kamil at derynski.net Tue Sep 15 14:13:43 2009 From: kamil at derynski.net (=?UTF-8?Q?Kamil_Dery=C5=84ski?=) Date: Tue Sep 15 14:14:25 2009 Subject: ports/138839: lang/python26 SEM option problem In-Reply-To: <200909151313.n8FDDJ01094089@freefall.freebsd.org> References: <200909151313.n8FDDJ01094089@freefall.freebsd.org> Message-ID: 2009/9/15 : > Synopsis: lang/python26 SEM option problem > > State-Changed-From-To: open->feedback > State-Changed-By: miwi > State-Changed-When: Tue Sep 15 13:13:01 UTC 2009 > State-Changed-Why: > > Please test following patch: > > http://tmp.chruetertee.ch/python26-sem-hack.patch > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138839 > I apply this patch. I get following error: ===> Applying FreeBSD patches for python26-2.6.2_3 1 out of 11 hunks failed--saving rejects to setup.py.rej => Patch patch-setup.py failed to apply cleanly. => Patch(es) patch-Lib_test_test_threading.py patch-Modules-_ctypes-libffi-configure patch-Python2.6-Lib_local.py patch-Python_thread__pthread.h applied cleanly. *** Error code 1 From miwi at FreeBSD.org Tue Sep 15 14:14:39 2009 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Sep 15 14:14:45 2009 Subject: ports/138839: lang/python26 SEM option problem In-Reply-To: References: <200909151313.n8FDDJ01094089@freefall.freebsd.org> Message-ID: <20090915141436.GB69992@bsdcrew.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Sep 15, 2009 at 03:51:59PM +0200, Kamil Dery??ski wrote: > 2009/9/15 : > > Synopsis: lang/python26 SEM option problem > > > > State-Changed-From-To: open->feedback > > State-Changed-By: miwi > > State-Changed-When: Tue Sep 15 13:13:01 UTC 2009 > > State-Changed-Why: > > > > Please test following patch: > > > > http://tmp.chruetertee.ch/python26-sem-hack.patch > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138839 > > > > I apply this patch. I get following error: > > ===> Applying FreeBSD patches for python26-2.6.2_3 > 1 out of 11 hunks failed--saving rejects to setup.py.rej > => Patch patch-setup.py failed to apply cleanly. > => Patch(es) patch-Lib_test_test_threading.py > patch-Modules-_ctypes-libffi-configure patch-Python2.6-Lib_local.py > patch-Python_thread__pthread.h applied cleanly. > *** Error code 1 > yes please drop befor you work dir and rerun - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkqvoUwACgkQdLJIhLHm/OkMtwCeODZeacWgMY8nAcpB5jVrgqkJ sJ0AoMrNl+6dQICYd3+CithdsBcBSO9D =fB/h -----END PGP SIGNATURE----- From kamil at derynski.net Tue Sep 15 15:33:53 2009 From: kamil at derynski.net (=?UTF-8?Q?Kamil_Dery=C5=84ski?=) Date: Tue Sep 15 15:33:59 2009 Subject: ports/138839: lang/python26 SEM option problem In-Reply-To: <20090915141436.GB69992@bsdcrew.de> References: <200909151313.n8FDDJ01094089@freefall.freebsd.org> <20090915141436.GB69992@bsdcrew.de> Message-ID: 2009/9/15 Martin Wilke : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Tue, Sep 15, 2009 at 03:51:59PM +0200, Kamil Dery??ski wrote: >> 2009/9/15 ?: >> > Synopsis: lang/python26 SEM option problem >> > >> > State-Changed-From-To: open->feedback >> > State-Changed-By: miwi >> > State-Changed-When: Tue Sep 15 13:13:01 UTC 2009 >> > State-Changed-Why: >> > >> > Please test following patch: >> > >> > http://tmp.chruetertee.ch/python26-sem-hack.patch >> > >> > >> > http://www.freebsd.org/cgi/query-pr.cgi?pr=138839 >> > >> >> I apply this patch. I get following error: >> >> ===> ?Applying FreeBSD patches for python26-2.6.2_3 >> 1 out of 11 hunks failed--saving rejects to setup.py.rej >> => Patch patch-setup.py failed to apply cleanly. >> => Patch(es) patch-Lib_test_test_threading.py >> patch-Modules-_ctypes-libffi-configure patch-Python2.6-Lib_local.py >> patch-Python_thread__pthread.h applied cleanly. >> *** Error code 1 >> > > yes please drop befor you work dir and rerun It doesn't work. Patch apply cleanly. bsd# patch < python26-sem-hack.patch Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile |=================================================================== |RCS file: /home/pcvs/ports/lang/python26/Makefile,v |retrieving revision 1.163 |diff -u -r1.163 Makefile |--- Makefile 11 Sep 2009 14:58:08 -0000 1.163 |+++ Makefile 15 Sep 2009 11:38:46 -0000 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 62. Hunk #2 succeeded at 181. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: files/extra-patch-setup.py |=================================================================== |RCS file: /home/pcvs/ports/lang/python26/files/extra-patch-setup.py,v |retrieving revision 1.2 |diff -u -r1.2 extra-patch-setup.py |--- files/extra-patch-setup.py 11 Sep 2009 14:58:08 -0000 1.2 |+++ files/extra-patch-setup.py 15 Sep 2009 11:35:40 -0000 -------------------------- Patching file files/extra-patch-setup.py using Plan A... Hunk #1 succeeded at 4. done After that when I build, I get the same error. From miwi at FreeBSD.org Tue Sep 15 15:47:43 2009 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Sep 15 15:47:49 2009 Subject: ports/138839: lang/python26 SEM option problem In-Reply-To: References: <200909151313.n8FDDJ01094089@freefall.freebsd.org> <20090915141436.GB69992@bsdcrew.de> Message-ID: <20090915154739.GC69992@bsdcrew.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Really sorry but I can't confirm your problem: http://nopaste.unixfreunde.de/3815 - - Martin On Tue, Sep 15, 2009 at 05:33:51PM +0200, Kamil Dery??ski wrote: > 2009/9/15 Martin Wilke : > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On Tue, Sep 15, 2009 at 03:51:59PM +0200, Kamil Dery??ski wrote: > >> 2009/9/15 ?: > >> > Synopsis: lang/python26 SEM option problem > >> > > >> > State-Changed-From-To: open->feedback > >> > State-Changed-By: miwi > >> > State-Changed-When: Tue Sep 15 13:13:01 UTC 2009 > >> > State-Changed-Why: > >> > > >> > Please test following patch: > >> > > >> > http://tmp.chruetertee.ch/python26-sem-hack.patch > >> > > >> > > >> > http://www.freebsd.org/cgi/query-pr.cgi?pr=138839 > >> > > >> > >> I apply this patch. I get following error: > >> > >> ===> ?Applying FreeBSD patches for python26-2.6.2_3 > >> 1 out of 11 hunks failed--saving rejects to setup.py.rej > >> => Patch patch-setup.py failed to apply cleanly. > >> => Patch(es) patch-Lib_test_test_threading.py > >> patch-Modules-_ctypes-libffi-configure patch-Python2.6-Lib_local.py > >> patch-Python_thread__pthread.h applied cleanly. > >> *** Error code 1 > >> > > > > yes please drop befor you work dir and rerun > > It doesn't work. Patch apply cleanly. > > bsd# patch < python26-sem-hack.patch > Hmm... Looks like a unified diff to me... > The text leading up to this was: > -------------------------- > |Index: Makefile > |=================================================================== > |RCS file: /home/pcvs/ports/lang/python26/Makefile,v > |retrieving revision 1.163 > |diff -u -r1.163 Makefile > |--- Makefile 11 Sep 2009 14:58:08 -0000 1.163 > |+++ Makefile 15 Sep 2009 11:38:46 -0000 > -------------------------- > Patching file Makefile using Plan A... > Hunk #1 succeeded at 62. > Hunk #2 succeeded at 181. > Hmm... The next patch looks like a unified diff to me... > The text leading up to this was: > -------------------------- > |Index: files/extra-patch-setup.py > |=================================================================== > |RCS file: /home/pcvs/ports/lang/python26/files/extra-patch-setup.py,v > |retrieving revision 1.2 > |diff -u -r1.2 extra-patch-setup.py > |--- files/extra-patch-setup.py 11 Sep 2009 14:58:08 -0000 1.2 > |+++ files/extra-patch-setup.py 15 Sep 2009 11:35:40 -0000 > -------------------------- > Patching file files/extra-patch-setup.py using Plan A... > Hunk #1 succeeded at 4. > done > > After that when I build, I get the same error. > - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkqvtxsACgkQdLJIhLHm/On+qwCgy4FAt0hWRXKI0uH5pb6/GH70 t3cAoJHp9UNyokLJrFASlw5bo8OhO7W2 =HiE7 -----END PGP SIGNATURE----- From david at vizion2000.net Tue Sep 15 17:17:22 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 17:17:34 2009 Subject: ports/138837: lang/python26 compile failure Message-ID: <200909151817.19813.david@vizion2000.net> I agree the bug is solely related to the semaphores option. It compiles fine with sem turned off on my 7.2-p3 intel quad core system. I have tried the patches with the sem option on but that does not solve that compile failure. David From david at vizion2000.net Tue Sep 15 17:20:10 2009 From: david at vizion2000.net (David Southwell) Date: Tue Sep 15 17:20:20 2009 Subject: ports/138837: lang/python26 compile failure Message-ID: <200909151720.n8FHKAEA036527@freefall.freebsd.org> The following reply was made to PR ports/138837; it has been noted by GNATS. From: David Southwell To: bug-followup@freebsd.org, david@vizion2000.net Cc: freebsd-ports@freebsd.org, freebsd-python@freebsd.org, freebsd-ports-bugs@freebsd.org, Martin Wilke Subject: Re: ports/138837: lang/python26 compile failure Date: Tue, 15 Sep 2009 18:17:19 +0100 I agree the bug is solely related to the semaphores option. It compiles fine with sem turned off on my 7.2-p3 intel quad core system. I have tried the patches with the sem option on but that does not solve that compile failure. David From kamil at derynski.net Tue Sep 15 17:32:25 2009 From: kamil at derynski.net (=?UTF-8?Q?Kamil_Dery=C5=84ski?=) Date: Tue Sep 15 17:32:31 2009 Subject: ports/138839: lang/python26 SEM option problem In-Reply-To: <20090915154739.GC69992@bsdcrew.de> References: <200909151313.n8FDDJ01094089@freefall.freebsd.org> <20090915141436.GB69992@bsdcrew.de> <20090915154739.GC69992@bsdcrew.de> Message-ID: 2009/9/15 Martin Wilke : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Really sorry but I can't confirm your problem: > > http://nopaste.unixfreunde.de/3815 Ok, I am sorry, it works. I don't know exacly what kind of problem cause this error. Please try compile it without Gnu PTH, do you have an error ? One question about this patch, will be present in next portversion ? Thanks for your support :) From miwi at FreeBSD.org Tue Sep 15 17:44:41 2009 From: miwi at FreeBSD.org (Martin Wilke) Date: Tue Sep 15 17:44:47 2009 Subject: ports/138837: lang/python26 compile failure In-Reply-To: <200909151817.19813.david@vizion2000.net> References: <200909151817.19813.david@vizion2000.net> Message-ID: <20090915172718.GF69992@bsdcrew.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, Sep 15, 2009 at 06:17:19PM +0100, David Southwell wrote: > I agree the bug is solely related to the semaphores option. It compiles fine > with sem turned off on my 7.2-p3 intel quad core system. I have tried the > patches with the sem option on but that does not solve that compile failure. > Which error? All what we see is the patch reject, and that was solved with the patch from beat. > David > - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkqvznYACgkQdLJIhLHm/Om3tgCgk02xbsbaL2I7t5L1zlaCfwfU h8wAn0i1UDh8OkXQhI2LX5P/UDwfNwi9 =DYix -----END PGP SIGNATURE----- From edwin at FreeBSD.org Tue Sep 15 18:00:32 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Sep 15 18:00:39 2009 Subject: ports/138853: New Port: x11-toolkits/py-traitsGui Message-ID: <200909151800.n8FI0WZA079954@freefall.freebsd.org> Synopsis: New Port: x11-toolkits/py-traitsGui Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 15 18:00:31 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138853 From miwi at FreeBSD.org Tue Sep 15 21:45:28 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Tue Sep 15 21:45:35 2009 Subject: ports/138837: lang/python26 compile failure Message-ID: <200909152145.n8FLjRx3010511@freefall.freebsd.org> Synopsis: lang/python26 compile failure State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Tue Sep 15 21:45:27 UTC 2009 State-Changed-Why: please update your portstree a fix was committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=138837 From david at vizion2000.net Wed Sep 16 09:06:19 2009 From: david at vizion2000.net (David Southwell) Date: Wed Sep 16 09:06:30 2009 Subject: Fwd: Re: ports/138835: Python compile failure Message-ID: <200909161006.15214.david@vizion2000.net> -------------- next part -------------- An embedded message was scrubbed... From: David Southwell Subject: Re: ports/138835: Python compile failure Date: Wed, 16 Sep 2009 10:04:42 +0100 Size: 768 Url: http://lists.freebsd.org/pipermail/freebsd-python/attachments/20090916/d7b8027f/attachment.eml From pav at FreeBSD.org Thu Sep 17 11:44:13 2009 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Thu Sep 17 11:44:19 2009 Subject: ports/138233: [Update] mail/py-turbomail:update to 3.0 Message-ID: <200909171144.n8HBiCne087767@freefall.freebsd.org> Synopsis: [Update] mail/py-turbomail:update to 3.0 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Thu Sep 17 11:37:43 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=138233 From dfilter at FreeBSD.ORG Thu Sep 17 11:50:02 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu Sep 17 11:50:09 2009 Subject: ports/138233: commit references a PR Message-ID: <200909171150.n8HBo2Vo088058@freefall.freebsd.org> The following reply was made to PR ports/138233; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138233: commit references a PR Date: Thu, 17 Sep 2009 11:44:16 +0000 (UTC) pav 2009-09-17 11:44:02 UTC FreeBSD ports repository Modified files: mail/py-turbomail Makefile distinfo Log: - Update to 3.0 PR: ports/138233 Submitted by: Wen Heping Feature safe: yes Revision Changes Path 1.6 +1 -2 ports/mail/py-turbomail/Makefile 1.3 +3 -3 ports/mail/py-turbomail/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From yzlin at FreeBSD.org Fri Sep 18 01:56:52 2009 From: yzlin at FreeBSD.org (yzlin@FreeBSD.org) Date: Fri Sep 18 01:57:16 2009 Subject: ports/138788: Update port: security/py-keyring Upgrade to 0.2 Message-ID: <200909180156.n8I1uq25050403@freefall.freebsd.org> Synopsis: Update port: security/py-keyring Upgrade to 0.2 Responsible-Changed-From-To: freebsd-python->yzlin Responsible-Changed-By: yzlin Responsible-Changed-When: Fri Sep 18 01:56:51 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=138788 From yzlin at FreeBSD.org Fri Sep 18 01:58:04 2009 From: yzlin at FreeBSD.org (yzlin@FreeBSD.org) Date: Fri Sep 18 01:58:10 2009 Subject: ports/138802: New port: www/py-tornado Message-ID: <200909180158.n8I1w3r8050523@freefall.freebsd.org> Synopsis: New port: www/py-tornado Responsible-Changed-From-To: freebsd-python->yzlin Responsible-Changed-By: yzlin Responsible-Changed-When: Fri Sep 18 01:58:03 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=138802 From yzlin at FreeBSD.org Fri Sep 18 01:58:46 2009 From: yzlin at FreeBSD.org (yzlin@FreeBSD.org) Date: Fri Sep 18 01:58:52 2009 Subject: ports/138843: [maintainer] www/py-amf update to 0.5 Message-ID: <200909180158.n8I1wjBP050619@freefall.freebsd.org> Synopsis: [maintainer] www/py-amf update to 0.5 Responsible-Changed-From-To: freebsd-python->yzlin Responsible-Changed-By: yzlin Responsible-Changed-When: Fri Sep 18 01:58:45 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=138843 From khsing.cn at gmail.com Fri Sep 18 07:15:54 2009 From: khsing.cn at gmail.com (khsing) Date: Fri Sep 18 07:16:01 2009 Subject: ports/138802: New port: www/py-tornado In-Reply-To: <200909180158.n8I1w3r8050523@freefall.freebsd.org> References: <200909180158.n8I1w3r8050523@freefall.freebsd.org> Message-ID: <97dad5de0909172352m1140e2e3h534a5bd8838584e7@mail.gmail.com> I have find a problem in pkg-plist, following is new pkg-plist: # 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: # # pkg-plist # echo x - pkg-plist sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742' X%%PYTHON_SITELIBDIR%%/tornado/__init__.py X%%PYTHON_SITELIBDIR%%/tornado/__init__.pyc X%%PYTHON_SITELIBDIR%%/tornado/__init__.pyo X%%PYTHON_SITELIBDIR%%/tornado/auth.py X%%PYTHON_SITELIBDIR%%/tornado/auth.pyc X%%PYTHON_SITELIBDIR%%/tornado/auth.pyo X%%PYTHON_SITELIBDIR%%/tornado/database.py X%%PYTHON_SITELIBDIR%%/tornado/database.pyc X%%PYTHON_SITELIBDIR%%/tornado/database.pyo X%%PYTHON_SITELIBDIR%%/tornado/escape.py X%%PYTHON_SITELIBDIR%%/tornado/escape.pyc X%%PYTHON_SITELIBDIR%%/tornado/escape.pyo X%%PYTHON_SITELIBDIR%%/tornado/httpclient.py X%%PYTHON_SITELIBDIR%%/tornado/httpclient.pyc X%%PYTHON_SITELIBDIR%%/tornado/httpclient.pyo X%%PYTHON_SITELIBDIR%%/tornado/httpserver.py X%%PYTHON_SITELIBDIR%%/tornado/httpserver.pyc X%%PYTHON_SITELIBDIR%%/tornado/httpserver.pyo X%%PYTHON_SITELIBDIR%%/tornado/ioloop.py X%%PYTHON_SITELIBDIR%%/tornado/ioloop.pyc X%%PYTHON_SITELIBDIR%%/tornado/ioloop.pyo X%%PYTHON_SITELIBDIR%%/tornado/iostream.py X%%PYTHON_SITELIBDIR%%/tornado/iostream.pyc X%%PYTHON_SITELIBDIR%%/tornado/iostream.pyo X%%PYTHON_SITELIBDIR%%/tornado/locale.py X%%PYTHON_SITELIBDIR%%/tornado/locale.pyc X%%PYTHON_SITELIBDIR%%/tornado/locale.pyo X%%PYTHON_SITELIBDIR%%/tornado/options.py X%%PYTHON_SITELIBDIR%%/tornado/options.pyc X%%PYTHON_SITELIBDIR%%/tornado/options.pyo X%%PYTHON_SITELIBDIR%%/tornado/s3server.py X%%PYTHON_SITELIBDIR%%/tornado/s3server.pyc X%%PYTHON_SITELIBDIR%%/tornado/s3server.pyo X%%PYTHON_SITELIBDIR%%/tornado/template.py X%%PYTHON_SITELIBDIR%%/tornado/template.pyc X%%PYTHON_SITELIBDIR%%/tornado/template.pyo X%%PYTHON_SITELIBDIR%%/tornado/web.py X%%PYTHON_SITELIBDIR%%/tornado/web.pyc X%%PYTHON_SITELIBDIR%%/tornado/web.pyo X%%PYTHON_SITELIBDIR%%/tornado/wsgi.py X%%PYTHON_SITELIBDIR%%/tornado/wsgi.pyc X%%PYTHON_SITELIBDIR%%/tornado/wsgi.pyo X@dirrm %%PYTHON_SITELIBDIR%%/tornado 842cde48cf18b70a11b15515ca566742 exit On Fri, Sep 18, 2009 at 9:58 AM, wrote: > Synopsis: New port: www/py-tornado > > Responsible-Changed-From-To: freebsd-python->yzlin > Responsible-Changed-By: yzlin > Responsible-Changed-When: Fri Sep 18 01:58:03 UTC 2009 > Responsible-Changed-Why: > I'll take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138802 > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > -- A man live in jail and want to break. http://blog.khsing.net From pav at FreeBSD.org Fri Sep 18 13:17:47 2009 From: pav at FreeBSD.org (pav@FreeBSD.org) Date: Fri Sep 18 13:17:53 2009 Subject: ports/138733: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools Message-ID: <200909181317.n8IDHkXE055305@freefall.freebsd.org> Synopsis: [FIX] devel/py-asn1 0.0.9a fail create a package with installed py-setuptools State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Sep 18 13:01:55 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=138733 From dfilter at FreeBSD.ORG Fri Sep 18 13:20:04 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Fri Sep 18 13:20:10 2009 Subject: ports/138733: commit references a PR Message-ID: <200909181320.n8IDK3J0055480@freefall.freebsd.org> The following reply was made to PR ports/138733; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138733: commit references a PR Date: Fri, 18 Sep 2009 13:17:44 +0000 (UTC) pav 2009-09-18 13:17:36 UTC FreeBSD ports repository Modified files: devel/py-asn1 Makefile pkg-plist Log: - Switch to egg PR: ports/138733 Submitted by: Vladimir Korkodinov Approved by: Martin Jackson (maintainer) Feature safe: yes Revision Changes Path 1.8 +2 -1 ports/devel/py-asn1/Makefile 1.3 +86 -79 ports/devel/py-asn1/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From linimon at FreeBSD.org Fri Sep 18 20:55:38 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Fri Sep 18 20:55:44 2009 Subject: ports/138949: lang/python26 does not install Message-ID: <200909182055.n8IKtcFU014180@freefall.freebsd.org> Old Synopsis: Python26 does not install New Synopsis: lang/python26 does not install Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Fri Sep 18 20:55:00 UTC 2009 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=138949 From edwin at FreeBSD.org Sat Sep 19 16:30:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Sep 19 16:30:25 2009 Subject: ports/138968: net-mgmt/py-snmp4, net-mgmt/py-snmp4-mibs: incorrect dependency on devel/py-asn1 Message-ID: <200909191630.n8JGUI6E072452@freefall.freebsd.org> Synopsis: net-mgmt/py-snmp4, net-mgmt/py-snmp4-mibs: incorrect dependency on devel/py-asn1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Sep 19 16:30:17 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138968 From edwin at FreeBSD.org Sat Sep 19 16:30:23 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Sep 19 16:30:35 2009 Subject: ports/138968: net-mgmt/py-snmp4, net-mgmt/py-snmp4-mibs: incorrect dependency on devel/py-asn1 Message-ID: <200909191630.n8JGUMRJ073177@freefall.freebsd.org> Synopsis: net-mgmt/py-snmp4, net-mgmt/py-snmp4-mibs: incorrect dependency on devel/py-asn1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Sep 19 16:30:22 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138968 From miwi at FreeBSD.org Sat Sep 19 16:36:43 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sat Sep 19 16:36:50 2009 Subject: ports/138968: net-mgmt/py-snmp4, net-mgmt/py-snmp4-mibs: incorrect dependency on devel/py-asn1 Message-ID: <200909191636.n8JGahEd082140@freefall.freebsd.org> Synopsis: net-mgmt/py-snmp4, net-mgmt/py-snmp4-mibs: incorrect dependency on devel/py-asn1 State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Sat Sep 19 16:36:42 UTC 2009 State-Changed-Why: duplicate with 138606 and 138617. http://www.freebsd.org/cgi/query-pr.cgi?pr=138968 From miwi at FreeBSD.org Sat Sep 19 16:38:22 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sat Sep 19 16:38:29 2009 Subject: ports/138949: lang/python26 does not install Message-ID: <200909191638.n8JGcM7N082267@freefall.freebsd.org> Synopsis: lang/python26 does not install State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sat Sep 19 16:38:22 UTC 2009 State-Changed-Why: please update your portstree that has been solved few days ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=138949 From miwi at FreeBSD.org Sat Sep 19 16:38:53 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sat Sep 19 16:38:59 2009 Subject: ports/138839: lang/python26 SEM option problem Message-ID: <200909191638.n8JGcqaX082392@freefall.freebsd.org> Synopsis: lang/python26 SEM option problem State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Sat Sep 19 16:38:52 UTC 2009 State-Changed-Why: A patch was committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=138839 From edwin at FreeBSD.org Sat Sep 19 16:40:04 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sat Sep 19 16:40:10 2009 Subject: ports/138968: net-mgmt/py-snmp4, net-mgmt/py-snmp4-mibs: incorrect dependency on devel/py-asn1 Message-ID: <200909191640.n8JGe3XR082486@freefall.freebsd.org> The following reply was made to PR ports/138968; it has been noted by GNATS. From: Edwin Groothuis To: mhjacks@swbell.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/138968: net-mgmt/py-snmp4, net-mgmt/py-snmp4-mibs: incorrect dependency on devel/py-asn1 Date: Sat, 19 Sep 2009 16:30:20 UT Maintainer of net-mgmt/py-snmp4, Please note that PR ports/138968 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138968 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From mhjacks at swbell.net Sat Sep 19 17:12:29 2009 From: mhjacks at swbell.net (Martin Jackson) Date: Sat Sep 19 17:12:36 2009 Subject: ports/138968: net-mgmt/py-snmp4, net-mgmt/py-snmp4-mibs: incorrect dependency on devel/py-asn1 In-Reply-To: <200909191636.n8JGahEd082140@freefall.freebsd.org> References: <200909191636.n8JGahEd082140@freefall.freebsd.org> Message-ID: <4AB510E0.5010903@swbell.net> miwi@FreeBSD.org wrote: > Synopsis: net-mgmt/py-snmp4, net-mgmt/py-snmp4-mibs: incorrect dependency on devel/py-asn1 > > State-Changed-From-To: feedback->closed > State-Changed-By: miwi > State-Changed-When: Sat Sep 19 16:36:42 UTC 2009 > State-Changed-Why: > duplicate with 138606 and 138617. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138968 Agreed and approved. Thanks, Marty From miwi at FreeBSD.org Sat Sep 19 18:13:45 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sat Sep 19 18:13:53 2009 Subject: ports/137764: devel/py-setuptools cannot be installed Message-ID: <200909191813.n8JIDihQ085337@freefall.freebsd.org> Synopsis: devel/py-setuptools cannot be installed State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Sat Sep 19 18:13:44 UTC 2009 State-Changed-Why: should be fixed now http://www.freebsd.org/cgi/query-pr.cgi?pr=137764 From kargl at troutmask.apl.washington.edu Sat Sep 19 20:16:32 2009 From: kargl at troutmask.apl.washington.edu (Steven G. Kargl) Date: Sat Sep 19 20:16:43 2009 Subject: ports/138949: lang/python26 does not install In-Reply-To: <200909191638.n8JGcM7N082267@freefall.freebsd.org> Message-ID: <200909192016.n8JKGW21012354@troutmask.apl.washington.edu> miwi@FreeBSD.org wrote: > Synopsis: lang/python26 does not install > > State-Changed-From-To: open->closed > State-Changed-By: miwi > State-Changed-When: Sat Sep 19 16:38:22 UTC 2009 > State-Changed-Why: > please update your portstree that has been solved few days ago. > It is up to date. This problem was not solved a few days ago. But, I managed to solve it *without* ports@freebsd.org input. -- Steve http://troutmask.apl.washington.edu/~kargl/ From miwi at FreeBSD.org Sat Sep 19 20:47:56 2009 From: miwi at FreeBSD.org (Martin Wilke) Date: Sat Sep 19 20:48:03 2009 Subject: ports/138949: lang/python26 does not install In-Reply-To: <200909192016.n8JKGW21012354@troutmask.apl.washington.edu> References: <200909191638.n8JGcM7N082267@freefall.freebsd.org> <200909192016.n8JKGW21012354@troutmask.apl.washington.edu> Message-ID: <20090919204751.GC4500@bsdcrew.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, Sep 19, 2009 at 01:16:32PM -0700, Steven G. Kargl wrote: > > It is up to date. > > This problem was not solved a few days ago. > > But, I managed to solve it *without* ports@freebsd.org input. ok then show me your make showconfig, was your work dir before removed? - - Martin > > -- > Steve > http://troutmask.apl.washington.edu/~kargl/ > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkq1Q3cACgkQdLJIhLHm/Ok6awCguJ0dWSzk8eqoM2KyGD3n8653 I+MAoMU98Z03cz/JnU0dzhnn5kLgKHi4 =Ha25 -----END PGP SIGNATURE----- From miwi at FreeBSD.org Sat Sep 19 21:20:54 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sat Sep 19 21:21:06 2009 Subject: ports/138606: [MAINTAINER] net-mgmt/py-snmp4: update to 4.1.11a Message-ID: <200909192120.n8JLKs3G081315@freefall.freebsd.org> Synopsis: [MAINTAINER] net-mgmt/py-snmp4: update to 4.1.11a State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sat Sep 19 21:20:53 UTC 2009 State-Changed-Why: patch was now committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=138606 From miwi at FreeBSD.org Sat Sep 19 21:20:58 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sat Sep 19 21:21:06 2009 Subject: ports/138617: [MAINTAINER] net-mgmt/py-snmp4-mibs: update to 0.0.7a Message-ID: <200909192120.n8JLKvV9081883@freefall.freebsd.org> Synopsis: [MAINTAINER] net-mgmt/py-snmp4-mibs: update to 0.0.7a State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Sat Sep 19 21:20:57 UTC 2009 State-Changed-Why: patch was now committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=138617 From miwi at FreeBSD.org Sat Sep 19 22:36:02 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sat Sep 19 22:36:09 2009 Subject: ports/138853: New Port: x11-toolkits/py-traitsGui Message-ID: <200909192236.n8JMa2xr054875@freefall.freebsd.org> Synopsis: New Port: x11-toolkits/py-traitsGui State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sat Sep 19 22:36:01 UTC 2009 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=138853 From dfilter at FreeBSD.ORG Sat Sep 19 22:40:03 2009 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sat Sep 19 22:40:10 2009 Subject: ports/138853: commit references a PR Message-ID: <200909192240.n8JMe3QY055005@freefall.freebsd.org> The following reply was made to PR ports/138853; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138853: commit references a PR Date: Sat, 19 Sep 2009 22:36:02 +0000 (UTC) miwi 2009-09-19 22:35:49 UTC FreeBSD ports repository Modified files: x11-toolkits Makefile Added files: x11-toolkits/py-traitsgui Makefile distinfo pkg-descr pkg-plist Log: Enthought's pyface gui abstraction layer developed for traits WWW: http://code.enthought.com/projects/traits_gui/ PR: ports/138853 Feature safe: yes Submitted by: Jacob Frelinger Revision Changes Path 1.525 +1 -0 ports/x11-toolkits/Makefile 1.1 +41 -0 ports/x11-toolkits/py-traitsgui/Makefile (new) 1.1 +3 -0 ports/x11-toolkits/py-traitsgui/distinfo (new) 1.1 +3 -0 ports/x11-toolkits/py-traitsgui/pkg-descr (new) 1.1 +924 -0 ports/x11-toolkits/py-traitsgui/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From kargl at troutmask.apl.washington.edu Sun Sep 20 00:29:44 2009 From: kargl at troutmask.apl.washington.edu (Steven G. Kargl) Date: Sun Sep 20 00:29:51 2009 Subject: ports/138949: lang/python26 does not install In-Reply-To: <20090919204751.GC4500@bsdcrew.de> Message-ID: <200909200029.n8K0TiZP013307@troutmask.apl.washington.edu> Martin Wilke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sat, Sep 19, 2009 at 01:16:32PM -0700, Steven G. Kargl wrote: > > > > It is up to date. > > > > This problem was not solved a few days ago. > > > > But, I managed to solve it *without* ports@freebsd.org input. > > ok then show me your make showconfig, was your work dir before removed? > Too late the directory has been removed. You can try to recreate the problem by csh cd /usr/ports/lang/python26 setenv PYTHONHOME /usr/local/lib/python2.6 make make install -- Steve http://troutmask.apl.washington.edu/~kargl/ From edwin at FreeBSD.org Sun Sep 20 12:40:14 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Sep 20 12:40:25 2009 Subject: ports/138984: [Update]science/py-h5py:update to 1.2.1 Message-ID: <200909201240.n8KCeDa4044167@freefall.freebsd.org> Synopsis: [Update]science/py-h5py:update to 1.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 20 12:40:13 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138984 From edwin at FreeBSD.org Sun Sep 20 12:40:18 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Sep 20 12:40:35 2009 Subject: ports/138984: [Update]science/py-h5py:update to 1.2.1 Message-ID: <200909201240.n8KCeIYV044807@freefall.freebsd.org> Synopsis: [Update]science/py-h5py:update to 1.2.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Sep 20 12:40:18 UTC 2009 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=138984 From edwin at FreeBSD.org Sun Sep 20 12:50:03 2009 From: edwin at FreeBSD.org (Edwin Groothuis) Date: Sun Sep 20 12:50:10 2009 Subject: ports/138984: [Update]science/py-h5py:update to 1.2.1 Message-ID: <200909201250.n8KCo3nP052795@freefall.freebsd.org> The following reply was made to PR ports/138984; it has been noted by GNATS. From: Edwin Groothuis To: fmysh@iijmio-mail.jp Cc: bug-followup@FreeBSD.org Subject: Re: ports/138984: [Update]science/py-h5py:update to 1.2.1 Date: Sun, 20 Sep 2009 12:40:16 UT Maintainer of science/py-h5py, Please note that PR ports/138984 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138984 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From fmysh at iijmio-mail.jp Sun Sep 20 16:30:04 2009 From: fmysh at iijmio-mail.jp (TAOKA Fumiyoshi) Date: Sun Sep 20 16:30:10 2009 Subject: ports/138984: [Update]science/py-h5py:update to 1.2.1 Message-ID: <200909201630.n8KGU3r0071578@freefall.freebsd.org> The following reply was made to PR ports/138984; it has been noted by GNATS. From: TAOKA Fumiyoshi To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/138984: [Update]science/py-h5py:update to 1.2.1 Date: Mon, 21 Sep 2009 00:55:52 +0900 I approve the patch. Please commit it. -- TAOKA Fumiyoshi On 2009/09/20, at 21:40, Edwin Groothuis wrote: > Maintainer of science/py-h5py, > > Please note that PR ports/138984 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138984 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > From tobias.rehbein at web.de Sun Sep 20 16:40:04 2009 From: tobias.rehbein at web.de (Tobias Rehbein) Date: Sun Sep 20 16:40:11 2009 Subject: ports/115940: Missed one file in lang/python25 if NO_NIS defined Message-ID: <200909201640.n8KGe3cM085008@freefall.freebsd.org> The following reply was made to PR ports/115940; it has been noted by GNATS. From: Tobias Rehbein To: bug-followup@freebsd.org Cc: freebsd-python@freebsd.org Subject: Re: ports/115940: Missed one file in lang/python25 if NO_NIS defined Date: Sun, 20 Sep 2009 18:30:11 +0200 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi.=20 I got bitten by this too. Would somebody please review and commit the fix? Thanks, Tobias --=20 Tobias Rehbein PGP key: 4F2AE314 server: keys.gnupg.net fingerprint: ECDA F300 1B6E 9B87 8524 8663 E8B6 3138 4F2A E314 --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkq2WJIACgkQ6LYxOE8q4xTuTgCgwWR3AVMHNLUX/a+sHf5PFjNA pyYAnibU4lAC6TNHdI7j0mL1GT9MyX5i =qR7M -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- From tobias.rehbein at web.de Sun Sep 20 16:56:12 2009 From: tobias.rehbein at web.de (Tobias Rehbein) Date: Sun Sep 20 16:56:18 2009 Subject: ports/115940: Missed one file in lang/python25 if NO_NIS defined Message-ID: <20090920163011.GA4091@sushi.pseudo.local> Hi. I got bitten by this too. Would somebody please review and commit the fix? Thanks, Tobias -- Tobias Rehbein PGP key: 4F2AE314 server: keys.gnupg.net fingerprint: ECDA F300 1B6E 9B87 8524 8663 E8B6 3138 4F2A E314 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-python/attachments/20090920/86108518/attachment.pgp From bugmaster at FreeBSD.org Mon Sep 21 11:07:02 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 21 11:09:13 2009 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200909211107.n8LB72UF030391@freefall.freebsd.org> 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 -------------------------------------------------------------------------------- f ports/138984 python [Update]science/py-h5py:update to 1.2.1 o ports/138784 python lang/python26 segfault f ports/138487 python www/py-prewikka: 0.9.14 is broken under Python 2.6 o ports/137782 python databases/py-postgresql (new port) postgresql driver f o ports/137359 python lang/python26 - Python ports depending on python26 do o ports/136917 python [patch] lang/python26: gettext detection f ports/133844 python New port: databases/py-postgresql python3 pgsql drive f ports/133451 python www/plone3 build fails. Plone3 needs python-2.4 but li o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken f ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener 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 13 problems total. From linimon at FreeBSD.org Tue Sep 22 04:31:22 2009 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Tue Sep 22 04:31:37 2009 Subject: ports/138984: [Update]science/py-h5py:update to 1.2.1 Message-ID: <200909220431.n8M4VMOa096309@freefall.freebsd.org> Synopsis: [Update]science/py-h5py:update to 1.2.1 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Sep 22 04:31:15 UTC 2009 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=138984 From mdounin at mdounin.ru Wed Sep 23 13:10:04 2009 From: mdounin at mdounin.ru (Maxim Dounin) Date: Wed Sep 23 13:10:10 2009 Subject: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 9.0 Message-ID: <200909231310.n8NDA36V035458@freefall.freebsd.org> The following reply was made to PR ports/138600; it has been noted by GNATS. From: Maxim Dounin To: bug-followup@FreeBSD.org, amdmi3@amdmi3.ru Cc: Subject: Re: ports/138600: [PATCH] lang/python26: install problem on FreeBSD 9.0 Date: Wed, 23 Sep 2009 16:51:23 +0400 Hello! Looks like we need similar patches for lang/python2[345]. Just hit the same issue during upgrade of lang/python25 on 9.0-CURRENT. Maxim Dounin From yzlin at FreeBSD.org Wed Sep 23 14:41:38 2009 From: yzlin at FreeBSD.org (yzlin@FreeBSD.org) Date: Wed Sep 23 14:41:44 2009 Subject: ports/138984: [Update]science/py-h5py:update to 1.2.1 Message-ID: <200909231441.n8NEfbZ5036525@freefall.freebsd.org> Synopsis: [Update]science/py-h5py:update to 1.2.1 Responsible-Changed-From-To: freebsd-python->yzlin Responsible-Changed-By: yzlin Responsible-Changed-When: Wed Sep 23 14:41:37 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=138984 From edwin at FreeBSD.org Thu Sep 24 08:00:28 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Sep 24 08:01:16 2009 Subject: ports/139099: [UPDATE] www/py-prewikka to 0.9.17.1 Message-ID: <200909240800.n8O80S0m020094@freefall.freebsd.org> Synopsis: [UPDATE] www/py-prewikka to 0.9.17.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Sep 24 08:00:27 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139099 From yzlin at FreeBSD.org Thu Sep 24 10:36:49 2009 From: yzlin at FreeBSD.org (yzlin@FreeBSD.org) Date: Thu Sep 24 10:36:55 2009 Subject: ports/139099: [UPDATE] www/py-prewikka to 0.9.17.1 Message-ID: <200909241036.n8OAamO4083597@freefall.freebsd.org> Synopsis: [UPDATE] www/py-prewikka to 0.9.17.1 Responsible-Changed-From-To: freebsd-python->yzlin Responsible-Changed-By: yzlin Responsible-Changed-When: Thu Sep 24 10:36:48 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=139099 From edwin at FreeBSD.org Sun Sep 27 18:00:17 2009 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Sep 27 18:00:23 2009 Subject: ports/139190: [maintainer] www/py-amf update to 0.5.1 Message-ID: <200909271800.n8RI0GLI066267@freefall.freebsd.org> Synopsis: [maintainer] www/py-amf update to 0.5.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Sep 27 18:00:16 UTC 2009 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=139190 From miwi at FreeBSD.org Sun Sep 27 18:04:31 2009 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Sep 27 18:04:38 2009 Subject: ports/139190: [maintainer] www/py-amf update to 0.5.1 Message-ID: <200909271804.n8RI4Vg0075156@freefall.freebsd.org> Synopsis: [maintainer] www/py-amf update to 0.5.1 Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Sun Sep 27 18:04:30 UTC 2009 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=139190 From hideo at lastamericanempire.com Sun Sep 27 18:42:06 2009 From: hideo at lastamericanempire.com (hideo) Date: Sun Sep 27 18:42:13 2009 Subject: Installing multiple versions of devel/py-setuptools Message-ID: <20090927182528.GA81720@lastamericanempire.com> Hi, I'm trying get a patch for sabnzbdplus to work that restricts the python version to <=2.5. I have USE_PYTHON= -2.5 but when py-setuptools gets pulled in as a dependency, the install fails if another version has already installed it: ===> Installing for py24-setuptools-0.6c9 ===> py24-setuptools-0.6c9 depends on file: /usr/local/bin/python2.4 - found ===> Generating temporary packing list ===> Checking if devel/py-setuptools already installed ===> An older version of devel/py-setuptools is already installed (py26-setuptools-0.6c9) You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/py-setuptools without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/devel/py-setuptools. *** Error code 1 Stop in /usr/ports/devel/py-cheetah. *** Error code 1 Stop in /yaf/hideo/stuff/ports/sabnzbdplus. *** Error code 1 Stop in /yaf/hideo/stuff/ports/sabnzbdplus. Is there a way around this? Thanks, Zach From bugmaster at FreeBSD.org Mon Sep 28 11:07:02 2009 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Sep 28 11:09:07 2009 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200909281107.n8SB71n1064130@freefall.freebsd.org> 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/138784 python lang/python26 segfault f ports/138487 python www/py-prewikka: 0.9.14 is broken under Python 2.6 o ports/137782 python databases/py-postgresql (new port) postgresql driver f o ports/137359 python lang/python26 - Python ports depending on python26 do o ports/136917 python [patch] lang/python26: gettext detection f ports/133844 python New port: databases/py-postgresql python3 pgsql drive f ports/133451 python www/plone3 build fails. Plone3 needs python-2.4 but li o ports/133081 python [bsd.python.mk] PYEASYINSTALL_ARCHDEP=yes makes broken f ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener 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 12 problems total.