Bug 173501 - irc/py-irclib build failure on amd64
Summary: irc/py-irclib build failure on amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-09 14:50 UTC by Bryan Drewery
Modified: 2012-11-13 14:57 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Drewery 2012-11-09 14:50:00 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-09 14:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-09 14:50:10 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-09 14:50:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Bryan Drewery 2012-11-09 17:30:58 UTC
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
Comment 5 William Grzybowski 2012-11-09 17:42:32 UTC
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
Comment 6 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-11-13 12:03:28 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 7 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-11-13 14:57:02 UTC
State Changed
From-To: feedback->closed

Should be now fixed, thank you!