See pointyhat log: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9.20121104103132/py27-irclib-0.6.4.log ===> Configuring for py27-irclib-0.6.4 Searching for hgtools Reading http://pypi.python.org/simple/hgtools/ No local packages or download links found for hgtools Best match: None Traceback (most recent call last): File "setup.py", line 10, in <module> paver.tasks.main() File "paver-minilib.zip/paver/tasks.py", line 808, in main File "paver-minilib.zip/paver/tasks.py", line 786, in _launch_pavement File "paver-minilib.zip/paver/tasks.py", line 739, in _process_commands File "paver-minilib.zip/paver/tasks.py", line 653, in _parse_command_line File "paver-minilib.zip/paver/tasks.py", line 611, in _preparse File "paver-minilib.zip/paver/tasks.py", line 107, in get_task File "paver-minilib.zip/paver/setuputils.py", line 167, in get_task File "paver-minilib.zip/paver/setuputils.py", line 195, in _get_distribution File "build/bdist.freebsd-9.0-RC2-amd64/egg/setuptools/dist.py", line 260, in __init__ File "build/bdist.freebsd-9.0-RC2-amd64/egg/setuptools/dist.py", line 284, in fetch_build_eggs File "build/bdist.freebsd-9.0-RC2-amd64/egg/pkg_resources.py", line 563, in resolve File "build/bdist.freebsd-9.0-RC2-amd64/egg/pkg_resources.py", line 799, in best_match File "build/bdist.freebsd-9.0-RC2-amd64/egg/pkg_resources.py", line 811, in obtain File "build/bdist.freebsd-9.0-RC2-amd64/egg/setuptools/dist.py", line 327, in fetch_build_egg File "build/bdist.freebsd-9.0-RC2-amd64/egg/setuptools/command/easy_install.py", line 434, in easy_install File "build/bdist.freebsd-9.0-RC2-amd64/egg/setuptools/package_index.py", line 475, in fetch_distribution AttributeError: 'NoneType' object has no attribute 'clone' *** Error code 1
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of irc/py-irclib, Please note that PR ports/173501 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/173501 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I think the problem is that it is trying to use the network during the "configure" phase. It should only be using the network during the "fetch" phase. Bryan
Yes, hgtools is a dependency which is not in the ports. I'll create a new PR to add that port and then update py-irclib to use it. On Fri, Nov 9, 2012 at 3:30 PM, Bryan Drewery <bryan@shatow.net> wrote: > I think the problem is that it is trying to use the network during the > "configure" phase. It should only be using the network during the > "fetch" phase. > > Bryan > -- William Grzybowski ------------------------------------------ Agência Livre - www.agencialivre.com.br Curitiba/PR - Brasil
Responsible Changed From-To: freebsd-python->rm I will take it.
State Changed From-To: feedback->closed Should be now fixed, thank you!