Date: Fri, 25 Sep 2009 11:52:53 -0600 From: hideo <hideo@lastamericanempire.com> To: miwi@FreeBSD.org Cc: daniel@netwalk.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/138976: [patch] Restrict news/sabnzbdplus to python <= v2.5 Message-ID: <20090925175253.GA82651@lastamericanempire.com> In-Reply-To: <200909251631.n8PGVwlW017268@freefall.freebsd.org> References: <200909251631.n8PGVwlW017268@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
miwi@FreeBSD.org (Fri 09/25/09 16:31): > Synopsis: [patch] Restrict news/sabnzbdplus to python <= v2.5 > > State-Changed-From-To: open->feedback > State-Changed-By: miwi > State-Changed-When: Fri Sep 25 16:29:58 UTC 2009 > State-Changed-Why: > Port fails to build, some dependency need explicit python26 > > http://64bit.miwibox.org/index.php?action=describe_port&id=2004 > http://32bit.miwibox.org/index.php?action=describe_port&id=1993 > > Could you please take a look Interesting, I didn't run into this problem but something similar devel/py-setuptools. However, without python26 installed everything is fine: pkg_tree -v sabnzbdplus-0.4.11 sabnzbdplus-0.4.11 |\__ python25-2.5.4_2 |\__ py25-chardet-1.0.1 | \__ python25-2.5.4_2 |\__ py25-feedparser-4.1_2 | |\__ python25-2.5.4_2 | \__ py25-chardet-1.0.1 | \__ python25-2.5.4_2 |\__ py25-openssl-0.8_1 | \__ python25-2.5.4_2 |\__ py25-cherrypy-old-2.3.0,1 | \__ python25-2.5.4_2 |\__ py25-utils-0.3.0 | \__ python25-2.5.4_2 |\__ py25-setuptools-0.6c9 | \__ python25-2.5.4_2 |\__ py25-cheetah-2.2.1 | |\__ python25-2.5.4_2 | \__ py25-setuptools-0.6c9 | \__ python25-2.5.4_2 |\__ unrar-3.90,5 \__ par2cmdline-0.4_2 I guess I don't quite understand why separate versions of py-utils and py-setuptools cause this problem even though, according to the lang/python* ports, there's no conflict with having multiple versions installed. Also, I don't see how the BUILD_DEPENDS in the logs have py26-* for everything even though the Makefile explicitly has USE_PYTHON= -25. Any ideas or should I take it to the freebsd-python list? Regards, Zach
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090925175253.GA82651>