List of ports with "python 3" errors in poudriere
Per IRC conversation with mva, I'm sending python@ a list of ports that currently don't build in DragonFly poudriere due to ports infrastructure problems. I have not changed the python default in make.conf. It would be nice to get Mk/bsd.python.mk (or whatever) fixed so these ports build in poudriere again. Thanks, John 1. graphics/py3-cairo ===> py33-cairo-1.10.0_1 depends on package: /packages/All/python-3.3_1,2.txz - not found http://muscles.dragonflybsd.org/bulk/latest-per-pkg/py33-cairo/1.10.0_1/bleeding-edge-potential.log 2. databases/py-kyotocabinet ===> py33-kyotocabinet-1.22 depends on package: /packages/All/python-3.3_1,2.txz - not found http://muscles.dragonflybsd.org/bulk/latest-per-pkg/py33-kyotocabinet/1.22/bleeding-edge-potential.log 3. databases/py-postgresql ===> py33-postgresql-1.1.0 depends on package: /packages/All/python-3.3_1,2.txz - not found http://muscles.dragonflybsd.org/bulk/latest-per-pkg/py33-postgresql/1.1.0/bleeding-edge-potential.log 4. sysutils/brebis ===> brebis-0.7 depends on package: /packages/All/python-3.3_1,2.txz - not found http://muscles.dragonflybsd.org/bulk/latest-per-pkg/brebis/0.7/bleeding-edge-potential.log 5. sysutils/dvdvideo ===> dvdvideo-20130117 depends on package: /packages/All/python-3.3_1,2.txz - not found http://muscles.dragonflybsd.org/bulk/latest-per-pkg/dvdvideo/20130117/bleeding-edge-potential.log 6. textproc/codespell ===> codespell-1.6_1 depends on package: /packages/All/python-3.3_1,2.txz - not found http://muscles.dragonflybsd.org/bulk/latest-per-pkg/codespell/1.6_1/bleeding-edge-potential.log 7. x11-toolkits/py31-tkinter ===> py31-tkinter-3.1.5_4 depends on package: /packages/All/python-3.1_1,2.txz - not found http://muscles.dragonflybsd.org/bulk/latest-per-pkg/py31-tkinter/3.1.5_4/bleeding-edge-potential.log ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: List of ports with "python 3" errors in poudriere
John Marino : Per IRC conversation with mva, I'm sending python@ a list of ports that currently don't build in DragonFly poudriere due to ports infrastructure problems. I have not changed the python default in make.conf. It would be nice to get Mk/bsd.python.mk (or whatever) fixed so these ports build in poudriere again. Thanks, John [broken ports] There are several more (e.g. graphics/blender), which suffer from the same issue. For those, who wonder what is going wrong here: The interim hack in bsd.python.mk, which always causes ports to pull in lang/python, if USE_PYTHON[_XXX] is set, is the problem. As some know, I am currently testing all ports for that problem and am making lang/python a dependency on the port, rather than being implicitly set by bsd.python.mk. Once done, the ports themselves will need to be fixed to use the proper python version rather than lang/python, so we can build version-specific packages. Long story short: No port should depend on lang/python at build and installation time as a mid-term goal. For those with too much free time at their hands: feel free to go through John's list and fix the ports to use a proper python version at build time instead of `python` :-). Cheers Marcus ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: ports/181593: math/py-numpy maintainer gone
The following reply was made to PR ports/181593; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, ken...@hush.com, "Denis Generalov" , Wen Heping , llw...@infor.org Cc: Subject: Re: ports/181593: math/py-numpy maintainer gone Date: Tue, 29 Oct 2013 20:28:27 +1100 Hi Folks, This PR relates to a request to reset maintainership on math/py-numpy due to an email bounce. Li-Lun (maintainer) has subsequently followed-up. Since the PR has evolved into build issue isolation, it is now a little more complex in terms of progressing to resolution. We'd like to resolve this PR as soon as possible, and it seems there are least the following options: 1) If building of py-numpy in poudriere is no longer an issue a) Close without a maintainer reset b) Close with a maintainer reset c) Close with a maintainer change 2) If building of py-numpy IS still an issue a) Change maintainer, change issue synopsis, resolve the issue The current maintainer has the call on where and how to proceed from here. If Denis, Wen or Kenta (submitter) have anything to add, now is the time. Thanks :) ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: ports/165545: [patch]: net-mgmt/collectd5 doesn't compile against lang/python[23]*
Synopsis: [patch]: net-mgmt/collectd5 doesn't compile against lang/python[23]* State-Changed-From-To: feedback->closed State-Changed-By: koobs State-Changed-When: Tue Oct 29 09:30:10 UTC 2013 State-Changed-Why: Maintainer reports issue as reported is not reproducible in current port versions http://www.freebsd.org/cgi/query-pr.cgi?pr=165545 ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: ports/178094: math/py-numpy dependency on atlas assumes existing install of atlas
The following reply was made to PR ports/178094; it has been noted by GNATS. From: Kubilay Kocak To: bug-follo...@freebsd.org, jhibb...@freebsd.org Cc: Subject: Re: ports/178094: math/py-numpy dependency on atlas assumes existing install of atlas Date: Tue, 29 Oct 2013 21:03:20 +1100 Hi Justin, Can you confirm whether or not this is still an issue for you please. I'd like to feedback->open this PR with maintainer-timeout if so someone can take care of this for you, and feedback->close if not. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: List of ports with "python 3" errors in poudriere
On 29/10/2013 8:18 PM, Marcus von Appen wrote: > > John Marino : > >> Per IRC conversation with mva, I'm sending python@ a list of ports that >> currently don't build in DragonFly poudriere due to ports infrastructure >> problems. I have not changed the python default in make.conf. It would >> be nice to get Mk/bsd.python.mk (or whatever) fixed so these ports build >> in poudriere again. Thanks, John >> > > [broken ports] > > There are several more (e.g. graphics/blender), which suffer from the > same issue. > For those, who wonder what is going wrong here: > > The interim hack in bsd.python.mk, which always causes ports to pull in > lang/python, if USE_PYTHON[_XXX] is set, is the problem. As some know, I am > currently testing all ports for that problem and am making lang/python a > dependency > on the port, rather than being implicitly set by bsd.python.mk. > Once done, the ports themselves will need to be fixed to use the proper > python version > rather than lang/python, so we can build version-specific packages. > > Long story short: No port should depend on lang/python at build and > installation time > as a mid-term goal. > > For those with too much free time at their hands: feel free to go > through John's list > and fix the ports to use a proper python version at build time instead > of `python` :-). > > Cheers > Marcus > > > ___ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org" Thanks for the explanation marcus. Can we get that list submitted as a PR, with clear instructions on the fix procedure? Maybe even an example fix to help motivate I think this is a perfect opportunity to share the load, and I'll put my hand up to help. Some clarity/confirmation included in the PR for the following would also be great: - Can these be fixed *now* or is there something that needs to be done first? - What is the definition of 'proper' as you use it here? Koobs ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
py-distribute -> py-setuptools
Hello! It seems py-distribute is now deprecated in favor of… well… fresh version of py-setuptools :) Is there any work going to switch (back) to setuptools? Thanks. ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: ports/183447: [MAINTAINER-UPDATE] devel/py-xmltodict: Stage support & other tweaks
Synopsis: [MAINTAINER-UPDATE] devel/py-xmltodict: Stage support & other tweaks Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Oct 29 15:30:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=183447 ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"
Re: py-distribute -> py-setuptools
Dmitry Sivachenko : Hello! It seems py-distribute is now deprecated in favor of… well… fresh version of py-setuptools :) Is there any work going to switch (back) to setuptools? It's on the TODO list (https://wiki.freebsd.org/Python), but noone is actively working on it yet (those who do please correct me :-). Cheers Marcus ___ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"